| Prev (Networking Tutorial) | Next (MAC) |
If A wants to talk to B, well, they're on the same network, so A addresses the packet directly to B:
So "A" can send a packet to "B" like this:
| Source IP | 192.168.1.1 | (A) |
|---|---|---|
| Destination IP | 192.168.1.2 | (B) |
| Data | Hello B! This is the Data | |
| Source IP | 192.168.1.1 | (A) |
|---|---|---|
| Source MAC | 01:C0:F2:69:31:21 | (A) |
| Destination IP | 192.168.1.2 | (B) |
| Destination MAC | 03:A0:B3:27:A2:2E | (B) |
| Data | Hello B! This is the Data | |
So how does A find out what B's MAC address is?
| Prev (Networking Tutorial) | Next (MAC) |