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

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...

Dot Matrix Printer

What is Dot Matrix Printer? A dot matrix printer or impact matrix printer refers to a type of computer printers with a print head that contains a cluster of pins. The pins run back and front on the page and print by impact with striking an ink-soaked cloth ribbon against a paper similar to a typewriter. The Dot-matrix printers can print at a speed of 500 cps. Therefore a low-resolution dot matrix printers use 9 pins and a high-resolution dot matrix printer uses 24 pins. Then the low-resolution dot matrix is use to apply ink on the surface for layout.  In this a printer is able to print different patterns but not only the specific characters. Then a Dot-matrix printers are work as a non-impact method such as laser printers or inkjet printers where they also use the same process for printing. In this each dots produce by a wire or pin which is a tiny metal rod. The tiny electromagnet give the power to move forward directly small levers and a ribbon mask holder which facing the papers...

Blade Server

What is Blade Server? A blade server is a compact, high density, self-contained server that chassis housing multiple thin, modular electronic circuit boards, known as server blades. It is used in the datacenters to save space, minimize power consumption, reduce cooling expenses, redundancy, reduce cabling, increase storage capacity, and reduce energy cost. Each blade is a server in its own right, often dedicate to a single application. It consists of hot-plug hard drives, memory, input/output cards, and network cards. With enterprise-class blade servers, storage is external, and blades are diskless. A blade servers is used for hosting virtual platforms, file sharing, SSL encryption of web communication, streaming audio and video content, database hosting, and application hosting. Blade Server Benefits of Blade Servers The following benefits of blade servers are Minimize Power Consumption Storage Capacity is High Less needs for Cables High Space Saving Scalable Architecture Diskless or ...