Networking Forums

Networking Forums > Computer Networking > Linux Networking > network addresses

Reply
Thread Tools Display Modes

network addresses

 
 
Steveo
Guest
Posts: n/a

 
      03-14-2005, 05:21 PM
hello,

sorry if this is in the wrong forum, im not sure where to ask.

I'm learning all about networks at the moment, interesting stuff, and I've
come across IP address's which I think i understand, like this 35.98.197.62
is in the class A of ip ranges.

Then I see this

3FFE:1900:6545:15:230:F804:6EBF:C3 which is also some kind of computer
address but I have no idea what for, it looks like it is in headecimal, is
it the same thing as an IP just expressed a different way, or is it
something else?

thanks in advance


 
Reply With Quote
 
 
 
 
Dennis
Guest
Posts: n/a

 
      03-14-2005, 05:37 PM
Steveo wrote:
> hello,
>
> sorry if this is in the wrong forum, im not sure where to ask.
>
> I'm learning all about networks at the moment, interesting stuff, and I've
> come across IP address's which I think i understand, like this 35.98.197.62
> is in the class A of ip ranges.
>
> Then I see this
>
> 3FFE:1900:6545:15:230:F804:6EBF:C3 which is also some kind of computer
> address but I have no idea what for, it looks like it is in headecimal, is
> it the same thing as an IP just expressed a different way, or is it
> something else?
>
> thanks in advance
>
>


Have a Google for IPv6, it's an IP version to overcome the shortage of
IP addresses under IPv4
 
Reply With Quote
 
Jose Maria Lopez Hernandez
Guest
Posts: n/a

 
      03-14-2005, 05:47 PM
Dennis wrote:
> Steveo wrote:
>
>> hello,
>>
>> sorry if this is in the wrong forum, im not sure where to ask.
>>
>> I'm learning all about networks at the moment, interesting stuff, and
>> I've come across IP address's which I think i understand, like this
>> 35.98.197.62 is in the class A of ip ranges.
>>
>> Then I see this
>>
>> 3FFE:1900:6545:15:230:F804:6EBF:C3 which is also some kind of computer
>> address but I have no idea what for, it looks like it is in
>> headecimal, is it the same thing as an IP just expressed a different
>> way, or is it something else?
>>
>> thanks in advance
>>
>>

>
> Have a Google for IPv6, it's an IP version to overcome the shortage of
> IP addresses under IPv4


You can even do a whois of this address. It's assigned to the 6bone
network. I think it's a 3com tunnel for IPv6 over IPv4.

Regards.

--

Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
(E-Mail Removed)
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAÑA

The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
 
Reply With Quote
 
Dennis
Guest
Posts: n/a

 
      03-14-2005, 05:52 PM
Steveo wrote:
> hello,
>
> sorry if this is in the wrong forum, im not sure where to ask.
>
> I'm learning all about networks at the moment, interesting stuff, and I've
> come across IP address's which I think i understand, like this 35.98.197.62
> is in the class A of ip ranges.
>
> Then I see this
>
> 3FFE:1900:6545:15:230:F804:6EBF:C3 which is also some kind of computer
> address but I have no idea what for, it looks like it is in headecimal, is
> it the same thing as an IP just expressed a different way, or is it
> something else?
>
> thanks in advance
>
>

A good read is Novell's Networking Primer (also a pdf download)

http://www.novell.com/info/primer/primer.html
 
Reply With Quote
 
Moe Trin
Guest
Posts: n/a

 
      03-15-2005, 10:41 PM
In article <d14ko3$f1o$(E-Mail Removed)>, Steveo wrote:

>I'm learning all about networks at the moment, interesting stuff, and I've
>come across IP address's which I think i understand, like this 35.98.197.62
>is in the class A of ip ranges.


except that in 1993, address classes were made obsolete. We're now
"classless". See the RFCS.

1517 Applicability Statement for the Implementation of Classless
Inter-Domain Routing (CIDR). Internet Engineering Steering Group, R.
Hinden. September 1993. (Format: TXT=7357 bytes) (Status: PROPOSED
STANDARD)

1518 An Architecture for IP Address Allocation with CIDR. Y. Rekhter,
T. Li. September 1993. (Format: TXT=72609 bytes) (Status: PROPOSED
STANDARD)

1519 Classless Inter-Domain Routing (CIDR): an Address Assignment and
Aggregation Strategy. V. Fuller, T. Li, J. Yu, K. Varadhan. September
1993. (Format: TXT=59998 bytes) (Obsoletes RFC1338) (Status: PROPOSED
STANDARD)

>Then I see this
>
>3FFE:1900:6545:15:230:F804:6EBF:C3 which is also some kind of computer
>address but I have no idea what for, it looks like it is in headecimal, is
>it the same thing as an IP just expressed a different way, or is it
>something else?


In 1995, they started talking about IP Version 6 (the 35.98.197.62 address
is for version 4 that we've been using for many years). There are a bunch of
RFCs, but here's a good place to start:

3513 Internet Protocol Version 6 (IPv6) Addressing Architecture. R.
Hinden, S. Deering. April 2003. (Format: TXT=53920 bytes) (Obsoletes
RFC2373) (Status: PROPOSED STANDARD)

To get these documents, go to any IETF mirror, such as:

http://www.ietf.org/rfc/rfc0000.txt
http://www.faqs.org/rfcs/rfc0000.html
http://www.rfc-editor.org/rfc/rfc0000.txt
http://www.ccd.bnl.gov/network/general/rfc0000.html
http://www.cis.ohio-state.edu/htbin/rfc/rfc0000.html

Replace the four zeros with the FOUR digit number of the RFC desired.

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
DHCP Server Leasing Addresses to MAC Addresses of 00-00-00-00-00-00 nomorespameventhoughthejapanesespamgivesmeachuckle Linux Networking 9 12-05-2006 09:49 PM
2 ip addresses on same network card Sotiris Rentoulis Linux Networking 8 05-23-2005 09:14 AM
Finding IP Addresses on Network lone@adelphia.net Linux Networking 5 10-14-2003 02:41 PM
VPN Network Addresses Geoff Lane Home Networking 3 10-04-2003 07:33 AM
VPN Network Addresses Geoff Lane Windows Networking 3 10-04-2003 06:40 AM



1 2 3 4 5 6 7 8 9 10 11