|
Posted by Micheal Watkins on August 23, 2007, 8:31 am
If you were Registered and logged in, you could reply and use other advanced thread options The range is
172.16.208.0/22 - 172.16.211.255/22
172.16.213.255 belongs to 172.16.212.0
> ardimulder@gmail.com wrote:
>
>> Hello,
>>
>> I'm from Holland and soon i will do my CCNA examination. I study very
>> hard for it. Could somebody help me with the next question? I know the
>> answer is C, but could somebody explain why?
>>
>> what is the subnetnumber of a host with an ip address of
>> 172.16.210.0/22?
>>
>> A. 172.16.42.0
>> B. 172.16.107.0
>> C. 172.16.208.0
>> D. 172.16.252.0
>> E. 172.16.254.0
>
> Write down the address in binary:
>
> 172 16 210 0
> 10101100 00010000 11010010 00000000
>
> then write a /22 mask in binary:
>
> 255 255 252 0
> 11111111 11111111 11111100 00000000
>
> finally, do a logical AND between the two, and you get:
>
> 10101100 00010000 11010000 00000000
>
> or, in the usual notation, 172.16.208.0.
>
> If you're going for your CCNA you better learn to do these calculation
> quite
> fast.
>
|