2.2-5 IP Addressing
2.2-5 IP Addressing
www.facebook.com/itsmeismael
LEARNING OBJECTIVES
www.facebook.com/itsmeismael
THE IP (INTERNET PROTOCOL)
It is the fundamental protocol for communications on the Internet. It specifies the way
information is packetized, addressed, transferred, routed, and received by networked
devices. IP history
Its development began in 1974, led by computer scientists Bob Kahn and Vint
Cerf. It is frequently used in conjunction with the Transmission Control Protocol,
or TCP. Together they are referred to as TCP/IP.
The first major version of the Internet Protocol was version 4, or IPv4. In 1981, it
was formally defined in RFC 791 by the Internet Engineering Task Force, or IETF.
The successor to IPv4 is IPv6, which was formalized by the IETF in 1998. It was
designed to eventually replace IPv4. As of 2018, IPv6 governs approximately
20% of all Internet traffic.
www.facebook.com/itsmeismael
An IP address is a number identifying of a
computer or another device on the Internet.
It is similar to a mailing address, which
identifies where postal mail comes from and
where it should be delivered. IP addresses
uniquely identify the source and destination
of data transmitted with the Internet Protocol.
www.facebook.com/itsmeismael
IP address classes
With an IPv4 IP address, there are five classes
of available IP ranges: Class A, Class B, Class
C, Class D and Class E, while only A, B, and C
are commonly used. Each class allows for a
range of valid IP addresses, shown in the Ranges 127.x.x.x are
following table. reserved for the loopback
or localhost, for example,
127.0.0.1 is the loopback
address. Range
255.255.255.255
broadcasts to all hosts on
the local network.
www.facebook.com/itsmeismael
Static vs. dynamic IP addresses
IP addresses are assigned in two different ways. They
may be dynamically assigned (they can change
automatically) or statically assigned (they're intended
not to change and must be changed manually). Most
home networks use dynamic allocation. Your router uses
DHCP to temporarily assign, or "lease," an IP address to
your device. After a period of time, this lease "expires,"
and the router renews your old address or assigns you a
new one, depending on the needs of the network and
the configuration of the router.
www.facebook.com/itsmeismael
If you have ever tried to change the settings on
your router, you may be familiar with the
address 192.168.1.1. Commonly, this is your
router's address, If you enter this address into
the address bar of your web browser, you can
open your router's configuration interface. (Your
router's address may be different - check your
manual.)
www.facebook.com/itsmeismael
How data is sent to
an IP address on
another network
The following diagram
illustrates how your
home computer might
obtain an IP address
and send data to an IP
address on another
network.
www.facebook.com/itsmeismael
Packet
The packet is a term first coined by Donald Davies in
1965 that is used to describe a segment of data sent
from one computer or device to another over a network.
You can think of it as a package filled with data being
delivered to another area. A packet is used because it
divides data into easier-to-manage "chunks," which
move information more efficiently and keep network
resources from being tied up by a single, larger file.
www.facebook.com/itsmeismael
What is in a packet?
A packet contains a source, destination, data, size, and other useful
information that helps packet make it to the appropriate location and get
reassembled properly. Below is a breakdown of a TCP packet.
www.facebook.com/itsmeismael
Network packet basics
www.facebook.com/itsmeismael
ASSIGNING IP ADDRESS
www.facebook.com/itsmeismael
ASSIGNING IP ADDRESS
www.facebook.com/itsmeismael
Type ncpa.cpl then click OK or press Enter.
www.facebook.com/itsmeismael
Right-click on your
local adapter and
select Properties.
www.facebook.com/itsmeismael
In the Local Area Connection Properties
window highlight Internet Protocol Version 4
(TCP/IPv4) then click the Properties button.
www.facebook.com/itsmeismael
When you’re finished click OK.
www.facebook.com/itsmeismael
Open the command
prompt and type
ipconfig to see if the
network adapter
settings have been
successfully changed.