Which two functions are performed at the LLC sublayer of the OSI Data Link Layer to facilitate Ethernet communication? (Choose two.) (Option A)
- integrates Layer 2 flows between 10 Gigabit Ethernet over fiber and 1 Gigabit Ethernet over copper
- places information in the Ethernet frame that identifies which network layer protocol is being encapsulated by the frame
- implements trailer with frame check sequence for error detection
- applies source and destination MAC addresses to Ethernet frame
- enables IPv4 and IPv6 to utilize the same physical medium
Explanation & Hint:
The LLC (Logical Link Control) sublayer of the OSI Data Link Layer performs several functions to facilitate Ethernet communication. Among the options you’ve listed, the two functions performed at the LLC sublayer are:
The other functions you mentioned are not specifically performed by the LLC sublayer:
|
Which two functions are performed at the LLC sublayer of the OSI Data Link Layer to facilitate Ethernet communication? (Choose two.) (Option B)
- applies source and destination MAC addresses to Ethernet frame
- places information in the Ethernet frame that identifies which network layer protocol is being encapsulated by the frame
- integrates Layer 2 flows between 10 Gigabit Ethernet over fiber and 1 Gigabit Ethernet over copper
- implements CSMA/CD over legacy shared half-duplex media
- adds Ethernet control information to network protocol data
Explanation & Hint:
In the context of the OSI model’s Data Link Layer, particularly the Logical Link Control (LLC) sublayer, two functions relevant to Ethernet communication are:
The other functions mentioned, such as applying source and destination MAC addresses, integrating Layer 2 flows between different Ethernet types, and implementing CSMA/CD over legacy half-duplex media, are typically associated with the Media Access Control (MAC) sublayer of the Data Link Layer, not the LLC sublayer. The MAC sublayer is responsible for the physical addressing and media access control mechanisms in Ethernet communication. |