Hello 4
Hello 4
link lookup,
layer forwarding
line protocol switch
termination (receive fabric
) queueing
physical layer:
bit-level reception
link layer:
decentralized switching:
e.g., Ethernet ▪ using header field values, lookup output port using
forwarding table in input port memory (“match plus action”)
(chapter 6)
▪ destination-based forwarding: forward based only on
destination IP address (traditional)
▪ generalized forwarding: forward based on any set of header
field values Network Layer: 4-16
Destination-based forwarding
Link interface
Destination Address Range
0
11001000 00010111 00010*** ********
1
11001000 00010111 00011000 ********
2
11001000 00010111 00011*** ********
3
otherwise
Link interface
Destination Address Range
0
11001000 00010111 00010*** ********
1
11001000 00010111 00011000 ********
2
11001000 match!
00010111 00011*** ********
3
otherwise
Link interface
Destination Address Range
0
11001000 00010111 00010*** ********
1
11001000 00010111 00011000 ********
2
11001000 00010111 00011*** ********
3
otherwise
match!
11001000 00010111 00010110 10100001 which interface?
examples:
11001000 00010111 00011000 10101010 which interface?
Network Layer: 4-20