Routing In Computer Network : • Routing In Computer Network in Bangla | Ba...
Computer Network Playlist : • Computer Network In Bangla | কম্পিউটার নেট...
Wireless Network / Ad hoc Network Playlist : • [ওয়্যারলেস সেন্সর নেটওয়ার্ক] Wireless Sens...
Repeater in Computer Network : • Repeater in Computer Network in bangla | B...
Hub in computer network : • Hub In Computer Network in Bangla | Bangla...
Components of Data Communication System : • Components of Data Communication System in...
Switch in computer network : • Switch in Computer Network in Bangla | Ban...
Hub vs Switch : • Difference Between Hub And Switch | in Ban...
Types of Routing
Routing can be classified into three categories:
Static Routing
Default Routing
Dynamic Routing
Routing
Static Routing
Static Routing is also known as Nonadaptive Routing.
It is a technique in which the administrator manually adds the routes in a routing table.
A Router can send the packets for the destination along the route defined by the administrator.
In this technique, routing decisions are not made based on the condition or topology of the networks
Advantages Of Static Routing
Following are the advantages of Static Routing:
No Overhead: It has ho overhead on the CPU usage of the router. Therefore, the cheaper router can be used to obtain static routing.
Bandwidth: It has not bandwidth usage between the routers.
Security: It provides security as the system administrator is allowed only to have control over the routing to a particular network.
Disadvantages of Static Routing:
Following are the disadvantages of Static Routing:
For a large network, it becomes a very difficult task to add each route manually to the routing table.
The system administrator should have a good knowledge of a topology as he has to add each route manually.
Default Routing
Default Routing is a technique in which a router is configured to send all the packets to the same hop device, and it doesn't matter whether it belongs to a particular network or not. A Packet is transmitted to the device for which it is configured in default routing.
Default Routing is used when networks deal with the single exit point.
It is also useful when the bulk of transmission networks have to transmit the data to the same hp device.
When a specific route is mentioned in the routing table, the router will choose the specific route rather than the default route. The default route is chosen only when a specific route is not mentioned in the routing table.
Dynamic Routing
It is also known as Adaptive Routing.
It is a technique in which a router adds a new route in the routing table for each packet in response to the changes in the condition or topology of the network.
Dynamic protocols are used to discover the new routes to reach the destination.
In Dynamic Routing, RIP and OSPF are the protocols used to discover the new routes.
If any route goes down, then the automatic adjustment will be made to reach the destination.
The Dynamic protocol should have the following features:
All the routers must have the same dynamic routing protocol in order to exchange the routes.
If the router discovers any change in the condition or topology, then router broadcast this information to all other routers.
Advantages of Dynamic Routing:
It is easier to configure.
It is more effective in selecting the best route in response to the changes in the condition or topology.
Disadvantages of Dynamic Routing:
It is more expensive in terms of CPU and bandwidth usage.
It is less secure as compared to default and static routing.