The Ip Address and Cloud Computing: Lesson
The Ip Address and Cloud Computing: Lesson
B. IP ADDRESS FORMAT
Lesson 2-3 IP addresses have two common formats.
The IP ADDRESS IP version 4 (IPv4)
IP version 6 (IPv6)
and CLOUD COMPUTING The original designers of TCP/IP defined an IP address
as a 32-bit number. This 32-bit addressing system is
TOPICS named Internet Protocol Version 4 (IPv4), which most
Significance of IP address of us use today.
Format and classes of IP addresses IPv4 addresses are comprised of four numbers-only
Identifying IP address of a specific computer, segments separated by dots. Examples:
website or network
127.0.0.1
What is cloud computing 253.16.44.122
Origins of cloud computing
Types and uses of cloud computing One big problem with IPv4 today is that we're running
How cloud computing works out of addresses. That's why the Internet Engineering
Uses of cloud computing Task Force (IETF) decided back in 1991 to develop a
The dark-side of cloud computing new version of IP to create enough addresses that will
meet the increasing online demands. The result was
LEARNING OBJECTIVES IPv6, a 128-bit address system. That's enough
Explain the importance of IP address addresses to accommodate the rising demand for
Internet access for the foreseeable future. i
Identify the format and class of a given IP address
How IP addresses work IP version 6 addresses are more complex. IPv6
Find the IP address of your PC and another addresses are comprised of 8 segments. Examples:
particular computer 3ffe:1900:4545:3:200:f8ff:fe21:67cf
Find the IP address of a given website 21DA:D3:0:2F3B:2AA:FF:FE28:9C5A
Hide, block and change the IP address of a
particular computer The IP has the task of routing data packets between
Outline the roots of cloud computing networks, and IP addresses specify the locations of the
Identify the types of cloud, service models and source and destination nodes in the topology of the
deployment models routing system. For this purpose, some of the bits in an
Illustrate how cloud computing woks IP address are used to designate a subnetwork. In
CIDR (classless interdomain routing) notation, the
Explain the benefits and the downside/dangers of
number of bits used for the subnet follows the IP
cloud computing
address.
Activate the cloud drive in your cyber account
Use the cloud drive in storing/saving digital files Example: 192.168.100.1/16
An IP address can be private, for use on a LAN, or
public, for use on the Internet or other WAN.
A. WHAT IS IP ADDRESS
Early specifications intended IP addresses to be
IP address (or internet protocol address) is a unique uniquely assigned to a particular computer or device.
identifying number given to every single computer on However, it was found that this was not always
the Internet and TCP/IP networks. Every computer necessary as private networks developed and address
requires a unique IP address to be a part of the internet space needed to be conserved (IPv4 address
and the IP address is provided by the internet service exhaustion). RFC 1918 specifies private address
providers. spaces that may be reused by anyone; today, such
Like a car license plate, an IP address is a special serial private networks typically access the Internet thru
number used for identification. Each device connected Network Address Translation (NAT). In addition,
to the Internet has an IP address. This is how one technologies such as Anycast addressing have been
machine can find another through the massive developed to allow multiple hosts at the same IP
electronic network. address but in different portions of the Internet to
service requests by network clients.
Although IP addresses are stored as binary numbers,
they are usually displayed in human-readable notations, The Internet Assigned Numbers Authority (IANA)
such as 192.168.100.1 (for IPv4), and manages the global IP address space. IANA works in
2001:db8:0:1234:0:567:1:1 (for IPv6). The role of the IP cooperation with five Regional Internet Registries
address has been characterized as follows: "A name (RIRs) to allocate IP address blocks to Local Internet
indicates what we seek. An address indicates where it Registries (Internet service providers) and other
is. A route indicates how to get there." entities.
Any machine connected to the Internet has an IP IP address is not the same as www domain name
address: Xbox games, cell phones, fax machines, and addresses. For nearly every web server, the IP address
even soda pop dispensers have IP addresses. In every is invisibly translated into a natural English "domain
case, the IP address acts both like a car license plate name" for ease of use. But technically speaking, the IP
and like a telephone number: it shows ownership, address is the true identifier of a web server. On the
allows the machine to be located by other machines, other hand, the domain name is simply a redirector
and empowers authorities to track and protect people's pointer to help people find the web server.
safety, if need be.
i
[source: Opus One]