Bird
0
0

Given IP address 192.168.10.130 and subnet mask 255.255.255.192, what is the network address?

medium📝 Analysis Q4 of 15
Computer Networks - IP Addressing
Given IP address 192.168.10.130 and subnet mask 255.255.255.192, what is the network address?
A192.168.10.128
B192.168.10.64
C192.168.10.192
D192.168.10.0
Step-by-Step Solution
Solution:
  1. Step 1: Understand subnet mask and block size

    255.255.255.192 means /26 prefix, block size = 256 - 192 = 64.
  2. Step 2: Find network block containing IP

    Blocks start at 0, 64, 128, 192. IP 130 falls in 128-191 block.
  3. Final Answer:

    Network address is 192.168.10.128 -> Option A
  4. Quick Check:

    Network block for 130 = 128 [OK]
Quick Trick: Block size = 256 - subnet mask last octet [OK]
Common Mistakes:
MISTAKES
  • Choosing wrong block range
  • Confusing network address with broadcast
  • Ignoring subnet mask effect

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Computer Networks Quizzes