Difference between revisions of "Router (computing)"

From Conservapedia
Jump to: navigation, search
(top: Spelling, grammar, and general fixes, typos fixed: , → ,)
(cleanup, add info)
Line 1: Line 1:
 
:''This article is about the network device for computers. For the woodworking tool, see'' [[Router (woodworking)]].
 
:''This article is about the network device for computers. For the woodworking tool, see'' [[Router (woodworking)]].
A '''router''' is a [[computer]] device which aggregates the [[network]] needs of many computers, and distributes [[bandwidth]] from a central [[broadband]] connection.
+
A '''router''' is a [[computer]] device which aggregates the [[network]] needs of many computers, and distributes [[bandwidth]] from a central [[broadband]] connection.  They are classified as layer-three devices on the [[OSI model]].
  
A router works by having a unique address on each port and a map of the network in an internal table. The router reads a packet from an incoming port, looks it up in the table, and sends it out the appropriate port.  
+
A router works by having a unique address on each port and a map of the network in an internal table. The router reads a packet from an incoming port, looks it up in the table, and sends it out the appropriate port. Routers use IP addresses to communicate, and also to isolate broadcast traffic.
  
 
There are a number of protocols for managing the network address tables of the routers.  
 
There are a number of protocols for managing the network address tables of the routers.  
Line 10: Line 10:
 
==See also==
 
==See also==
 
* [[Communications]]
 
* [[Communications]]
* [[Moore's Law]]
 
* [[Microprocessor]]: [[Computer]], [[CPU]], [[Arithmetic logic unit]], [[Integrated circuit]], [[Transistor]], [[Semiconductor]]
 
* [[Silicon Valley]]: [[Intel]], [[AMD]] ([[AMD64]]), [[IBM]], [[Motorola]], [[Texas Instruments]], [[Atari]], [[Nvidia]]
 
* [[IBM]], [[HP]], [[Dell]] and [[Microsoft]] [[Windows]]
 
  
 
==External links==
 
==External links==
 
* http://Cisco.com
 
* http://Cisco.com
* https://charlescarrollsociety.com/2013/06/10/prism-yes-they-can
 
* https://prism-break.org/en - "Opt out of global data surveillance programs like [[PRISM]], [[XKeyscore]] and [[Tempora]]."<ref>"Help make [[mass surveillance]] of entire populations uneconomical. We all have a [[right to privacy]], which you can exercise today by [[encrypt]]ing your communications and ending your reliance on proprietary services."</ref>
 
* https://www.eff.org - "Leading the fight against the [[NSA]]'s illegal [[mass surveillance]] program"<ref>"Organization formed in 1990 to maintain and enhance intellectual freedom, privacy, and other values of civil liberties and democracy in networked communications. Publishes newsletters, Internet Guidebooks and other documents, provides mailing lists and other online forums, and hosts a large electronic document archive. Contact: info@eff.org. 454 Shotwell Street, San Francisco, CA 94110-1914. Tel: (415) 436-9333. Fax: (415) 436-9993. Executive Director: Sheryl Steele."</ref>
 
  
 
==References==
 
==References==
 
{{reflist|2}}  
 
{{reflist|2}}  
  
==Additional Reading==
+
[[Category:Networking]]
* [http://www.intel.com/technology/timeline.pdf Sixty Years of the Transistor - Intel]
+
* [http://www.firstmonday.org/issues/issue7_11/tuomi/ The Lives and Death of Moore's Law]
+
 
+
[[Category:Communications]]
+
[[Category:Cryptography]]
+
[[Category:Technology]]
+
[[Category:Internet]]
+
[[Category:Information Technology]]
+
[[Category:Computers]]
+
[[Category:Computer Science]]
+
[[Category:Apple Inc.]]
+
[[Category:Inventions]]
+
[[Category:American Inventions]]
+

Revision as of 19:57, April 8, 2017

This article is about the network device for computers. For the woodworking tool, see Router (woodworking).

A router is a computer device which aggregates the network needs of many computers, and distributes bandwidth from a central broadband connection. They are classified as layer-three devices on the OSI model.

A router works by having a unique address on each port and a map of the network in an internal table. The router reads a packet from an incoming port, looks it up in the table, and sends it out the appropriate port. Routers use IP addresses to communicate, and also to isolate broadcast traffic.

There are a number of protocols for managing the network address tables of the routers.

A bridge is similar to a router but no address table is used. All traffic in one port goes out the other port.

See also

External links

References