SlideShare a Scribd company logo
1 of 14
Download to read offline
17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing
https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 1/14
Last Updated:
All About Routers: Types Of Routers, Routing Table
And IP Routing
September 13, 2020
Role and Signi cance of Routers in Computer Networking System:
Our previous tutorial in this Full Networking Training Series explained us about Layer 2
and Layer 3 switches in detail. In this tutorial, we will see about Routers in detail.
Routers are widely used everywhere in our daily life as these connect the various networks
all together spread over long distances.
As the name is self-explanatory, routers acquire their nomenclature from the work they
perform, means they do routing of data packets from the source end to a destination end
by using some routing algorithm in the computer networking systems.
What You Will Learn: [show]
What Are Routers?
Custom Search SEARCH
Software Testing Help
Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€
Types Of Testing ο…€ Tutorials ο…€

Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€
Types Of Testing ο…€ Tutorials ο…€
17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing
https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 2/14
If u had a telecom company which has one branch o ce in Bangalore and another in
Hyderabad, then to establish a connection between them we use routers at both ends
which were connected through ber optic cable through high bandwidth STM links or DS3
links.
By this scenario, the tra c in the form of data, voice or video will ow from both ends
dedicatedly between them without the interference of any third unwanted tra c. This
process is cost-e ective and time-e cient.
Likewise, this router also plays a key role to establish connections between software
testers, this we will explore further in the tutorial.
Below is the diagram of a router network where two routers namely R1 and R2 are
connecting three di erent networks.
In this tutorial, we will study the various aspects, features, and applications of Routers.
Types Of Routers
There are basically two types of Routers:
Hardware Routers: These are the hardware with distinctive in-built software competence
provided by the manufactures. They use their routing abilities to perform routing. They
have some more special features also in addition to basic routing feature.
Cisco 2900 router, ZTE ZXT1200, ZXT600 routers are the example of commonly used
hardware routers.
Software Routers: They operate in the same way as the hardware routers do, but they
don’t have any separate hardware box. It perhaps is a window, Netware or Linux server.
These all have the inbuilt routing abilities.
Although the software routers are generally used as gateways and rewalls in large
computer networking systems both types of routers have their own features and
signi cance.
The software routers have limited port for WAN connectivity and other port or card support
LAN connectivity, therefore, they can’t take the place of hardware routers.

Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€
Types Of Testing ο…€ Tutorials ο…€
17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing
https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 3/14
Because of the inbuilt features of routing all the cards and ports will perform the WAN
routing and other also depending upon its con guration and capacity.
Features of Routers
Works on the network layer of the OSI reference model and communicate with
neighbor devices on the concept of IP addressing and subnetting.
The main components of routers are central processing unit (CPU), ash memory,
non-volatile RAM, RAM, network interface card and console.
Routers have a di erent kind of multiple ports like fast-Ethernet port, gigabit, and
STM link port. All ports support high-speed network connectivity.
Depending upon the type of port needed in the network the user can con gure them
accordingly.
Routers carry out the data encapsulation and decapsulation process with lter out
the unwanted interference.
Routers have the inbuilt intelligence to route tra c in a big networking system by
treating the sub-networks as an intact network. They have the capability to analyze
the type of next link and hop connected with it which makes them superior to other
layer-3 devices such as switch and bridges.
Routers always work in master and slave mode thus provides the redundancy. Both
routers will have the same con gurations at software and hardware level if the
master fails then slave will act as Master and perform its entire tasks. Thus saves
the complete network failure.
IP Routing

Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€
Types Of Testing ο…€ Tutorials ο…€
17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing
https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 4/14
It is the procedure of transmitting the packets from the end device of one network to
remote end device of some other network. This is accomplished by Routers.
Routers inspect the destination end IP address and next-hop address and according to
results will forward the data packet to the destination.
Routing tables are used to nd out the next hop addresses and destination addresses.
Default Gateway: A default gateway is nothing but a router itself. It is deployed in the
network where an end device host doesn’t have next-hop route entry of some explicit
destination network and don’t able to make out the way to arrive at that network.
Therefore the host devices are con gured in such a way so that the data packets which are
directed towards remote network will be destined rstly to the default gateway.
Then the default gateway will provide the route towards the destination network to the
source end host device.
Routing Table
The routers have the internal memory called as RAM. The all the information a routing
table gathers will be stored in RAM of routers. A routing table identi es the path for a
packet by learning the IP address and other related information from the table and
forwards the packet to the desired destination or network.
The following are the entities contained in a routing table:
1. IP addresses and Subnet mask of the destination host and the network
2. IP addresses of all those routers which are required to reach the destination
network.
3. Extrovert interface information
There are three various procedures for populating a routing table:
Directly connected subnets
Static routing
Dynamic routing
Connected Routes: In the ideal mode, all the interfaces of the routers will remain in β€˜down’
state. So the interfaces on which user going to implement any con guration, rstly change
the state from β€˜down’ to β€˜up’. Next step of con guration will be assigning the IP addresses
to all interfaces.
Now the router will be smart enough to route the data packets to a destination network
via directly connected active interfaces. The subnets are also added in the routing table.

Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€
Types Of Testing ο…€ Tutorials ο…€
17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing
https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 5/14
Static Routing: By using static routing, a router can gather the route to the far end network
that is not physically or straightly connected to one of its interfaces.
Routing is done manually be running a particular command which is globally used.
The command is as follows:
IP route destination_network _IP subnet_mask_ IP next_hop_IP_address.
It is generally used in tiny networks only as need lots of manual con guration and the
whole process is very lengthy.
An Example is as follows:
Router 1 is physically connected with router 2 on the Fast Ethernet interface. Router 2 is
also directly connected to subnet 10.0.2.0/24. As the subnet is not physically connected
with Router 1, therefore it doesn’t make out the way to route packet to the destination
subnet.
Now we need to con gure it manually which is as follows:
Go to command prompt of Router 1.
Enter show IP route, the routing table has the below type of con guration.
Router# show IP route
C 192.164.0.0/24 is directly connected, FastEthernet0/0, C stands for connected.
Now we use static route command for con guration so that Router 1 can be able to
arrive at Subnet 10.0.0.0/24.
Router# conf t
Router (con g) # ip route 10.0.0.0 255.255.255.0 192.164.0.2
Router (con g) # exit
Router# show ip route

Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€
Types Of Testing ο…€ Tutorials ο…€
17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing
https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 6/14
10.0.0.0/24 is subnetted, 1 subnets
S 10.0.0.0 [1/0] via 192.164.0.2
C 192.164.0.0/24 is directly connected , FastEthernet0/0
S stands for static.
Note: The command prompt of the router has much other information also but I have
explained here only that command and information which is relevant to the topic.
Dynamic Routing: This type of routing works with at least one type of routing protocol is
facilitated with it. A routing protocol is practiced by routers so that they can share the
routing information among them. By this process, each of the routers in the network can
learn that information and will deploy it in building up their own routing tables.
Routing protocol works in such a way so that if a link goes down on which it was routing
data, it dynamically change their path for routing packet which in turn makes them fault-
resistant.
Dynamic routing also doesn’t need any manual con guration which saves the time and
administration load.
We only need to de ne the routes and their corresponding subnets which router will be
using and the rest is taken care by routing protocols.
Administrative Distance
Greater than one routing protocol can be practiced by the network, and the routers can
gather route information about the network from various sources. Routers main task is to
search for the best path. Administrative distance number is practiced by routers to
discover which path is best suitable to route the tra c. The protocol indicating lower
number administrative distance is best suitable to use.
Metric
Consider that router nd out two distinctive paths to arrive at the destination host of the
same network from the same protocol, then it has to take the decision to choose the best
path to route tra c and storing in the routing table.
Metric is a measurement parameter which is deployed to x the best suitable path. Again
lower will be the number of metric better will be the path.
Types of Routing Protocols
There are two kinds of routing protocols: 
Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€
Types Of Testing ο…€ Tutorials ο…€
17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing
https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 7/14
1. Distance vector
2. Link state
Both above types of routing protocols are interior routing protocols (IGP) which denotes
that they used to trade routing data inside one self-governing network system. While
Border gateway protocol (BGP) is a type of exterior routing protocol (EGP) which denotes
that it is used to trade routing data between two dissimilar network systems on the
internet.
Distance vector Protocol
RIP (Routing Information protocol): RIP is a kind of Distance vector protocol. As per the
name, distance vector routing protocol employ distance to obtain the best-suited path to
reach the remote network. The distance is basically the count of routers exist in-between
while approaching remote network. RIP has two versions but version 2 is most popularly
used everywhere.
Version 2 has the ability to present subnet masks and practices multicast to send routing
updates. Hop count is practiced as a metric and it has the administrative count of 120.
RIP version 2 launch the routing tables in every interval of 30 seconds thus lots of
bandwidth is utilized in this process. It utilizes the multicast address 224.0.0.9 to launch
routing information.
EIGRP (Enhanced interior gateway routing protocol): It is a progressive type of distance
vector protocol.
The various types of routing aspects it backs are:
Classless routing and VLSM
Load balancing
Incremental updates
Route summarization
The routers which use EIGRP as a routing protocol practices the multicast address
224.0.0.10. EIGRP routers maintain three kinds of routing tables which has all the necessary
information.
The administrative distance of EIGRP is 90 and it determines the metric by using
bandwidth and delay.
Link State Protocol
The objective of link state protocol is also similar to that of distance vector protocol, to
locate a best-suited path to a destination but deploy distinctive techniques to perform it.

Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€
Types Of Testing ο…€ Tutorials ο…€
17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing
https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 8/14
Link state protocol doesn’t launch the overall routing table, in its place, it launches the
information regarding the network topology as a result of which all the routers using link
state protocol should have the similar network topology statistics.
These are di cult to con gure and require much memory storage and CPU memory than
distance vector protocol.
This works faster than that of distance vector protocols. They also maintain the routing
table of three types and perform the shortest path rst algorithm to nd out the best
path.
OSPF is a kind of link state protocol.
OSPF (open shortest path rst):
It is a classless routing protocol and backs VLSM, incremental updates, manual route
summarization and equal cost load balancing.
Only interface cost is used as a metric parameter in OSPF. The administrative
distance number is set to 110. Multicast IP deployed for routing updates are 224.0.0.5
and 224.0.0.6.
The link between neighboring routers using OSPF protocol is rstly set up before
sharing the routing updates. As it is a link state protocol so routers don’t oat the
entire routing table but only share the statistics regarding network topology.
Then each router performs SFP algorithm to determine the superlative path and
includes it to the routing table. By using this process the possibility of routing loop
error is least.
OSPF routers send the hello packets on multicast IP 224.0.0.5 to set up the link with
neighbors. Then when the link is established then it starts oating routing updates
to neighbors.
An OSPF router sends hello packets in every 10 seconds on the network. If it doesn’t
receive the return hello packet from a neighbor in 40 seconds then it will proclaim
that neighbor as down. Routers to become neighbors should have some elds as
common as subnet ID, area id, hello and dead interval timers, authentication, and
MTU.
OSPF has the process of each message authentication. This is used to avoid routers
to transmit false routing information. The false information can lead to denial of
service attack.
There are two methods of authentication, MD5, and clear text authentication. MD5 is
most commonly used. It supports manual summarization process of routes while
oating in routing tables.
BGP (Border Gateway Protocol):
So far we have discussed the interior routing protocols which are used for small networks.
But for large-scale networks, BGP is used as it has the capability to handle tra c over the
internet for big networks. 
Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€
Types Of Testing ο…€ Tutorials ο…€
17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing
https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 9/14
Industries that use BGP have an exclusive autonomous system number which is
shared with another network to establish the connection between the two self-
governing systems (autonomous systems).
With the help of this joint venture, industries and network service providers such as
mobile operators can provide the BGP- commanded routes and because of this, the
systems get the ampli ed internet speed and e ciency with superior redundancy.
It constructs the routing assessment on the basis of network policies, set of rules
con gured and routing paths and also participate in taking main core routing
conclusions.
BGP makes its neighbors by manual con guration among routers to build up a TCP
session on port 179. A BGP presenter sends 19-byte messages in every 60 seconds to
its neighbors to establish the connection.
Route-map mechanism handles the ow of routes in BGP. It is nothing but a set of
rules. Every rule explains, for routes equivalent speci ed criteria, what decision to be
implemented. The decision is of the discard the route or to do modi cations of few
attributes of the route before nally storing it in the routing table.
BGP path selection criteria are di erent from others. It rst nds out the path
attributes for loop-free, synchronized routes to reach the destination in the following
manner.
Working Of Router
In the hardware part of the router, the physical connections are made through input
ports; it also keeps the copy of the forwarding table. Switching fabric is a kind of IC
(integrated circuit) which tells the router on which of the output port it should
forward the packet.
Routing processor saves the routing table within it and implements the several
routing protocols to be used in forwarding packets.
The output port transmits the data packets back to its place.
The working is divided into two di erent planes, 
Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€
Types Of Testing ο…€ Tutorials ο…€
17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing
https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 10/14
Control plane: The routers maintain the routing table which stores all the static and
dynamic routes to be used to destine the data packet to the remote host. The
control plane is a logic which fabricates a forwarding information base (FIB) to be
utilized by forwarding plane and also it has the information regarding the physical
interface the routers to be connected.
Forwarding Plane: based on the information it gathers from the control plane based
on records in routing tables it forwards the data packet to correct remote network
host. It also takes care of correct inward and outward physical connections.
Forwarding: As we know that the main purpose of routers is to connect big networks
such as WAN networks. As it works on layer-3 so it takes the forwarding decision on
the basis of the destination IP address and subnet mask stored in a packet directed
for the remote network.
As per the gure, Router A can reach out the Router C via two paths, one is directly
through Subnet B and another is through Router B using Subnet A and Subnet C
respectively. In this way, the network has become redundant.
When a packet arrives at router it rst lookout in the routing table to nd the best-
suited path to reach the destination and once it gets the IP address of next hop it
encapsulates the data packet. To nd out the best path routing protocol is used.
The route is learned by gathering information from the header associated with each
of data packet arrives at each node. The header contains the IP address information
of the next hop of the destination network.
To reach a destination, several paths are mentioned in the routing table; by using a
mentioned algorithm it uses the best suitable path to forward data.
It also checks that the interface on which packet is ready to be forward is accessible
or not. Once it collects all the necessary information then it sends the packet
according to the route decided.
The router also supervises the congestion when packets reach any hope of the
network at a pace greater than the router is able to process. The procedures used
are a tail drop, random early detection (RED) and weighted random early detection
(WRED).
The idea behind these is router drop the data packet when the size of the queue is
exceeded what is prede ned during con guration and can be stored in bu ers. Thus

Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€
Types Of Testing ο…€ Tutorials ο…€
17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing
https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 11/14
the router discards the newly arrived incoming packets.
Apart from this router takes the decision of choosing which packet to be forwarded
rst or at what number when several queues exist. This is implemented by QoS
(quality of service) parameter.
Performing policy-based routing is also a function of Routers. This is done by
bypassing all the rules and routes de ned in the routing table and making a new set
of rules, to forward data packet on an immediate basis or on priority. This is done on
the requirement basis.
By performing the various tasks within the router the CPU utilization is very high. So
some of its functions are performed by Application speci c integrated circuits (ASIC).
The Ethernet and STM ports are used to connect the ber optic cable or another
transmission media for physical connectivity.
ADSL port is used to connect the router to ISP by using CAT5 or CAT6 cables
respectively.
Applications Of Routers
Routers are the building blocks of Telecom service providers. They are used for
connecting core hardware equipment such as MGW, BSC, SGSN, IN and other servers
to remote location network. Thus work as a backbone of Mobile operations.
Routers are used in deploying the operation and maintenance center of an
organization which can be called as NOC center. All the far end equipment is
connected with central location over optic cable via routers which also provides
redundancy by operating in main link and protection link topology.
Support fast rate of data transmission as uses high bandwidth STM links for
connectivity thus used for both wired and wireless communication.
Software testers also use routers for WAN communications. Suppose the manager of
a software organization is situated in Delhi and its executive is situated at various
other locations like Bangalore and Chennai. Then the executives can share their
software tools and other applications with their manager via routers by connecting
their PC’s to the router using WAN architecture.
Modern-day routers have the feature of USB ports inbuilt within the hardware. They
have internal memory with enough storage capacity. External storage devices can be
used in combination with routers for data storing and sharing.
Routers have the feature of access restriction. The administrator con gures the
router in such a way that only a few clients or person can access the overall router
data while others can access only those data which is de ned to them to look up.
Apart from this routers can be con gured in such a way that only one person has the
rights i.e. the owner or administrator to perform modify, add or delete function in
software part while others can have only the view rights. This makes it highly secure
and can be used in military operations and nance companies where data
con dentiality is a prime concern.
In wireless networks, with the help of con guring VPN in routers, it can be used in
the client-server model by which can share internet, hardware resources, video, data
and voice being far apart. An example is shown in below gure.

Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€
Types Of Testing ο…€ Tutorials ο…€
17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing
https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 12/14
Routers are widely used by the internet service provider to send data from source to
destination in the form of e-mail, as a web page, voice, image or video le. The data
can be sent everywhere in the world providing that the destination should have an IP
address.
Conclusion
In this tutorial, we have studied in deep about the various features, types, working, and
application of routers. We have also seen the working and features of several kinds of
routing protocols used by routers to nd out the best path for routing data packets to the
destination network from the source network.
By analyzing all the various aspects of routers we have realized the fact that routers play a
very important role in modern day communication systems. It is widely used almost
everywhere from small home networks to WAN networks.
With the use of routers, the communication over long distance whether it is in the form of
data, voice, video or image becomes more reliable, fast, secure and cost-e ective.
PREV Tutorial | NEXT Tutorial
Recommended Reading
7 Layers of The OSI Model (A Complete Guide)
TCP/IP Model With Di erent Layers
A Complete Guide to Firewall: How to Build A Secure Networking System
All About Layer 2 and Layer 3 Switches in Networking System
Guide to Subnet Mask (Subnetting) & IP Subnet Calculator
LAN Vs WAN Vs MAN: Exact Di erence Between Types Of Network
What is Wide Area Network (WAN): Live WAN Network Examples

Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€
Types Of Testing ο…€ Tutorials ο…€
17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing
https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 13/14
IPv4 vs IPv6: What's the Exact Di erence
About SoftwareTestingHelp
Helping our community since 2006! Most popular portal for Software professionals
with 100 million+ visits and 300,000+ followers! You will absolutely love our
tutorials on QA Testing, Development, Software Tools and Services Reviews and
more!
Recommended Reading
ABOUT US | CONTACT US | ADVERTISE | TESTING SERVICES
ALL ARTICLES ARE COPYRIGHTED AND CAN NOT BE REPRODUCED WITHOUT PERMISSION.
7 Layers of The OSI Model (A Complete Guide)
TCP/IP Model With Di erent Layers
A Complete Guide to Firewall: How to Build A Secure Networking System
All About Layer 2 and Layer 3 Switches in Networking System
Guide to Subnet Mask (Subnetting) & IP Subnet Calculator
LAN Vs WAN Vs MAN: Exact Di erence Between Types Of Network
What is Wide Area Network (WAN): Live WAN Network Examples
IPv4 vs IPv6: What’s the Exact Di erence

Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€
Types Of Testing ο…€ Tutorials ο…€
17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing
https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 14/14
Β© COPYRIGHT SOFTWARETESTINGHELP 2020 β€” READ OUR COPYRIGHT POLICY | PRIVACY POLICY | TERMS | COOKIE
POLICY | AFFILIATE DISCLAIMER | LINK TO US

