in Computer Networks
1,342 views
0 votes
0 votes
How many frames per second can gigabit Ethernet handle? Think carefully and take
into account all the relevant cases. Hint: the fact that it is gigabit Ethernet matters.
in Computer Networks
1.3k 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