Skip to main content

IP Routing

What is IP Routing?

IP routing is the field of routing methodologies of Internet Protocol (IP) packets within and across IP networks. This involves not only protocols and technologies but includes the policies of the worldwide organization and configuration of Internet infrastructure. In each IP network node, the following IP routing involves the determination of a suitable path for a network packets from a source to its destination in an IP network. Therefore the process uses static configuration rules or dynamically obtained status information to select specific packet forwarding methods to direct traffic to the next available intermediate network node one hop closer to the desired final destination, a total path potentially spanning multiple computer networks.

Networks are separated from each other by specialized hosts, called gateways or routers with specialized software support optimized for routing. In routers, the following packets arriving at an interface are examine for source and destination addressing and queue to the appropriate outgoing interface according to their destination address and a set of rules and performance metrics. Therefore the rules are encoded in a routing table that contains entries for all interfaces and their connected networks. However, if no rule satisfies the requirements for a network packet, it is forward to a default route. Routing tables are maintains either manually by a network administrator, or updated dynamically with a routing protocol. Routings rules may contain other parameters than source and destination, such as limitations on available bandwidth, expected packet loss rates, and specific technology requirements.

Routing Protocol

A routing protocol is a software mechanism by which routers communicate and share information about the topology of the network, and the capabilities of each routing node. It thus implements the network-global rules by which traffic is direct within a network and across multiple networks. However, different protocols are often uses for different topologies or different application areas. For example, the Open Shortest Path (OSPF) protocol is generally use for routing packets between subnetworks within an enterprise and the Border Gateway Protocol (BGP) is use on a global scale. Therefore BGP is the standard of worldwide Internet routing.

Types of IP Routing

The following types of IP routing are

  1. Static
  2. Default
  3. Dynamic

1. Static Routing

In static routing, administrator manually adds routes in each router’s routing table.

Command

Ip route < destination network > < mask > < next hop add or exit interface > < administrative distance > < permanent

Example: IP route 192.168.10.0    255.255.255.0   192.168.20.1

To show routing table

# show ip route

2. Default Routing

Default routing use in sub network where there is only one way.

Example: IP route 0.0.0.0   0.0.0.0   192.168.20.1

Administrative distances

Administrative distance is used to rate the trust worthiness of routing information received on a router from a neighbour router.

Default administrative distance

The following default administrative distance are

Connected interface                                      0

Static route                                                      1

EIGRP                                                                90

IGRP                                                                  100

OSPF                                                                  110

RIP                                                                     120

External EIGRP                                                170

Unknown                                                          255 (this route will never be used)

3. Dynamic Routing

Protocols are used to find networks and update routing tables on routers. Therefore the routing protocols used to determine the path. Example: RIP, IGRP, OSPF, etc, and routed protocols that carries the packets, Example: IP, IPX, and AppleTalk.

Learn about Bootstrap Protocol (BOOTP)

  

Comments

Popular posts from this blog

Interconnecting Devices

Interconnecting Devices An Interconnecting devices is a network device. It used to transfer data from one computer to other computer with the help of network devices. There are five categories of interconnecting devices are such as. Router  Hubs  Switches/Bridge  Repeater  BRouter Repeater: Now I am going to tell you the repeater is an electronic device that used to receive and send a signal. It amplifies the signal and noise. It provides transmission of the signal.  HUB (Hyper User Bus):  In this, it used to link several computers in the same network. It based on broadcasting, and it sends the data to all computers and repeats the signal which receives a signal from one port and copies to other port and traffic are high. Bridge / Switch:  In this, we can see the interconnecting devices which can divide a single network into two or more segment are called Bridge / Switch.  It has multiple ports like 2, 4, 16, and 32. The Switch main...

Printer

What is Printer? Another widely used output device is a printer and it is a computer peripheral device. A printer produces a hard copy of a processed text or a result. A hard copy refers to a permanent human-readable text or graphics taken on physical print media such as paper or transparency. A printer will use toner to provide a quality print on paper, a toner is a replaceable material. Once the toner gets empty we can refill it and reuse it.  Most of the printers are used for commercial purposes such as private offices, industries, government offices, photo studios, etc,. Most of the printers are used to print emails, documents, files, images, color photos, color documents, color posts, banners, advertisement posters, etc,. There are the following 5 types of printers such as dot matrix printer, inkjet printer, laser printer, dye-sublimation printer, and plotter printer this are all the printer which uses nowadays for a printing purpose. A printer is characterized by the followin...

CMOS

What is CMOS? CMOS stands for Complimentary Metal Oxide Semi-Conductor and it stores roughly 64Kb of data. It is the part of the southbridge in most computers. The specification stored in Complimentary Metal Oxide Semi-Conductor must match hardware and it allows you to access the BIOS. When hardware is change or update, Complimentary Metal Oxide Semi-Conductor must be updated. CMOS Battery Accessing BIOS through CMOS setup Complimentary Metal Oxide Semi-Conductor can only be accessed when the PC is booting and key combination at start-up. The changes are stores on an NVRAM Complimentary Metal Oxide Semi-Conductor chip. The mouse doesn’t work in Complimentary Metal Oxide Semi-Conductor setup. AMI and AWARD BIOS – DEL key  PHOENIX BIOS – CTRL, ALT and ESC keys or F2        CMOS Chip Complimentary Metal Oxide Semi-Conductor is stored in an SRAM chip called Non-Volatile Random Access Memory (NVRAM). It stores data that is uses by the BIOS and NVRAM is powered by Com...