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

Optical Disk Drives

What is Optical Drives? Optical Drives is a hardware device which used for reading and writing  a data in CD and DVD Disc. It uses electromagnetic waves to produce visible light spectrum which provide a read/write data process in optical disc. The CD was develop by Sony and Denon which is introduce in 1984 and the storage capacity is 650 MB. The DVD is develop by Panasonic, Sony, and Toshiba which is introduce in 1995 and the storage capacity is 4.7 GB. Types of Optical Disk Drives Some of the commonly used optical storage devices compact disks are Compact Disk Read Only Memory (CD-ROM) Compact Disk Recordable (CD-R) Compact Disk Rewritable (CD-RW) Compact Disk Digital Video Disc (DVD) Types of Optical Disk Drives Compact Disk Read Only Memory (CD-ROM) The Compact Disk Read Only Memory it contains data were computers can read but not write or erase in CD-ROM it is a type of read-only memory. In the 1990s CD-ROM was use for software and data distribution for the computer. Some ...

Cloud Computing

What is Cloud Computing? Cloud computing is a general term for anything that involves storing data, accessing data and programs over the internet instead of your computer’s hard drive. It is usually classified on the basis of location or on the service that the cloud is offering. The name “cloud computing” that often used to represent the Internet in flowcharts and diagrams. Cloud Computing Based on Service The four categories of cloud computing based on service are such as Infrastructure as a service (IaaS), Platform as a service (PaaS), Software as a service (SaaS), and Function as a service (FaaS). These are also called the cloud computing stack because they on top of one another. Cloud Computing Based on Location The four types of cloud computing based on location are such as public cloud, private cloud, hybrid cloud, and community cloud. They are compare to provide different levels of security and management requirements, it will depend on which type of data you are working with.