InterviewSolution
| 1. |
Can You Explain What Is Routing Table? |
|
Answer» A routing table stores the routes of the various nodes in a network. Nodes can be any electronic device connected to the network. The table is usually stored in a router or the network computer as a database or file. This information helps to fond the BEST possible path. The routing table has at least 3 FIELDS: the destination network ID, cost of the path, next hop or address to SEND the PACKET. A routing table stores the routes of the various nodes in a network. Nodes can be any electronic device connected to the network. The table is usually stored in a router or the network computer as a database or file. This information helps to fond the best possible path. The routing table has at least 3 fields: the destination network id, cost of the path, next hop or address to send the packet. |
|