Question:

What is the purpose of the subnet mask in IP addressing?

Show Hint

Understand subnet masks to configure networks and calculate usable IP addresses.
Updated On: Jun 18, 2025
  • To separate network and host portions of an IP address
  • To encrypt data packets
  • To assign IP addresses dynamically
  • To route packets between networks
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The subnet mask:
- Identifies the network and host portions of an IP address by using 1s for the network part and 0s for the host part (e.g., 255.255.255.0).
- Enables devices to determine if a destination is on the same network.
Option (2) relates to encryption, (3) to DHCP, and (4) to routing, none of which are subnet mask functions.
Option (1) is correct.
Was this answer helpful?
0
0