Chapter 6-7
Chapter 6-7
communications medium?
{
~physical layer
~network layer
=data link layer
~transport layer
}
::Question2::What is the term for splitting up an IP packet when forwarding it from one medium to
another medium with a smaller MTU?
{
~encapsulation
=fragmentation
~segmentation
~serialization
}
::Question3::What 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
~protocol
~Time to Live
=source IP address
}
::Question6::Which two options are improvements provided by IPv6 as compared to IPv4? (Choose two.)
{
~header supports additional fields for complex packets
=increased the IP address space
~standardizes the use of NAT
=uses a simpler header to provide improved packet handling
}
::Question8::What is the command used on a Cisco IOS router to view the routing table?
{
~netstart -r
~route print
=show ip route
~show routing table
}
::Question13::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.
}
::Question14::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
}
::Question15::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.
}
::Question16::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
}
::Question17::What destination MAC address would be included in a frame sent from a source device to a
destination device on a remote local network?
{
~A broadcast MAC address of FF-FF-FF-FF-FF-FF.
~The MAC address of the destination device.
=The MAC address of the local router interface.
~A broadcast MAC address of 00-00-00-00-00-00.
}
::Question19::Which two ICMPv6 messages are used in to determine the MAC address of a known IPv6
address?
{
=Neighbor Advertisement
=Neighbor Solicitation
~Router Advertisement
~Router Solicitation
}
::Question21::What will a Layer 2 switch do when the destination MAC address of a received frame is
not in the MAC table?
{
~It initiates an ARP request.
~It broadcasts the frame out of all ports on the switch.
~It notifies the sending host that the frame cannot be delivered.
=It forwards the frame out of all ports except for the port at which the frame was received.
}
::Question22::Which action is taken by a Layer 2 switch when it receives a Layer 2 broadcast frame?
{
~It drops the frame.
=It sends the frame to all ports except the port on which it received the frame.
~It sends the frame to all ports that are registered to forward broadcasts.
~It sends the frame to all ports.
}
::Question24::The ARP table in a switch maps which two types of address together?
{
=Layer 3 address to a Layer 2 address
~Layer 3 address to a Layer 4 address
~Layer 4 address to a Layer 2 address
~Layer 2 address to a Layer 4 address
}