SlideShare a Scribd company logo
1
IP Addressing

• IP Addressing is Logical Addressing
• It works on Network Layer (Layer 3)
• Two Versions of Addressing Scheme
• IP version 4 – 32 bit addressing
• IP version 6 – 128 bit addressing

2
IP version 4

Bit is a value that will represent 0’s or 1’s (i.e. Binary)

01010101000001011011111100000001
• 32 bits are divided into 4 Octets known as Dotted
Decimal Notation
First Octet

Second Octet

Third Octet

Forth Octet

01010101. 00000101. 10111111. 00000001
3
IP version 6

• 128-bit address is divided along 16-bit boundaries,
and each 16-bit block is converted to a 4-digit
hexadecimal number and separated by colons
(Colon-Hex Notation)

FEDC:BA98:7654:3210:FEDC:BA98:7654:3210

4
Binary to Decimal Conversion

Taking Example for First Octet :
Total 8 bits, Value will be 0’s and 1’s
i.e. 28 = 256 combination
2 7 2 6 25 24 2 3 2 2 21 2 0
0 0 0 0 0 0 0 0 = 0
0 0 0 0 0 0 0 1 = 1
Total IP Address Range
0 0 0 0 0 0 1 0 = 2
Total IP Address Range
0 0 0 0 0 0 1 1 = 3
0 .. 0 .. 0 .. 0
0 0 0 0
0 0 0 0 0 1 0 0 = 4
to

to
255.255.255.255
255.255.255.255

1

1

1

1

1

1

1

1

= 255

5
IP Address Classes

• Total IP Addressing Scheme is divided
into 5 Classes
• CLASS A
• CLASS B

LAN & WAN

• CLASS C
• CLASS D

Multicasting

• CLASS E

Research & Development

6
Priority Bit Concept
• To identify the range of each class
a bit called priority bit is used.
• Priority Bit is the left most bits in the First Octet
• CLASS A priority bit is

0

• CLASS B priority bit is

10

• CLASS C priority bit is

110

• CLASS D priority bit is

1110

• CLASS E priority bit is

1111

7
CLASS A Range

For Class A range : First bit of the first octet
should be reserved for the priority bit.

0xxxxxxx. xxxxxxxx. xxxxxxxx. xxxxxxxx
27
0
0
0
0
0

26
0
0
0
0
0

25
0
0
0
0
0

24
0
0
0
0
0

23
0
0
0
0
0

22
0
0
0
0
1

21
0
0
1
1
0

20
0
1
0
1
0

=
=
=
=
=

0

1

1

1

1

1

1

1

= 127

0
1
2
3
4

Class A Range
Class A Range

0 0 0 0 to
0 .. 0 .. 0 .. 0 to
127.255.255.255
127.255.255.255

Exception
Exception
0.X.X.X and 127.X.X.X
0.X.X.X and 127.X.X.X
network are reserved
network are reserved

8
CLASS B Range

For Class B range : First two bits of the first
octet should be reserved for the priority bit.

10xxxxxx. xxxxxxxx. xxxxxxxx. xxxxxxxx
27
1
1
1
1
1

26
0
0
0
0
0

25
0
0
0
0
0

24
0
0
0
0
0

23
0
0
0
0
0

22
0
0
0
0
1

21
0
0
1
1
0

20
0
1
0
1
0

=
=
=
=
=

1

0

1

1

1

1

1

1

= 191

128
129
130
131
132

Class B Range
Class B Range

128. 0 0 0
128. 0 .. 0 .. 0
to
to
191.255.255.255
191.255.255.255

9
CLASS C Range

For Class C range : First Three bits of the first
octet should be reserved for the priority bit.

110xxxxx. xxxxxxxx. xxxxxxxx. xxxxxxxx
27
1
1
1
1
1

26
1
1
1
1
1

25
0
0
0
0
0

24
0
0
0
0
0

23
0
0
0
0
0

22
0
0
0
0
1

21
0
0
1
1
0

20
0
1
0
1
0

=
=
=
=
=

1

1

0

1

1

1

1

1

= 223

192
193
194
195
196

Class C Range
Class C Range

192. 0 0 0
192. 0 .. 0 .. 0
to
to
223.255.255.255
223.255.255.255

10
CLASS D Range

For Class D range : First four bits of the first
octet should be reserved for the priority bit.

1110xxxx. xxxxxxxx. xxxxxxxx. xxxxxxxx
27
1
1
1
1
1

26
1
1
1
1
1

25
1
1
1
1
1

24
0
0
0
0
0

23
0
0
0
0
0

22
0
0
0
0
1

21
0
0
1
1
0

20
0
1
0
1
0

=
=
=
=
=

1

1

1

0

1

1

1

1

= 239

224
225
226
227
228

Class D Range
Class D Range

224. 0 0 0
224. 0 .. 0 .. 0
to
to
239.255.255.255
239.255.255.255

11
CLASS E Range

For Class E range : First four bits of the first
octet should be reserved for the priority bit.

1111xxxx. xxxxxxxx. xxxxxxxx. xxxxxxxx
27
1
1
1
1
1

26
1
1
1
1
1

25
1
1
1
1
1

24
1
1
1
1
1

23
0
0
0
0
0

22
0
0
0
0
1

1

1

1

1

1 1

21
0
0
1
1
0

1

20
0
1
0
1
0

1

=
=
=
=
=

240
241
242
243
244

Class E Range
Class E Range

240. 0 0 0
240. 0 .. 0 .. 0
to
to
255.255.255.255
255.255.255.255

= 255

12
Octet Format

• IP address is divided into Network & Host Portion
• CLASS A is written as

N.H.H.H

• CLASS B is written as

N.N.H.H

• CLASS C is written as

N.N.N.H

13
CLASS A – No. Networks & Host
• Class A Octet Format is N.H.H.H
• Network bits : 8
• No.
=
=
=
=
• No.
=
=
=

Host bits : 24

of Networks
28-1
(-1 is Priority Bit for Class A)
27
CLASS A
128 – 2 (-2 is for 0 & 127 Network) CLASS A
126 Networks
126 Networks
126 Networks
&
&

