📜  为什么数据链路层分为两个子层 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:17.990000             🧑  作者: Mango

代码示例1
Data link layer is devided into two sublayers. 

Logical Link Control (LLC) sublayer provides the logic for the data link. 
Thus, it controls the synchronization, flow control, and error checking
functions of the data link layer.

Media Access Control (MAC) sublayer provides control for accessing 
the transmission medium. It is responsible for moving data packets from 
one network interface card (NIC) to another, across a shared 
transmission medium. Physical addressing is handled at the MAC sublayer. 
MAC is also handled at this layer.