Home / Computer Science / Computer Networking :: Discussion

Discussion :: Computer Networking

  1. 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?

  2. 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

    D.

     192.168.19.31 255.255.255.248

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    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.


Be The First To Comment