in Computer Networks
3,446 views
1 vote
1 vote
A supernet has first address of 205.16.32.0 and a supernet mask of 255.255.248.0. How many blocks are in this supernet and what is the range of addresses?
in Computer Networks
3.4k views

4 Comments

Is that a classes address
0
0
whats the answer given ?
0
0

@ajaysoni1924 Please clarify.

0
0

@nishant_magardeIn supernetting we need network id of first block of supernet and supernet mask to find out number of blocks in supernet and define their range

so here 

Supernet mask 255.255.248 has 21 1's

and default supernet mask for class C have 24 1's (255.255.255.0)

​​​​so there is difference of 3 1's that's why number of blocks present are 2^3=8.

its range is from 205.16.32.0 to 205.16.39.0

where first address is 205.16.32.0 and last address is 205.16.39.255.

 

1
1

3 Answers

2 votes
2 votes
In supernetting we need network id of first block of supernet and supernet mask to find out number of blocks in supernet and define their range so here

Supernet mask 255.255.248 has 21 1's

and default supernet mask for class C have 24 1's (255.255.255.0)

​​​​so there is difference of 3 1's that's why number of blocks present are 2^3=8.

its range is from 205.16.32.0 to 205.16.39.0

where first address is 205.16.32.0 and last address is 205.16.39.255.
0 votes
0 votes
It is class C so NID will be 24, in subnet mask no of 1's will be NID and SID and no of zeros will be HID  let those be n so number of Ip addresses that will be configurable will be 2^n-2.
by

1 comment

Question is asked on supernet not on subnet
0
0
0 votes
0 votes

As the Internet has grown, it has emerge as extra hard for corporations to attain Class A or Class B addresses for their networks. Most Class A or B community addresses have already been assigned. The problem is compounded through the fact that Class C networks are constrained to a maximum of 254 hosts.If for more apply here.

Related questions