Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Linux Networking

10 * 172.16 * 192.168 ... why?

Reply
 
Thread Tools Display Modes
  #1  
Old 04-13-2008, 02:18 PM
Default 10 * 172.16 * 192.168 ... why?



hi
does have any sense this numbers?

10, may be, it's easy to remember for our decimal-sistem
192 it's the first of the C class... but why *168*?
and 172.16?

it seems random...


antonio
Reply With Quote
  #2  
Old 04-13-2008, 03:51 PM
Unruh
Guest
 
Posts: n/a
Default Re: 10 * 172.16 * 192.168 ... why?

antonio <(E-Mail Removed)> writes:

>hi
>does have any sense this numbers?


>10, may be, it's easy to remember for our decimal-sistem
>192 it's the first of the C class... but why *168*?
>and 172.16?


It's random. So what?


>it seems random...

Reply With Quote
  #3  
Old 04-13-2008, 04:17 PM
Dave Uhring
Guest
 
Posts: n/a
Default Re: 10 * 172.16 * 192.168 ... why?

On Sun, 13 Apr 2008 15:18:46 +0200, antonio wrote:

> does have any sense this numbers?
>
> 10, may be, it's easy to remember for our decimal-sistem 192 it's the
> first of the C class... but why *168*? and 172.16?


Because those network blocks had not already been assigned by ICANN when
they reserved them?

> it seems random...


Only to random minds : >
Reply With Quote
  #4  
Old 04-13-2008, 05:45 PM
Moe Trin
Guest
 
Posts: n/a
Default Re: 10 * 172.16 * 192.168 ... why?

On Sun, 13 Apr 2008, in the Usenet newsgroup comp.os.linux.networking, in
article <4802096d$0$29603$(E-Mail Removed)>, antonio wrote:

>does have any sense this numbers?


It was what was available.

>10, may be, it's easy to remember for our decimal-sistem


/8 (formerly called Class A) address ranges are limited. There were
only 128 in the original scheme, and they threw away two of those
(0.0.0.0/8 and 127.0.0.0/8) leaving 126. Today, 96 of them have been
assigned. See http://www.iana.org/assignments/ipv4-address-space. In
fact, 10.0.0.0/8 was the old DARPA address range and it was retired.
See RFC1627 for indications of the problems about the re-use of that
address range.

>192 it's the first of the C class... but why *168*?
>and 172.16?
>
>it seems random...


It's what was available. See RFC3330 for further hints. Address space
is in demand, which is why IPv6 was developed. As of last month, there
were 2609197794 IPv4 addresses in use - 70.4 percent of the available.
For perspective, the same figures for last December (3 months earlier),
were 2564407724 and 69.2 percent. At the end of 1993, about the time of
RFC1597 (which was replaced by RFC1918), the figures were 1233944064 and
33.3 percent, so one third of the address space was already in use.

Old guy
Reply With Quote
  #5  
Old 04-13-2008, 06:06 PM
antonio
Guest
 
Posts: n/a
Default Re: 10 * 172.16 * 192.168 ... why?

> It's random. So what?

it's random?
well! why?


(or is it a radom reason too?)
Reply With Quote
  #6  
Old 04-13-2008, 06:06 PM
antonio
Guest
 
Posts: n/a
Default Re: 10 * 172.16 * 192.168 ... why?

> Because those network blocks had not already been assigned by ICANN when
> they reserved them?


this is the best (and maybe the only...) hypothesis...
Reply With Quote
  #7  
Old 04-13-2008, 06:10 PM
antonio
Guest
 
Posts: n/a
Default Re: 10 * 172.16 * 192.168 ... why?

Moe Trin ha scritto:
> On Sun, 13 Apr 2008, in the Usenet newsgroup comp.os.linux.networking, in
> article <4802096d$0$29603$(E-Mail Removed)>, antonio wrote:
>
>> does have any sense this numbers?

>
> It was what was available.
>
>> 10, may be, it's easy to remember for our decimal-sistem

>
> /8 (formerly called Class A) address ranges are limited. There were
> only 128 in the original scheme, and they threw away two of those
> (0.0.0.0/8 and 127.0.0.0/8) leaving 126. Today, 96 of them have been
> assigned. See http://www.iana.org/assignments/ipv4-address-space. In
> fact, 10.0.0.0/8 was the old DARPA address range and it was retired.
> See RFC1627 for indications of the problems about the re-use of that
> address range.
>
>> 192 it's the first of the C class... but why *168*?
>> and 172.16?
>>
>> it seems random...

>
> It's what was available. See RFC3330 for further hints. Address space
> is in demand, which is why IPv6 was developed. As of last month, there
> were 2609197794 IPv4 addresses in use - 70.4 percent of the available.
> For perspective, the same figures for last December (3 months earlier),
> were 2564407724 and 69.2 percent. At the end of 1993, about the time of
> RFC1597 (which was replaced by RFC1918), the figures were 1233944064 and
> 33.3 percent, so one third of the address space was already in use.
>
> Old guy



WOW!
amazing!

Reply With Quote
  #8  
Old 04-13-2008, 07:26 PM
antonio
Guest
 
Posts: n/a
Default Re: 10 * 172.16 * 192.168 ... why?

> It's what was available. See RFC3330 for further hints. Address space
> is in demand...


....and maybe the most *sorted* adresses was demanded first...

Reply With Quote
  #9  
Old 04-14-2008, 01:41 AM
ray
Guest
 
Posts: n/a
Default Re: 10 * 172.16 * 192.168 ... why?

On Sun, 13 Apr 2008 15:18:46 +0200, antonio wrote:

> hi
> does have any sense this numbers?
>
> 10, may be, it's easy to remember for our decimal-sistem 192 it's the
> first of the C class... but why *168*? and 172.16?
>
> it seems random...


By my calculations, 10 * 172.16 * 192.168 = 330836.42880.
Reply With Quote
  #10  
Old 04-14-2008, 09:11 PM
Moe Trin
Guest
 
Posts: n/a
Default Re: 10 * 172.16 * 192.168 ... why?

On Sun, 13 Apr 2008, in the Usenet newsgroup comp.os.linux.networking, in
article <48025192$0$29596$(E-Mail Removed)>, antonio wrote:

>> It's what was available. See RFC3330 for further hints. Address space
>> is in demand...

>
>...and maybe the most *sorted* adresses was demanded first...


That is more difficult to say. A quick grep of the delegation files from
the five RIRs looking for IPv4 addresses in the 192.x.x.x range that were
allocated/assigned before the end of 1993 turns up 12166 lines. These
allocations/assignments are coming from three RIRs (APNIC, ARIN, and RIPE
because AFRINIC and LACNIC didn't exist until later), and it appears that
they were allocating space individually. Each person doing these
allocations/assignments was following their own procedure within those
blocks - such that one may have started at the beginning of his block
and assigned consecutive ranges, while another may have been trying to
assign blocks based on the region or country. (Recall that originally,
ARIN was making all allocations/assignments, then RIPENCC took over for
Europe and Africa, then APNIC took over the Asia/Pacific part of the
world, eventually followed by LACNIC for Central/South America and
most recently, AFRINIC for Africa.) This more or less is the same
"problem" about how do you assign IP addresses on your LAN. Do you
start at x.y.z.1 and work up? Or have you some numbering scheme, where
hosts x.y.z.1 through x.y.z.9 are routers and DNS servers, hosts x.y.z.10
through x.y.z.N are workstations located on the first floor or this building
or some similar idea?

Old guy
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 04:32 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.