Bird
0
0

Given the IP address 192.168.1.10 and subnet mask 255.255.255.0, what is the network address?

medium📝 Analysis Q13 of 15
Computer Networks - IP Addressing
Given the IP address 192.168.1.10 and subnet mask 255.255.255.0, what is the network address?
A192.168.1.0
B192.168.0.0
C192.168.1.255
D192.168.0.255
Step-by-Step Solution
Solution:
  1. Step 1: Understand network address calculation

    The network address is found by performing a bitwise AND between the IP address and subnet mask.
  2. Step 2: Calculate network address

    IP: 192.168.1.10 AND Mask: 255.255.255.0 gives 192.168.1.0 as the network address.
  3. Final Answer:

    192.168.1.0 -> Option A
  4. Quick Check:

    Network address = IP AND subnet mask [OK]
Quick Trick: AND IP with mask to get network address [OK]
Common Mistakes:
MISTAKES
  • Confusing broadcast address with network address
  • Using wrong subnet mask for calculation
  • Not applying bitwise AND operation

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Computer Networks Quizzes