ACN - Addressing Scheme
ACN - Addressing Scheme
NETWORKS &
COMMUNICATIONS
VERSIONS
IPV4
IPV6
IP ADDRESS (IPV4)
The format is a 32-bit numeric
address written as four numbers
separated by periods.
32 bits, with 8 bit groupings
E.x: 192.168.32.152
Each octets contain any number
between between 0 and 255
COMPONENTS OF IP ADDRESS
An IP address can be split into
network address, which specifies a
specific network
host number, which specifies a particular
machine in that network
IP ADDRESS CLASSES
CLASS A
1.0.0.0 – 126.255.255.255
Subnet – 255.0.0.0
3 octet available for host
Supports 16,777,214 devices
CLASS B
128.0.0.0 – 191.255.255.255
Subnet – 255.255.0.0
2 octets available for host
Supports 65,534 devices
CONT.
CLASS C
192.0.0.0 – 223.255.255.255
Subnet – 255.255.255.0
1 octet available for host address
Supports 254 devices
CLASS D – multicast address
224.0.0.0 – 239.255.255.255
Cannot be used as a source address for any traffic
It identifies a group of hosts sharing the same address
It is not assigned to a device, rather a device proceeds to
listen for and receive traffic destined to a multicast group
CONT.
A computer uses Internet Group Management Protocol
(IGMP) to report its multicast group membership to multicast
routers.
IGMP is required to be used in host computers that wish to
participate in multicasting.
CLASS E – for experimental & research
purposes.
240.0.0.0 – 255.255.255.254
This class doesn’t have any subnet mask
PUBLIC vrs PRIVATE
PUBLIC
Is the address that is used to
communicate outside the network.
Is basically assigned by the ISP
PUBLIC vrs PRIVATE
PRIVATE
CLASS A
10.0.0.0 – 10.255.255.255
CLASS B
172.16.0.0 – 172.31.255.255
CLASS C
192.168.0.0 – 192.168.255.255
Use to communicate withing the same network
It works on LAN
Available free of cost
It cannot be used over the internet
Loopback address
127.0.0.0
IP Address that cannot be assigned to any
network
127.0.0.1
The loopback address
Used for diagnostic testing of the local
TCP/IP installation
Automatic Private IP Addressing
(APIPA)
169.254.x.x
IP addresses are self-assigned when
the computer asks for an IP address
and no one responds.
i.e. the computer cannot reach a
DHCP server over the network.
SUBNETTING
Packet flow identification Not available Available and uses flow label field in
the header
Checksum Field Available Not available