20 pts.
 How do i find the IP range?
[strong]How do i find the IP range [/strong]

[strong]   for [em]172.16.4.0/30[/em][/strong]



Software/Hardware used:
ASKED: January 4, 2010  7:04 AM
UPDATED: January 5, 2010  8:37 AM

Answer Wiki:
This <a href="http://itknowledgeexchange.techtarget.com/itanswers/how-i-will-find-ip-range/">question previously posted </a>may answer your questions
Last Wiki Answer Submitted:  January 4, 2010  3:05 pm  by  Ameera   20 pts.
All Answer Wiki Contributors:  Ameera   20 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Go to the following
http://www.jodies.de/ipcalc
enter the IP address = 172.16.4.0 /30.
The IP range are between 172.16.4.1 and 172.16.4.2.

 570 pts.

 

Remember IP addresses are 32 bits. This means that a 30-bit subnet mask leaves only 2 bits unmasked. So, in this case 172.16.4.0 is the subnet and 172.16.4.1 and 172.16.4.2 are the only usable addresses. 172.16.4.3 would be the broadcast address for this subnet. This is typically used between a router and an internal edge device such as a firewall. You don’t want other devices really on that link so a /30 subnet mask is used.

 32,630 pts.

 

Mr. Labnuke99 stated this answer very precisely.

 40 pts.