IP vs MAC Addresses - Direct Comparison
Part of IP & MAC Addresses — GCSE Computer Science
This comparison covers IP vs MAC Addresses - Direct Comparison 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 4 of 8 in this topic. Use this comparison to connect the idea to the wider topic before moving on to questions and flashcards.
Topic position
Section 4 of 8
Practice
15 questions
Recall
18 flashcards
IP vs MAC Addresses - Direct Comparison
| Aspect | IP Address | MAC Address |
|---|---|---|
| Type | Logical / Software address | Physical / Hardware address |
| Permanence | Can change (dynamic assignment) | Permanent (burned into NIC) |
| Size | IPv4: 32 bits. IPv6: 128 bits | 48 bits (6 bytes) |
| Format | IPv4: 192.168.1.1 IPv6: 2001:0db8::1 |
AA:BB:CC:DD:EE:FF |
| Notation | Decimal (IPv4) or Hex (IPv6) | Hexadecimal |
| Assigned By | Network (DHCP) or manual config | Manufacturer at factory |
| Identifies | Device location (WHERE) | Physical device (WHO) |
| Scope | Global (unique across Internet) | Globally unique (but used locally) |
| TCP/IP Layer | Internet layer (Layer 2) | Link layer (Layer 1) |
| Used For | Routing across networks | Local delivery within LAN |
| Analogy | Postal address (location) | Fingerprint (identity) |
| Example | 192.168.1.100 | 00:1A:2B:3C:4D:5E |