You have a class B network 172.16.0.0. You use a 11 bits for subnetting. Which of the following is a correct range of Ip addresses that belong to the same network.
a. 255.255.8.1 to 255.255.14.254
b. 255.255.255.9 to 255.255.255.14
c. 255.255.17.1 to 255.255.22.254
d. 255.255.17.0 to 255.255.22.255
Answer / indu
C
Explanation:
If you are using 11 bits for subnetting, you have 5 Netowrk Bits and 11 Node bits
From the subnetting formulas above:
M=5 N=11
The first range = 255.255.X.1 to 255.255.Y.254
where X = 2^(N-8)+1 and Y= 2^(N-8+1)-2
For the next ranges, just add 2^(N-8) at each end of the range
The first range = 255.255.9.1 to 255.255.14.254
2^(N-8) = 2^3 = 8
The second range = 255.255.17.1 to 255.255.22.254
so on and so forth.
Is This Answer Correct ? | 1 Yes | 1 No |
Solaris machines more often than not runs routed daemon. routed is the unix equivalent of RIP. It is always run with -q option. Why ? a. q options optimizes the process b. q option uses a default route c. q option only activates itself in the absence of a default router d. q option tells the process not to advertise any routes. It just listens to the RIP udates. That way it does not interfere with router in the subnet.
how to add a new host to DNS?
where DNS database stored? what is the path? reply me asap?
What is the most popular internetworking protocol?
What is a characteristic of 802.3 10BaseT standard a. RJ11 Connector at both ends b. UTP RJ45 c. BNC T-connector d. 50 Ohm
When a host is attached to the same physical network as the source host, the routing process is called
UDP runs its own ? a. Frame Building b. Packet building c. Packet Routing d. CRC
Which command will increase the TCP transmit and receive buffers ?
What does a secondary dhcp server do when the primary server is unable to respond ?
What allows a network to be assigned more than one netmask.
Name 4 kinds of DNS servers ?
Which file on a DNS server has IP to name resolution ?