Addressing Scheme
Addressing Scheme
BCS3-Fall 2024
Instructor Farman
Physical Address
physical address, also known as a MAC address, is a unique
identifier assigned to a network interface card (NIC) for
communication on the physical network segment.
Security: 8- 1
Other Names of Physical Address
Hardware Address
MAC (Media Access Control) Address
Fixed Address
48 Bit Address
NIC Address
Ethernet Address
Data Link Layer Address
Layer 2 Address
Manufacturer Address
Adapter Card Address
Security: 8- 2
MAC Addresses are 12 digit Hexadecimal numbers used to
identifiers the devices uniquely.
It has two parts
24 Bits OUI
24 Bits Serial No
Security: 8- 3
Structure of a MAC Address
Format: A MAC address is typically displayed as a 12-
character hexadecimal number separated by colons or
hyphens (e.g., 00-11-22-33-44-55)
Security: 8- 4
LAN Card (NIC)
(LAN (Local Area Network) Card, Ethernet card, Networking
card, NIC (Network Interface Controller) )
Security: 8- 5
NIC Key Features
MAC Address: Unique identifier assigned for network
communication.
Interface Types: Available in wired (Ethernet) and wireless (Wi-
Fi) versions.
Speed: Supports varying speeds such as 10/100/1000 Mbps for
Ethernet or different Wi-Fi standards (e.g., 802.11ac, 802.11ax).
Connector Type: Comes with various connectors like RJ-45 for
wired connections or antennas for wireless.
Full-Duplex & Half-Duplex: Can operate in full-duplex
(simultaneous send/receive) or half-duplex mode.
Plug-and-Play: Easily installed and configured in most operating
systems.
Security: 8- 6
IP (Internet Protocol) Addresses
Security: 8- 7
IP (Internet Protocol) Addresses
An IP Address is like the address on your house, but for devices
on a network, allowing them to communicate. It consists of four
numbers (e.g., 192.168.1.100) separated by dots.
Key Points:
• Structure: Four numbers separated by dots (e.g., 192.168.1.100).
Security: 8- 8
Subnet Mask: Determines which part of an IP address identifies
the network and which part identifies the host within that network.
Types:
Security: 8- 14
Class A
First Bit of First octet: 0
In Class A NetID = 8 bits and HostID = 24 bits
Default subnet mask: 255.0.0.0
Number of networks: 128-2 (0 and 127 reserved for special
purposes)
There are 72-2 = 126 networks in Class A network
IP address 0.0.0.0 is reserved for broadcasting requirements
IP address 127.0.0.1 is reserved for loopback address used
for software testing
The range of 1st octet is [0-127] but since two addresses are reserved it is [1-126]
Maximum hosts per network: 16,777,214-2 ( 224-2)
Security: 8- 16
Class B
First Two Bits of First octet: 10
In Class B NetID = 16 bits and HostID = 16 bits
Default subnet mask: 255.255.0.0
Number of networks: 214 (first two bits are fixed): 16,384 (No
reserved NetID))
Maximum hosts per Network 216-2 = 65,534
How to Identify B class Address
Class B 10 Prefix
Suffix
Class C 110 Prefix Suffix
Class D 1110 Multicast Addresses
Class E 111 Reserved for Future
Loopback Address
A Loopback Address, also known as localhost, directs data back to
the same device for testing. In IPv4, it is 127.0.0.1 and ranges up
to 127.255.255.255; in IPv6, it is ::1. This address allows a device
to send and receive its own data packets.
Broadcast Domain
A broadcast domain is a network segment where any broadcast
message sent by one device is received by all other devices within
that segment, helping manage network traffic and improve
performance.
Public IPv4 Addresses:
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
Key Points: