Difference between PACKETS and FRAMES

后端 未结 5 900
情话喂你
情话喂你 2021-01-29 19:05

Two words commonly used in networking world - Packets and frames.

Can anyone please give the detail difference between these two words?

Hope it might sounds sill

5条回答
  •  遥遥无期
    2021-01-29 20:10

    Consider TCP over ATM. ATM uses 48 byte frames, but clearly TCP packets can be bigger than that. A frame is the chunk of data sent as a unit over the data link (Ethernet, ATM). A packet is the chunk of data sent as a unit over the layer above it (IP). If the data link is made specifically for IP, as Ethernet and WiFi are, these will be the same size and packets will correspond to frames.

提交回复
热议问题