test 2 Flashcards
- Which information is used by routers to forward a data packet toward its destination?
destination IP address
- 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 directly to the destination host.
- 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?
create a new Layer 2 Ethernet frame to be sent to the destination
- Which IPv4 address can a host use to ping the loopback interface?
127.0.0.1
- A computer can access devices on the same network but cannot access devices on other networks. What is the probable cause of this problem?
IP relies on upper layer services to handle situations of missing or out-of-order packets.
- Why is NAT not needed in IPv6?
Any host or user can get a public IPv6 network address because the number of available IPv6 addresses is extremely large.
- Which statement describes a feature of the IP protocol?
IP relies on upper layer services to handle situations of missing or out-of-order packets.
- Which parameter does the router use to choose the path to the destination when there are multiple routes available?
the lower metric value that is associated with the destination network
- Within a production network, what is the purpose of configuring a switch with a default gateway address?
The default gateway address is used to forward packets originating from the switch to remote networks.
- What is a basic characteristic of the IP protocol?
connectionless
- Which field in the IPv4 header is used to prevent a packet from traversing a network endlessly?
Time-to-Live
- What is one advantage that the IPv6 simplified header offers over IPv4?
efficient packet handling
- What IPv4 header field identifies the upper layer protocol carried in the packet?
Protocol
- What information does the loopback test provide?
The TCP/IP stack on the device is working correctly.
- What routing table entry has a next hop address associated with a destination network?
remote routes
- How do hosts ensure that their packets are directed to the correct network destination?
They have to keep their own local routing table that contains a route to the loopback interface, a local network route, and a remote default route.
- When transporting data from real-time applications, such as streaming audio and video, which field in the IPv6 header can be used to inform the routers and switches to maintain the same path for the packets in the same conversation?
Flow Label
- What statement describes the function of the Address Resolution Protocol?
ARP is used to discover the MAC address of any host on the local network.
- Which statement describes the treatment of ARP requests on the local link?
They are received and processed by every device on the local network.
- Which destination address is used in an ARP request frame?
FFFF.FFFF.FFFF
- A network technician issues the arp -d * command on a PC after the router that is connected to the LAN is reconfigured. What is the result after this command is issued?
The ARP cache is cleared.
- What is the aim of an ARP spoofing attack?
to associate IP addresses to the wrong MAC address
- Where are IPv4 address to Layer 2 Ethernet address mappings maintained on a host computer?
ARP cache
- What important information is examined in the Ethernet frame header by a Layer 2 device in order to forward the data onward?
destination MAC address