Computer Network & Network Security System — Data Link Layer, NEC licence examination syllabus (Nepal Engineering Council).
Combining a bus topology's wiring with a ring's fairness.
Physically wired as a bus, but logically organized as a ring for the purpose of who gets to transmit. A token (a special control frame) is passed from station to station in a defined logical order — only the current token-holder may transmit, after which it passes the token onward.
Token Bus looks like an odd hybrid until you know what it was competing against. Ethernet's CSMA/CD, covered later in this section, resolves collisions by having stations back off for a random interval and retry.
That works well on average and gives no guarantee at all. Under heavy load a station can lose repeatedly and wait an unbounded time — statistically unlikely, but not impossible. For an office network that is fine. For a robot arm on a production line that must receive a command within a fixed deadline, "probably soon" is not an acceptable specification.CSMA/CDStations contend. Fast when idle, degrades as load rises, and the worst-case wait is unbounded.
Token BusStations take turns in a fixed logical order. Slower when idle — you wait for the token even on an empty network — but the maximum wait is calculable.
That calculable bound is the entire argument. With n stations and a known maximum holding time, the longest a station can wait before transmitting is bounded — so a real-time deadline can actually be guaranteed rather than hoped for.
Because the ring is logical rather than physical, the ordering must be maintained in software, and that is where the complexity lives: a station joining must be spliced into the sequence, a station leaving must be removed, and a lost token — the holder failing mid-turn — must be detected and regenerated.
A physical ring gets its ordering from the wiring for free. Token Bus must reconstruct that ordering over a medium whose physical layout says nothing about it, which is why 802.4 is substantially more complex than either the bus or the ring it borrows from — and ultimately why cheap switched Ethernet displaced it.Create a free account to tick topics off, take notes as you read, watch the video lessons and get a day-by-day study plan built around your exam date.
Loading…