Accrington Web

Accrington Web (https://www.accringtonweb.com/forum/index.php)
-   Internet Talk (https://www.accringtonweb.com/forum/f122/)
-   -   IP Addresses. (https://www.accringtonweb.com/forum/f122/ip-addresses-40012.html)

jambutty 03-06-2008 16:25

IP Addresses.
 
A while ago I read somewhere that the world is running out of IP addresses and will have done within a couple of years or so. With only 4.3 billion available I can see why.

Yesterday whilst using Cute FTP to access my web space I noticed that the IP address had changed from the usual 4 figures group to a six figures group. This one - 192,168,1,3,12,232

Then earlier today it had gone back to a four figures group and by coincidence my Internet access was slower than normal.

Today Internet access is back to my normal and the IP address for accessing my web space is 192,168,1,3,13,187.

Could it be that the various ISP’s are trying to get their gear working with a six group IP address?

At least with a six group figure there will be around 281,474,976,700,000 different IP addresses. That should be more than enough.

shillelagh 03-06-2008 16:35

Re: IP Addresses.
 
whats an ip address?

emamum 03-06-2008 19:00

Re: IP Addresses.
 
its kinda like your internets phone number lol

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

entwisi 03-06-2008 19:30

Re: IP Addresses.
 
you won't unbderstand it if I told you :D

IPv6 is what you are referring to Jambutty.

This explains quite a bit
Quote:

Notation

IPv6 addresses are normally written as eight groups of four hexadecimal digits, where each group is separated by a colon (:). For example, 2001:0db8:85a3:08d3:1319:8a2e:0370:7334 is a valid IPv6 address.

If one or more four-digit group(s) is 0000, the zeros may be omitted and replaced with two colons(::). For example, 2001:0db8:0000:0000:0000:0000:1428:57ab can be shortened to 2001:0db8::1428:57ab. Following this rule, any number of consecutive 0000 groups may be reduced to two colons, as long as there is only one double colon used in an address. Leading zeros in a group can also be omitted (as in ::1 for localhost). Thus, the addresses below are all valid and equivalent:
2001:0db8:0000:0000:0000:0000:1428:57ab
2001:0db8:0000:0000:0000::1428:57ab
2001:0db8:0:0:0:0:1428:57ab
2001:0db8:0:0::1428:57ab
2001:0db8::1428:57ab
2001:db8::1428:57ab

Having more than one double-colon abbreviation in an address is invalid, as it would make the notation ambiguous. i.e., Given 2001:0000:0000:FFD3:0000:0000:0000:57ab, 2001::FFD3::57ab could imply 2001:0000:0000:0000:0000:FFD3:0000:57ab, 2001:0000:FFD3:0000:0000:0000:0000:57ab, or any other similar permutation.

A sequence of 4 bytes at the end of an IPv6 address can also be written in decimal, using dots as separators. This notation is often used with compatibility addresses (see below). This addressing scheme is convenient when dealing with the mixed environment of IPv4 and IPv6 addresses. The general notation is of the form x:x:x:x:x:x:d.d.d.d where the x's are the 6 higher order groups of hexadecimal digits whereas the d's correspond to the decimal digits of lower order octets of the address, as it is in the IPv4 format. For example, ::ffff:12.34.56.78 is the same address as ::ffff:0c22:384e and 0:0:0:0:0:ffff:0c22:384e. Usage of this notation is deprecated and unsupported by numerous applications.

Additional information can be found in RFC 4291 - IP Version 6 Addressing Architecture.

[edit]
Literal IPv6 addresses in URLs

In a URL the IPv6-Address is enclosed in brackets. Example:
http://[2001:0db8:85a3:08d3:1319:8a2e:0370:7348]/

This notation allows parsing a URL without confusing the IPv6 address and port number:
https://[2001:0db8:85a3:08d3:1319:8a2e:0370:7344]:443/

This is not only useful but mandated when using shortform:
https://[2001:db8::1428:57ab]:443/

Additional information can be found in "RFC 2732 - Format for Literal IPv6 Addresses in URL's" and "RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax."

[edit]
Network notation

IPv6 networks are written using CIDR notation.

An IPv6 network (or subnet) is a contiguous group of IPv6 addresses the size of which must be a power of two; the initial bits of addresses, which are identical for all hosts in the network, are called the network's prefix.

A network is denoted by the first address in the network and the size in bits of the prefix (in decimal), separated with a slash. For example, 2001:0db8:1234::/48 stands for the network with addresses 2001:0db8:1234:0000:0000:0000:0000:0000 through 2001:0db8:1234:ffff:ffff:ffff:ffff:ffff

Because a single host can be seen as a network with a 128-bit prefix, you will sometimes see host addresses written followed with /128.
I'm surprised you are seeing what you see...

I reckon your client is not ipv6 complient and it 'tried its best' to convert the ipv6 to something in ipv4 format

Neil 03-06-2008 20:28

Re: IP Addresses.
 
Quote:

Originally Posted by entwisi (Post 586538)
you won't unbderstand it if I told you :D

Why not try instead of dismissing her rudely like you did :p

emamum 03-06-2008 20:30

Re: IP Addresses.
 
was my explaination not good enough? :(

WillowTheWhisp 03-06-2008 20:38

Re: IP Addresses.
 
Sounded good to me. It's the identifying number of your PC - BUT in some cases it isn't. :D

dezt 12-06-2008 10:53

Re: IP Addresses.
 
I try to think of ip addresses as seperate house numbers on 1 long street, but the telephone number explanation is a good simple way of remembering it.

Less 12-06-2008 16:19

Re: IP Addresses.
 
Quote:

Originally Posted by Neil (Post 586620)
Why not try instead of dismissing her rudely like you did :p

Now, Now, Neil, we all know what entwisi is like, he can't help being the way he is, if we could change him we would, but unfortunately rather than helping folk, he would rather try to be superior which often has the wrong effect.

If only he realised that most folk aren't as P.C. wise as himself and helped them, but ignoring his signature, there are some superior to him (they are kind enough not to hurt his feelings), he would perhaps become an even more popular figure on the site, if he did help, 'properly'.

I would like to learn a few things from him if it didn't involve his ego!
:(

banjoman 12-06-2008 18:35

Re: IP Addresses.
 
Quote:

Originally Posted by Less (Post 591590)
I would like to learn a few things from him if it didn't involve his ego!
:(

Like what ?

Nickelson 12-06-2008 18:55

Re: IP Addresses.
 
Quote:

Originally Posted by WillowTheWhisp (Post 586638)
Sounded good to me. It's the identifying number of your PC - BUT in some cases it isn't. :D

That would be a mac code :)

entwisi 12-06-2008 20:07

Re: IP Addresses.
 
nope, teh MAc code identifies your network adaptor, not the PC. The IP address identifies your computer on teh internet( although with routers your PC has a class C IP address and teh router is what gets the 'true' IP address

Less, I don't think I have an ego worth talking about, feel free to ask anything you want. as for knowing people don't know as much as I probably do I don't. I've been playing/hacking around computers far longer than most. I also know people who know a damm site more than I do.

banjoman 12-06-2008 20:16

Re: IP Addresses.
 
Quote:

Originally Posted by entwisi (Post 591808)
nope, teh MAc code identifies your network adaptor, not the PC. The IP address identifies your computer on teh internet( although with routers your PC has a class C IP address and teh router is what gets the 'true' IP address

Actually the MAC code is what BB suppliers use when transferring accounts, the MAC address is the hardware ID of the network card. Also my PC doesnt have a class C IP, its private with the Router NAT from the public, which as most Routers now run DHCP is how manufacturers are trying to keep IPV4 going

entwisi 12-06-2008 20:38

Re: IP Addresses.
 
so what class of network do you run your private network on. the RFC states that you should use class C for private networks of less than 255 end points.

yep, my bad for MAC code when I meant MAC address,

emamum 12-06-2008 21:05

Re: IP Addresses.
 
awww.....started off with ip adresses and i knew what i was talking about..... now i have no idea what you are talking about :(


All times are GMT. The time now is 11:00.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.1
© 2003-2013 AccringtonWeb.com