[go: nahoru, domu]

Jump to content

Router: Difference between revisions

From Simple English Wikipedia, the free encyclopedia
Content deleted Content added
WikitanvirBot (talk | changes)
m r2.7.1) (Robot: Adding sq:Router
m removed Category:Internet using HotCat
 
(80 intermediate revisions by 48 users not shown)
Line 1:
[[File:SPOF.png|thumb|Computers connected to a server using a router]]
[[file:ERS-8600.JPG|thumb|150px|right|[[Avaya]] ERS-8600]]
A '''router''' is a [[computer]] whose [[software]] and [[Computer hardware|hardware]] are customizeddesigned to move data between [[Computer network|computer networks]]. TheyRouters are responsible for making suremove traffic between computers getsto where it needs to go. They do this by choosing the shortest path between the computers using a complicated system of rules called [[Routingrouting Protocolsprotocol]]s. RoutersMost generallyrouters containhave a specialized [[operating system]], [[random access memory|RAM]], [[NVRAM]], [[flash memory]], and one or more [[central processing unit|processors]],. asThey wellalso ashave two or more [[network interfacescard|network interface]]s. They come in a variety of sizes from something youthat could hold in yourthe hand to something too large for one person to lift.
 
If youa havecomputer has an internet connection youto probablythe have[[Internet]], It is connected to a router somewhere that yourthe computer sends data to. This is the first router yourthe computer will connect to in order to get to the internet. It is also known as a [[default gateway]] (because it is yourthe gateway to the internet). By convention, the gateway has the lowest [[IP address]] (like a phone number for a computer) in the [[subnet]] (a group of addresses). Anytime youa computer makemakes a connection (such as a connection to www.wikipedia.org), yourthe computerIP looksaddress upof the IPdestination addressserver usingis thefound look-upusing a service called [[Domain Name System|DNS]] ([[Domain Name ServiceSystem]]). Once the destination address has been found, yourthe computer connects to yourthe gateway router. The gateway then sends data to a router at yourthe [[Internet service provider|ISP]] ([[Internet service provider|Internet Service Provider]]),. thatThat router can beis said to bea part of the internet and connects to other routers until the data reaches the destination.
[[File:Belkin Wireless G Router F5D7231-4 Version 1000de-1121.jpg|left|thumb|Small router with [[Wi-Fi|WiFi]] built in.]]
In small networks such as homes, small businesses (including [[internet cafescafé]]s) and small schools, the router also performs [[Network address translation|NAT]] (network address translation) which makes all outgoing connections look like they come from one address. Typically, incoming connections are only allowed if they are replies to connections made by a computer inside the NAT.
 
Routers connect two or more networks and direct traffic between them. These networks may be physical (the network is associated with a port) or logical (not associated with a port on the router).<ref>[ftp://ftp.rfc-editor.org/in-notes/rfc1812.txt Requirements for IPv4 Routers],[[RFC:1812|RFC 1812]], F. Baker,June 1995</ref> The term '''layer 3 switch''' often is used used the same as 'router', but it is a general term without a technical definition. Layer 3 switch implies a device that is built to connect [[Ethernet]] devices in a [[LAN]] but can also perform routing.
In small networks such as homes, small businesses (including internet cafes) and small schools, the router also performs [[NAT]] (network address translation) which makes all outgoing connections look like they come from one address. Typically incoming connections are only allowed if they are replies to connections made by a computer inside the NAT.
 
Router operating systems are split into two parts:<ref>[ftp://ftp.rfc-editor.org/in-notes/rfc3654.txt:3654 Requirements for Separation of IP Control and Forwarding],[[RFC:3654|RFC 3654]], H. Khosravi & T. Anderson,November 2003</ref>:
Routers connect two or more networks and direct traffic between them. These networks may be physical (the network is associated with a port) or logical (not associated with a port on the router)<ref>[ftp://ftp.rfc-editor.org/in-notes/rfc1812.txt Requirements for IPv4 Routers],RFC 1812, F. Baker,June 1995</ref> The term '''layer 3 switch''' often is used used the same as 'router', but it is a general term without a technical definition. Layer 3 switch implies a device that is built to connect [[Ethernet]] devices in a [[LAN]] but can also perform routing.
 
Router operating systems are split into two parts<ref>[ftp://ftp.rfc-editor.org/in-notes/rfc3654.txt Requirements for Separation of IP Control and Forwarding],RFC 3654, H. Khosravi & T. Anderson,November 2003</ref>:
* The [[Control Plane]], where the router learns the best port to send data to for a specific destination
* The [[Forwarding Plane]], where the router does the work of sending data to its destination.
 
== OtherRelated pages ==
* [[Internet protocol suite]]
* [[Communications protocol]]
Line 19:
{{Reflist}}
 
 
{{tech-stub}}
 
[[Category:Computer networking| ]]
[[Category:Internet]]
 
[[ar:مسيّر]]
[[bn:রাউটার]]
[[zh-min-nan:Router]]
[[bg:Маршрутизатор]]
[[bs:Router]]
[[br:Routaer]]
[[ca:Enrutador]]
[[cs:Router]]
[[da:Router]]
[[de:Router]]
[[et:Ruuter]]
[[el:Δρομολογητής]]
[[en:Router (computing)]]
[[es:Router]]
[[eo:Enkursigilo]]
[[eu:Bideratzaile]]
[[fa:مسیریاب]]
[[fr:Routeur]]
[[ga:Ródaire]]
[[gl:Router]]
[[ko:라우터]]
[[hi:राउटर]]
[[hr:Usmjerivač]]
[[id:Penghala]]
[[it:Router]]
[[he:נתב]]
[[kk:Маршруттауыш]]
[[lo:ເຣົາເຕີຣ໌]]
[[la:Automaton communicativum]]
[[lv:Maršrutētājs]]
[[lb:Router]]
[[lt:Maršrutizatorius]]
[[lmo:Router]]
[[hu:Útválasztó]]
[[mk:Насочувач]]
[[ml:റൗട്ടർ]]
[[ms:Penghala]]
[[my:ရောက်တာ]]
[[nl:Router]]
[[ja:ルーター]]
[[no:Ruter (IT)]]
[[nn:Ruter]]
[[oc:Adralhador]]
[[pms:Router]]
[[pl:Router]]
[[pt:Roteador]]
[[ro:Ruter]]
[[ru:Маршрутизатор]]
[[sq:Router]]
[[sk:Smerovač]]
[[sl:Usmerjevalnik]]
[[ckb:ڕێدۆز]]
[[sr:Рутер]]
[[fi:Reititin]]
[[sv:Router]]
[[ta:திசைவி]]
[[th:เราเตอร์]]
[[tr:Yönlendirici]]
[[uk:Маршрутизатор]]
[[ur:سالک]]
[[vi:Router]]
[[wuu:路由器]]
[[yi:רוטירער]]
[[zh:路由器]]

Latest revision as of 18:37, 16 March 2024

Computers connected to a server using a router

A router is a computer whose software and hardware are designed to move data between computer networks. Routers move traffic to where it needs to go. They do this by choosing the shortest path between the computers using a complicated system of rules called routing protocols. Most routers have a specialized operating system, RAM, NVRAM, flash memory, and one or more processors. They also have two or more network interfaces. They come in a variety of sizes from something that could hold in the hand to something too large for one person to lift.

If a computer has an connection to the Internet, It is connected to a router that the computer sends data to. This is the first router the computer will connect to in order to get to the internet. It is known as a default gateway because it is the gateway to the internet. By convention, the gateway has the lowest IP address (like a phone number for a computer) in the subnet (a group of addresses). Anytime a computer makes a connection (such as a connection to www.wikipedia.org), the IP address of the destination server is found using a service called DNS (Domain Name System). Once the destination address has been found, the computer connects to the gateway router. The gateway then sends data to a router at the ISP (Internet Service Provider). That router is a part of the internet and connects to other routers until the data reaches the destination.

Small router with WiFi built in.

In small networks such as homes, small businesses (including internet cafés) and small schools, the router also performs NAT (network address translation) which makes all outgoing connections look like they come from one address. Typically, incoming connections are only allowed if they are replies to connections made by a computer inside the NAT.

Routers connect two or more networks and direct traffic between them. These networks may be physical (the network is associated with a port) or logical (not associated with a port on the router).[1] The term layer 3 switch often is used the same as 'router', but it is a general term without a technical definition. Layer 3 switch implies a device that is built to connect Ethernet devices in a LAN but can also perform routing.

Router operating systems are split into two parts:[2]

  • The Control Plane, where the router learns the best port to send data to for a specific destination
  • The Forwarding Plane, where the router does the work of sending data to its destination.

Related pages[change | change source]

References[change | change source]

  1. Requirements for IPv4 Routers,RFC 1812, F. Baker,June 1995
  2. [rfc:3654 Requirements for Separation of IP Control and Forwarding],RFC 3654, H. Khosravi & T. Anderson,November 2003