2q Lesson 2.1 12 Css Midterm - Ip Addressing
2q Lesson 2.1 12 Css Midterm - Ip Addressing
NC II
HOME
OBJECTIVES
Once a device has an IP address, its commonly called an “IP Host” because he is
hosting an IP address and that IP address is use to identify it
MAC Address
● Enables hosts to
communicate across
networks
● If you want to use TCP/IP
then you must have an IP
Address
IPv4 & IPv6
2^128 =
340, 282, 366, 920, 938, 463, 374, 607, 431, 768, 211, 456
● IPv4 Addresses!
○ “internet protocol”
○ Approximately 4.3 billion IP addresses
○ Nearly exhausted
● IPv6
○ Newer version of IP to succeed version 4
○ How many? 2^128
IPv4 Address Structure
○ It consist of four octets, or four 8-bits of 1’s and 0’s separated by dot
An IP Address is made up
of 4 “octets” or 4 “bytes”
Decimal & Binary
HOME
● Groups of IP addresses
● Two portions of the IP address
A group of IP addresses is called
an “IP network” or a “subnet”
Groups of IP addresses will
have the same 1st, 1st and 2nd,
A benefit of grouping is more
or 1st, 2nd, and 3rd octets
efficient routing
Groups of IP addresses
192.168.1.0
192.168.1.0 is known as
the “network address” –
it identifies the group
172.16.0.0
“host portion” of an IP
address uniquely identifies a
172.16.0.0
single member of the group
172.16.1.5
172.16.1.5
IP Addresses & Network Classes
Class A
BIG Class B
Class C
Medium
Small
Class A Networks
172.16.0.0
NETWORK HOST
Class C Networks
● Small networks
● Network portion = octets 1, 2, and 3
● Host portion = 4th octet
Example:
192.168.1.0
NETWORK HOST
Network Number
● 3 Classes of Network
● Each class is identified by a range in the first octet
● Each class has a unique number of networks and
hosts available
● Loopback Address
Intro to IP Subnetting
HOME
Intro to IP Subnetting
Class A
1 - 126 Class B
Class C
128 - 191
192 - 223
172.16.0.0
172.17.0.0
172.19.0.0
172.18.0.0
“subnet” comes
from “subdivided
network”
Subnet Part
172 . 16 . 1 . 0
172 . 16 . 2 . 0
172 . 16 . 4 . 0
172 . 16 . 3 . 0
172.16.4.6
172.16.4.5
● Subnet portion of the IP address
○ Taken from the host portion
○ Network portion never changes
Network Host
172 . 16 . 0 . 0
Network Subnet Host
172 . 16 . 1 . 0
Class D & Class E IP Address
Class D:
● Range: 224.0.0.0 to 239.255.255.255
● Subnet Mask: Not applicable
● Class D addresses are used for multicast groups, allowing data to be sent to multiple
recipients simultaneously.
Class E:
● Range: 240.0.0.0 to 255.255.255.255
● Subnet Mask: Not applicable
● Class E addresses are reserved for experimental and research purposes and are not
typically used for general network communications.
SUMMARY