7.3 Handling Routing Tables
A routing table has to be filled up with individual entries. The static entries stay in the routing table until they are removed or the system is switched off. The dynamic entries fed into routing tables by application protocols have their lifespan monitored and are removed after its expiration.
The English commands often use the term gateway instead of router, especially, in older manuals. The term gateway in a routing table stands for the next router (next hop) in the trip.
7.3.1 List of Contents of a Routing Table in a Command Prompt
The netstat -r
command lists the contents of a routing table.
7.3.1.1 Contents of a Routing Table in UNIX
UNIX is an operating system with considerable history. The older versions of UNIX operating systems did not list the network mask. The standard network mask was presupposed and this made the lists confusing when other masks were used.
The more recent versions of UNIX list network masks in decimal notation or simply put slash after...