Unicast: Difference between revisions
Jump to navigation
Jump to search
imported>Howard C. Berkowitz (New page: {{subpages}} In computer network protocols, a unicast message, whether it be an application message, a routed packet, or an Ethernet frame, is '...) |
mNo edit summary |
||
Line 5: | Line 5: | ||
[[Anycast]] is a specialized case of unicast, in that there is a single destination, but more than one devices can provide the identical service if they are reached, and the source will not know which of the devices actually responded. | [[Anycast]] is a specialized case of unicast, in that there is a single destination, but more than one devices can provide the identical service if they are reached, and the source will not know which of the devices actually responded. | ||
[[Category:Suggestion Bot Tag]] |
Latest revision as of 16:01, 2 November 2024
In computer network protocols, a unicast message, whether it be an application message, a routed packet, or an Ethernet frame, is unicast if the destination address is that of a single unique destination.
This contrasts with multicast, where the address maps to more than one destination (e.g., all people in sales).
Anycast is a specialized case of unicast, in that there is a single destination, but more than one devices can provide the identical service if they are reached, and the source will not know which of the devices actually responded.