0% found this document useful (0 votes)
221 views6 pages

IP Address Basics for Beginners

IP address is a numerical label assigned to devices to identify them on a network and enable communication. There are two main IP address versions: IPv4 uses 32-bit addresses represented as four octets in decimal or hexadecimal, while IPv6 uses 128-bit addresses. IP addresses are classified into classes based on the first octet, and the network and subnet masks identify the network and host portions of the address. Subnetting logically divides IP addresses to avoid wasting addresses and allow multiple networks to coexist on an interface.

Uploaded by

shripal singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
221 views6 pages

IP Address Basics for Beginners

IP address is a numerical label assigned to devices to identify them on a network and enable communication. There are two main IP address versions: IPv4 uses 32-bit addresses represented as four octets in decimal or hexadecimal, while IPv6 uses 128-bit addresses. IP addresses are classified into classes based on the first octet, and the network and subnet masks identify the network and host portions of the address. Subnetting logically divides IP addresses to avoid wasting addresses and allow multiple networks to coexist on an interface.

Uploaded by

shripal singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

IP ADDRESS

What is Ip Address
Ip Address is a numerical label assigned to the each
device to participate in network that uses ip for
communication or it is also called logical address
which is generally mandatory for any computer
device to connect to internet.
There are two version of the IP
1. IPV4 it is 32bit address divided in 4 octats (bit
represented in binary in 0 and 1 form and then
binary value divided in 4 octats and converted in
hexadecimal no which is called ip address)
For Ex [Link]
2. IPV6 it is 128 bit address
Range of ip address is 0 to 255
Class in ip address
Class A [Link] to [Link] ([Link]) Reserved
for loop back
Class B [Link] to [Link]
Class C [Link] to [Link]
Class D [Link] to 239 multicasting puspose
Class E 240 to 255 used for research
How to identify class of the ip
Check first octat only check range and identify
[Link] = class A
Class A N H H H
Class B N N H H
Class C N N N H
Network bit represented by 1 and host bit by 0

How to find out network id


[Link](Class A)
[Link] ( network id)( for finding network id we
have check class of the ip if it is of first class then
keep first octat as it is and made rest three octat 0.
If ip is of second class then keep first two octat as it
is and made 0 rest two octats and so on)
Ex [Link](class B)
Network id = [Link]
Ex [Link](Class C)
Network id = [Link]
how to find subnet mask of the ip address

[Link](this is third class ip and third class ip


having three network bits and one host bit as we
all know that network id resents by 1 and host id
by 0)
Subnet mask =[Link]

[Link](class B)
Subnet mask =[Link]

[Link](class )
Subnet mask =[Link]

Privet ip: it is available free of cost


Public ip: it is need to buy
Reserved privet ips
Class A: [Link]
Class B: [Link] TO [Link]
Class C [Link]

[Link]
Calculate network id, broadcast id , no of usable
host
Network id = [Link]
Broadcast id = [Link]
Usable host= 2^H-2 (H= total host bit in
network id)= 2^16-2 =65534(no of computer can
be connected)
-2 means two ips can’t be used
2= network id + broadcast id

What is subnetting
Network within a network/ logically division of
ip addresses

Why sub netting is used


Subnetting is used to avoid misuse of ip address
There are three method to avoid wastage of the
ip
1. We start using private ip’s
Which are class A [Link] class B [Link] to
[Link] Class C [Link]
2. We may start using ipv6
3. If I want to use ipv4 then we should start
using subnetting
4. What is subnetting
5. Network within a network/ logically division
of ip addresses

10 20 20

50 4
Router is a internetworking device. So same
network id can’t be given to different interfaces
of the router because router always used to
communicate between two different networks

Suppose you have given [Link] to one


interface of the router and you have to connect
10 computer to it
[Link]
[Link]
[Link]
……… .10
Now this network id can’t be used for another
interface of the router(so how much ips wasted
10^24 -2= more than 1 lack)

You might also like