1,338 views

2 Answers

0 votes
0 votes
assuming the frame size be 64 Bytes.

In the Gigabit Ethernet
10^9 bits in 1 sec

converting it into number of frames.

10^9 divided by 64*8
1953125 frames.
0 votes
0 votes

The smallest Ethernet frame is 512 bits,

so at 1 Gbps we get 1,953,125 or almost 2 million frames/sec.

However, this only works when frame bursting is operating.

Without frame bursting, short frames are padded to 4096 bits, in which case the maximum number is 244,140.

 

For the largest frame (12,144 bits), there can be as many as 82,345 frames/sec.

Related questions

2 votes
2 votes
1 answer
1
0 votes
0 votes
2 answers
3
ajaysoni1924 asked Mar 15, 2019
3,870 views
Suppose that an 11-Mbps 802.11b LAN is transmitting 64-byte frames back-to-backover a radio channel with a bit error rate of 10−7. How many frames per second willbe dam...