16777214 Hosts/Nw
of Host
16777214 Hosts/Nw
224 – 2 (-2 is for Network ID & Broadcast ID)
16777216 - 2
16777214 Hosts/Network
14
CLASS B – No. Networks & Host
• Class B Octet Format is N.N.H.H
• Network bits : 16

Host bits : 16

• No.
=
=
=

of Networks
216-2 (-2 is Priority Bit for Class B)
214
CLASS B
CLASS B
16384 Networks

• No.
=
=
=

&
&
of Host
65534 Hosts/Nw
216 – 2 (-2 is for Network ID & 65534 Hosts/Nw
Broadcast ID)
65536 - 2
65534 Hosts/Network

16384 Networks
16384 Networks

15
CLASS C – No. Networks & Host
• Class C Octet Format is N.N.N.H
• Network bits : 24

Host bits : 8

• No.
=
=
=

of Networks
224-3 (-3 is Priority Bit for Class C)
221
CLASS C
CLASS C
2097152 Networks

• No.
=
=
=

&
&
of Host
254 Hosts/Nw
28 – 2 (-2 is for Network ID & Broadcast ID)
254 Hosts/Nw
256 - 2
254 Hosts/Network

2097152 Networks
2097152 Networks

16
Network & Broadcast Address

• The network address is represented with all bits as
ZERO in the host portion of the address
• The broadcast address is represented with all bits as
ONES in the host portion of the address
• Valid IP Addresses lie between the Network Address
and the Broadcast Address.
• Only Valid IP Addresses are assigned to hosts/clients

17
Example - Class A
Class A : N.H.H.H
Network Address :
0xxxxxxx.00000000.00000000.00000000
Broadcast Address :
0xxxxxxx.11111111.11111111.11111111

Class A
Class A
10.0.0.0
10.0.0.0
10.0.0.1
10.0.0.1
10.0.0.2
10.0.0.2
10.0.0.3
10.0.0.3

10.255.255.254
10.255.255.254
10.255.255.255
10.255.255.255

Network Address

Valid IP Addresses

Broadcast Address

18
Example - Class B
Class B : N.N.H.H
Network Address :

10xxxxxx.xxxxxxxx.00000000.00000000
Broadcast Address :
10xxxxxx.xxxxxxxx.11111111.11111111

Class B
Class B

172.16.0.0
172.16.0.0
172.16.0.1
172.16.0.1
172.16.0.2
172.16.0.2
172.16.0.3
172.16.0.3

172.16.255.254
172.16.255.254
172.16.255.255
172.16.255.255

Network Address

Valid IP Addresses

Broadcast Address

19
Example - Class C
Class C : N.N.N.H
Network Address :
110xxxxx.xxxxxxxx.xxxxxxxx.00000000
Broadcast Address :
110xxxxx.xxxxxxxx.xxxxxxxx.11111111

Class C
Class C

192.168.1.0
192.168.1.0
192.168.1.1
192.168.1.1
192.168.1.2
192.168.1.2
192.168.1.3
192.168.1.3

192.168.1.254
192.168.1.254
192.168.1.255
192.168.1.255

Network Address

Valid IP Addresses

Broadcast Address

20
Private IP Address

• There are certain addresses in each class of IP
address that are reserved for LAN. These addresses
are called private addresses.
• They can be used for: home & office networks,
networks not connected to Internet.
Class A
Class A

10.0.0.0 to 10.255.255.255
10.0.0.0 to 10.255.255.255
Class B
Class B

172.16.0.0 to 172.31.255.255
172.16.0.0 to 172.31.255.255
Class C
Class C

192.168.0.0 to 192.168.255.255
192.168.0.0 to 192.168.255.255
21
Subnet Mask

• Subnet Mask differentiates Network portion and Host
Portion
• Subnet Mask is been given for host Identification of
Network ID
• Represented with all 1’s in the network portion
and with all 0’s in the host portion.

22
Subnet Mask - Examples

Class A : N.H.H.H
11111111.00000000.00000000.00000000
Default Subnet Mask for Class A is 255.0.0.0
Class B : N.N.H.H
11111111.11111111.00000000.00000000
Default Subnet Mask for Class B is 255.255.0.0
Class C : N.N.N.H
11111111.11111111.11111111.00000000
Default Subnet Mask for Class C is 255.255.255.0

23
How Subnet Mask Works ?
IP Address :
Subnet Mask :

192.168.1.1
255.255.255.0

ANDING PROCESS :
192.168.1.1
= 11000000.10101000.00000001.00000001
AND TABLE
AND TABLE
255.255.255.0 = 11111111.11111111.11111111.00000000
A
B
C
=======================================
A
B
C
192.168.1.0
= 11000000.10101000.00000001.00000000
0
0
0
0
0
0
=======================================
0
1
0

0
1
0
1
0
1
0are 1.0
0
The output of an AND table is 1 if both its inputs
1
1
1
1
1
For all other possible inputs the output is1
0.
24
Subnetting

• Dividing a Single Network into Multiple Networks.
• Converting Host bits to Network Bits
i.e. Converting 0’s into 1’s
• Subnetting is also called as FLSM (Fixed Length
Subnet Mask)
• Subnetting can be done in three ways.
– Requirement of Networks
– Requirement of Hosts
– Cisco / Notation

25
Scenario
ZOOM Technologies is having 100 PC
• Which Class is preffered for the network ?
Answer : Class C.
• In ZOOM Technologies we have Five Departments
with 20 Pcs each
ZOOM Technologies – 192.168.1.0/24
–
–
–
–
–

MCSE
CISCO
FIREWALL
SOLARIS
TRAINING

192.168.1.1
192.168.1.21
192.168.1.41
192.168.1.61
192.168.1.81

to
to
to
to
to

192.168.1.20
192.168.1.40
192.168.1.60
192.168.1.80
192.168.1.100

26
Scenario (…continued)
• Administrator’s Requirement :
Inter-department communication should not be
possible ?
Solution.
Allocate a different Network to each Department
i.e.
– MCSE
192.168.1.1 to 192.168.1.20
– CISCO
192.168.2.1 to 192.168.2.20
– FIREWALL
192.168.3.1 to 192.168.3.20
– SOLARIS
192.168.4.1 to 192.168.4.20
– TRAINING
192.168.5.1 to 192.168.5.20
• In the above Scenario inter-department
communication is not possible.

27
Main Aim of Subnetting

