When the number of bits in the frame changes, does the IFG time change as well?

1

1

In the Ethernet CSMA/CD algorithm, inter frame gap (IFG) time is 9.6 microseconds. When the number of bits in my frame changes, does the IFG time change as well?

sumeyye

Posted 2011-03-26T00:35:56.457

Reputation: 65

Answers

0

Nope. The next device to transmit a frame always has to wait the Inter-Frame-Gap period from the end of the last frame before beginning the preamble of the next frame.

It's not like Ethernet is made up of a bunch of fixed length slots for frames. Some other data link layers such as ATM's notion of "cell switching" might do that, but not Ethernet.

Spiff

Posted 2011-03-26T00:35:56.457

Reputation: 84 656