Types Of Testing ο…€ Tutorials ο…€

More Related Content

What's hot

Dynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And BasicsDynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And BasicsHarsh Mehta
Β 
acit mumbai - ospf rouitng
acit mumbai - ospf rouitng acit mumbai - ospf rouitng
acit mumbai - ospf rouitng Sleek International
Β 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of RoutersKishore Kumar
Β 
Examen ccna capitulo 6 en ingles
Examen ccna capitulo 6 en inglesExamen ccna capitulo 6 en ingles
Examen ccna capitulo 6 en inglesCarlos Galviz Sanchez
Β 
Design and Implementation of Dynamic Routing in Wireless Networks
Design and Implementation of Dynamic Routing in Wireless NetworksDesign and Implementation of Dynamic Routing in Wireless Networks
Design and Implementation of Dynamic Routing in Wireless NetworksSatish Reddy
Β 
Link State Protocol
Link State ProtocolLink State Protocol
Link State ProtocolJignesh Patel
Β 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routingRaghu Kiran
Β 
All in one q & ans
All in one q & ansAll in one q & ans
All in one q & ansRavi Kodoli
Β 
Difference between Routing & Routed Protocol
Difference between Routing & Routed ProtocolDifference between Routing & Routed Protocol
Difference between Routing & Routed ProtocolNetwax Lab
Β 
OSPF (Open Shortest Path First) Case Study: Anil Nembang
OSPF (Open Shortest Path First) Case Study: Anil NembangOSPF (Open Shortest Path First) Case Study: Anil Nembang
OSPF (Open Shortest Path First) Case Study: Anil NembangAnil Nembang
Β 
Configuring dynamic and static routing
Configuring dynamic and static routingConfiguring dynamic and static routing
Configuring dynamic and static routingAnand Dhouni
Β 
Day 4 LAYER 2 SWITCHING
Day 4 LAYER 2 SWITCHINGDay 4 LAYER 2 SWITCHING
Day 4 LAYER 2 SWITCHINGanilinvns
Β 
Day 2 IP ROUTING
Day 2 IP ROUTINGDay 2 IP ROUTING
Day 2 IP ROUTINGanilinvns
Β 
Switching Types
Switching TypesSwitching Types
Switching TypesKishore Kumar
Β 

