other great answers here. In addition to everything they said there’s a simpler mechanism at work as well.
It works the same way your mail truck can carry your mail as well as the mail for everyone else on your street. Yeah, it’s all 1’s and 0’s, but some of those are addresses and equipment is reading them and using them to make decisions about what goes where.
in different scenarios this is either operates like a “switch” or a “bus”/”hub”.
“Switched” here would mean a device receiving a bunch of traffic, and forwarding each packet exactly once, and only to exactly where it needs to go. Efficiently sorting one stream into many smaller streams.
A “hub” or “bus” topology is where all the paths can see all the data, and each listening device is just configured to listen for its own address, seeing but ignoring any traffic that belongs to anyone else.
Latest Answers