1,194 views
1 votes
1 votes

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
B. 192.168.19.33
C. 192.168.19.26 
D. 192.168.19.31 

1 Answer

0 votes
0 votes

The Given Address 192.168.19.24/29  

step one convert mask to binary i.e. 29 bits are reserved. so make it binary one

 

( IP address is belong to class C so 24 bits are of class C and of last 5 bits borrowed from host so (29 mask)

11111111.11111111.11111111.11111000     

convert only last value 24 from 192.168.19.24 to binary bcz its class C now i.e. 11000

11111111.11111111.11111111.11111000

                                              00011/000     24 in binary  { first five bits dont change bcz they are net id}

                                              00011001    first address (192.168.19.25)

                                              00011110  last address   (192.168.19.30)

                                              00011111  broadcast  (192.168.19.31)

 now range is from 192.168.19.25  to  192.168.19.30  answer os  C

Caption

00   

 

 

tell me how to upload image as a answer. i solved neatly in notebook so 

                                               

 

Related questions

484
views
1 answers
0 votes
iarnav asked Oct 30, 2018
484 views
Given Subnet mask is 255.255.31.0 then how can one conclude that The subnet mask 255.255.x.x belongs to class B type(IP address range will be from 128.1 ... but then how can we write range of ip addresses? @Shaik Brother can you see this?
1.2k
views
0 answers
3 votes
Priyam Pandey asked Oct 6, 2018
1,190 views
With an IP address of 100, you currently have 80 subnets. What subnet mask should you use to maximize the number of available hosts?A. 222B. 233C. 241D.252
2.3k
views
2 answers
4 votes
shashank023 asked Aug 27, 2017
2,292 views
Let host X has IP address 11.110.2.112 and host Y has IP address 11.110.2.92 and both hosts use the same netmask Z. which of the network masks Z given ... are in the same network?255.255.255.224255.255.255.252255.255.255.193255.255.128.0
337
views
0 answers
1 votes
Parimal Paritosh asked Jan 30, 2018
337 views
How is a TCP connection terminated if one of the two hosts has dropped the connection and cannot send or receive FIN packets?