Vidyalelo
Networking · Q11

Subnetting

Programming · Networking · question 11

Q11

You need to configure a server that is on the subnet 192.168.19.24/29. The router has the first available host address. Which of the following should you assign to the server?

A.
192.168.19.0 255.255.255.0
B.
192.168.19.33 255.255.255.240
C.
192.168.19.26 255.255.255.248
Answer
D.
192.168.19.31 255.255.255.248

Answer: Option C

Solution

Answer: Option C
Solution:
A /29 is 255.255.255.248, which is a block size of 8 in the fourth octet. The subnets are 0, 8, 16, 24, 32, 40, etc. 192.168.19.24 is the 24 subnet, and since 32 is the next subnet, the broadcast address for the 24 subnet is 31. 192.168.19.26 is the only correct answer.