cheech wrote:so if IPv6 looks like this (2001:0db8:85a3:0000:0000:8a2e:0370:7334) Whats each part? is the fact its using a hex-decimal system meaning it can be used alot more times? I heard the idea behind it was so that every item can have its own unique IP. As in the fridge, washer, dryer, dog, pot plant....etc etc...is this the case?
Well there are 340,282,366,920,938,463,463,374,607,431,768,211,456 addresses so I'm sure nobody's pot plant will miss out on an IP Addresses if they want it.

The example address you've given (2001:0db8:85a3:0000:0000:8a2e:0370:7334) is known as a unicast address being one of the three types of addresses (unicast, anycast and multicast - note, no broadcast)
The first section - 2001:0db8:85a3:0000 is the part typically handed out by an ISP. If you run a search from an
Regional Internet Registry (RIR), you'll see that the range 2001:0C00:0000:0000:0000:0000:0000:0000 - 2001:0DFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF has been given to the Asia Pacific Network Information Centre. This is the RIR that delegates IP addresses to ISPs in Australia. To see what addresses have been allocated check
this website.

From what I've read, organisations that apply for an IPv6 address range are being delegated /48 addresses. Meaning that it's possible the company that owns the example address owns 2001:0db8:85a3:0000 - 2001:0db8:85a3:FFFF.
The other half of the example (0000:8a2e:0370:7334) is what's known as an EUI-64 address. These addresses are derived from the EUI-48 address on a network card, otherwise known as the MAC address.
If you're really bored, have a read of
RFC 2373 from the IETF.
