This seminar will present TCP/IP communications starting from Layer 2 up to Layer 4 (TCP/IP applications cover Layers 5-7)


| 128.192.6.111 | 00:00:C0:B8:A5:E3 | 155s |
| 128.192.10.141 | 08:00:20:7C:7F:7E | 246s |
| 128.192.106.159 | 00:05:02:E6:48:41 | 626s |
| 128.192.153.21 | 00:00:1B:16:F7:FF | 332s |
| 128.192.237.52 | 00:00:0C:4E:60:8F | 185s |
| 128.192.26.126 | 00:00:94:21:66:14 | 439s |

| 255.255.0.0 | 128.192.0.0 | 128.192.6.7 | |||
| 0.0.0.0 | 0.0.0.0 | 128.192.1.1 |
ipdest = 10000000 11000000 11111110 01100100 (128.192.254.100)
netmask = 11111111 11111111 00000000 00000000 (255.255.0.0)
AND operation -----------------------------------
ipnet = 10000000 11000000 00000000 00000000 (128.192.0.0)
128.192.0.0 equals 128.192.0.0
ipdest = 10000011 10010000 00000100 00001010 (131.144.4.10)
netmask = 11111111 11111111 00000000 00000000 (255.255.0.0)
AND operation -----------------------------------
ipnet = 10000011 10010000 00000000 00000000 (131.144.0.0)
128.192.0.0 does *not* equal 131.144.0.0
ipdest = 10000011 10010000 00000100 00001010 (131.144.4.10)
netmask = 00000000 00000000 00000000 00000000 (0.0.0.0)
AND operation -----------------------------------
ipnet = 00000000 00000000 00000000 00000000 (0.0.0.0)
0.0.0.0 does equal 0.0.0.0
| 255.255.255.0 | 128.192.6.0 | 128.192.6.250 | |||
| 255.255.255.0 | 128.192.7.0 | 128.192.7.250 | |||
| 255.255.255.0 | 128.192.150.0 | 128.192.150.250 | |||
| 255.255.255.0 | 128.192.232.0 | 128.192.232.250 | |||
| 255.255.255.255 | 131.144.4.10 | 128.192.232.2 | |||
| 255.255.0.0 | 168.15.0.0 | 128.192.232.2 | |||
| 0.0.0.0 | 0.0.0.0 | 128.192.232.2 |
(netmask)
entry netmask AND(128.192.150.24) net-address result
----- ------- -------------- ----------- ------
1 255.255.255.0 128.192.150.0 128.192.6.0 no match
2 255.255.255.0 128.192.150.0 128.192.7.0 no match
3 255.255.255.0 128.192.150.0 128.192.150.0 send directly
(netmask)
entry netmask AND(168.15.44.39) net-address result
----- ------- ------------ ----------- ------
1 255.255.255.0 168.15.44.0 128.192.6.0 no match
2 255.255.255.0 168.15.44.0 128.192.7.0 no match
3 255.255.255.0 168.15.44.0 128.192.150.0 no match
4 255.255.255.0 168.15.44.0 128.192.232.0 no match
5 255.255.255.255 168.15.44.39 131.144.4.10 no match
6 255.255.0.0 168.15.0.0 168.15.0.0 send to 128.192.232.2
(netmask)
entry netmask AND(193.24.56.149) net-address result
----- ------- -------------- ----------- ------
1 255.255.255.0 193.24.56.0 128.192.6.0 no match
2 255.255.255.0 193.24.56.0 128.192.7.0 no match
3 255.255.255.0 193.24.56.0 128.192.150.0 no match
4 255.255.255.0 193.24.56.0 128.192.232.0 no match
5 255.255.255.255 193.24.56.149 131.144.4.10 no match
6 255.255.0.0 193.24.0.0 168.15.0.0 no match
7 0.0.0.0 0.0.0.0 0.0.0.0 send to 128.192.232.2
(default gateway)