Problem with the previous Scenario is :• Loss of bandwidth as the broadcasting is done for
254 machines rather than for 20 machines.
• Wastage of IP addresses (Approximately 1000)
• No Security

28
Power table

POWER TABLE
POWER TABLE
21 = 2

29 = 512

217 = 131072

225 = 33554432

22 = 4

210 = 1024

218 = 262144

226 = 67108864

23 = 8

211 = 2048

219 = 524288

227 = 134217728

24 = 16

212 = 4096

220 = 1048576

228 = 268435456

25 = 32

213 = 8192

221 = 2097152

229 = 536870912

26 = 64

214 = 16384 222 = 4194304

230 = 1073741824

27 = 128 215 = 32768 223 = 8388608

231 = 2147483648

28 = 256 216 = 65536 224 = 16777216 232 = 4294967296

29
Some Important Values

VALUES IN SUBNET MASK
VALUES IN SUBNET MASK
Bit
Bit

Value
Value

Mask
Mask

1
1

128
128

10000000
10000000

2
2

192
192

11000000
11000000

3
3

224
224

11100000
11100000

4
4

240
240

11110000
11110000

5
5

248
248

11111000
11111000

6
6

252
252

11111100
11111100

7
7

254
254

11111110
11111110

8
8

255
255

11111111
11111111

30
Requirement of Networks is 5 ?
Example – 1
Class C : N.N.N.H
110xxxxx.xxxxxxxx.xxxxxxxx.xxxxxxxx
Class C : 192.168.1.0
• No.
=
=
=
=
• No.
=
=
=
=

of Subnet
2n – 2 ≥ Req. of Subnet
23 – 2 ≥ 5 (-2 is for First & Last Subnet Range)
8–2
6 Subnet
of Host
2h – 2 (-2 is for Network ID & Broadcast ID)
25 – 2
32 – 2
30 Hosts/Subnet

31

HELP
Example – 1 (Continued…)
• Customize Subnet Mask = Bits to Network Bits
If you convert 3 Host
If you convert 3 Host Bits to Network Bits
255.
255.
224
6 Subnet & 30 Hosts/Subnet
Subnet & 255.
30 Hosts/Subnet
6
1
2
8
6
4
3
2

11111111 11111111 11111111 11100000
Customize Subnet Mask
.
.
.
Customize Subnet Mask
255.255.255.224
255.255.255.224
• Range of Networks
Network ID
Broadcast ID
Subnet Range
Subnet Range
192.168.1.31 x
192.168.1.0
192.168.1.32 to 192.168.1.63  MCSE
to 192.168.1.63  MCSE
192.168.1.32
..
192.168.1.32
192.168.1.63
192.168.1.64 to 192.168.1.95  CISCO
to 192.168.1.95  CISCO
192.168.1.64
..
192.168.1.64
192.168.1.95
192.168.1.96 to 192.168.1.127  FIREWALL
to 192.168.1.127  FIREWALL
192.168.1.96
192.168.1.96
192.168.1.127
192.168.1.128 to 192.168.1.159  SOLARIS
Valid Subnets
192.168.1.128 to 192.168.1.159  SOLARIS
192.168.1.128
192.168.1.159
192.168.1.160 to 192.168.1.191  TRAINING
to 192.168.1.191  TRAINING
192.168.1.160
192.168.1.160
192.168.1.191
192.168.1.192 to 192.168.1.223  Future Use
to 192.168.1.223  Future Use
192.168.1.192
192.168.1.192
192.168.1.223
192.168.1.224
192.168.1.255 x

32
Requirement of Networks is 14 ?
Example – 2
Class C : N.N.N.H
110xxxxx.xxxxxxxx.xxxxxxxx.xxxxxxxx
Class C : 192.168.1.0
• No.
=
=
=
=

of Subnet
2n – 2 ≥ Req. of Subnet
24 – 2 ≥ 14 (-2 is for First & Last Subnet Range)
16 – 2
14 Subnet

• No.
=
=
=
=

of Host
2h – 2 (-2 is for Network ID & Broadcast ID)
24 – 2
16 - 2
14 Hosts/Subnet

33

HELP
Example – 2 (Continued…)
• Customize Subnet Mask = Bits to Network Bits
If you convert 4 Host
If you convert 4 Host Bits to Network Bits
255.
255.
240
14 Subnet & 255.Hosts/Subnet
Subnet & 14 Hosts/Subnet
14
14
1
2
8
6
4
3
2
1
6

11111111 11111111 11111111 11110000
Customize Subnet Mask
.
.
.
Customize Subnet Mask
255.255.255.240
255.255.255.240
• Range of Networks
Network ID
Broadcast ID
Subnet Range
Subnet Range
–
192.168.1.15 x
192.168.1.0
192.168.1.16 to 192.168.1.31
192.168.1.16 to 192.168.1.31
192.168.1.16
–
192.168.1.31
192.168.1.32 to 192.168.1.47
192.168.1.32 to 192.168.1.47
192.168.1.32
–
192.168.1.47
192.168.1.48 to 192.168.1.63
192.168.1.48 to 192.168.1.63
192.168.1.48
–
192.168.1.63
192.168.1.64 to 192.168.1.80
192.168.1.64 to 192.168.1.80Valid Subnets
192.168.1.224 –
192.168.1.239
192.168.1.224 to 192.168.1.239
192.168.1.224 to 192.168.1.239
192.168.1.240 –
192.168.1.255 x

34
35

More Related Content

What's hot

Classes of ip addresses
Classes of ip addressesClasses of ip addresses
Classes of ip addresses
NetProtocol Xpert
 
Subnetting
SubnettingSubnetting
Subnetting
Gichelle Amon
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
TheGodfather HA
 
IP Address
IP AddressIP Address
IP Address
Rahul P
 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnetting
Shashank Asthana
 
Ip addressing
Ip addressingIp addressing
Ip addressing
Tanvir Amin
 
IP NETWORKING AND IP SUBNET MASKING
IP NETWORKING AND IP SUBNET MASKING IP NETWORKING AND IP SUBNET MASKING
IP NETWORKING AND IP SUBNET MASKING
AYESHA JAVED
 
Subnetting
SubnettingSubnetting
Subnetting
Fatima Qayyum
 
