Architecture of Router

A generic router consists of the following components: 

  1. Input Port: This is the interface by which packets are admitted into the router, it performs several key functions as terminating the physical link at the router, this is done by the leftmost part in the below diagram, and the middle part does the work of interoperating with the link-layer like decapsulation, in the last part of the input port the forwarding table is looked up and is used to determine the appropriate output port based on the destination address.
  2. Switching Fabric: This is the heart of the Router, It connects the input ports with the output ports. It is kind of a network inside a networking device. The switching fabric can be implemented in several ways some of the prominent ones are: 
    • Switching via memory: In this, we have a processor which copies the packet from input ports and sends it to the appropriate output port. It works as a traditional CPU with input and output ports acting as input and output devices.
    • Switching via bus: In this implementation, we have a bus that connects all the input ports to all the output ports. On receiving a packet and determining which output port it must be delivered to, the input port puts a particular token on the packet and transfers it to the bus. All output ports can see the packets but they will be delivered to the output port whose token has been put in, the token is then scraped off by that output port and the packet is forwarded
    • Switching via interconnection network: This is a more sophisticated network, here instead of a single bus we use a 2N bus to connect n input ports to n output ports.
  3. Output Port: This is the segment from which packets are transmitted out of the router. The output port looks at its queuing buffers (when more than one packets have to be transmitted through the same output port queuing buffers are formed) and takes packets, does link layer functions, and finally transmits the packets to an outgoing link.
  4. Routing Processor: It executes the routing protocols, and it works like a traditional CPU. It employs various routing algorithms like the link-state algorithm, distance-vector algorithm, etc. to prepare the forwarding table, which is looked up to determine the route and the output port.
Architecture of Router

Introduction of a Router

Network devices are physical devices that allow hardware on a computer network to communicate and interact with one another. For example Repeater, Hub, Bridge, Switch, Routers, Gateway, Router, and NIC, etc.

Similar Reads

What is a Router?

A Router is a networking device that forwards data packets between computer networks. One or more packet-switched networks or subnetworks can be connected using a router. By sending data packets to their intended IP addresses, it manages traffic between different networks and permits several devices to share an Internet connection....

How Does Router Work?

A router determines a packet’s future path by examining the destination IP address of the header and comparing it to the routing database. The list of routing tables outlines how to send the data to a specific network location. They use a set of rules to determine the most effective way to transmit the data to the specified IP address. To enable communication between other devices and the internet, routers utilize a modem, such as a cable, fiber, or DSL modem. Most routers include many ports that can connect a variety of devices to the internet simultaneously. In order to decide where to deliver data and where traffic is coming from, it needs routing tables. A routing table primarily specifies the router’s default path. As a result, it might not determine the optimum path to forward the data for a particular packet. For instance, the office router directs all networks to its internet service provider through a single default channel. Static and dynamic tables come in two varieties in the router. The dynamic routing tables are automatically updated by dynamic routers based on network activity, whereas the static routing tables are configured manually....

Types of Router

There are several types of routers. Some of them are mentioned below:...

Functions of Router

The router performs below major functions:...

Architecture of Router

A generic router consists of the following components:...

Security Challenges in Router

There are several challenges faced by the router, due to which an unauthorized access is taken by another party. Here below are some security challenges in router:...

Advantages of Router

Easier Connection: Sharing a single network connection among numerous machines is the main advantage of router. This enables numerous people to connect to the internet, boosting total productivity. In addition, routers have connections between various media and network designs. Security: Undoubtedly, installing a router is the first step in securing a network connection. Because using a modem to connect directly to the internet exposes your computer to several security risks. So that the environment is somewhat secure, routers can be utilized as an intermediary between two networks. While not a firewall or antivirus replacement. NAT Usage: Routers use Network Address Translation (NAT) to map multiple private IP addresses into one public IP address. This allows for a better Internet connection and information flow between all devices connected to the network. Supports Dynamic Routing: The router employs dynamic routing strategies to aid in network communication. The internet work’s optimum path is chosen through dynamic routing. Additionally, it creates collision and broadcast domains. Overall, this can lessen network traffic. Filtering of Packets: Switching between packets and filtering packets are two more router services. A collection of filtering rules are used by routers to filter the network. The packets are either allowed or passed through....

Disadvantages of Router

Slower: Routers analyze multiple layers of information, from the physical layer to the network layer, which slows down connections. The same issue can also be encountered when multiple devices are connected to these network devices, causing “connection waiting”. High Cost: They are more expensive than some other tools for systems administration. This includes security, extension, and the focal point. As a result, routers are typically not the greatest option for issues. Need for configuration: The router must be properly configured to work properly. In general, the more complex the intended use, the more configuration is required. This requires professional installation, which can add to the cost of buying a router. Quality Issues: The time transitions are not always accurate. Even yet, some modern devices use the 2.4GHz band, which is frequently deactivated. These kinds of separations are frequently possible for those who live in apartments and condominiums. Bandwidth shortages: Dynamic routing techniques used by routers to support connections tend to cause network overhead, consuming a lot of bandwidth. This leads to a bandwidth shortage that significantly slows down the internet connection between connected devices....

Applications of Router

There are several applications of router because nowadays routers are widely used in most of the networking communication for better communication:...

Routing Protocol

The router can recognise other routers on the network and decide on a dynamic basis where to deliver all network messages through the routing protocol. Several protocols exist, some of which are listed below:...

Frequently Asked Question on Introduction of a Router – FAQs

How Router is different from Wi-Fi?...