Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 9

IP Address and Subnetting

Every device (machine) has a unique IP address that allows it to be identified


across network and hence allows for smooth data transmission.

IP Address is a 4 octet(set of 8 bits) scheme

Eg: 10000000.11000000.00100001.00010000 (Binary Octet)


128.192.33.16 (Decimal equivalent) (for ease)

128 64 32 16 8 4 2 1
What is Subnetting
A subnet, or subnetwork, is a network inside a network. Subnetting is
the process of breaking large network into smaller networks known as
subnets. Through subnetting, network traffic can travel a shorter
distance without passing through unnecessary routers to reach its
destination.

Pizza Analogy
Why Subnet
● Security (Allows to apply network security policies
at the interconnection between networks)

● Organization(Different Departments)

● Performance(smaller networks faster networks)


Subnet Mask
● Subnet mask is a way to differentiate between the network ID and
the host ID part of an IP address

● A subnet mask is like an IP address, but for only internal usage


within a network.

● Routers use subnet masks to route data packets to the right place.
Network Classes
Class Name IP Range Subne
Mask

● Class A 0-127 255.0.0.0 /8


● Class B 128-191 255.255.0.0 /16
● Class C 192-223 255.255.255.0 /24
● Class D 224-239
● Class E 240-255
Network ID and Host ID
Class A 8.48.30.100

Class B 134.48.30.100

Class C 192.48.30.100
192.20.68.10 (IP Address) Class C Network
255.255.255.0(Subnet mask)

No. of hosts possible are 2^8=256


Hosts can range from 192.20.68.0 - 192.20.68.255

The first address is reserved for Network ID and last


for broadcast , rest all are hosts in that network
Thank You

You might also like