Subnet calculation Tutorial
Subnet calculation TutorialSubnet calculation Tutorial
Subnet calculation Tutorial
Ritu Ranjan Shrivastwa
 
IP Subnetting
IP SubnettingIP Subnetting
IP Subnetting
Shahzad Rashid
 
IP classes
IP classesIP classes
IP classes
Meenakshi Paul
 
Sub Netting
Sub NettingSub Netting
Sub Netting
Lilesh Pathe
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPT
Pijush Kanti Das
 
Ip Addressing Basics
Ip Addressing BasicsIp Addressing Basics
Ip Addressing Basics
tmavroidis
 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)
cuetcse
 
Ip address
Ip addressIp address
Ip address
MdAnikKhan
 
IP addressing seminar ppt
IP addressing seminar pptIP addressing seminar ppt
IP addressing seminar ppt
Smriti Rastogi
 
IP Configuration
IP ConfigurationIP Configuration
IP Configuration
Stephen Raj
 
Ip addresses
Ip addressesIp addresses
Ip addresses
Asif
 
Ip addressing
Ip addressingIp addressing
Ip addressing
sid1322
 

What's hot (20)

Classes of ip addresses
Classes of ip addressesClasses of ip addresses
Classes of ip addresses
 
Subnetting
SubnettingSubnetting
Subnetting
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
IP Address
IP AddressIP Address
IP Address
 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnetting
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
IP NETWORKING AND IP SUBNET MASKING
IP NETWORKING AND IP SUBNET MASKING IP NETWORKING AND IP SUBNET MASKING
IP NETWORKING AND IP SUBNET MASKING
 
Subnetting
SubnettingSubnetting
Subnetting
 
Subnet calculation Tutorial
Subnet calculation TutorialSubnet calculation Tutorial
Subnet calculation Tutorial
 
IP Subnetting
IP SubnettingIP Subnetting
IP Subnetting
 
IP classes
IP classesIP classes
IP classes
 
Sub Netting
Sub NettingSub Netting
Sub Netting
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPT
 
Ip Addressing Basics
Ip Addressing BasicsIp Addressing Basics
Ip Addressing Basics
 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)
 
Ip address
Ip addressIp address
Ip address
 
IP addressing seminar ppt
IP addressing seminar pptIP addressing seminar ppt
IP addressing seminar ppt
 
IP Configuration
IP ConfigurationIP Configuration
IP Configuration
 
Ip addresses
Ip addressesIp addresses
Ip addresses
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 

Viewers also liked

CCNA presentation.
CCNA presentation.CCNA presentation.
CCNA presentation.
Ajaigururaj R
 
Wan Interface Configuration
Wan Interface ConfigurationWan Interface Configuration
Wan Interface Configuration
Kishore Kumar
 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of Routers
Kishore Kumar
 
1. Introduction
1. Introduction1. Introduction
1. Introduction
Open Source Group
 
Switching Types
Switching TypesSwitching Types
Switching Types
Kishore Kumar
 
Ccna Presentation
Ccna PresentationCcna Presentation
Ccna Presentation
bcdran
 
Computer networking
Computer networkingComputer networking
Computer networking
Chinmoy Jena
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
Tarun Khaneja
 
Subnetting
SubnettingSubnetting
Subnetting
Kishore Kumar
 
OSPF 2
OSPF 2OSPF 2
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
Kishore Kumar
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of Router
Kishore Kumar
 
Switching 1
Switching 1Switching 1
Switching 1
Kishore Kumar
 
CCNA training report
CCNA training reportCCNA training report
CCNA training report
Nikita Kaushal
 
Dynamic routing EIGRP
Dynamic routing EIGRPDynamic routing EIGRP
Dynamic routing EIGRP
Kishore Kumar
 
200-125-ccna-v3
200-125-ccna-v3200-125-ccna-v3
200-125-ccna-v3
Ibby Nuj
 
Android sai tech (2)
Android sai tech (2)Android sai tech (2)
Android sai tech (2)Satya Johnny
 
Integrated Service Digital Network
Integrated Service Digital NetworkIntegrated Service Digital Network
Integrated Service Digital Network
Kishore Kumar
 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of Routers
Kishore Kumar
 
Ip addressing
Ip addressingIp addressing
Ip addressing
Kishore Kumar
 

Viewers also liked (20)

CCNA presentation.
CCNA presentation.CCNA presentation.
CCNA presentation.
 
Wan Interface Configuration
Wan Interface ConfigurationWan Interface Configuration
Wan Interface Configuration
 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of Routers
 
1. Introduction
1. Introduction1. Introduction
1. Introduction
 
Switching Types
Switching TypesSwitching Types
Switching Types
 
Ccna Presentation
Ccna PresentationCcna Presentation
Ccna Presentation
 
Computer networking
Computer networkingComputer networking
Computer networking
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
 
Subnetting
SubnettingSubnetting
Subnetting
 
OSPF 2
OSPF 2OSPF 2
OSPF 2
 
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of Router
 
Switching 1
Switching 1Switching 1
Switching 1
 
CCNA training report
CCNA training reportCCNA training report
CCNA training report
 
Dynamic routing EIGRP
Dynamic routing EIGRPDynamic routing EIGRP
Dynamic routing EIGRP
 
200-125-ccna-v3
200-125-ccna-v3200-125-ccna-v3
200-125-ccna-v3
 
Android sai tech (2)
Android sai tech (2)Android sai tech (2)
Android sai tech (2)
 
Integrated Service Digital Network
Integrated Service Digital NetworkIntegrated Service Digital Network
Integrated Service Digital Network
 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of Routers
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 

Similar to IP Addressing

Ipaddressing
IpaddressingIpaddressing
Ipaddressing
Faraz Humayun
 
ACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENT
ACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENTACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENT
ACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENT
Sleek International
 
CCNA part 2 ip addressing
CCNA part 2 ip addressingCCNA part 2 ip addressing
Chap3. i pv4
Chap3. i pv4Chap3. i pv4
Chap3. i pv4
東原 李
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
aakritii765
 
IP Addressing.ppt
IP Addressing.pptIP Addressing.ppt
IP Addressing.ppt
jAIREN1
 