What's hot (20)

Routing Protocols
Routing Protocols Routing Protocols
Routing Protocols
Β 
Routing Protocols
Routing ProtocolsRouting Protocols
Routing Protocols
Β 
Dynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And BasicsDynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And Basics
Β 
acit mumbai - ospf rouitng
acit mumbai - ospf rouitng acit mumbai - ospf rouitng
acit mumbai - ospf rouitng
Β 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of Routers
Β 
IP Routing
IP RoutingIP Routing
IP Routing
Β 
Examen ccna capitulo 6 en ingles
Examen ccna capitulo 6 en inglesExamen ccna capitulo 6 en ingles
Examen ccna capitulo 6 en ingles
Β 
Design and Implementation of Dynamic Routing in Wireless Networks
Design and Implementation of Dynamic Routing in Wireless NetworksDesign and Implementation of Dynamic Routing in Wireless Networks
Design and Implementation of Dynamic Routing in Wireless Networks
Β 
Link State Protocol
Link State ProtocolLink State Protocol
Link State Protocol
Β 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
Β 
All in one q & ans
All in one q & ansAll in one q & ans
All in one q & ans
Β 
Difference between Routing & Routed Protocol
Difference between Routing & Routed ProtocolDifference between Routing & Routed Protocol
Difference between Routing & Routed Protocol
Β 
OSPF Basics
OSPF BasicsOSPF Basics
OSPF Basics
Β 
OSPF (Open Shortest Path First) Case Study: Anil Nembang
OSPF (Open Shortest Path First) Case Study: Anil NembangOSPF (Open Shortest Path First) Case Study: Anil Nembang
OSPF (Open Shortest Path First) Case Study: Anil Nembang
Β 
Switching 1
Switching 1Switching 1
Switching 1
Β 
CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014
Β 
Configuring dynamic and static routing
Configuring dynamic and static routingConfiguring dynamic and static routing
Configuring dynamic and static routing
Β 
Day 4 LAYER 2 SWITCHING
Day 4 LAYER 2 SWITCHINGDay 4 LAYER 2 SWITCHING
Day 4 LAYER 2 SWITCHING
Β 
Day 2 IP ROUTING
Day 2 IP ROUTINGDay 2 IP ROUTING
Day 2 IP ROUTING
Β 
Switching Types
Switching TypesSwitching Types
Switching Types
Β 

