Differences between revisions 1 and 2
Revision 1 as of 2003-09-23 19:04:57
Size: 238
Editor: yakko
Comment:
Revision 2 as of 2003-09-23 19:13:42
Size: 740
Editor: yakko
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
'''Forwarding Table''' is also different from the '''Routing Table''' because the forwarding table is built from the routing table. The '''Forwarding Table''' contains the mapping from a network number to an outgoing interface (say eth0) and some MAC information, such as the ethernet address of the next hop. Think of forwarding as a link layer and below mechanism.
Line 4: Line 6:

The '''Routing Table''' is the result of routing algorithms and generally only has network numbers and next hop information.

Forwarding consists of taking a packet, looking at its destination address, consulting a table, and sending the packet in a direction determined by that table.

Forwarding Table is also different from the Routing Table because the forwarding table is built from the routing table. The Forwarding Table contains the mapping from a network number to an outgoing interface (say eth0) and some MAC information, such as the ethernet address of the next hop. Think of forwarding as a link layer and below mechanism.

Routing is the profcess by which forwarding tables are built.

The Routing Table is the result of routing algorithms and generally only has network numbers and next hop information.

ForwardingVsRouting (last edited 2009-09-06 16:05:12 by 24-183-238-75)