Home > other >  An Ethernet MAC sub-layer from LLC sublayer to receive 1510 bytes of data. This data can be encapsul
An Ethernet MAC sub-layer from LLC sublayer to receive 1510 bytes of data. This data can be encapsul

Time:10-03

An Ethernet MAC sub-layer 1510 bytes of data received from LLC sublayer, such data can be encapsulated into a frame? If not, how many frames must be sent? How long is each frame of data?

CodePudding user response:

Can not be encapsulated into a frame, because the length of a frame is 64-1518 bytes (with other information), the real data length is 46-1500 bytes, so 1510 bytes of data needs to be divided into two frame to send, each frame of data for 1500, 10 bytes,

CodePudding user response:

The first of 1500, the second is 50
  • Related