Similar to All About Routers: Types Of Routers, Routing Table And IP Routing : Notes

Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesVamsi Krishna Kalavala
Β 
1164 Routers
1164 Routers1164 Routers
1164 Routerstechbed
Β 
Routing of netwok protocls and how .pptx
Routing of netwok protocls and how .pptxRouting of netwok protocls and how .pptx
Routing of netwok protocls and how .pptxsayidkhalif
Β 
Chapter 5 Routing.pptx
Chapter 5 Routing.pptxChapter 5 Routing.pptx
Chapter 5 Routing.pptxAyaanMohamed4
Β 
35d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b8935d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b89Abdisalam A. Mohamed
Β 
Basic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdfBasic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdftthind
Β 
Lesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing ALesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing AMahmmoud Mahdi
Β 
NETWORK DEVICE SECURITY NETWORK HARDENING
NETWORK DEVICE SECURITY NETWORK HARDENINGNETWORK DEVICE SECURITY NETWORK HARDENING
NETWORK DEVICE SECURITY NETWORK HARDENINGramya marichamy
Β 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructurePrince Gautam
Β 
Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01amit singh
Β 
A NOVEL ROBUST ROUTER ARCHITECTURE
A NOVEL ROBUST ROUTER ARCHITECTURE A NOVEL ROBUST ROUTER ARCHITECTURE
A NOVEL ROBUST ROUTER ARCHITECTURE IJERA Editor
Β 
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdfsadoyah492
Β 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...Tarun Khaneja
Β 
network hardware
network hardwarenetwork hardware
network hardwaretumetr1
Β 
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...IRJET Journal
Β 

Similar to All About Routers: Types Of Routers, Routing Table And IP Routing : Notes (20)

Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notes
Β 
Group 1
Group 1Group 1
Group 1
Β 
1164 Routers
1164 Routers1164 Routers
1164 Routers
Β 
Routing of netwok protocls and how .pptx
Routing of netwok protocls and how .pptxRouting of netwok protocls and how .pptx
Routing of netwok protocls and how .pptx
Β 
Chapter 5 Routing.pptx
Chapter 5 Routing.pptxChapter 5 Routing.pptx
Chapter 5 Routing.pptx
Β 
Ch5
Ch5Ch5
Ch5
Β 
35d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b8935d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b89
Β 
Basic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdfBasic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdf
Β 
Lesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing ALesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing A
Β 
Report on Router
Report on RouterReport on Router
Report on Router
Β 
NETWORK DEVICE SECURITY NETWORK HARDENING
NETWORK DEVICE SECURITY NETWORK HARDENINGNETWORK DEVICE SECURITY NETWORK HARDENING
NETWORK DEVICE SECURITY NETWORK HARDENING
Β 
CCNA FUNDAMENTAL
CCNA FUNDAMENTALCCNA FUNDAMENTAL
CCNA FUNDAMENTAL
Β 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructure
Β 
Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01
Β 
Gateway and firewall
Gateway and firewallGateway and firewall
Gateway and firewall
Β 
A NOVEL ROBUST ROUTER ARCHITECTURE
A NOVEL ROBUST ROUTER ARCHITECTURE A NOVEL ROBUST ROUTER ARCHITECTURE
A NOVEL ROBUST ROUTER ARCHITECTURE
Β 
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf
1.NggggggggggghhhhhhhhhhS UNIT - 1.pptx.pdf
Β 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
Β 
network hardware
network hardwarenetwork hardware
network hardware
Β 
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
Β 

More from Subhajit Sahu

DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTESDyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTESSubhajit Sahu
Β 
Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)Subhajit Sahu
Β 
A Dynamic Algorithm for Local Community Detection in Graphs : NOTES
A Dynamic Algorithm for Local Community Detection in Graphs : NOTESA Dynamic Algorithm for Local Community Detection in Graphs : NOTES
A Dynamic Algorithm for Local Community Detection in Graphs : NOTESSubhajit Sahu
Β 
Scalable Static and Dynamic Community Detection Using Grappolo : NOTES
Scalable Static and Dynamic Community Detection Using Grappolo : NOTESScalable Static and Dynamic Community Detection Using Grappolo : NOTES
Scalable Static and Dynamic Community Detection Using Grappolo : NOTESSubhajit Sahu
Β 
Application Areas of Community Detection: A Review : NOTES
Application Areas of Community Detection: A Review : NOTESApplication Areas of Community Detection: A Review : NOTES
Application Areas of Community Detection: A Review : NOTESSubhajit Sahu
Β 
Community Detection on the GPU : NOTES
Community Detection on the GPU : NOTESCommunity Detection on the GPU : NOTES
Community Detection on the GPU : NOTESSubhajit Sahu
Β 
Survey for extra-child-process package : NOTES
Survey for extra-child-process package : NOTESSurvey for extra-child-process package : NOTES
Survey for extra-child-process package : NOTESSubhajit Sahu
Β 
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTER
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTERDynamic Batch Parallel Algorithms for Updating PageRank : POSTER
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTERSubhajit Sahu
Β 
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...Subhajit Sahu
Β 
Fast Incremental Community Detection on Dynamic Graphs : NOTES
Fast Incremental Community Detection on Dynamic Graphs : NOTESFast Incremental Community Detection on Dynamic Graphs : NOTES
Fast Incremental Community Detection on Dynamic Graphs : NOTESSubhajit Sahu
Β 
Can you fix farming by going back 8000 years : NOTES
Can you fix farming by going back 8000 years : NOTESCan you fix farming by going back 8000 years : NOTES
Can you fix farming by going back 8000 years : NOTESSubhajit Sahu
Β 
HITS algorithm : NOTES
HITS algorithm : NOTESHITS algorithm : NOTES
HITS algorithm : NOTESSubhajit Sahu
Β 
Basic Computer Architecture and the Case for GPUs : NOTES
Basic Computer Architecture and the Case for GPUs : NOTESBasic Computer Architecture and the Case for GPUs : NOTES
Basic Computer Architecture and the Case for GPUs : NOTESSubhajit Sahu
Β 
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDESDynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDESSubhajit Sahu
Β 
Are Satellites Covered in Gold Foil : NOTES
Are Satellites Covered in Gold Foil : NOTESAre Satellites Covered in Gold Foil : NOTES
Are Satellites Covered in Gold Foil : NOTESSubhajit Sahu
Β 
Taxation for Traders < Markets and Taxation : NOTES
Taxation for Traders < Markets and Taxation : NOTESTaxation for Traders < Markets and Taxation : NOTES
Taxation for Traders < Markets and Taxation : NOTESSubhajit Sahu
Β 
A Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTESA Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTESSubhajit Sahu
Β 
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...Subhajit Sahu
Β 
Income Tax Calender 2021 (ITD) : NOTES
Income Tax Calender 2021 (ITD) : NOTESIncome Tax Calender 2021 (ITD) : NOTES
Income Tax Calender 2021 (ITD) : NOTESSubhajit Sahu
Β 
Youngistaan Foundation: Annual Report 2020-21 : NOTES
Youngistaan Foundation: Annual Report 2020-21 : NOTESYoungistaan Foundation: Annual Report 2020-21 : NOTES
Youngistaan Foundation: Annual Report 2020-21 : NOTESSubhajit Sahu
Β 

More from Subhajit Sahu (20)

DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTESDyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
Β 
Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)
Β 
A Dynamic Algorithm for Local Community Detection in Graphs : NOTES
A Dynamic Algorithm for Local Community Detection in Graphs : NOTESA Dynamic Algorithm for Local Community Detection in Graphs : NOTES
A Dynamic Algorithm for Local Community Detection in Graphs : NOTES
Β 
Scalable Static and Dynamic Community Detection Using Grappolo : NOTES
Scalable Static and Dynamic Community Detection Using Grappolo : NOTESScalable Static and Dynamic Community Detection Using Grappolo : NOTES
Scalable Static and Dynamic Community Detection Using Grappolo : NOTES
Β 
Application Areas of Community Detection: A Review : NOTES
Application Areas of Community Detection: A Review : NOTESApplication Areas of Community Detection: A Review : NOTES
Application Areas of Community Detection: A Review : NOTES
Β 
Community Detection on the GPU : NOTES
Community Detection on the GPU : NOTESCommunity Detection on the GPU : NOTES
Community Detection on the GPU : NOTES
Β 
Survey for extra-child-process package : NOTES
Survey for extra-child-process package : NOTESSurvey for extra-child-process package : NOTES
Survey for extra-child-process package : NOTES
Β 
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTER
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTERDynamic Batch Parallel Algorithms for Updating PageRank : POSTER
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTER
Β 
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
Β 
Fast Incremental Community Detection on Dynamic Graphs : NOTES
Fast Incremental Community Detection on Dynamic Graphs : NOTESFast Incremental Community Detection on Dynamic Graphs : NOTES
Fast Incremental Community Detection on Dynamic Graphs : NOTES
Β 
Can you fix farming by going back 8000 years : NOTES
Can you fix farming by going back 8000 years : NOTESCan you fix farming by going back 8000 years : NOTES
Can you fix farming by going back 8000 years : NOTES
Β 
HITS algorithm : NOTES
HITS algorithm : NOTESHITS algorithm : NOTES
HITS algorithm : NOTES
Β 
Basic Computer Architecture and the Case for GPUs : NOTES
Basic Computer Architecture and the Case for GPUs : NOTESBasic Computer Architecture and the Case for GPUs : NOTES
Basic Computer Architecture and the Case for GPUs : NOTES
Β 
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDESDynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
Β 
Are Satellites Covered in Gold Foil : NOTES
Are Satellites Covered in Gold Foil : NOTESAre Satellites Covered in Gold Foil : NOTES
Are Satellites Covered in Gold Foil : NOTES
Β 
Taxation for Traders < Markets and Taxation : NOTES
Taxation for Traders < Markets and Taxation : NOTESTaxation for Traders < Markets and Taxation : NOTES
Taxation for Traders < Markets and Taxation : NOTES
Β 
A Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTESA Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTES
Β 
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
Β 
Income Tax Calender 2021 (ITD) : NOTES
Income Tax Calender 2021 (ITD) : NOTESIncome Tax Calender 2021 (ITD) : NOTES
Income Tax Calender 2021 (ITD) : NOTES
Β 
Youngistaan Foundation: Annual Report 2020-21 : NOTES
Youngistaan Foundation: Annual Report 2020-21 : NOTESYoungistaan Foundation: Annual Report 2020-21 : NOTES
Youngistaan Foundation: Annual Report 2020-21 : NOTES
Β 

Recently uploaded

