Flux rss

Network equipment - Router

 

Router

A router is a device for connecting computer networks to one another, used for handling the routing of packets between two networks, or to determine the path that a data packet shall take.

When a user enters a URL, the Web client (the browser) queries the domain name server, which shows it the IP address of the desired machine.

The workstation sends the request to the nearest router, i.e. to the default gateway on the network it is located on. This router determines the next machine to which the data will be forwarded, in such a way as to choose the best pathway possible. To do so, the routers keep up-to-date routing tables, which are like maps showing the paths that can be taken to get to the destination address. There are numerous protocols designed to handle this process.

proxy routers and firewall

In addition to their routing function, routers are also used to manipulate data travelling in the form of datagrams so that they can go from one kind of network to another. As not all networks are able to handle the same size of data packets, routers are tasked with fragmenting packets so they can travel freely.

Physical design of routers

The first routers were simply computers with multiple network cards, with each one linked to a different network. Current routers are mostly hardware designed for routing, generally in the form of 1U servers.

Routers

A router has several network interfaces, with each one connected to a different network. Therefore, it has one IP address for every network it is connected to.

Wireless router

A wireless router is the same in principle as a traditional router, the difference being that it lets wireless devices (such as WiFi stations) connect to the networks which the router is connected to by wired connections (usually Ethernet).

Routing protocols

There are two major types of routing protocols:

  • Distance vector routers generate a routing table that calculates the "cost" (in terms of the number of hops) of each route, then sends that table to nearby routers. Each time a connection request is made, the router chooses the least costly route.
  • Link state routers listen to the network continuously, in order to identify the various elements surrounding it. With this information, each router calculates the shortest pathway (in terms of time) to each neighbouring router, and sends this information in the form of update packets. Finally, each router builds its own routing table by calculating the shortest pathways to all other routers (using the Dijkstra algorithm).

More information



Last update on Thursday October 16, 2008 02:43:13 PM.
This document entitled « Network equipment - Router » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
IT professions - Network technician The job of a network technician is to work with network equipment and wiring in order to ensure that users have the best possible quality of service. In large corporations, the network technician may act under the authority of a network administrator... en.kioskea.net/metiers-informatique/technicien-reseau.php3
Only last shutted down laptop gets internet Hello, I'll try to discribe my setup/ problem. I'm running 3 pc's on a Sitecom wireless Network Broadband Router 54g Turbo (WL-173). One of those is a handmade desktop with xp running, connected through an utp cable. The two others are... en.kioskea.net/forum/affich-38419-only-last-shutted-down-laptop-gets-internet
Network equipment - Bridge/routers A bridge/router is a hybrid element that joins the features of a router and those of a bridge. Therefore, this kind of hardware is used for transferring non-routable protocols from one network to another, and to route the others. More precisely, the... en.kioskea.net/lan/brouteurs.php3
Cant connect to network after router restartHi I have a linksys DIR 615. It works fine with my Vista laptop. However if i switch off my router and power it on again, my laptop cannot detect the network anymore. I need to restore the router back to factory settings and configure it again and it... en.kioskea.net/forum/affich-18292-cant-connect-to-network-after-router-restart
Networking Belkin router & wireless notebookHello, I have Motorola SBG900 Wireless Modem (192.168.100.1) that comes with 1 Ethernet port. My notebook (192.168.0.2) happily connected using wireless connection to the modem. I recently purchased and installed a Belkin 4-port router (192.168.2.1)... en.kioskea.net/forum/affich-13436-networking-belkin-router-wireless-notebook
Wireless network config problemsHey, I need help trying to re-configure a network connection. Equipment/ Set-up: I have a Linksys broadband modem with 4-port switch (model WRT54G v5) and a ZyXEL wireless router Prestige 600 series (model no. 401380) with a Dynalink ADSL connected to... en.kioskea.net/forum/affich-4663-wireless-network-config-problems
Network equipment - The hub A hub is an element of hardware for centralising network traffic coming from multiple hosts, and to propagate the signal. The hub has a certain number of ports (it has enough ports to link machines to one another, usually 4, 8, 16 or 32). Its only... en.kioskea.net/lan/concentrateurs.php3
Network equipment - Bridges A bridge is a hardware device for linking two networks that work with the same protocol. Unlike a repeater, which works at the physical level, a bridge works at the logical level (on layer 2 in the OSI model), which means that it can filter frames so... en.kioskea.net/lan/ponts.php3
Network equipment - Proxy servers A proxy server is a machine which acts as an intermediary between the computers of a local area network (sometimes using protocols other than TCP/IP) and the Internet Most of the time the proxy server is used for the web, and when it is, it's an HTTP... en.kioskea.net/lan/proxy.php3