Relay (computers): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Howard C. Berkowitz
No edit summary
(Undo imported revision 690370 by user imported>Howard C. Berkowitz — No, absolutely not. A router is a network communication device; a relay is little more than a forwarding mechanism, as the original article explains. Yet another example of how little the "expert" actually knows.)
 
Line 1: Line 1:
{{subpages}}
{{subpages}}
A [[computer]] '''relay''' is a machine or process that receives data and forwards it to another machine or process. Typically, this is a "store and forward" operation, rather than a continuous flow. [[Data]] is handled in packets or larger chunks. Also, there is some purpose to having the relay, routing the data from one place to another, performing some operation on the data, etc.
A [[computer]] '''relay''' is a machine or process that receives data and forwards it to another machine or process. Typically, this is a "store and forward" operation, rather than a continuous flow. [[Data]] is handled in packets or larger chunks. Also, there is some purpose to having the relay, routing the data from one place to another, performing some operation on the data, etc.


[[Router]]s are the relays that make up the internal structure of the [[Internet]], [[routing|forwarding]] packets in the [[Internet Protocol]].
A good example of a relay is found in every [[Email system]]. Here each relay will store and forward a complete message, after performing some operation needed at that point in the system.
 
A good example of a relay is found in every [[email system]]. Here each relay will store and forward a complete message, after performing some operation needed at that point in the system.

Latest revision as of 12:29, 30 March 2024

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

A computer relay is a machine or process that receives data and forwards it to another machine or process. Typically, this is a "store and forward" operation, rather than a continuous flow. Data is handled in packets or larger chunks. Also, there is some purpose to having the relay, routing the data from one place to another, performing some operation on the data, etc.

A good example of a relay is found in every Email system. Here each relay will store and forward a complete message, after performing some operation needed at that point in the system.