Call Girls In Mumbai Central Mumbai ❀️ 9920874524 πŸ‘ˆ Cash on Delivery
Call Girls In Mumbai Central Mumbai ❀️ 9920874524 πŸ‘ˆ Cash on DeliveryCall Girls In Mumbai Central Mumbai ❀️ 9920874524 πŸ‘ˆ Cash on Delivery
Call Girls In Mumbai Central Mumbai ❀️ 9920874524 πŸ‘ˆ Cash on Deliverybabeytanya
Β 
Call Girls Service Chandigarh Lucky ❀️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❀️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❀️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❀️ 7710465962 Independent Call Girls In C...Sheetaleventcompany
Β 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Servicesexy call girls service in goa
Β 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
Β 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...APNIC
Β 
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneVIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneCall girls in Ahmedabad High profile
Β 
Low Rate Call Girls Kolkata Avani 🀌 8250192130 πŸš€ Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🀌  8250192130 πŸš€ Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🀌  8250192130 πŸš€ Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🀌 8250192130 πŸš€ Vip Call Girls Kolkataanamikaraghav4
Β 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
Β 
VIP Kolkata Call Girl Kestopur πŸ‘‰ 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur πŸ‘‰ 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur πŸ‘‰ 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur πŸ‘‰ 8250192130 Available With Roomdivyansh0kumar0
Β 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
Β 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersDamian Radcliffe
Β 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
Β 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Roomgirls4nights
Β 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
Β 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
Β 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsThierry TROUIN ☁
Β 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girlsstephieert
Β 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebJames Anderson
Β 

Recently uploaded (20)

Call Girls In Mumbai Central Mumbai ❀️ 9920874524 πŸ‘ˆ Cash on Delivery
Call Girls In Mumbai Central Mumbai ❀️ 9920874524 πŸ‘ˆ Cash on DeliveryCall Girls In Mumbai Central Mumbai ❀️ 9920874524 πŸ‘ˆ Cash on Delivery
Call Girls In Mumbai Central Mumbai ❀️ 9920874524 πŸ‘ˆ Cash on Delivery
Β 
Call Girls Service Chandigarh Lucky ❀️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❀️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❀️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❀️ 7710465962 Independent Call Girls In C...
Β 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Β 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
Β 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
Β 
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Β 
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneVIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
Β 
Low Rate Call Girls Kolkata Avani 🀌 8250192130 πŸš€ Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🀌  8250192130 πŸš€ Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🀌  8250192130 πŸš€ Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🀌 8250192130 πŸš€ Vip Call Girls Kolkata
Β 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
Β 
VIP Kolkata Call Girl Kestopur πŸ‘‰ 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur πŸ‘‰ 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur πŸ‘‰ 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur πŸ‘‰ 8250192130 Available With Room
Β 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Β 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Β 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
Β 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
Β 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Β 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Β 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with Flows
Β 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girls
Β 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
Β 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Β 

