1. Which command can be used on a Windows host to display the routing table?
- netstat -s
- show ip route
- netstat -r
- tracert
2. What information is added during encapsulation at OSI Layer 3?
- source and destination MAC
- source and destination application protocol
- source and destination port number
- source and destination IP address
3. How does the network layer use the MTU value?
- The network layer depends on the higher level layers to determine the MTU.
- The network layer depends on the data link layer to set the MTU, and adjusts the speed of transmission to accommodate it.
- The MTU is passed to the network layer by the data link layer.
- To increase speed of delivery, the network layer ignores the MTU.
4. Which characteristic describes an IPv6 enhancement over IPv4?
- IPv6 addresses are based on 128-bit flat addressing as opposed to IPv4 which is based on 32-bit hierarchical addressing.
- The IPv6 header is simpler than the IPv4 header is, which improves packet handling.
- Both IPv4 and IPv6 support authentication, but only IPv6 supports privacy capabilities.
- The IPv6 address space is four times bigger than the IPv4 address space.
5. When a connectionless protocol is in use at a lower layer of the OSI model, how is missing data detected and retransmitted if necessary?
- Connectionless acknowledgements are used to request retransmission.
- Upper-layer connection-oriented protocols keep track of the data received and can request retransmission from the upper-level protocols on the sending host.
- Network layer IP protocols manage the communication sessions if connection-oriented transport services are not available.
- The best-effort delivery process guarantees that all packets that are sent are received.
6. What was the reason for the creation and implementation of IPv6?
- to make reading a 32-bit address easier
- to relieve IPv4 address depletion
- to provide more address space in the Internet Names Registry
- to allow NAT support for private addressing
7. Which statement accurately describes a characteristic of IPv4?
- All IPv4 addresses are assignable to hosts.
- IPv4 has a 32-bit address space.
- An IPv4 header has fewer fields than an IPv6 header has.
- IPv4 natively supports IPsec.
8. Which field in an IPv4 packet header will typically stay the same during its transmission?
- Flag
- Time-to-Live
- Packet Length
- Destination Address
9. When a router receives a packet, what information must be examined in order for the packet to be forwarded to a remote destination?
- destination MAC address
- source IP address
- destination IP address
- source MAC address
10. Which field in an IPv6 packet is used by the router to determine if a packet has expired and should be dropped?
- TTL
- Hop Limit
- Address Unreachable
- No Route to Destination
11. Which information is used by routers to forward a data packet toward its destination?
- source IP address
- destination IP address
- source data-link address
- destination data-link address
12. A computer has to send a packet to a destination host in the same LAN. How will the packet be sent?
- The packet will be sent to the default gateway first, and then, depending on the response from the gateway, it may be sent to the destination host.
- The packet will be sent directly to the destination host.
- The packet will first be sent to the default gateway, and then from the default gateway it will be sent directly to the destination host.
- The packet will be sent only to the default gateway.
13. A router receives a packet from the Gigabit 0/0 interface and determines that the packet needs to be forwarded out the Gigabit 0/1 interface. What will the router do next?
- route the packet out the Gigabit 0/1 interface
- create a new Layer 2 Ethernet frame to be sent to the destination
- look into the ARP cache to determine the destination IP address
- look into the routing table to determine if the destination network is in the routing table
14. Which IPv4 address can a host use to ping the loopback interface?
- 126.0.0.1
- 127.0.0.0
- 126.0.0.0
- 127.0.0.1