Ip Address
Ip Address
192.168.1.100
O Define what is an IP address and
B subnet mask.
J
E
C Determine the classes of IP address
and their corresponding subnet
T mask.
I
V Explain the importance of IP
E address in the setup of computer
S network.
IP ADDRESS
is a unique number that
identifies a device on the
internet or a local network.
are the identifier that allows
information to be sent between
devices on a network
IP ADDRESS
is a number that is used to
identify a device on the
network.
consists of a series of 32
binary bits (1s and 0s).
Imagine if you had to enter the 32-bit binary
equivalent of this:
11000000.10101000.00000001.00000101
octet octet octet octet
128|64|32|16|8|4|2|1
11000000.10101000.00000001.00000101
192. 168. 1. 5
Instead of this
11000000.10101000.0000001.00000101
It is now
192.168.1.5
IP ADDRESS
is a string of numbers separated by
periods.
expressed as a set of four numbers —
an example address might be
192.168.1.5
So, the full IP addressing range goes
from 0.0.0.0 to 255.255.255.255.
FIVE (5) Classes of IP Address
FIVE (5) Classes of IP Address
SUBNET MASK
also called a network mask, or
simply netmask
indicates the network portion of an
IP address.
Like the IP address, the subnet
mask is a dotted-decimal number.
SUBNET MASK
255.0.0.0: Class A, which indicates that the
first octet of the IP address is the network
portion
255.255.0.0: Class B, which indicates that the
first two octets of the IP address are the
network portion
255.255.255.0: Class C, which indicates that
the first three octets of the IP address are the
network portion
SUBNET MASK
Class D addresses are used for multicast
groups. There is no need to allocate octet
or bits to separate network and host
addresses.
Class E addresses are reserved for research
use only.
FIVE (5) Classes of IP Address
Determining the Class and subnet
mask of an IP Address
CLASS B
Determining the Class and subnet
mask of an IP Address
255.255.0.0
Determining the Class and subnet
mask of an IP Address
192 . 168 . 1 . 5
192 . 168 . 1 . 5
CLASS C
255.255.255.0
Determine the class and subnet
Mask of the following IP Address
IP Address Class Subnet Mask
1.) 209.22.65.101
2.) 64.21.147.9
3.) 157.23.252.33
4.) 243.164.89.28
5.) 227.21.6.173
ACTIVITY/REVIEW
CLASSIFY ME….
octet octet octet octet
11000000.10101000.00000001.00000101
192. 168. 1. 5
32-bit binary IP Address
1. 10101100. 00011111.
00000001. 00000010
IP ADDRESS CLASS SUBNET NETWORK HOST ID
MASK ID
IP ADDRESS CLASS SUBNET NETWORK HOST ID
MASK ID
172.31.1.2 B 255.255.0.0 172.31 1.2
INSTRUCTIONS
Given the following 32-bit
binary IP Address, find the
equivalent dotted decimal
notation and complete the
table provided below.
INSTRUCTIONS
Identify the class of the following IP
address and Subnet Mask.
Indicate also the portion of the IP
address that tells the Network ID and
the portion of the IP address that tells
the Host ID
32-bit binary IP Address
1. 11010001. 00010110. 01000001. 00001010
64.21.147.9
157.23.52.33
IP ADDRESS CLASS SUBNET NETWORK HOST ID
MASK ID
209.22.65.10 C 255.255.255.0 209.22.65. 10
0
64.21.147.9 A 255.0.0.0 64.0.0.0 21.147.9
192.168.1.1
192.168.1.2
192.168.1.1
192.168.1.4
192.168.1.2
192.168.1.3
For two hosts to communicate on a
network
they must determine each others' MAC
addresses
MAC (Media Access Control) address - Also
known as the physical address
is assigned to the host Network Interface
Card(NIC)
Address Resolution Protocol (ARP)
manually configure each host with a
mapping table from IP address to MAC
address