Book Image

Understanding TCP/IP

By : CP Books a.s.
Book Image

Understanding TCP/IP

By: CP Books a.s.

Overview of this book

This book covers in detail the Open System Interconnection (OSI) reference model and the TCP/IP protocols that operate that different layers. Its coverage includes various application protocols. The authors explain in an easy-to-read style networking concepts and protocols, with examples that make the book a practical guide in addition to its coverage of theory.
Table of Contents (20 chapters)
19
Index

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