Chap2. ipv4-arp-icmp
Chap2. ipv4-arp-icmpChap2. ipv4-arp-icmp
Chap2. ipv4-arp-icmp
東原 李
 
Wipro telecom training i pv4 concepts
Wipro telecom training   i pv4 conceptsWipro telecom training   i pv4 concepts
Wipro telecom training i pv4 concepts
JAIGANESH SEKAR
 
Ip addressing
Ip addressingIp addressing
Ip addressing
Tapan Khilar
 
Subnetting
SubnettingSubnetting
Subnetting
Sajedul Islam Chy
 
How IP address works
How IP address worksHow IP address works
How IP address works
Sanjeev Kumar Jaiswal
 
ip addressing
ip addressingip addressing
Ipaddress presentationdemoclass
Ipaddress presentationdemoclassIpaddress presentationdemoclass
Ipaddress presentationdemoclass
askme
 
Expl net fund_chapter_06_i_pv4_part_2
Expl net fund_chapter_06_i_pv4_part_2Expl net fund_chapter_06_i_pv4_part_2
Expl net fund_chapter_06_i_pv4_part_2
kurtmctaggart
 
Lecture 03 networking
Lecture 03 networkingLecture 03 networking
Lecture 03 networking
HNDE Labuduwa Galle
 
Networking Brush Up for Amazon AWS Administrators
Networking Brush Up for Amazon AWS AdministratorsNetworking Brush Up for Amazon AWS Administrators
Networking Brush Up for Amazon AWS Administrators
Aniekan Akpaffiong
 
Mod6
Mod6Mod6
Subnetting made simple
Subnetting made simpleSubnetting made simple
Subnetting made simple
Wamuyu Murakaru
 
Ip -subnetting
Ip  -subnettingIp  -subnetting
Ip -subnetting
nithinj54
 
1703_anusua_basuclassful addressing_IP_Addressing
1703_anusua_basuclassful addressing_IP_Addressing1703_anusua_basuclassful addressing_IP_Addressing
1703_anusua_basuclassful addressing_IP_Addressing
AnusuaBasu
 

Similar to IP Addressing (20)

Ipaddressing
IpaddressingIpaddressing
Ipaddressing
 
ACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENT
ACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENTACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENT
ACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENT
 
CCNA part 2 ip addressing
CCNA part 2 ip addressingCCNA part 2 ip addressing
CCNA part 2 ip addressing
 
Chap3. i pv4
Chap3. i pv4Chap3. i pv4
Chap3. i pv4
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
 
IP Addressing.ppt
IP Addressing.pptIP Addressing.ppt
IP Addressing.ppt
 
Chap2. ipv4-arp-icmp
Chap2. ipv4-arp-icmpChap2. ipv4-arp-icmp
Chap2. ipv4-arp-icmp
 
Wipro telecom training i pv4 concepts
Wipro telecom training   i pv4 conceptsWipro telecom training   i pv4 concepts
Wipro telecom training i pv4 concepts
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Subnetting
SubnettingSubnetting
Subnetting
 
How IP address works
How IP address worksHow IP address works
How IP address works
 
ip addressing
ip addressingip addressing
ip addressing
 
Ipaddress presentationdemoclass
Ipaddress presentationdemoclassIpaddress presentationdemoclass
Ipaddress presentationdemoclass
 
Expl net fund_chapter_06_i_pv4_part_2
Expl net fund_chapter_06_i_pv4_part_2Expl net fund_chapter_06_i_pv4_part_2
Expl net fund_chapter_06_i_pv4_part_2
 
Lecture 03 networking
Lecture 03 networkingLecture 03 networking
Lecture 03 networking
 
Networking Brush Up for Amazon AWS Administrators
Networking Brush Up for Amazon AWS AdministratorsNetworking Brush Up for Amazon AWS Administrators
Networking Brush Up for Amazon AWS Administrators
 
Mod6
Mod6Mod6
Mod6
 
Subnetting made simple
Subnetting made simpleSubnetting made simple
Subnetting made simple
 
Ip -subnetting
Ip  -subnettingIp  -subnetting
Ip -subnetting
 
1703_anusua_basuclassful addressing_IP_Addressing
1703_anusua_basuclassful addressing_IP_Addressing1703_anusua_basuclassful addressing_IP_Addressing
1703_anusua_basuclassful addressing_IP_Addressing
 

More from Kishore Kumar

Switching Types
Switching TypesSwitching Types
Switching Types
Kishore Kumar
 
Route Authentication
Route AuthenticationRoute Authentication
Route Authentication
Kishore Kumar
 
Recognizing security threats
Recognizing security threatsRecognizing security threats
Recognizing security threats
Kishore Kumar
 
Ccna simulation exam practice guide
Ccna simulation exam practice guideCcna simulation exam practice guide
Ccna simulation exam practice guide
Kishore Kumar
 
RIP Update Timers
RIP Update TimersRIP Update Timers
RIP Update Timers
Kishore Kumar
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
Kishore Kumar
 
OSPF 3
OSPF 3OSPF 3
OSPF 2
OSPF 2OSPF 2
Frame Relay
Frame RelayFrame Relay
Frame Relay
Kishore Kumar
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
Kishore Kumar
 
Multi Static Routng & Default Routing
Multi Static Routng & Default RoutingMulti Static Routng & Default Routing
Multi Static Routng & Default Routing
Kishore Kumar
 
OSI Layers
OSI LayersOSI Layers
OSI Layers
Kishore Kumar
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
Kishore Kumar
 
OSPF 3
OSPF 3OSPF 3
Integrated Service Digital Network
Integrated Service Digital NetworkIntegrated Service Digital Network
Integrated Service Digital Network
Kishore Kumar
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of Router
Kishore Kumar
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
Kishore Kumar
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
Kishore Kumar
 
Rip Update Timers
Rip Update TimersRip Update Timers
Rip Update Timers
Kishore Kumar
 
Switching 2
Switching 2Switching 2
Switching 2
Kishore Kumar
 

More from Kishore Kumar (20)

Switching Types
Switching TypesSwitching Types
Switching Types
 
Route Authentication
Route AuthenticationRoute Authentication
Route Authentication
 
Recognizing security threats
Recognizing security threatsRecognizing security threats
Recognizing security threats
 
