Ask Question
28 September, 00:56

Consider a subnet identified as follows: 192.168.31.0/26.

Using the IP ranges from this subnet, what is the IP network mask used by hosts on the subnet?

Use dotted-decimal notation for the answer.

255.255.255.192

255.255.255.224

255.255.255.128

255.255.255.0

+1
Answers (1)
  1. 28 September, 03:52
    0
    255.255.255.192

    Explanation:

    Given subnet : 192.168.31.0/26

    This implies that there are 26 1-bits in the subnet mask. So the subnet mask is:

    11111111.11111111.11111111.11000000 (26 1's)

    Translating each segment into decimal representation:

    11111111 = 2^7 + 2^6+2^5+2^4+2^3+2^2+2^1+2^0

    = 128+64+32+16+8+4+2+1

    = 255

    11000000 = 2^7 + 2^6

    = 128 + 64

    = 192

    So the overall subnet mask is : 255.255.255.192
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Consider a subnet identified as follows: 192.168.31.0/26. Using the IP ranges from this subnet, what is the IP network mask used by hosts ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers