Content deleted Content added
m broadcasting links |
add diagrams of three forwarding patterns |
||
Line 2:
to another by [[node (networking)|nodes]]
in a [[packet switching|packet switched]] [[computer network]].
[[Image:unicast_forwarding.png|frame|A [[unicast]] forwarding pattern, typical of many networking technologies including the overwealming majority of [[Internet]] traffic]]
[[Image:multicast_forwarding.png|frame|A [[multicast]] forwarding pattern, typical of [[Protocol Independent Multicast|PIM]]]]
[[Image:broadcast_forwarding.png|frame|A [[broadcast]] forwarding pattern, typical of [[bridging (networking)|bridged]] [[Ethernet]]]]
The simplest forwarding model - [[unicast|unicasting]] - involves a packet being
Line 12 ⟶ 16:
on a network, but only to devices within a [[broadcast ___domain]].
Less common than broadcasting, but perhaps of greater
utility and theoretical
where a packet is selectively duplicated and copies
delivered to each of a set of recipients.
Line 31 ⟶ 35:
of two processes: [[routing]], which uses information
encoded in a device's address to infer its ___location
on the network, or [[bridging (networking)|bridging]], which makes no
assumptions about where addresses are located and
depends heavily on [[broadcasting (networks)|broadcasting]] to located unknown
|