Unicast: Difference between revisions

From Citizendium
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

This article is developed but not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable, developed Main Article is subject to a disclaimer.

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.