What layer prepares network data for the physical network
The Data Link layer.
What is the primary responsibility of the Data Link layer
It handles network interface card to network interface card communications.
How does the Data Link layer help upper layers
It enables upper layers to access the media.
What does the Data Link layer encapsulate Layer 3 packets into
It encapsulates them into Layer 2 frames.
What does the Data Link layer do with frames
It exchanges frames between endpoints over the network media.
What is the Data Link layer’s function for error handling
It performs error detection and rejects any corrupt frame.
What are the two sublayers of the IEEE 802 LAN/MAN data link layer
Logical Link Control LLC and Media Access Control MAC.
Which Data Link sublayer is defined by the IEEE 802.2 standard
The Logical Link Control LLC sublayer.
What does the LLC sublayer communicate between
It communicates between upper-layer software and lower-layer hardware.
What information does the LLC sublayer place in a frame
It identifies which network layer protocol is being used for the frame.
Which Data Link sublayer is responsible for data encapsulation
The Media Access Control MAC sublayer.
Which Data Link sublayer provides addressing for the Layer 2 frame
The Media Access Control MAC sublayer.
What MAC sublayer function provides synchronization between nodes
Frame delimiting.
What MAC sublayer function includes a trailer to detect transmission errors
Error detection.
What is the first Layer 2 function a router performs at each hop
It accepts a frame from a medium.
What is the second Layer 2 function a router performs at each hop
It de-encapsulates the frame.
What is the third Layer 2 function a router performs at each hop
It re-encapsulates the packet into a new frame.
What is the fourth Layer 2 function a router performs at each hop
It forwards the new frame to the medium of the next segment.
Name the 4 engineering organization that define network access layer standards
What does a physical topology identify
It identifies physical connections and how devices are interconnected.
What does a logical topology refer to
It refers to the way a network transfers frames from one node to the next.
Which layer sees the logical topology of a network
The Data Link layer sees the logical topology.
What is the simplest and most common physical WAN topology
Point-to-Point.
What WAN topology uses a central site to interconnect branch sites
Hub and Spoke.