In static routing all the other networks are configured on router manually. As the number of network increases this task becomes complicated. The command used on router to configure static routing is
ip route <Destination Network Address> <Subnetmask> <Gateway Interface IP/ Number>
Dynamic Routing
In dynamic routing different routing protocols are used to perform routing. In these routing protocols all the network connected to source router are configured in them. They automatically exchange their routing table with the other routers configured with that routing protocol to perform routing.
Routing Information Protocol (RIP) is used to perform routing over the network. RIP performs routing over the limited number of hop count which is 15. This means thatRIP can exchange its routing table information from First router to 15th router. On 16th router the information of First router routing table can't be shared and that will become unreachable.
Enhanced Interior Gateway Routing Protocol (EIGRP) is advanced routing protocol than RIP. This is also used to perform routing over the network. EIGRP also perform routing over the limited number of hop count by default which is 100 and configurable up to 255. This hop count is much more than RIP.
Open Shortest Path First (OSPF) is also a routing protocol which works under the Link State Routing (LSR)Algorithm. The major advantage of OSPF is that it can detect the changes in topology such as Link Failures or Data Load on Link with the help of which it calculates the other shortest path with the help of algorithm named Dijkstra Algorithm.
Border Gateway Protocol (BGP) is a routing protocol which is used to exchange information and data over the internet form one group of network under same Autonomous System (AS) to other group of network having different Autonomous System (AS). We can also say that it is used to connect two or more different ISP's (Internet Service Providers) with each other.
What is Autonomous System (AS)?
Autonomous System (AS) is a unit in router policy which show that network or group of networks controlled by single network admin or group of admins on the behalf of single corporation. AS also represents the routing domain and assigned unique number globally called as Autonomous System Number (ASN).
No comments:
Post a Comment