Router (Backbone of the Internet)



All around the world people using internet for different purposes generally says for information purpose that can be in the form of email, image text, animation etc. whenever you send email to a person it reach to the destination, although there are millions of nodes attached with the internet. Truly said, Internet is made up of router, router is the machine which moves the packet from source to destination, basically router is a processing machine which moves the packet (Protocol data unit at third layer, network layer) among different network.

Router works at network layer of OSI or internetwork layer of TCP/IP model. The router has the ability to process the protocol data unit called packet.  Packets enter through the router incoming interface consist of multiple fields in packet header but the field which are most important are packet source and destination IP address. All the routing decision depends upon these two fields. Router consist of IOS (operating system of router) for configuration purpose, user can statically configure packet path or enable the routing protocol such as RIP,IGRP,EIGRP,ISIS etc to exchange updates packets for dynamically update routing table when any change in configuration or topology occurs.

Routing table or forwarding table is database of the router all the destination network addresses are stored in it. Router compares destination address of packet with the table entry and check out whether destination address is directly connected or it should be forwarded to next router or next hop. Most of the time there are multiple path for the same destination, router find the optimal path based on the metric used by the routing protocol.

Routing protocol enable in the IOS of the router calculates the routing metric based upon hop count, distance, delay and bandwidth etc. RIP routing protocol uses hop count; less the number of hope count better the path.

Router can be accessed remotely by telnet, remote updates related to the router health and changes in configuration can be received by Simple network management protocol (SNMP).Router not forward the broadcast of data link layer that the reason it is used in the VLAN for interVlan routing purpose.

Share this tutorial:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Live
  • PlugIM
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati
  • TwitThis
  • YahooMyWeb
  • description
  • E-mail this story to a friend!
  • MisterWong
  • BlinkList
  • LinkedIn
  • MySpace
  • Print this article!
  • Yahoo! Buzz

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

About the Author

Adam has written 384 stories on this site.

Related Tutorials & Articles

Router Components (Hardware and Software)
Basic Routing Concept A device which communicate two networks either they are based on different protocols is called “Router”. Basic function of router is to define a logical path for data packet because it works on network layer. It is specialty of router that it doesn’t forward the second layer broadcast packets. Router components 1) ROM (Read only memory) 2)...Read more
Bridge - Connects Network Segments
Bridge is the network device which connects multiple segments on the network. Bridge works at data link layer have the ability to read the frame generated from source designated for the destination. Frame is the protocol data unit on data link layer, bridge take forwarding decision by extracting destination address from the frame and look...Read more
Interior Gateway Routing Protocol
By default, a router running IGRP sends an update broadcast every 90 seconds. It declares a route inaccessible if it does not receive an update from the first router in the route within 3 update periods (270 seconds). After 7 update periods (630 seconds), the Cisco IOS software removes the route from the routing table. IGRP...Read more
Route Redistribution
A router performs redistribution when it uses a routing protocol to advertise routes that were learned by some other means. Those “other means” may be another routing protocol, static routes, or a direct connection to the destination network. For example, a router may be running both an OSPF process and a RIP process. If the...Read more
Command Line Utilities- How to use Ping Command?
  Ping Command Ping command normally used for troubleshooting, it help to check whether the destination host is reachable or not. If the ping timeout period expires then “host unreachable host” message will be shown on command line.  Following are some essential uses of Ping command •    Ping your computer to identify whether TCP/IP suite is working properly. •   ...Read more

Write a Comment

Gravatars are small images that can show your personality. You can get your gravatar for free today!

Copyright © 2010 Sooper Tutorials. All rights reserved. Powered by WordPress.org, Website by ISolution.org.