edited by
5,735 views
8 votes
8 votes

In a class B subnet, we know the IP address of one host and the mask as given below:

IP address $: 125.134.112.66$

Mask $: 255.255.224.0$

What is the first address(Network address)?

  1. $125.134.96.0$
  2. $125.134.112.0$
  3. $125.134.112.66$
  4. $125.134.0.0$
edited by

2 Answers

Best answer
11 votes
11 votes

Answer A)

ANDing IP address and Network Mask we get Network Address

Mask                 11111111.11111111.11100000.00000000

IP Address         01111101.10000110.01110000.01000010

_______________________________________________________

     NID               01111101.10000110.01100000.00000000

selected by
4 votes
4 votes
Porocedure-1:

Network address=IP address  && Network Mask (and operation in binary equivalent).

Procedure-2:

Mask:255.255.224.0  So third octet having 3 bits netid and 5 bits host id

So block size is(2^5) i.e. 0,32,64,96,128......so on

By looking to the ip addres125.134.112.66, third octet 112 comes under 96 subnet. Hence Ans.
Answer:

Related questions

43.2k
views
7 answers
36 votes
Ishrat Jahan asked Nov 1, 2014
43,210 views
A router uses the following routing table:\begin{array}{|l|l|l|} \hline \textbf {Destination} & \textbf { Mask} & \textbf{Interface} \\\hline \text {144.16.0 ... the router. On which interface will it be forwarded?eth$0$eth$1$eth$2$eth$3$
10.3k
views
3 answers
16 votes
go_editor asked Jun 20, 2016
10,277 views
Which layers of the OSI reference model are host-to-host layers?Transport, session, presentation, applicationSession, presentation, applicationDatalink, transport, presentation, applicationPhysical, datalink, network, transport
4.7k
views
4 answers
6 votes
go_editor asked Jun 20, 2016
4,662 views
Which statement is false?PING is a TCP/IP application that sends datagrams once every second in the hope of an echo response from the machine being PINGEDIf ... the time of the return response in milliseconds or one of several error message
4.2k
views
1 answers
11 votes
go_editor asked Jun 19, 2016
4,228 views
In CRC if the data unit is $100111001$ and the divisor is $1011$ then what is dividend at the receiver?$100111001101$100111001011$100111001$100111001110$