Cisco 8
Which IPv4 address can a host use to ping the loopback interface?
127.0.0.1
What does a code of "O" indicate next to a route in the routing table?
A route learned dynamically from OSPF
Which delivery method does not guarantee that the packet will be delivered fully without errors?
Best effort
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 layer is responsible for taking an IP packet and preparing it for transmission over the communications medium?
Data link layer
This type of route is also known as a gateway of last resort.
Default route
When a router receives a packet, what information must be examined in order for the packet to be forwarded to a remote destination?
Destination IP address
Which information is used by routers to forward a data packet toward its destination?
Destination IP address
Which are the two most commonly referenced fields in an IPv4 packet header that indicate where the packet is coming from and where it is going? (Choose two.)
Destination IP address Source IP address
Which field in an IPv4 packet header will typically stay the same during its transmission?
Destination address
What is the term for splitting up an IP packet when forwarding it from one medium to another medium with a smaller MTU?
Fragmentation
Which field is used to detect corruption in the IPv4 header?
Header Checksum
Which field in an IPv6 packet is used by the router to determine if a packet has expired and should be dropped?
Hop Limit
Which three options are major issues associated with IPv4? (Choose three.)
IP address depletion Increased network complexity and Internet routing table expansion Lack of end-to-end connectivity
Which statement accurately describes a characteristic of IPv4?
IPv4 has a 32-bit address space
Which two options are improvements provided by IPv6 as compared to IPv4? (Choose two.)
Increased the IP address space Uses a simpler header to provide improved packet handling
Which is true of the IPv6 header?
It contains of 40 octets It contains 8 header fields
Which statement about host forwarding decisions is true?
Local hosts can reach each other without the need of a router
Which two commands could be entered on a Windows host to view its IPv4 and IPv6 routing table? (Choose two.)
Netstat -r Route print
Which field includes common values such as ICMP (1), TCP (6), and UDP (17)?
Protocol
What information is added during encapsulation at OSI Layer 3?
Source and destination IP address
Which is true of the IPv6 packet header?
The Hop Limit field replaces the IPv4 Time to Live field
Which characteristic describes an IPv6 enhancement over IPv4?
The IPv6 header is simpler than the IPv4 header is, which improves packet handling
How does the network layer use the MTU value?
The MTU is passed to the network layer by the data link layer
Which default gateway statement is true?
The default gateway address is the IP address of the router on the local network
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
Which statement is correct about IPv4 packet header fields?
The source and destination IPv4 addresses remain the same while traveling from source to destination
Which is a characteristic of static routes?
They are manually configured
What is the command used on a Cisco IOS router to view the routing table?
show ip route
What was the reason for the creation and implementation of IPv6?
To relieve IPv4 address depletion
Which OSI layer sends segments to be encapsulated in an IPv4 or IPv6 packet?
Transport layer
True or false? A router can be configured with a combination of both static routes and a dynamic routing protocol.
True
When a connectionless protocol is in use at a lower layer of the OSI model, how is missing data detected and retransmitted if necessary?
Upper-layer connection-oriented protocols keep track of the data received and can request retransmission from the upper-level protocols on the sending host
Which command can be used on a Windows host to display the routing table?
netstat -r