30,175 views
64 votes
64 votes

An Internet Service Provider (ISP) has the following chunk of CIDR-based IP addresses available with it: $245.248.128.0/20$. The ISP wants to give half of this chunk of addresses to Organization $A$, and a quarter to Organization $B$, while retaining the remaining with itself. Which of the following is a valid allocation of addresses to $A$ and $B$?

  1. $245.248.136.0/21 \text{ and } 245.248.128.0/22$
  2. $245.248.128.0/21 \text{ and }  245.248.128.0/22$
  3. $245.248.132.0/22 \text{ and }  245.248.132.0/21$
  4. $245.248.136.0/24 \text{ and }  245.248.132.0/21$

9 Answers

13 votes
13 votes
ans should be a) , the mask are /21 and/22 respectively, acc. to the half and quarter chunks requirement... and option b) can creat problem as address can get clashed between the two..
11 votes
11 votes

If take ip :245.248.128.0/21 then B have choice : 245.248.136.0/22 or 245.248.140.0/22

if A ip : 245.248.136.0/21 then B have choice : 245.248.128.0/22 or 245.248.132.0/22

 

So, correct answer A

0 votes
0 votes

Ans is A

edited by
Answer:

Related questions

2 votes
2 votes
1 answer
1
gatecse asked Dec 17, 2017
2,535 views
Generally, TCP is reliable and UDP is not reliable. DNS which has to be reliable uses UDP becauseUDP is slower.DNS servers has to keep connections.DNS requests are genera...
40 votes
40 votes
5 answers
2
Kathleen asked Sep 22, 2014
43,538 views
What is the maximum height of any AVL-tree with $7$ nodes? Assume that the height of a tree with a single node is $0$.$2$$3$$4$$5$