0
0
Computer Networksknowledge~20 mins

MAC addressing in Computer Networks - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
MAC Address Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📋 Factual
intermediate
1:00remaining
What is the length of a MAC address?
A MAC address is a unique identifier assigned to network interfaces. How many bits long is a standard MAC address?
A48 bits
B32 bits
C64 bits
D128 bits
Attempts:
2 left
💡 Hint
Think about the common format shown as six groups of two hexadecimal digits.
🧠 Conceptual
intermediate
1:30remaining
What does the first half of a MAC address represent?
A MAC address is split into two parts. What does the first 24 bits (first half) of a MAC address usually identify?
AThe manufacturer or vendor
BThe device's serial number
CThe device's IP address
DThe network subnet
Attempts:
2 left
💡 Hint
This part is assigned by a central authority to companies making network devices.
🔍 Analysis
advanced
2:00remaining
Identify the error in this MAC address format
Which of the following MAC addresses is incorrectly formatted?
A00:1A:2B:3C:4D:5E
B00-1A-2B-3C-4D-5E
C00:1A:2B:3C:4D:5G
D001A.2B3C.4D5E
Attempts:
2 left
💡 Hint
Check if all characters are valid hexadecimal digits (0-9, A-F).
🚀 Application
advanced
1:30remaining
How many unique MAC addresses can exist?
Given that a MAC address is 48 bits long, how many unique MAC addresses are possible?
A2^32 (about 4 billion)
B2^48 (about 281 trillion)
C2^24 (about 16 million)
D2^64 (about 18 quintillion)
Attempts:
2 left
💡 Hint
Calculate 2 raised to the power of the number of bits in a MAC address.
Reasoning
expert
2:00remaining
Why can't two devices on the same local network have the same MAC address?
Consider a local network where devices communicate using MAC addresses. What is the main reason two devices cannot share the same MAC address on this network?
ABecause MAC addresses are used to route packets across the internet
BBecause MAC addresses are encrypted for security and must be unique
CBecause MAC addresses determine the device's IP address automatically
DBecause MAC addresses uniquely identify devices on the local network to avoid communication conflicts
Attempts:
2 left
💡 Hint
Think about how devices find each other on the same network segment.