Networking Forums

Networking Forums > Computer Networking > Linux Networking > class B private ip

Reply
Thread Tools Display Modes

class B private ip

 
 
tiggr
Guest
Posts: n/a

 
      08-31-2003, 03:29 AM
What is class B private ip? As I know class A private ip is 10.x.x.x
and class c private ip is 192.168.x.x. So what is class B private ip?

Thanks,

Tiggr


 
Reply With Quote
 
 
 
 
David Efflandt
Guest
Posts: n/a

 
      08-31-2003, 04:35 AM
On Sun, 31 Aug 2003 03:29:18 GMT, tiggr <(E-Mail Removed)> wrote:
> What is class B private ip? As I know class A private ip is 10.x.x.x
> and class c private ip is 192.168.x.x. So what is class B private ip?


class A has a netmask of 255.0.0.0 (default for 10.x.x.x)
class B has netmask of 255.255.0.0 (default for 172.16-31.x.x)
class C has netmask of 255.255.255.0 (default for 192.168.x.x)

But that is all depreciated, because you can use any netmask that properly
covers any netblock. For example I use 255.255.255.248 for a wireless
proxy_arp subnet of my 255.255.255.0 LAN (which is in the 172.16-31.x.x
private range).

--
David Efflandt - All spam ignored http://www.de-srv.com/
http://www.autox.chicago.il.us/ http://www.berniesfloral.net/
http://cgi-help.virtualave.net/ http://hammer.prohosting.com/~cgi-wiz/
 
Reply With Quote
 
Francois Labreque
Guest
Posts: n/a

 
      09-04-2003, 02:08 AM


Program ended abnormally on 30/08/2003 23:29, Due to a catastrophic
tiggr error:
> What is class B private ip? As I know class A private ip is 10.x.x.x
> and class c private ip is 192.168.x.x. So what is class B private ip?
>
> Thanks,


10.x.x.x is a "class A" private address.
172.16.x.x to 172.31.x.x are 16 contiguous "class B" private addresses.
192.168.0.x to 192.168.255.x at 256 contiguous "class C" private addresses.

I've put "classes" in quotes because classfull routing has become deprecated.

--
Francois Labreque | The surest sign of the existence of extra-
flabreque | terrestrial intelligence is that they never
@ | bothered to come down here and visit us!
videotron.ca | - Calvin

 
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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deriving a class from Socket class in C# Valerie Hough Windows Networking 0 10-06-2007 11:13 PM
Please help me to derive my own class from the Socket class. Valerie Hough Windows Networking 0 10-06-2007 11:09 PM
DHCP User Class/Vendor Class Identifier Options vicky Linux Networking 0 09-05-2006 02:07 PM
WLAN AP router and private Class-B IP addresses Achim Lobbert Wireless Internet 0 02-12-2005 11:03 AM
Connecting two Class C private networks under one domain. =?Utf-8?B?bW9zcXVpdG9faGlwcHk=?= Windows Networking 8 12-09-2004 01:17 PM



1 2 3 4 5 6 7 8 9 10 11