Routing is the process of determining where to send data packets that are destined for addresses outside the local network. Routers gather and maintain routing information to enable the transmission ...
We have recently spoken about IP routing, but there is something else that needs our attention, and it is all about the types of routes found in a routers routing table. It might sound confusing but ...
Routers (and Layer 3 switches) perform table lookups determining the next hop (next router or Layer 3 switch) along the route, which in turn determines the output port over which to forward the packet ...
You need to understanding routing tables if you're going to do any kind of network troubleshooting. Let's take a look at what Linux commands can tell you about how your system is making connections.
The most important networking command in Linux might be ping. This command lets you check if a remote machine is responding to your requests. You can use ping to check if your internet connection is ...
Equal-cost multi-path allows a router to insert more than one path to a destination in the routing table to enable load balancing. Here's how ECMP works and how to configure it in OSPF. Equal-cost ...