Tasks
Last updated
Last updated
The packet goes from device 44:55:66 to the switch.
The switch will extract from layer 2 the mac address.
The switch will check its CAM table and forward the packet to Device dd:ee:ff.
The packet goes from device 44:55:66 to the switch.
The switch will extract from layer 2 the mac address.
The switch will check its CAM table and forward the packet to the router.
The router will extract from layer 3 the destination IP address.
The router will check its routing table and forward the packet to the next node.
The packet now has the source IP of the router's external IP.
Now the routing process will take place until arrived at the final node before the destination.
The final node will extract from layer 3 the destination IP address.
The router will check its routing table and forward the packet to the final node (destination).
The destination will receive the packet and extract from it the source IP and the data.
DHCP Discover.
DHCP Offer.
DHCP Request.
DHCP ACK.
ARP broadcast looking for the default gateway.
ARP unicast reply providing the MAC address of the gateway.
DNS A (IPv4) forward lookup query for google.com
DNS AAAA (IPv6) forward lookup query for google.com
DNS A response received.
DNS AAAA response received.
A 3-way handshake with port 80 on google.com
Initial protocol negotiation in HTTP, GET request sent.