edited by
791 views

2 Answers

1 votes
1 votes

 CIDR general notation format:$a.b.c.d/n$ where n is the number of bits that are presented in network id.

  • NID+SID= n bits
  • HID=(32-n) bits

Subnet mask:  it is $32$ bit number in which the number of 1’s indicates network id and subnet id, number of 0’s indicates host id part.

  • NID+SID=all 1’s
  • HID=all 0’s

Given IP address is $172.26.17.1/25$, here /25 represents the first 25 bits are all 1’s. that is

$172.26.17.1$ can be represented in binary form:

$11111111.11111111.11111111.10000000$, last $7$ 0’s represented as HID.

Therefore SM would be: $255.255.255.128$

So option $(D)$ is correct.

Ref:CIDR

0 votes
0 votes

CIDR Representation:    172.26.17.1/25                                                /25 shows no of bit in Network Id

 

Subnet Mask=1 in Network Id Pat and 0 in Host Id Part.

Host ID part=32-25

=7

i.e 25 bit Network Id + 7 bit Host Id

So Subnet Mask= 11111111.11111111.11111111.10000000

                             =255.255.255.128

Hence,D is the correct Option.

Answer:

Related questions

231
views
0 answers
0 votes
admin asked Jan 5, 2019
231 views
If you are running a website, you purchase a digital certificate from a certification authority, and send your digital certificate to any web-client connecting to your we...
410
views
0 answers
0 votes
admin asked Jan 5, 2019
410 views
Which of the following always happens during the $\text{SSL/TLS}$ handshake?The server and client already use a fixed set of cryptographic algorithms that are pre-decided...
255
views
0 answers
0 votes
admin asked Jan 5, 2019
255 views
Which of the following must be done in order to ensure the integrity of your electronic communication?None of the aboveHash the message without any key, digitally sign th...
222
views
0 answers
0 votes
admin asked Jan 5, 2019
222 views
What key(s) are used by the sender of an encrypted message in an asymmetric-key cipher?Private key of the senderPublic or private key of the senderNeither public nor priv...