Chapter 4-5
Chapter 4-5
)
{
~Network Control Protocol
=Logical Link Control
=Media Access Control
~Link Control Protocol
}
::Question5::What does the data link layer add to a Layer 3 packet to create a frame? (Choose two.)
{
~flags
~sequence number
=header
=trailer
}
::Question6::What is the function of the last field in a data link layer frame?
{
=To determine whether the frame experienced transmission errors
~To identify special flow control services such as quality of service (QoS)
~To identify the beginning and end limits of the frame
~To identify the Layer 3 protocol in the data field
}
::Question7::Which lists the Layer 2 and Layer 3 address fields in the correct order?
{
=destination NIC address, source NIC address, source IP address, destination IP address
~source NIC address, destination NIC address, source IP address, destination IP address
~destination NIC address, source NIC address, destination IP address, source IP address
~source NIC address, destination NIC address, destination IP address, source IP address
}
::Question8::What identifier is used at the data link layer to uniquely identify an Ethernet device?
{
~IP address
=MAC address
~sequence number
~TCP port number
}
::Question9::What attribute of a NIC would place it at the data link layer of the OSI model?
{
~attached Ethernet cable
~IP address
=MAC address
~RJ-45 port
}
::Question12::A technician has been asked to develop a physical topology for a network that provides a
high level of redundancy. Which physical topology requires that every node is attached to every other
node on the network?
{
~bus
~hierarchical
=mesh
~Ring
}
::Question15::What type of physical topology can be created by connecting all Ethernet cables to a central
device?
{
~bus
~ring
=star
~Mesh
}
::Question16::What are two services performed by the data link layer of the OSI model? (Choose two.)
{
~It fragments data packets into the MTU size.
~It determines the path to forward packets.
=It accepts Layer 3 packets and encapsulates them into frames.
=It provides media access control and performs error detection.
}
::Question18::Which part of an Ethernet Frame describes the higher-layer protocol that is encapsulated?
{
=EtherType
~Preamble
~Start of Frame Delimiter
~Frame Check Sequence
}
::Question19::What are two methods for switching data between ports on a switch? (Choose two.)
{
~cut-off switching
=cut-through switching
=store-and-forward switching
~store-and-supply switching
}
::Question20::What feature automatically negotiates the best speed and duplex setting between
interconnecting devices?
{
~auto-MDIX
~autobots
=autonegotiation
~autotune
}
::Question21::What will a host on an Ethernet network do if it receives a frame with a unicast destination
MAC address that does not match its own MAC address?
{
=It will discard the frame.
~It will forward the frame to the next host.
~It will remove the frame from the media.
~It will strip off the data-link frame to check the destination IP address.
}
::Question23::What addressing information is recorded by a switch to build its MAC address table?
{
~the destination Layer 3 address of incoming packets
~the destination Layer 2 address of outgoing frames
~the source Layer 3 address of outgoing packets
=the source Layer 2 address of incoming frames
}
::Question25::What are the two sizes (minimum and expected maximum) of an Ethernet frame? (Choose
two.)
{
~56 bytes
=64 bytes
~1024 bytes
=1518 bytes
}