0
0
Computer Networksknowledge~20 mins

Classful addressing (Class A, B, C) in Computer Networks - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Classful Addressing Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Identify the Class of an IP Address
Given the IP address 130.25.50.1, which class does it belong to?
AClass C
BClass B
CClass A
DClass D
Attempts:
2 left
💡 Hint
Look at the first number in the IP address and compare it to the class ranges.
📋 Factual
intermediate
2:00remaining
Number of Hosts in Class C Network
How many usable host addresses are available in a Class C network?
A254
B256
C65534
D16,777,214
Attempts:
2 left
💡 Hint
Remember to subtract network and broadcast addresses from total hosts.
🔍 Analysis
advanced
2:00remaining
Determine Network Class from Binary
The first octet of an IP address in binary is 01100010. What is the class of this IP address?
AClass A
BClass E
CClass C
DClass B
Attempts:
2 left
💡 Hint
Check the first few bits to identify the class.
Comparison
advanced
2:00remaining
Compare Network Sizes of Class A and Class B
Which statement correctly compares the number of possible hosts in Class A and Class B networks?
AClass A supports more hosts than Class B because it has more host bits.
BClass B supports more hosts than Class A because it has more network bits.
CClass A and Class B support the same number of hosts.
DClass B supports more hosts than Class A because it has fewer network bits.
Attempts:
2 left
💡 Hint
Think about how many bits are used for hosts in each class.
Reasoning
expert
2:00remaining
Identify the Class from IP Range and Explain
An organization has an IP address starting with 192.168.5.10. Which class does this IP belong to and why is it commonly used in private networks?
AClass A; because it allows many hosts and is reserved for private use.
BClass B; because it balances network and host bits and is public.
CClass C; because it has a smaller network size and is reserved for private use.
DClass D; because it is used for multicast and private addressing.
Attempts:
2 left
💡 Hint
Check the first octet range and recall private IP address ranges.