What is the default subnet mask assigned to standard Class C IP addresses under traditional classful addressing configurations? MCQ with Answer and Explanation

What is the default subnet mask assigned to standard Class C IP addresses under traditional classful addressing configurations?
A. 255.0.0.0
B. 255.255.255.255
C. 255.255.255.0
D. 255.255.0.0
Answer: Option C
Solution (By JKSSB Mock Tests)
Class C networks allocate 24 bits to the network ID, which corresponds to a default subnet mask of 255.255.255.0.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Networking Questions

Question #1
Which device is used to connect two dissimilar networks, such as a LAN to a WAN?
A. Hub
B. Switch
C. Bridge
D. Router

Correct Answer: Option D


Explanation:
A router connects different networks, often with different media and addressing schemes.

This question belongs to: Computer Computer Networking
Question #2
Which mechanism enables an internet router to modify packet headers, allowing thousands of private internal LAN hosts to navigate the web through a single public IP address?
A. DHCP lease management
B. Address Resolution lookup
C. Network Address Translation (NAT)
D. Domain Name mapping

Correct Answer: Option C


Explanation:
NAT converts private internal IP addresses to a public IP address, conserving IPv4 space and adding an extra layer of internal security.

This question belongs to: Computer Computer Networking
Question #3
How many total octets are used to construct a standard 32-bit IPv4 network address configuration?
A. 8 octets
B. 6 octets
C. 4 octets
D. 2 octets

Correct Answer: Option C


Explanation:
An IPv4 address contains 32 bits divided into 4 octets (8 bits each), separated by dots in decimal format.

This question belongs to: Computer Computer Networking