Token Release Timing Differences Explained | Generated by AI

Home 2026.02

Question: Although both FDDI and IEEE 802.5 use the token passing protocol, what is the key difference in how they handle token regeneration after frame transmission?

Answer:

The correct answer is C. In the FDDI protocol, the sending station can immediately send a new token after finishing transmission of its frame, while in IEEE 802.5, the new token is sent only after the frame’s leading edge returns to the sending station.

Detailed explanation:

Both FDDI and IEEE 802.5 are token ring protocols, but they implement token release timing differently, which significantly affects performance, especially at high speeds.

Summary of the key difference:

Feature IEEE 802.5 (Token Ring) FDDI
Token release timing After frame header returns to sender Immediately after finishing frame transmission
Multiple frames on ring at once? No (single token/frame) Yes (multiple tokens/frames possible)
Best suited for Lower speed (4/16 Mbps), smaller rings High speed (100 Mbps), larger rings

Why the other options are incorrect:

Memory tip:
FDDI = Fast → “Finish frame → Free token immediately”
802.5 = Slow & safe → “Wait until frame comes back → then free token”

References:


Back Donate