edited by
563 views
1 votes
1 votes

In a class B network subnet mask for $200$ subnets each with $220$ systems will be

  1. $255.255.255.0$
  2. $255.255.0.0$
  3. $255.255.224.0$
  4. $255.0.0.0$
edited by

1 Answer

Best answer
5 votes
5 votes

Given it is a class B network, so the subnet mask will be something like 255. 255. _ . _ 

The question says that we need 220 systems in each subnet.

Using 8 bits, we can have $2^8 - 2 = 254$ systems(hosts). While with 7 bits we can have only $2^7 - 2 = 126$ systems.

So, we need to have atleast 8 bits for host address in each subnet. This means that the last octet of IP address should be 0. Our answer now will be something like: 255. 255. _ . 0

Given that we need 200 subnets. Using 7 bits we can only have $2^7 = 128$ subnets, so we need atleast 8 bits for subnet $(2^8 = 256 > 200)$.

This means that atleast 8 bits are required for subnet addressing.

Therefore subnet address should be 255. 255. 255. 0

(Last 8bits are used for host addresses).

selected by
Answer:

Related questions

639
views
1 answers
1 votes
Bikram asked Nov 26, 2016
639 views
The bandwidth in a CSMA/CD network is $10$ Mbps. The minimum frame size required in the network when RTT is $384$ microsecond _______ in Bytes.
455
views
1 answers
1 votes
Bikram asked Nov 26, 2016
455 views
A selective repeat ARQ uses a window size of $26$ to send the data. The number of bits needed to define the sequence number is _____.
840
views
3 answers
2 votes
Bikram asked Nov 26, 2016
840 views
Which among the following services is provided by the transport layer?Recovery from message loss.End to end delivery of individual messages.Correct order message delivery.All of the above.
2.1k
views
3 answers
6 votes
Bikram asked Nov 26, 2016
2,129 views
A sliding window protocol uses Selective Repeat. The sender sliding window size is $32$. After receiving the first $100$ frames, the acknowledgement number that is piggybacked by the receiver along with data frame is _______.