All About Routers: Types Of Routers, Routing Table And IP Routing : Notes

  • 1. 17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 1/14 Last Updated: All About Routers: Types Of Routers, Routing Table And IP Routing September 13, 2020 Role and Signi cance of Routers in Computer Networking System: Our previous tutorial in this Full Networking Training Series explained us about Layer 2 and Layer 3 switches in detail. In this tutorial, we will see about Routers in detail. Routers are widely used everywhere in our daily life as these connect the various networks all together spread over long distances. As the name is self-explanatory, routers acquire their nomenclature from the work they perform, means they do routing of data packets from the source end to a destination end by using some routing algorithm in the computer networking systems. What You Will Learn: [show] What Are Routers? Custom Search SEARCH Software Testing Help Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€ Types Of Testing ο…€ Tutorials ο…€  Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€ Types Of Testing ο…€ Tutorials ο…€
  • 2. 17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 2/14 If u had a telecom company which has one branch o ce in Bangalore and another in Hyderabad, then to establish a connection between them we use routers at both ends which were connected through ber optic cable through high bandwidth STM links or DS3 links. By this scenario, the tra c in the form of data, voice or video will ow from both ends dedicatedly between them without the interference of any third unwanted tra c. This process is cost-e ective and time-e cient. Likewise, this router also plays a key role to establish connections between software testers, this we will explore further in the tutorial. Below is the diagram of a router network where two routers namely R1 and R2 are connecting three di erent networks. In this tutorial, we will study the various aspects, features, and applications of Routers. Types Of Routers There are basically two types of Routers: Hardware Routers: These are the hardware with distinctive in-built software competence provided by the manufactures. They use their routing abilities to perform routing. They have some more special features also in addition to basic routing feature. Cisco 2900 router, ZTE ZXT1200, ZXT600 routers are the example of commonly used hardware routers. Software Routers: They operate in the same way as the hardware routers do, but they don’t have any separate hardware box. It perhaps is a window, Netware or Linux server. These all have the inbuilt routing abilities. Although the software routers are generally used as gateways and rewalls in large computer networking systems both types of routers have their own features and signi cance. The software routers have limited port for WAN connectivity and other port or card support LAN connectivity, therefore, they can’t take the place of hardware routers.  Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€ Types Of Testing ο…€ Tutorials ο…€
  • 3. 17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 3/14 Because of the inbuilt features of routing all the cards and ports will perform the WAN routing and other also depending upon its con guration and capacity. Features of Routers Works on the network layer of the OSI reference model and communicate with neighbor devices on the concept of IP addressing and subnetting. The main components of routers are central processing unit (CPU), ash memory, non-volatile RAM, RAM, network interface card and console. Routers have a di erent kind of multiple ports like fast-Ethernet port, gigabit, and STM link port. All ports support high-speed network connectivity. Depending upon the type of port needed in the network the user can con gure them accordingly. Routers carry out the data encapsulation and decapsulation process with lter out the unwanted interference. Routers have the inbuilt intelligence to route tra c in a big networking system by treating the sub-networks as an intact network. They have the capability to analyze the type of next link and hop connected with it which makes them superior to other layer-3 devices such as switch and bridges. Routers always work in master and slave mode thus provides the redundancy. Both routers will have the same con gurations at software and hardware level if the master fails then slave will act as Master and perform its entire tasks. Thus saves the complete network failure. IP Routing  Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€ Types Of Testing ο…€ Tutorials ο…€
  • 4. 17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 4/14 It is the procedure of transmitting the packets from the end device of one network to remote end device of some other network. This is accomplished by Routers. Routers inspect the destination end IP address and next-hop address and according to results will forward the data packet to the destination. Routing tables are used to nd out the next hop addresses and destination addresses. Default Gateway: A default gateway is nothing but a router itself. It is deployed in the network where an end device host doesn’t have next-hop route entry of some explicit destination network and don’t able to make out the way to arrive at that network. Therefore the host devices are con gured in such a way so that the data packets which are directed towards remote network will be destined rstly to the default gateway. Then the default gateway will provide the route towards the destination network to the source end host device. Routing Table The routers have the internal memory called as RAM. The all the information a routing table gathers will be stored in RAM of routers. A routing table identi es the path for a packet by learning the IP address and other related information from the table and forwards the packet to the desired destination or network. The following are the entities contained in a routing table: 1. IP addresses and Subnet mask of the destination host and the network 2. IP addresses of all those routers which are required to reach the destination network. 3. Extrovert interface information There are three various procedures for populating a routing table: Directly connected subnets Static routing Dynamic routing Connected Routes: In the ideal mode, all the interfaces of the routers will remain in β€˜down’ state. So the interfaces on which user going to implement any con guration, rstly change the state from β€˜down’ to β€˜up’. Next step of con guration will be assigning the IP addresses to all interfaces. Now the router will be smart enough to route the data packets to a destination network via directly connected active interfaces. The subnets are also added in the routing table.  Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€ Types Of Testing ο…€ Tutorials ο…€
  • 5. 17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 5/14 Static Routing: By using static routing, a router can gather the route to the far end network that is not physically or straightly connected to one of its interfaces. Routing is done manually be running a particular command which is globally used. The command is as follows: IP route destination_network _IP subnet_mask_ IP next_hop_IP_address. It is generally used in tiny networks only as need lots of manual con guration and the whole process is very lengthy. An Example is as follows: Router 1 is physically connected with router 2 on the Fast Ethernet interface. Router 2 is also directly connected to subnet 10.0.2.0/24. As the subnet is not physically connected with Router 1, therefore it doesn’t make out the way to route packet to the destination subnet. Now we need to con gure it manually which is as follows: Go to command prompt of Router 1. Enter show IP route, the routing table has the below type of con guration. Router# show IP route C 192.164.0.0/24 is directly connected, FastEthernet0/0, C stands for connected. Now we use static route command for con guration so that Router 1 can be able to arrive at Subnet 10.0.0.0/24. Router# conf t Router (con g) # ip route 10.0.0.0 255.255.255.0 192.164.0.2 Router (con g) # exit Router# show ip route  Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€ Types Of Testing ο…€ Tutorials ο…€
  • 6. 17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 6/14 10.0.0.0/24 is subnetted, 1 subnets S 10.0.0.0 [1/0] via 192.164.0.2 C 192.164.0.0/24 is directly connected , FastEthernet0/0 S stands for static. Note: The command prompt of the router has much other information also but I have explained here only that command and information which is relevant to the topic. Dynamic Routing: This type of routing works with at least one type of routing protocol is facilitated with it. A routing protocol is practiced by routers so that they can share the routing information among them. By this process, each of the routers in the network can learn that information and will deploy it in building up their own routing tables. Routing protocol works in such a way so that if a link goes down on which it was routing data, it dynamically change their path for routing packet which in turn makes them fault- resistant. Dynamic routing also doesn’t need any manual con guration which saves the time and administration load. We only need to de ne the routes and their corresponding subnets which router will be using and the rest is taken care by routing protocols. Administrative Distance Greater than one routing protocol can be practiced by the network, and the routers can gather route information about the network from various sources. Routers main task is to search for the best path. Administrative distance number is practiced by routers to discover which path is best suitable to route the tra c. The protocol indicating lower number administrative distance is best suitable to use. Metric Consider that router nd out two distinctive paths to arrive at the destination host of the same network from the same protocol, then it has to take the decision to choose the best path to route tra c and storing in the routing table. Metric is a measurement parameter which is deployed to x the best suitable path. Again lower will be the number of metric better will be the path. Types of Routing Protocols There are two kinds of routing protocols:  Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€ Types Of Testing ο…€ Tutorials ο…€
  • 7. 17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 7/14 1. Distance vector 2. Link state Both above types of routing protocols are interior routing protocols (IGP) which denotes that they used to trade routing data inside one self-governing network system. While Border gateway protocol (BGP) is a type of exterior routing protocol (EGP) which denotes that it is used to trade routing data between two dissimilar network systems on the internet. Distance vector Protocol RIP (Routing Information protocol): RIP is a kind of Distance vector protocol. As per the name, distance vector routing protocol employ distance to obtain the best-suited path to reach the remote network. The distance is basically the count of routers exist in-between while approaching remote network. RIP has two versions but version 2 is most popularly used everywhere. Version 2 has the ability to present subnet masks and practices multicast to send routing updates. Hop count is practiced as a metric and it has the administrative count of 120. RIP version 2 launch the routing tables in every interval of 30 seconds thus lots of bandwidth is utilized in this process. It utilizes the multicast address 224.0.0.9 to launch routing information. EIGRP (Enhanced interior gateway routing protocol): It is a progressive type of distance vector protocol. The various types of routing aspects it backs are: Classless routing and VLSM Load balancing Incremental updates Route summarization The routers which use EIGRP as a routing protocol practices the multicast address 224.0.0.10. EIGRP routers maintain three kinds of routing tables which has all the necessary information. The administrative distance of EIGRP is 90 and it determines the metric by using bandwidth and delay. Link State Protocol The objective of link state protocol is also similar to that of distance vector protocol, to locate a best-suited path to a destination but deploy distinctive techniques to perform it.  Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€ Types Of Testing ο…€ Tutorials ο…€
  • 8. 17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 8/14 Link state protocol doesn’t launch the overall routing table, in its place, it launches the information regarding the network topology as a result of which all the routers using link state protocol should have the similar network topology statistics. These are di cult to con gure and require much memory storage and CPU memory than distance vector protocol. This works faster than that of distance vector protocols. They also maintain the routing table of three types and perform the shortest path rst algorithm to nd out the best path. OSPF is a kind of link state protocol. OSPF (open shortest path rst): It is a classless routing protocol and backs VLSM, incremental updates, manual route summarization and equal cost load balancing. Only interface cost is used as a metric parameter in OSPF. The administrative distance number is set to 110. Multicast IP deployed for routing updates are 224.0.0.5 and 224.0.0.6. The link between neighboring routers using OSPF protocol is rstly set up before sharing the routing updates. As it is a link state protocol so routers don’t oat the entire routing table but only share the statistics regarding network topology. Then each router performs SFP algorithm to determine the superlative path and includes it to the routing table. By using this process the possibility of routing loop error is least. OSPF routers send the hello packets on multicast IP 224.0.0.5 to set up the link with neighbors. Then when the link is established then it starts oating routing updates to neighbors. An OSPF router sends hello packets in every 10 seconds on the network. If it doesn’t receive the return hello packet from a neighbor in 40 seconds then it will proclaim that neighbor as down. Routers to become neighbors should have some elds as common as subnet ID, area id, hello and dead interval timers, authentication, and MTU. OSPF has the process of each message authentication. This is used to avoid routers to transmit false routing information. The false information can lead to denial of service attack. There are two methods of authentication, MD5, and clear text authentication. MD5 is most commonly used. It supports manual summarization process of routes while oating in routing tables. BGP (Border Gateway Protocol): So far we have discussed the interior routing protocols which are used for small networks. But for large-scale networks, BGP is used as it has the capability to handle tra c over the internet for big networks.  Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€ Types Of Testing ο…€ Tutorials ο…€
  • 9. 17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 9/14 Industries that use BGP have an exclusive autonomous system number which is shared with another network to establish the connection between the two self- governing systems (autonomous systems). With the help of this joint venture, industries and network service providers such as mobile operators can provide the BGP- commanded routes and because of this, the systems get the ampli ed internet speed and e ciency with superior redundancy. It constructs the routing assessment on the basis of network policies, set of rules con gured and routing paths and also participate in taking main core routing conclusions. BGP makes its neighbors by manual con guration among routers to build up a TCP session on port 179. A BGP presenter sends 19-byte messages in every 60 seconds to its neighbors to establish the connection. Route-map mechanism handles the ow of routes in BGP. It is nothing but a set of rules. Every rule explains, for routes equivalent speci ed criteria, what decision to be implemented. The decision is of the discard the route or to do modi cations of few attributes of the route before nally storing it in the routing table. BGP path selection criteria are di erent from others. It rst nds out the path attributes for loop-free, synchronized routes to reach the destination in the following manner. Working Of Router In the hardware part of the router, the physical connections are made through input ports; it also keeps the copy of the forwarding table. Switching fabric is a kind of IC (integrated circuit) which tells the router on which of the output port it should forward the packet. Routing processor saves the routing table within it and implements the several routing protocols to be used in forwarding packets. The output port transmits the data packets back to its place. The working is divided into two di erent planes,  Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€ Types Of Testing ο…€ Tutorials ο…€
  • 10. 17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 10/14 Control plane: The routers maintain the routing table which stores all the static and dynamic routes to be used to destine the data packet to the remote host. The control plane is a logic which fabricates a forwarding information base (FIB) to be utilized by forwarding plane and also it has the information regarding the physical interface the routers to be connected. Forwarding Plane: based on the information it gathers from the control plane based on records in routing tables it forwards the data packet to correct remote network host. It also takes care of correct inward and outward physical connections. Forwarding: As we know that the main purpose of routers is to connect big networks such as WAN networks. As it works on layer-3 so it takes the forwarding decision on the basis of the destination IP address and subnet mask stored in a packet directed for the remote network. As per the gure, Router A can reach out the Router C via two paths, one is directly through Subnet B and another is through Router B using Subnet A and Subnet C respectively. In this way, the network has become redundant. When a packet arrives at router it rst lookout in the routing table to nd the best- suited path to reach the destination and once it gets the IP address of next hop it encapsulates the data packet. To nd out the best path routing protocol is used. The route is learned by gathering information from the header associated with each of data packet arrives at each node. The header contains the IP address information of the next hop of the destination network. To reach a destination, several paths are mentioned in the routing table; by using a mentioned algorithm it uses the best suitable path to forward data. It also checks that the interface on which packet is ready to be forward is accessible or not. Once it collects all the necessary information then it sends the packet according to the route decided. The router also supervises the congestion when packets reach any hope of the network at a pace greater than the router is able to process. The procedures used are a tail drop, random early detection (RED) and weighted random early detection (WRED). The idea behind these is router drop the data packet when the size of the queue is exceeded what is prede ned during con guration and can be stored in bu ers. Thus  Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€ Types Of Testing ο…€ Tutorials ο…€
  • 11. 17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 11/14 the router discards the newly arrived incoming packets. Apart from this router takes the decision of choosing which packet to be forwarded rst or at what number when several queues exist. This is implemented by QoS (quality of service) parameter. Performing policy-based routing is also a function of Routers. This is done by bypassing all the rules and routes de ned in the routing table and making a new set of rules, to forward data packet on an immediate basis or on priority. This is done on the requirement basis. By performing the various tasks within the router the CPU utilization is very high. So some of its functions are performed by Application speci c integrated circuits (ASIC). The Ethernet and STM ports are used to connect the ber optic cable or another transmission media for physical connectivity. ADSL port is used to connect the router to ISP by using CAT5 or CAT6 cables respectively. Applications Of Routers Routers are the building blocks of Telecom service providers. They are used for connecting core hardware equipment such as MGW, BSC, SGSN, IN and other servers to remote location network. Thus work as a backbone of Mobile operations. Routers are used in deploying the operation and maintenance center of an organization which can be called as NOC center. All the far end equipment is connected with central location over optic cable via routers which also provides redundancy by operating in main link and protection link topology. Support fast rate of data transmission as uses high bandwidth STM links for connectivity thus used for both wired and wireless communication. Software testers also use routers for WAN communications. Suppose the manager of a software organization is situated in Delhi and its executive is situated at various other locations like Bangalore and Chennai. Then the executives can share their software tools and other applications with their manager via routers by connecting their PC’s to the router using WAN architecture. Modern-day routers have the feature of USB ports inbuilt within the hardware. They have internal memory with enough storage capacity. External storage devices can be used in combination with routers for data storing and sharing. Routers have the feature of access restriction. The administrator con gures the router in such a way that only a few clients or person can access the overall router data while others can access only those data which is de ned to them to look up. Apart from this routers can be con gured in such a way that only one person has the rights i.e. the owner or administrator to perform modify, add or delete function in software part while others can have only the view rights. This makes it highly secure and can be used in military operations and nance companies where data con dentiality is a prime concern. In wireless networks, with the help of con guring VPN in routers, it can be used in the client-server model by which can share internet, hardware resources, video, data and voice being far apart. An example is shown in below gure.  Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€ Types Of Testing ο…€ Tutorials ο…€
  • 12. 17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 12/14 Routers are widely used by the internet service provider to send data from source to destination in the form of e-mail, as a web page, voice, image or video le. The data can be sent everywhere in the world providing that the destination should have an IP address. Conclusion In this tutorial, we have studied in deep about the various features, types, working, and application of routers. We have also seen the working and features of several kinds of routing protocols used by routers to nd out the best path for routing data packets to the destination network from the source network. By analyzing all the various aspects of routers we have realized the fact that routers play a very important role in modern day communication systems. It is widely used almost everywhere from small home networks to WAN networks. With the use of routers, the communication over long distance whether it is in the form of data, voice, video or image becomes more reliable, fast, secure and cost-e ective. PREV Tutorial | NEXT Tutorial Recommended Reading 7 Layers of The OSI Model (A Complete Guide) TCP/IP Model With Di erent Layers A Complete Guide to Firewall: How to Build A Secure Networking System All About Layer 2 and Layer 3 Switches in Networking System Guide to Subnet Mask (Subnetting) & IP Subnet Calculator LAN Vs WAN Vs MAN: Exact Di erence Between Types Of Network What is Wide Area Network (WAN): Live WAN Network Examples  Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€ Types Of Testing ο…€ Tutorials ο…€
  • 13. 17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 13/14 IPv4 vs IPv6: What's the Exact Di erence About SoftwareTestingHelp Helping our community since 2006! Most popular portal for Software professionals with 100 million+ visits and 300,000+ followers! You will absolutely love our tutorials on QA Testing, Development, Software Tools and Services Reviews and more! Recommended Reading ABOUT US | CONTACT US | ADVERTISE | TESTING SERVICES ALL ARTICLES ARE COPYRIGHTED AND CAN NOT BE REPRODUCED WITHOUT PERMISSION. 7 Layers of The OSI Model (A Complete Guide) TCP/IP Model With Di erent Layers A Complete Guide to Firewall: How to Build A Secure Networking System All About Layer 2 and Layer 3 Switches in Networking System Guide to Subnet Mask (Subnetting) & IP Subnet Calculator LAN Vs WAN Vs MAN: Exact Di erence Between Types Of Network What is Wide Area Network (WAN): Live WAN Network Examples IPv4 vs IPv6: What’s the Exact Di erence  Home Resources FREE EBooks QA Testing ο…€ Courses ο…€ Automation ο…€ Types Of Testing ο…€ Tutorials ο…€
  • 14. 17/09/2020 All About Routers: Types of Routers, Routing Table and IP Routing https://www.softwaretestinghelp.com/types-of-routers-routing-table/ 14/14 Β© COPYRIGHT SOFTWARETESTINGHELP 2020 β€” READ OUR COPYRIGHT POLICY | PRIVACY POLICY | TERMS | COOKIE POLICY | AFFILIATE DISCLAIMER | LINK TO US  Types Of Testing ο…€ Tutorials ο…€