Deep Dive: Why Both Addresses are Needed
Part of IP & MAC Addresses — GCSE Computer Science
This deep dive covers Deep Dive: Why Both Addresses are Needed within IP & MAC Addresses for GCSE Computer Science. Revise IP & MAC Addresses in Networks for GCSE Computer Science with 15 exam-style questions and 18 flashcards. This topic appears less often, but it can still be a useful differentiator on mixed-topic papers. It is section 5 of 8 in this topic. Use this deep dive to connect the idea to the wider topic before moving on to questions and flashcards.
Topic position
Section 5 of 8
Practice
15 questions
Recall
18 flashcards
Deep Dive: Why Both Addresses are Needed
Imagine sending a package across the country - you need BOTH types of addressing:
IP Address (Postal Address):
- Gets package to the right city, street, building (routing across networks)
- Can change if you move house (dynamic IP assignment)
- Postal service uses this to route package efficiently
- Network equivalent: Routers use IP to route packets across the Internet
MAC Address (Recipient Name/ID):
- Ensures package reaches the right PERSON at that address (local delivery)
- Stays with you even if you move (permanent hardware ID)
- Final delivery person uses this to hand package to correct recipient
- Network equivalent: Switches use MAC to deliver frames to correct device on LAN
The Complete Journey:
1. Your computer (IP: 192.168.1.5, MAC: AA:BB:CC:DD:EE:FF)
2. Wants to reach web server (IP: 151.101.0.81)
3. Packet has destination IP 151.101.0.81 (for routing)
4. Routers across Internet use IP to route packet
5. Packet arrives at destination network
6. Local switch uses MAC address to deliver to exact server
7. Both addresses needed: IP for journey, MAC for final delivery!