Ccna simulation exam practice guide
Ccna simulation exam practice guideCcna simulation exam practice guide
Ccna simulation exam practice guide
 
RIP Update Timers
RIP Update TimersRIP Update Timers
RIP Update Timers
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 
OSPF 3
OSPF 3OSPF 3
OSPF 3
 
OSPF 2
OSPF 2OSPF 2
OSPF 2
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
 
Multi Static Routng & Default Routing
Multi Static Routng & Default RoutingMulti Static Routng & Default Routing
Multi Static Routng & Default Routing
 
OSI Layers
OSI LayersOSI Layers
OSI Layers
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 
OSPF 3
OSPF 3OSPF 3
OSPF 3
 
Integrated Service Digital Network
Integrated Service Digital NetworkIntegrated Service Digital Network
Integrated Service Digital Network
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of Router
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 
Rip Update Timers
Rip Update TimersRip Update Timers
Rip Update Timers
 
Switching 2
Switching 2Switching 2
Switching 2
 

Recently uploaded

Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
HajraNaeem15
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
Himanshu Rai
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
siemaillard
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 

Recently uploaded (20)

Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 

IP Addressing

  • 1. 1
  • 2. IP Addressing • IP Addressing is Logical Addressing • It works on Network Layer (Layer 3) • Two Versions of Addressing Scheme • IP version 4 – 32 bit addressing • IP version 6 – 128 bit addressing 2
  • 3. IP version 4 Bit is a value that will represent 0’s or 1’s (i.e. Binary) 01010101000001011011111100000001 • 32 bits are divided into 4 Octets known as Dotted Decimal Notation First Octet Second Octet Third Octet Forth Octet 01010101. 00000101. 10111111. 00000001 3
  • 4. IP version 6 • 128-bit address is divided along 16-bit boundaries, and each 16-bit block is converted to a 4-digit hexadecimal number and separated by colons (Colon-Hex Notation) FEDC:BA98:7654:3210:FEDC:BA98:7654:3210 4
  • 5. Binary to Decimal Conversion Taking Example for First Octet : Total 8 bits, Value will be 0’s and 1’s i.e. 28 = 256 combination 2 7 2 6 25 24 2 3 2 2 21 2 0 0 0 0 0 0 0 0 0 = 0 0 0 0 0 0 0 0 1 = 1 Total IP Address Range 0 0 0 0 0 0 1 0 = 2 Total IP Address Range 0 0 0 0 0 0 1 1 = 3 0 .. 0 .. 0 .. 0 0 0 0 0 0 0 0 0 0 1 0 0 = 4 to to 255.255.255.255 255.255.255.255 1 1 1 1 1 1 1 1 = 255 5
  • 6. IP Address Classes • Total IP Addressing Scheme is divided into 5 Classes • CLASS A • CLASS B LAN & WAN • CLASS C • CLASS D Multicasting • CLASS E Research & Development 6
  • 7. Priority Bit Concept • To identify the range of each class a bit called priority bit is used. • Priority Bit is the left most bits in the First Octet • CLASS A priority bit is 0 • CLASS B priority bit is 10 • CLASS C priority bit is 110 • CLASS D priority bit is 1110 • CLASS E priority bit is 1111 7
  • 8. CLASS A Range For Class A range : First bit of the first octet should be reserved for the priority bit. 0xxxxxxx. xxxxxxxx. xxxxxxxx. xxxxxxxx 27 0 0 0 0 0 26 0 0 0 0 0 25 0 0 0 0 0 24 0 0 0 0 0 23 0 0 0 0 0 22 0 0 0 0 1 21 0 0 1 1 0 20 0 1 0 1 0 = = = = = 0 1 1 1 1 1 1 1 = 127 0 1 2 3 4 Class A Range Class A Range 0 0 0 0 to 0 .. 0 .. 0 .. 0 to 127.255.255.255 127.255.255.255 Exception Exception 0.X.X.X and 127.X.X.X 0.X.X.X and 127.X.X.X network are reserved network are reserved 8
  • 9. CLASS B Range For Class B range : First two bits of the first octet should be reserved for the priority bit. 10xxxxxx. xxxxxxxx. xxxxxxxx. xxxxxxxx 27 1 1 1 1 1 26 0 0 0 0 0 25 0 0 0 0 0 24 0 0 0 0 0 23 0 0 0 0 0 22 0 0 0 0 1 21 0 0 1 1 0 20 0 1 0 1 0 = = = = = 1 0 1 1 1 1 1 1 = 191 128 129 130 131 132 Class B Range Class B Range 128. 0 0 0 128. 0 .. 0 .. 0 to to 191.255.255.255 191.255.255.255 9
  • 10. CLASS C Range For Class C range : First Three bits of the first octet should be reserved for the priority bit. 110xxxxx. xxxxxxxx. xxxxxxxx. xxxxxxxx 27 1 1 1 1 1 26 1 1 1 1 1 25 0 0 0 0 0 24 0 0 0 0 0 23 0 0 0 0 0 22 0 0 0 0 1 21 0 0 1 1 0 20 0 1 0 1 0 = = = = = 1 1 0 1 1 1 1 1 = 223 192 193 194 195 196 Class C Range Class C Range 192. 0 0 0 192. 0 .. 0 .. 0 to to 223.255.255.255 223.255.255.255 10
  • 11. CLASS D Range For Class D range : First four bits of the first octet should be reserved for the priority bit. 1110xxxx. xxxxxxxx. xxxxxxxx. xxxxxxxx 27 1 1 1 1 1 26 1 1 1 1 1 25 1 1 1 1 1 24 0 0 0 0 0 23 0 0 0 0 0 22 0 0 0 0 1 21 0 0 1 1 0 20 0 1 0 1 0 = = = = = 1 1 1 0 1 1 1 1 = 239 224 225 226 227 228 Class D Range Class D Range 224. 0 0 0 224. 0 .. 0 .. 0 to to 239.255.255.255 239.255.255.255 11
  • 12. CLASS E Range For Class E range : First four bits of the first octet should be reserved for the priority bit. 1111xxxx. xxxxxxxx. xxxxxxxx. xxxxxxxx 27 1 1 1 1 1 26 1 1 1 1 1 25 1 1 1 1 1 24 1 1 1 1 1 23 0 0 0 0 0 22 0 0 0 0 1 1 1 1 1 1 1 21 0 0 1 1 0 1 20 0 1 0 1 0 1 = = = = = 240 241 242 243 244 Class E Range Class E Range 240. 0 0 0 240. 0 .. 0 .. 0 to to 255.255.255.255 255.255.255.255 = 255 12
  • 13. Octet Format • IP address is divided into Network & Host Portion • CLASS A is written as N.H.H.H • CLASS B is written as N.N.H.H • CLASS C is written as N.N.N.H 13
  • 14. CLASS A – No. Networks & Host • Class A Octet Format is N.H.H.H • Network bits : 8 • No. = = = = • No. = = = Host bits : 24 of Networks 28-1 (-1 is Priority Bit for Class A) 27 CLASS A 128 – 2 (-2 is for 0 & 127 Network) CLASS A 126 Networks 126 Networks 126 Networks & & 16777214 Hosts/Nw of Host 16777214 Hosts/Nw 224 – 2 (-2 is for Network ID & Broadcast ID) 16777216 - 2 16777214 Hosts/Network 14
  • 15. CLASS B – No. Networks & Host • Class B Octet Format is N.N.H.H • Network bits : 16 Host bits : 16 • No. = = = of Networks 216-2 (-2 is Priority Bit for Class B) 214 CLASS B CLASS B 16384 Networks • No. = = = & & of Host 65534 Hosts/Nw 216 – 2 (-2 is for Network ID & 65534 Hosts/Nw Broadcast ID) 65536 - 2 65534 Hosts/Network 16384 Networks 16384 Networks 15
  • 16. CLASS C – No. Networks & Host • Class C Octet Format is N.N.N.H • Network bits : 24 Host bits : 8 • No. = = = of Networks 224-3 (-3 is Priority Bit for Class C) 221 CLASS C CLASS C 2097152 Networks • No. = = = & & of Host 254 Hosts/Nw 28 – 2 (-2 is for Network ID & Broadcast ID) 254 Hosts/Nw 256 - 2 254 Hosts/Network 2097152 Networks 2097152 Networks 16
  • 17. Network & Broadcast Address • The network address is represented with all bits as ZERO in the host portion of the address • The broadcast address is represented with all bits as ONES in the host portion of the address • Valid IP Addresses lie between the Network Address and the Broadcast Address. • Only Valid IP Addresses are assigned to hosts/clients 17
  • 18. Example - Class A Class A : N.H.H.H Network Address : 0xxxxxxx.00000000.00000000.00000000 Broadcast Address : 0xxxxxxx.11111111.11111111.11111111 Class A Class A 10.0.0.0 10.0.0.0 10.0.0.1 10.0.0.1 10.0.0.2 10.0.0.2 10.0.0.3 10.0.0.3 10.255.255.254 10.255.255.254 10.255.255.255 10.255.255.255 Network Address Valid IP Addresses Broadcast Address 18
  • 19. Example - Class B Class B : N.N.H.H Network Address : 10xxxxxx.xxxxxxxx.00000000.00000000 Broadcast Address : 10xxxxxx.xxxxxxxx.11111111.11111111 Class B Class B 172.16.0.0 172.16.0.0 172.16.0.1 172.16.0.1 172.16.0.2 172.16.0.2 172.16.0.3 172.16.0.3 172.16.255.254 172.16.255.254 172.16.255.255 172.16.255.255 Network Address Valid IP Addresses Broadcast Address 19
  • 20. Example - Class C Class C : N.N.N.H Network Address : 110xxxxx.xxxxxxxx.xxxxxxxx.00000000 Broadcast Address : 110xxxxx.xxxxxxxx.xxxxxxxx.11111111 Class C Class C 192.168.1.0 192.168.1.0 192.168.1.1 192.168.1.1 192.168.1.2 192.168.1.2 192.168.1.3 192.168.1.3 192.168.1.254 192.168.1.254 192.168.1.255 192.168.1.255 Network Address Valid IP Addresses Broadcast Address 20
  • 21. Private IP Address • There are certain addresses in each class of IP address that are reserved for LAN. These addresses are called private addresses. • They can be used for: home & office networks, networks not connected to Internet. Class A Class A 10.0.0.0 to 10.255.255.255 10.0.0.0 to 10.255.255.255 Class B Class B 172.16.0.0 to 172.31.255.255 172.16.0.0 to 172.31.255.255 Class C Class C 192.168.0.0 to 192.168.255.255 192.168.0.0 to 192.168.255.255 21
  • 22. Subnet Mask • Subnet Mask differentiates Network portion and Host Portion • Subnet Mask is been given for host Identification of Network ID • Represented with all 1’s in the network portion and with all 0’s in the host portion. 22
  • 23. Subnet Mask - Examples Class A : N.H.H.H 11111111.00000000.00000000.00000000 Default Subnet Mask for Class A is 255.0.0.0 Class B : N.N.H.H 11111111.11111111.00000000.00000000 Default Subnet Mask for Class B is 255.255.0.0 Class C : N.N.N.H 11111111.11111111.11111111.00000000 Default Subnet Mask for Class C is 255.255.255.0 23
  • 24. How Subnet Mask Works ? IP Address : Subnet Mask : 192.168.1.1 255.255.255.0 ANDING PROCESS : 192.168.1.1 = 11000000.10101000.00000001.00000001 AND TABLE AND TABLE 255.255.255.0 = 11111111.11111111.11111111.00000000 A B C ======================================= A B C 192.168.1.0 = 11000000.10101000.00000001.00000000 0 0 0 0 0 0 ======================================= 0 1 0 0 1 0 1 0 1 0are 1.0 0 The output of an AND table is 1 if both its inputs 1 1 1 1 1 For all other possible inputs the output is1 0. 24
  • 25. Subnetting • Dividing a Single Network into Multiple Networks. • Converting Host bits to Network Bits i.e. Converting 0’s into 1’s • Subnetting is also called as FLSM (Fixed Length Subnet Mask) • Subnetting can be done in three ways. – Requirement of Networks – Requirement of Hosts – Cisco / Notation 25
  • 26. Scenario ZOOM Technologies is having 100 PC • Which Class is preffered for the network ? Answer : Class C. • In ZOOM Technologies we have Five Departments with 20 Pcs each ZOOM Technologies – 192.168.1.0/24 – – – – – MCSE CISCO FIREWALL SOLARIS TRAINING 192.168.1.1 192.168.1.21 192.168.1.41 192.168.1.61 192.168.1.81 to to to to to 192.168.1.20 192.168.1.40 192.168.1.60 192.168.1.80 192.168.1.100 26
  • 27. Scenario (…continued) • Administrator’s Requirement : Inter-department communication should not be possible ? Solution. Allocate a different Network to each Department i.e. – MCSE 192.168.1.1 to 192.168.1.20 – CISCO 192.168.2.1 to 192.168.2.20 – FIREWALL 192.168.3.1 to 192.168.3.20 – SOLARIS 192.168.4.1 to 192.168.4.20 – TRAINING 192.168.5.1 to 192.168.5.20 • In the above Scenario inter-department communication is not possible. 27
  • 28. Main Aim of Subnetting Problem with the previous Scenario is :• Loss of bandwidth as the broadcasting is done for 254 machines rather than for 20 machines. • Wastage of IP addresses (Approximately 1000) • No Security 28
  • 29. Power table POWER TABLE POWER TABLE 21 = 2 29 = 512 217 = 131072 225 = 33554432 22 = 4 210 = 1024 218 = 262144 226 = 67108864 23 = 8 211 = 2048 219 = 524288 227 = 134217728 24 = 16 212 = 4096 220 = 1048576 228 = 268435456 25 = 32 213 = 8192 221 = 2097152 229 = 536870912 26 = 64 214 = 16384 222 = 4194304 230 = 1073741824 27 = 128 215 = 32768 223 = 8388608 231 = 2147483648 28 = 256 216 = 65536 224 = 16777216 232 = 4294967296 29
  • 30. Some Important Values VALUES IN SUBNET MASK VALUES IN SUBNET MASK Bit Bit Value Value Mask Mask 1 1 128 128 10000000 10000000 2 2 192 192 11000000 11000000 3 3 224 224 11100000 11100000 4 4 240 240 11110000 11110000 5 5 248 248 11111000 11111000 6 6 252 252 11111100 11111100 7 7 254 254 11111110 11111110 8 8 255 255 11111111 11111111 30
  • 31. Requirement of Networks is 5 ? Example – 1 Class C : N.N.N.H 110xxxxx.xxxxxxxx.xxxxxxxx.xxxxxxxx Class C : 192.168.1.0 • No. = = = = • No. = = = = of Subnet 2n – 2 ≥ Req. of Subnet 23 – 2 ≥ 5 (-2 is for First & Last Subnet Range) 8–2 6 Subnet of Host 2h – 2 (-2 is for Network ID & Broadcast ID) 25 – 2 32 – 2 30 Hosts/Subnet 31 HELP
  • 32. Example – 1 (Continued…) • Customize Subnet Mask = Bits to Network Bits If you convert 3 Host If you convert 3 Host Bits to Network Bits 255. 255. 224 6 Subnet & 30 Hosts/Subnet Subnet & 255. 30 Hosts/Subnet 6 1 2 8 6 4 3 2 11111111 11111111 11111111 11100000 Customize Subnet Mask . . . Customize Subnet Mask 255.255.255.224 255.255.255.224 • Range of Networks Network ID Broadcast ID Subnet Range Subnet Range 192.168.1.31 x 192.168.1.0 192.168.1.32 to 192.168.1.63  MCSE to 192.168.1.63  MCSE 192.168.1.32 .. 192.168.1.32 192.168.1.63 192.168.1.64 to 192.168.1.95  CISCO to 192.168.1.95  CISCO 192.168.1.64 .. 192.168.1.64 192.168.1.95 192.168.1.96 to 192.168.1.127  FIREWALL to 192.168.1.127  FIREWALL 192.168.1.96 192.168.1.96 192.168.1.127 192.168.1.128 to 192.168.1.159  SOLARIS Valid Subnets 192.168.1.128 to 192.168.1.159  SOLARIS 192.168.1.128 192.168.1.159 192.168.1.160 to 192.168.1.191  TRAINING to 192.168.1.191  TRAINING 192.168.1.160 192.168.1.160 192.168.1.191 192.168.1.192 to 192.168.1.223  Future Use to 192.168.1.223  Future Use 192.168.1.192 192.168.1.192 192.168.1.223 192.168.1.224 192.168.1.255 x 32
  • 33. Requirement of Networks is 14 ? Example – 2 Class C : N.N.N.H 110xxxxx.xxxxxxxx.xxxxxxxx.xxxxxxxx Class C : 192.168.1.0 • No. = = = = of Subnet 2n – 2 ≥ Req. of Subnet 24 – 2 ≥ 14 (-2 is for First & Last Subnet Range) 16 – 2 14 Subnet • No. = = = = of Host 2h – 2 (-2 is for Network ID & Broadcast ID) 24 – 2 16 - 2 14 Hosts/Subnet 33 HELP
  • 34. Example – 2 (Continued…) • Customize Subnet Mask = Bits to Network Bits If you convert 4 Host If you convert 4 Host Bits to Network Bits 255. 255. 240 14 Subnet & 255.Hosts/Subnet Subnet & 14 Hosts/Subnet 14 14 1 2 8 6 4 3 2 1 6 11111111 11111111 11111111 11110000 Customize Subnet Mask . . . Customize Subnet Mask 255.255.255.240 255.255.255.240 • Range of Networks Network ID Broadcast ID Subnet Range Subnet Range – 192.168.1.15 x 192.168.1.0 192.168.1.16 to 192.168.1.31 192.168.1.16 to 192.168.1.31 192.168.1.16 – 192.168.1.31 192.168.1.32 to 192.168.1.47 192.168.1.32 to 192.168.1.47 192.168.1.32 – 192.168.1.47 192.168.1.48 to 192.168.1.63 192.168.1.48 to 192.168.1.63 192.168.1.48 – 192.168.1.63 192.168.1.64 to 192.168.1.80 192.168.1.64 to 192.168.1.80Valid Subnets 192.168.1.224 – 192.168.1.239 192.168.1.224 to 192.168.1.239 192.168.1.224 to 192.168.1.239 192.168.1.240 – 192.168.1.255 x 34
  • 35. 35