Network Basics: IPv6 Address Simplified Notation
When working with IPv6 address, it can take a lot to write your addresses — after all, they are 128 bits long. To make life simpler, here are some rules you can use to condense this notation:
Leading zeros in the address are optional. So, for an address block, 0A45 would be equal to A45, and 0000 would be equal to 0.
Multiple fields of zeros can be expressed as ::, but this can be done only once per address.
An unknown or unspecified address, even in IPv4, is typed as all zeros; as such, it can be represented in IPv6 as ::.
Most addresses that you write can likely be compressed in some fashion. The following table shows some examples of this type of compression.
IPv6 Address Reduction
| IPv6 Address |
Simplified Notation |
| FF01:0000:0000:0000:0000:0000:0000:0001 |
FF01::1 |
| 2031:0000:130F:0000:0000:09C0:876A:130B |
2031:0:130F::9C0:876A:130B |
| 0000:0000:0000:0000:0000:0000:0000:0001 |
::1 |
| FE80:0000:0000:5EFE:0192.0168.0001.0123 |
FE80::5EFE:192.168.1.123 |
| FE80: 0000:0000:0000:1585:4868:495F:D521 |
FE80::1585:4868:495F:D521 |

Cloud Computing Glossary
cloud computing
A networking solution in which everything — from computing power to computing infrastructure, applications, business processes to personal collaboration — is delivered as a service wherever and whenever you need.

Cloud Computing Glossary
cloud service
The delivery of software, infrastructure, or storage that has been packaged so it can be automated and delivered to customers in a consistent and repeatable manner.

Cloud Computing Glossary
deprovision
The release of cloud services that are no longer needed.

Cloud Computing Glossary
federating
Linking distributed resources together over the cloud.

Cloud Computing Glossary
hypervisor
An operating system that acts as a traffic cop, managing the various virtualization tasks in the cloud to ensure that they make things happen in an orderly manner.

Cloud Computing Glossary
multi-tenancy
The sharing of underlying resources by multiple companies over a cloud.

Cloud Computing Glossary
network attached store
Storage that has its own network address through which it is accessed by the network's workstation users. Acronym: NAS

Cloud Computing Glossary
service level agreement
A contract that stipulates the type of service you need from providers and what type of penalties would result from an unexpected business interruption. Acronym: SLA

Cloud Computing Glossary
solution stack
An integrated set of software that provides everything a developer needs to build an application.

Cloud Computing Glossary
storage area network
A storage systems that is flexible and scalable because it's available to multiple hosts at the same time. Acronym: SAN

Cloud Computing Glossary
vertical industry groups
Workgroups comprised of members from a particular industry such as technology and retail.

Cloud Computing Glossary
virtual memory
The portion of your hard drive that Windows uses to expand the available RAM

Cloud Computing Glossary
virtualization
Using computer resources to imitate other computer resources or whole computers to maximize performance and flexibility.