COIT11238 · Week 4 self-paced tutorial

Across the Layers

Start with a browser request in Brisbane, follow it through switches and routers to a web server in Sydney, watch the sender and receiver TCP/IP stacks work side by side, then construct the complete Ethernet frame one field at a time.

0 of 4 lessons completedProgress is kept only while this page remains open. Nothing is saved or sent anywhere.
1

From familiar delivery to network delivery

Send a web request from Brisbane to Sydney

Use the postal analogy to establish the roles of IP addresses, MAC addresses, ports, switches and routers. The analogy is helpful, but the explanation beside every step identifies where the real network behaves differently.

Distinguish end-to-end and local addressingSeparate switch and router decisionsCorrect common postal-analogy limits

The delivery route

Press Next step and follow the highlighted device. The envelope is an analogy for the data being carried, not a literal picture of an Ethernet frame.

Step 1 of 9
💻
Brisbane laptopBrowser and network stack
🗂️
Local switchReads local MAC labels
🏤
Brisbane routerChooses the next IP route
🌐
Provider networkSeveral routers may forward the packet
🏤
Sydney routerReaches the destination LAN
🗂️
Server switchForwards to the server MAC
🖥️
Sydney web serverHTTPS service on TCP port 443
IP address — the wider destinationLike a street address that helps routers move towards the destination network. In this simplified no-NAT journey, the source and destination IP addresses stay in the packet from sender to receiver.
MAC address — the current local deliveryLike the local label used for the next hand-off on one LAN. Routers replace the Ethernet frame, so the source and destination MAC addresses change at each routed link.
Port number — the service inside the hostLike a department, counter or unit inside the final building. TCP destination port 443 identifies the HTTPS service rather than a physical socket.
Important correction to the analogy. A router does not normally add its own IP address to the packet as a sequence of postal stamps. It examines the destination IP address, reduces the packet’s TTL, chooses a next hop, removes the old link-layer frame and constructs a new frame for the next link. A switch—not a hub—learns local MAC locations.