edited by
405 views
4 votes
4 votes

An organization with a class C IP address of $195.37.5.0$ wish to divide the network into different sub networks, the subnet mask is 255.255.255.192. Which one among these is not a broadcast address in any of the sub network?

  1. $195.37.5.127$
  2. $195.37.5.191$
  3. $195.37.5.31$
  4. $195.37.5.255$
edited by

1 Answer

Best answer
7 votes
7 votes
the subnet mask is 192 that means 11 000000 , so 2 bits from HID taken for subnets there are 4 subnets possible like 00, 01, 10 and 11 so for 00 broadcast address is 195.37.5. 63 , for 01 broadcast address is 195.37.5. 127, for 10 broadcast address is 195.37.5. 191, for 11 broadcast address is 195.37.5. 255. but option c says 195.37.5.31 which not match with anyone hence option C is not a broadcast address in any of the sub network .
selected by
Answer:

Related questions

1 votes
1 votes
1 answer
1
Bikram asked Nov 26, 2016
499 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.
1 votes
1 votes
1 answer
2
Bikram asked Nov 26, 2016
401 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 _____.
2 votes
2 votes
3 answers
3
Bikram asked Nov 26, 2016
710 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...
6 votes
6 votes
3 answers
4
Bikram asked Nov 26, 2016
1,816 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 piggyb...