Is it some standard/practice or technical requirement which force network engineers to use this IP address pattern?

link|improve this question
1  
All private addresses are not 192.168.0.0/16. – MDMarra Aug 30 '11 at 17:45
1  
This is a site for professionals. This is such an incredibly basic question that any professional should know it. – MDMarra Aug 30 '11 at 17:49
Ok, lesson learned – Ish Kumar Aug 30 '11 at 17:50
feedback

closed as off topic by MDMarra, voretaq7, Zoredache, Ben Pilbrow, Chris S Aug 30 '11 at 17:48

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

3 Answers

RFC 1918 establishes ranges for private address space.

  • 192.168.0.0/16
  • 172.16.0.0/12
  • 10.0.0.0/8
link|improve this answer
feedback

http://tools.ietf.org/html/rfc1918

link|improve this answer
feedback

There are a number of 'reserved' ranges as defined by the IETF. 192.168 is the standard used by linkysys and many other vendors for their home networking requirement. But there is no requirement for this specific subnet for home networks.

http://en.wikipedia.org/wiki/Reserved_IP_addresses

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.