ๅฐŠๆ•ฌ็š„ ๅพฎไฟกๆฑ‡็Ž‡๏ผš1ๅ†† โ‰ˆ 0.046166 ๅ…ƒ ๆ”ฏไป˜ๅฎๆฑ‡็Ž‡๏ผš1ๅ†† โ‰ˆ 0.046257ๅ…ƒ [้€€ๅ‡บ็™ปๅฝ•]
SlideShare a Scribd company logo
IP Addressing
IP Address
โ€ข A Unique, 32-bit address used by computers to
  communicate over a computer network


                    Types of IP Address




               Static                Dynamic
Classful IP Addressing - I
โ€ข IP address structure consists of two addresses, Network
  and Host
โ€ข IP address is divided into five classes
Classful IP Addressing - II
            Byte 1       Byte 2       Byte 3             Byte 4

Class A   Network ID                 Host ID


Class B         Network ID                     Host ID


Class C                Network ID                    Host ID


Class D                   Multicast Address


Class E                Reserved for future use
Examples of Classful Addressing
โ€ข   14.23.120.8 - The first byte of the address
    represents 14 which lies between 0 and 126,
    hence Class A address.
โ€ข   134.11.78.56 - The first byte of address is
    134 which lies between 128 and 191 hence
    the address belongs to Class B.
โ€ข   193.14.56.22 - As first byte is 193 which is
    between 192 and 223, hence the address
    belongs to Class C.
Unicast, Multicast and Broadcast
              Addresses
โ€ข Used to achieve communication on the Internet
โ€ข Unicast address uniquely identifies a host in a network
  and belongs to class A, B and C
โ€ข Multicast address defines an address for a group and
  belongs to class D
โ€ข A system on a multicast network can have more than
  one class D multicast address
โ€ข Broadcast address allows user to send data packet to all
  machines on a given network and is last address of that
  network
Guidelines for using an IP Address
โ€ข All hosts located on same physical network segment must
  have same network address.
โ€ข A unique host ID of the IP address must be allotted for each
  host on the network segment.
โ€ข A network ID that starts with its first byte indicating 127
  should not be used, as this value is reserved for loop back
  functions.
โ€ข A network ID having all 1s in its host address field cannot be
  used, as this represents a broadcast address for the local
  network.
โ€ข A network ID having all 0s in the network address field cannot
  be used for communication over Internet as this address
  represents the default network address.
IP Subnetting
โ€ข Allows you to divide a network into smaller sub-networks
โ€ข Each subnet has its own sub-network address
โ€ข Subnet can be created within Class A, B, or C based
  networks
Subnet Mask
โ€ข Specifies part of IP address used to identify a
  subnetwork.
โ€ข Subnet mask when logically ANDed with IP address
  provides 32-bit network address


                       Subnet Mask


                          AND
          IP Address    Operation    Network Address
Default Mask
โ€ข Has predetermined number of 1s
โ€ข Class A, B and C contains 1s in network ID fields for
  default subnet mask

 Address                  Default Mask
  Class                    (in Binary)
  Class A     11111111.00000000.00000000.00000000
  Class B     11111111.11111111.00000000.00000000
  Class C     11111111.11111111.11111111.00000000
Classless IP Addressing
โ€ข Ruled out fixed size network address
โ€ข Network address can vary from 0-bit to 31-bit
โ€ข Uses Classless Inter-Domain Routing (CIDR) addressing
  scheme
โ€ข CIDR address notation:


              154.201.179.42/18
                                       First 18 bits represent
                                       network ID
                  IP address
Variable Length Subnet Mask (VLSM)
โ€ข Used by CIDR to allocate IP addresses to subnets
  depending up on the requirement
โ€ข Allows network administrator to create variable size
  subnets within a network
โ€ข Employs two different subnet masks at router which are
  ANDed one after another to the address
Example of VLSM - I
โ€ข For example, if an organization is given a Class C
  address and the organization needs to have five
  subnets VLSM employs two subnet masks.
โ€ข If the IP address is 201.70.64.0, consider the first
  subnet mask with 26 1s that is 255.255.255.192 or in
  binary format
  1111111.11111111.11111111.11000000
  which provides four subnets having 64 addresses in
  each subnet.
Example of VLSM - II
โ€ข Further, one of the subnet having 64 host addresses
  is divided in two subnet having 32 hosts addresses by
  applying a mask of 27 1s that is 255.255.255.224 or
  11111111.11111111.11111111.11100000
  to one of the subnet from the four subnets. Refer to
  the figure in next slide.
Example of VLSM - III

               201.70.64.0 โ€“ 201.70.64.63


               201.70.64.64โ€“ 201.70.64.127


               201.70.64.128 โ€“ 201.70.64.191




                               201.70.64.192 โ€“ 201.70.64.223


                               201.70.64.224 โ€“ 201.70.64.254
Special Addresses
โ€ข IP addresses which are never used on the public Internet


                                Types of Special
                                    Address




                                  Loop-back        Link-Local
              Private Address
                                   Address          Address
IPv6
โ€ข Latest version of IP addressing over IPv4
โ€ข Implements 128-bit network in contrast to 32-bit IP
  address used by IPv4
โ€ข Address notation consists of 32 hexadecimal digits with
  every 4 digits separated by a colon
Ping, Tracert and Path Ping
โ€ข Utility tools used for keeping track about hosts on the
  network and network structure
โ€ข Ping (Packet Internet Groper) โ€“ Used by computer
  network to test whether intended host is reachable
  across IP network
โ€ข Tracert โ€“ Used by Windows operating system to increase
  time-to-live (TTL) value of data packets sent
โ€ข Pathping โ€“ Provides useful information about network
  errors, network latency and network loss at hops
  between source and destination address
Host Addressing In Mobile IP - I
โ€ข Host cannot carry IP address from one network to
  another
โ€ข IP address is valid only when the host is connected to a
  particular network
โ€ข When a host moves from one network to another it
  requires IP addressing structure to be modified
โ€ข To maintain network connectivity of host within new
  network:
   โ€“ Change IP address from one network to another
   โ€“ Use two IP addresses
Host Addressing In Mobile IP - II
โ€ข To maintain network connectivity of host within new
  network:
   โ€“ Change IP address from one network to another - Provides
     network connectivity for mobile host when it travels from
     one network to another by changing IP address of mobile
     host
   โ€“ Use two IP addresses - Host uses home address when it is
     in permanent home network and uses care-of-address
     when it moves to foreign network
Agents in Mobile IP - I
โ€ข Mobile IP includes two
  agents to make address
                                     Agents
  changes invisible to the
  rest of the Internet




                             Home             Foreign
                             Agent            Agent
Agents in Mobile IP - II
โ€ข Home agent
    โ€“ Involves a routing device attached to home network of
      mobile host
    โ€“ Transmitting data packet from host to mobile host

               Packet
                        Home          Foreign         Mobile
        Host
                        Agent          Agent           Host

๏ฎ   Foreign agent
    ๏ฑ   Usually a router that is attached to foreign network
    ๏ฑ   Receives packet sent by home agent and delivers
        these packets to mobile host
Phases in Mobile IP
โ€ข While communicating with a remote host, a mobile host
  has to undergo three phases
Inefficiency in Mobile IP
โ€ข Mobile IP sometime may provide with inefficient
  communication which can be either severe or
  moderate.
โ€ข Inefficiency may be caused due to:
   โ€“ Double Crossing
   โ€“ Triangle Routing

More Related Content

What's hot

IPv4
IPv4IPv4
IPv4
Dhiraj Mishra
ย 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
TheGodfather HA
ย 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPT
Pijush Kanti Das
ย 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
Rishav Bhurtel
ย 
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
ย 
IP address
IP addressIP address
IP address
luckychauhan33
ย 
Ip Addressing
Ip AddressingIp Addressing
Ip Addressing
vssnsarma
ย 
IP classes
IP classesIP classes
IP classes
Meenakshi Paul
ย 
Subnetting
SubnettingSubnetting
Subnetting
Fatima Qayyum
ย 
IPV6 ADDRESS
IPV6 ADDRESSIPV6 ADDRESS
IPV6 ADDRESS
Jothi Lakshmi
ย 
IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6
Adeel Rasheed
ย 
Ip address presentation
Ip address presentationIp address presentation
Ip address presentation
muhammad amir
ย 
Ipv4 vs Ipv6 comparison
Ipv4 vs Ipv6 comparisonIpv4 vs Ipv6 comparison
Ipv4 vs Ipv6 comparison
Shailesh Pachori
ย 
IP addressing seminar ppt
IP addressing seminar pptIP addressing seminar ppt
IP addressing seminar ppt
Smriti Rastogi
ย 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
rahul kundu
ย 
What is Ping
What is PingWhat is Ping
What is Ping
Disha Dudhal
ย 
TCP IP Addressing
TCP IP AddressingTCP IP Addressing
TCP IP Addressing
Ritul Sonania
ย 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
AIRTEL
ย 
Sub Netting
Sub NettingSub Netting
Sub Netting
Lilesh Pathe
ย 
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
Muuluu
ย 

What's hot (20)

IPv4
IPv4IPv4
IPv4
ย 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
ย 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPT
ย 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
ย 
IP NETWORKING AND IP SUBNET MASKING
IP NETWORKING AND IP SUBNET MASKING IP NETWORKING AND IP SUBNET MASKING
IP NETWORKING AND IP SUBNET MASKING
ย 
IP address
IP addressIP address
IP address
ย 
Ip Addressing
Ip AddressingIp Addressing
Ip Addressing
ย 
IP classes
IP classesIP classes
IP classes
ย 
Subnetting
SubnettingSubnetting
Subnetting
ย 
IPV6 ADDRESS
IPV6 ADDRESSIPV6 ADDRESS
IPV6 ADDRESS
ย 
IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6
ย 
Ip address presentation
Ip address presentationIp address presentation
Ip address presentation
ย 
Ipv4 vs Ipv6 comparison
Ipv4 vs Ipv6 comparisonIpv4 vs Ipv6 comparison
Ipv4 vs Ipv6 comparison
ย 
IP addressing seminar ppt
IP addressing seminar pptIP addressing seminar ppt
IP addressing seminar ppt
ย 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
ย 
What is Ping
What is PingWhat is Ping
What is Ping
ย 
TCP IP Addressing
TCP IP AddressingTCP IP Addressing
TCP IP Addressing
ย 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
ย 
Sub Netting
Sub NettingSub Netting
Sub Netting
ย 
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
ย 

Viewers also liked

Ip address
Ip addressIp address
Ip address
Amandeep Kaur
ย 
iP Address ,
 iP Address , iP Address ,
iP Address ,
Er Bhagat Sharma
ย 
IP adress and routing(networking)
IP adress and routing(networking)IP adress and routing(networking)
IP adress and routing(networking)
welcometofacebook
ย 
Types of ip address classes
Types of ip address classesTypes of ip address classes
Types of ip address classes
greatbury
ย 
The history of social networks: how it all began
The history of social networks: how it all beganThe history of social networks: how it all began
The history of social networks: how it all began
Jailson Lima
ย 
A Brief History Of Social Media
A Brief History Of Social MediaA Brief History Of Social Media
A Brief History Of Social Media
Connie Piggott
ย 
Social networking
Social networkingSocial networking
Social networking
Mohit Khurana
ย 
Div tag presentation
Div tag presentationDiv tag presentation
Div tag presentation
alyssa_lum11
ย 
History of Social Media
History of Social MediaHistory of Social Media
History of Social Media
Bob Crawshaw
ย 
10 things that make a good music video
10 things that make a good music video10 things that make a good music video
10 things that make a good music video
09hamiltonkia
ย 
Css.html
Css.htmlCss.html
Css.html
Anaghabalakrishnan
ย 
Span and Div tags in HTML
Span and Div tags in HTMLSpan and Div tags in HTML
Span and Div tags in HTML
Biswadip Goswami
ย 
Html & Css presentation
Html  & Css presentation Html  & Css presentation
Html & Css presentation
joilrahat
ย 
Brief history of social media
Brief history of social mediaBrief history of social media
Brief history of social media
Kent State University
ย 
Digital Storytelling
Digital StorytellingDigital Storytelling
Digital Storytelling
Jennifer Dorman
ย 
Introduction to photoshop
Introduction to photoshopIntroduction to photoshop
Introduction to photoshop
Reymart Canuel
ย 
Presentation on Adobe Photoshop
Presentation on Adobe PhotoshopPresentation on Adobe Photoshop
Presentation on Adobe Photoshop
Mohak Jain
ย 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
Ferdous Mahmud Shaon
ย 
Network topology.ppt
Network topology.pptNetwork topology.ppt
Network topology.ppt
Siddique Ibrahim
ย 

Viewers also liked (19)

Ip address
Ip addressIp address
Ip address
ย 
iP Address ,
 iP Address , iP Address ,
iP Address ,
ย 
IP adress and routing(networking)
IP adress and routing(networking)IP adress and routing(networking)
IP adress and routing(networking)
ย 
Types of ip address classes
Types of ip address classesTypes of ip address classes
Types of ip address classes
ย 
The history of social networks: how it all began
The history of social networks: how it all beganThe history of social networks: how it all began
The history of social networks: how it all began
ย 
A Brief History Of Social Media
A Brief History Of Social MediaA Brief History Of Social Media
A Brief History Of Social Media
ย 
Social networking
Social networkingSocial networking
Social networking
ย 
Div tag presentation
Div tag presentationDiv tag presentation
Div tag presentation
ย 
History of Social Media
History of Social MediaHistory of Social Media
History of Social Media
ย 
10 things that make a good music video
10 things that make a good music video10 things that make a good music video
10 things that make a good music video
ย 
Css.html
Css.htmlCss.html
Css.html
ย 
Span and Div tags in HTML
Span and Div tags in HTMLSpan and Div tags in HTML
Span and Div tags in HTML
ย 
Html & Css presentation
Html  & Css presentation Html  & Css presentation
Html & Css presentation
ย 
Brief history of social media
Brief history of social mediaBrief history of social media
Brief history of social media
ย 
Digital Storytelling
Digital StorytellingDigital Storytelling
Digital Storytelling
ย 
Introduction to photoshop
Introduction to photoshopIntroduction to photoshop
Introduction to photoshop
ย 
Presentation on Adobe Photoshop
Presentation on Adobe PhotoshopPresentation on Adobe Photoshop
Presentation on Adobe Photoshop
ย 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
ย 
Network topology.ppt
Network topology.pptNetwork topology.ppt
Network topology.ppt
ย 

Similar to Ip addressing

Week10 lec1
Week10 lec1Week10 lec1
Week10 lec1
syedhaiderraza
ย 
lecture 6.pptx
lecture 6.pptxlecture 6.pptx
lecture 6.pptx
MelkamuEndale1
ย 
Networking Chapter 7
Networking Chapter 7Networking Chapter 7
Networking Chapter 7
mlrbrown
ย 
Reserved ip addresses
Reserved ip addressesReserved ip addresses
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
aakritii765
ย 
Ip addressing upload
Ip addressing uploadIp addressing upload
Ip addressing upload
Debasis Dwibedy
ย 
chsadsadasdasdasdasdsadsadsadsadsadasda10.ppt
chsadsadasdasdasdasdsadsadsadsadsadasda10.pptchsadsadasdasdasdasdsadsadsadsadsadasda10.ppt
chsadsadasdasdasdasdsadsadsadsadsadasda10.ppt
ssuserde23af
ย 
Ip address
Ip addressIp address
Ip address
MS Jhalani
ย 
Internet protocol (ip)
Internet protocol (ip)Internet protocol (ip)
Internet protocol (ip)
junnubabu
ย 
NDC Chapter 1.pptx for all this is veriy importan pwor point for all students
NDC Chapter 1.pptx for all this is veriy importan pwor point for all studentsNDC Chapter 1.pptx for all this is veriy importan pwor point for all students
NDC Chapter 1.pptx for all this is veriy importan pwor point for all students
adisuadmasu42
ย 
NDC Chapter 1.pptx for all this is veriy importan pwor point for all students
NDC Chapter 1.pptx for all this is veriy importan pwor point for all studentsNDC Chapter 1.pptx for all this is veriy importan pwor point for all students
NDC Chapter 1.pptx for all this is veriy importan pwor point for all students
adisuadmasu42
ย 
CCN CEP.pptx
CCN CEP.pptxCCN CEP.pptx
CCN CEP.pptx
NOOR69810
ย 
chapter 5 (1).ppt
chapter 5 (1).pptchapter 5 (1).ppt
chapter 5 (1).ppt
shucaybcabdi
ย 
Ip address and subnet masking final
Ip address and subnet masking finalIp address and subnet masking final
Ip address and subnet masking final
NeerajBhardwaj57
ย 
Topic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpipTopic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpip
Atika Zaimi
ย 
08 - IP Subnetting.ppt
08 - IP Subnetting.ppt08 - IP Subnetting.ppt
08 - IP Subnetting.ppt
ssuserf7cd2b
ย 
Ray ipv4 addresses
Ray   ipv4 addressesRay   ipv4 addresses
Ray ipv4 addresses
Raynolds Mangena
ย 
Internet Protocol (IP) And Different Networking Devices.
Internet Protocol (IP) And Different Networking Devices.Internet Protocol (IP) And Different Networking Devices.
Internet Protocol (IP) And Different Networking Devices.
Clinton Dsouza
ย 
Network layer logical addressing
Network layer logical addressingNetwork layer logical addressing
Network layer logical addressing
Sri Manakula Vinayagar Engineering College
ย 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)
cuetcse
ย 

Similar to Ip addressing (20)

Week10 lec1
Week10 lec1Week10 lec1
Week10 lec1
ย 
lecture 6.pptx
lecture 6.pptxlecture 6.pptx
lecture 6.pptx
ย 
Networking Chapter 7
Networking Chapter 7Networking Chapter 7
Networking Chapter 7
ย 
Reserved ip addresses
Reserved ip addressesReserved ip addresses
Reserved ip addresses
ย 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
ย 
Ip addressing upload
Ip addressing uploadIp addressing upload
Ip addressing upload
ย 
chsadsadasdasdasdasdsadsadsadsadsadasda10.ppt
chsadsadasdasdasdasdsadsadsadsadsadasda10.pptchsadsadasdasdasdasdsadsadsadsadsadasda10.ppt
chsadsadasdasdasdasdsadsadsadsadsadasda10.ppt
ย 
Ip address
Ip addressIp address
Ip address
ย 
Internet protocol (ip)
Internet protocol (ip)Internet protocol (ip)
Internet protocol (ip)
ย 
NDC Chapter 1.pptx for all this is veriy importan pwor point for all students
NDC Chapter 1.pptx for all this is veriy importan pwor point for all studentsNDC Chapter 1.pptx for all this is veriy importan pwor point for all students
NDC Chapter 1.pptx for all this is veriy importan pwor point for all students
ย 
NDC Chapter 1.pptx for all this is veriy importan pwor point for all students
NDC Chapter 1.pptx for all this is veriy importan pwor point for all studentsNDC Chapter 1.pptx for all this is veriy importan pwor point for all students
NDC Chapter 1.pptx for all this is veriy importan pwor point for all students
ย 
CCN CEP.pptx
CCN CEP.pptxCCN CEP.pptx
CCN CEP.pptx
ย 
chapter 5 (1).ppt
chapter 5 (1).pptchapter 5 (1).ppt
chapter 5 (1).ppt
ย 
Ip address and subnet masking final
Ip address and subnet masking finalIp address and subnet masking final
Ip address and subnet masking final
ย 
Topic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpipTopic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpip
ย 
08 - IP Subnetting.ppt
08 - IP Subnetting.ppt08 - IP Subnetting.ppt
08 - IP Subnetting.ppt
ย 
Ray ipv4 addresses
Ray   ipv4 addressesRay   ipv4 addresses
Ray ipv4 addresses
ย 
Internet Protocol (IP) And Different Networking Devices.
Internet Protocol (IP) And Different Networking Devices.Internet Protocol (IP) And Different Networking Devices.
Internet Protocol (IP) And Different Networking Devices.
ย 
Network layer logical addressing
Network layer logical addressingNetwork layer logical addressing
Network layer logical addressing
ย 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)
ย 

More from Online

Philosophy of early childhood education 3
Philosophy of early childhood education 3Philosophy of early childhood education 3
Philosophy of early childhood education 3
Online
ย 
Philosophy of early childhood education 2
Philosophy of early childhood education 2Philosophy of early childhood education 2
Philosophy of early childhood education 2
Online
ย 
Philosophy of early childhood education 1
Philosophy of early childhood education 1Philosophy of early childhood education 1
Philosophy of early childhood education 1
Online
ย 
Philosophy of early childhood education 4
Philosophy of early childhood education 4Philosophy of early childhood education 4
Philosophy of early childhood education 4
Online
ย 
Operation and expression in c++
Operation and expression in c++Operation and expression in c++
Operation and expression in c++
Online
ย 
Functions
FunctionsFunctions
Functions
Online
ย 
Formatted input and output
Formatted input and outputFormatted input and output
Formatted input and output
Online
ย 
Control structures selection
Control structures   selectionControl structures   selection
Control structures selection
Online
ย 
Control structures repetition
Control structures   repetitionControl structures   repetition
Control structures repetition
Online
ย 
Introduction to problem solving in c++
Introduction to problem solving in c++Introduction to problem solving in c++
Introduction to problem solving in c++
Online
ย 
Optical transmission technique
Optical transmission techniqueOptical transmission technique
Optical transmission technique
Online
ย 
Multi protocol label switching (mpls)
Multi protocol label switching (mpls)Multi protocol label switching (mpls)
Multi protocol label switching (mpls)
Online
ย 
Lan technologies
Lan technologiesLan technologies
Lan technologies
Online
ย 
Introduction to internet technology
Introduction to internet technologyIntroduction to internet technology
Introduction to internet technology
Online
ย 
Internet standard routing protocols
Internet standard routing protocolsInternet standard routing protocols
Internet standard routing protocols
Online
ย 
Internet protocol
Internet protocolInternet protocol
Internet protocol
Online
ย 
Application protocols
Application protocolsApplication protocols
Application protocols
Online
ย 
Addressing
AddressingAddressing
Addressing
Online
ย 
Transport protocols
Transport protocolsTransport protocols
Transport protocols
Online
ย 
Leadership
LeadershipLeadership
Leadership
Online
ย 

More from Online (20)

Philosophy of early childhood education 3
Philosophy of early childhood education 3Philosophy of early childhood education 3
Philosophy of early childhood education 3
ย 
Philosophy of early childhood education 2
Philosophy of early childhood education 2Philosophy of early childhood education 2
Philosophy of early childhood education 2
ย 
Philosophy of early childhood education 1
Philosophy of early childhood education 1Philosophy of early childhood education 1
Philosophy of early childhood education 1
ย 
Philosophy of early childhood education 4
Philosophy of early childhood education 4Philosophy of early childhood education 4
Philosophy of early childhood education 4
ย 
Operation and expression in c++
Operation and expression in c++Operation and expression in c++
Operation and expression in c++
ย 
Functions
FunctionsFunctions
Functions
ย 
Formatted input and output
Formatted input and outputFormatted input and output
Formatted input and output
ย 
Control structures selection
Control structures   selectionControl structures   selection
Control structures selection
ย 
Control structures repetition
Control structures   repetitionControl structures   repetition
Control structures repetition
ย 
Introduction to problem solving in c++
Introduction to problem solving in c++Introduction to problem solving in c++
Introduction to problem solving in c++
ย 
Optical transmission technique
Optical transmission techniqueOptical transmission technique
Optical transmission technique
ย 
Multi protocol label switching (mpls)
Multi protocol label switching (mpls)Multi protocol label switching (mpls)
Multi protocol label switching (mpls)
ย 
Lan technologies
Lan technologiesLan technologies
Lan technologies
ย 
Introduction to internet technology
Introduction to internet technologyIntroduction to internet technology
Introduction to internet technology
ย 
Internet standard routing protocols
Internet standard routing protocolsInternet standard routing protocols
Internet standard routing protocols
ย 
Internet protocol
Internet protocolInternet protocol
Internet protocol
ย 
Application protocols
Application protocolsApplication protocols
Application protocols
ย 
Addressing
AddressingAddressing
Addressing
ย 
Transport protocols
Transport protocolsTransport protocols
Transport protocols
ย 
Leadership
LeadershipLeadership
Leadership
ย 

Recently uploaded

8+8+8 Rule Of Time Management For Better Productivity
8+8+8 Rule Of Time Management For Better Productivity8+8+8 Rule Of Time Management For Better Productivity
8+8+8 Rule Of Time Management For Better Productivity
RuchiRathor2
ย 
Talking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual AidsTalking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual Aids
MattVassar1
ย 
220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology
Kalna College
ย 
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
220711130100 udita Chakraborty  Aims and objectives of national policy on inf...220711130100 udita Chakraborty  Aims and objectives of national policy on inf...
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
Kalna College
ย 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
Celine George
ย 
Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024
khabri85
ย 
How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17
Celine George
ย 
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptxScience-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Catherine Dela Cruz
ย 
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Celine George
ย 
What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17
Celine George
ย 
nutrition in plants chapter 1 class 7...
nutrition in plants chapter 1 class 7...nutrition in plants chapter 1 class 7...
nutrition in plants chapter 1 class 7...
chaudharyreet2244
ย 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapitolTechU
ย 
Information and Communication Technology in Education
Information and Communication Technology in EducationInformation and Communication Technology in Education
Information and Communication Technology in Education
MJDuyan
ย 
The Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptxThe Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptx
PriyaKumari928991
ย 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Kalna College
ย 
How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...
Infosec
ย 
Accounting for Restricted Grants When and How To Record Properly
Accounting for Restricted Grants  When and How To Record ProperlyAccounting for Restricted Grants  When and How To Record Properly
Accounting for Restricted Grants When and How To Record Properly
TechSoup
ย 
220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx
Kalna College
ย 
Decolonizing Universal Design for Learning
Decolonizing Universal Design for LearningDecolonizing Universal Design for Learning
Decolonizing Universal Design for Learning
Frederic Fovet
ย 
Library news letter Kitengesa Uganda June 2024
Library news letter Kitengesa Uganda June 2024Library news letter Kitengesa Uganda June 2024
Library news letter Kitengesa Uganda June 2024
Friends of African Village Libraries
ย 

Recently uploaded (20)

8+8+8 Rule Of Time Management For Better Productivity
8+8+8 Rule Of Time Management For Better Productivity8+8+8 Rule Of Time Management For Better Productivity
8+8+8 Rule Of Time Management For Better Productivity
ย 
Talking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual AidsTalking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual Aids
ย 
220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology
ย 
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
220711130100 udita Chakraborty  Aims and objectives of national policy on inf...220711130100 udita Chakraborty  Aims and objectives of national policy on inf...
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
ย 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
ย 
Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024
ย 
How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17
ย 
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptxScience-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
ย 
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17
ย 
What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17
ย 
nutrition in plants chapter 1 class 7...
nutrition in plants chapter 1 class 7...nutrition in plants chapter 1 class 7...
nutrition in plants chapter 1 class 7...
ย 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
ย 
Information and Communication Technology in Education
Information and Communication Technology in EducationInformation and Communication Technology in Education
Information and Communication Technology in Education
ย 
The Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptxThe Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptx
ย 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
ย 
How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...
ย 
Accounting for Restricted Grants When and How To Record Properly
Accounting for Restricted Grants  When and How To Record ProperlyAccounting for Restricted Grants  When and How To Record Properly
Accounting for Restricted Grants When and How To Record Properly
ย 
220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx
ย 
Decolonizing Universal Design for Learning
Decolonizing Universal Design for LearningDecolonizing Universal Design for Learning
Decolonizing Universal Design for Learning
ย 
Library news letter Kitengesa Uganda June 2024
Library news letter Kitengesa Uganda June 2024Library news letter Kitengesa Uganda June 2024
Library news letter Kitengesa Uganda June 2024
ย 

Ip addressing

  • 2. IP Address โ€ข A Unique, 32-bit address used by computers to communicate over a computer network Types of IP Address Static Dynamic
  • 3. Classful IP Addressing - I โ€ข IP address structure consists of two addresses, Network and Host โ€ข IP address is divided into five classes
  • 4. Classful IP Addressing - II Byte 1 Byte 2 Byte 3 Byte 4 Class A Network ID Host ID Class B Network ID Host ID Class C Network ID Host ID Class D Multicast Address Class E Reserved for future use
  • 5. Examples of Classful Addressing โ€ข 14.23.120.8 - The first byte of the address represents 14 which lies between 0 and 126, hence Class A address. โ€ข 134.11.78.56 - The first byte of address is 134 which lies between 128 and 191 hence the address belongs to Class B. โ€ข 193.14.56.22 - As first byte is 193 which is between 192 and 223, hence the address belongs to Class C.
  • 6. Unicast, Multicast and Broadcast Addresses โ€ข Used to achieve communication on the Internet โ€ข Unicast address uniquely identifies a host in a network and belongs to class A, B and C โ€ข Multicast address defines an address for a group and belongs to class D โ€ข A system on a multicast network can have more than one class D multicast address โ€ข Broadcast address allows user to send data packet to all machines on a given network and is last address of that network
  • 7. Guidelines for using an IP Address โ€ข All hosts located on same physical network segment must have same network address. โ€ข A unique host ID of the IP address must be allotted for each host on the network segment. โ€ข A network ID that starts with its first byte indicating 127 should not be used, as this value is reserved for loop back functions. โ€ข A network ID having all 1s in its host address field cannot be used, as this represents a broadcast address for the local network. โ€ข A network ID having all 0s in the network address field cannot be used for communication over Internet as this address represents the default network address.
  • 8. IP Subnetting โ€ข Allows you to divide a network into smaller sub-networks โ€ข Each subnet has its own sub-network address โ€ข Subnet can be created within Class A, B, or C based networks
  • 9. Subnet Mask โ€ข Specifies part of IP address used to identify a subnetwork. โ€ข Subnet mask when logically ANDed with IP address provides 32-bit network address Subnet Mask AND IP Address Operation Network Address
  • 10. Default Mask โ€ข Has predetermined number of 1s โ€ข Class A, B and C contains 1s in network ID fields for default subnet mask Address Default Mask Class (in Binary) Class A 11111111.00000000.00000000.00000000 Class B 11111111.11111111.00000000.00000000 Class C 11111111.11111111.11111111.00000000
  • 11. Classless IP Addressing โ€ข Ruled out fixed size network address โ€ข Network address can vary from 0-bit to 31-bit โ€ข Uses Classless Inter-Domain Routing (CIDR) addressing scheme โ€ข CIDR address notation: 154.201.179.42/18 First 18 bits represent network ID IP address
  • 12. Variable Length Subnet Mask (VLSM) โ€ข Used by CIDR to allocate IP addresses to subnets depending up on the requirement โ€ข Allows network administrator to create variable size subnets within a network โ€ข Employs two different subnet masks at router which are ANDed one after another to the address
  • 13. Example of VLSM - I โ€ข For example, if an organization is given a Class C address and the organization needs to have five subnets VLSM employs two subnet masks. โ€ข If the IP address is 201.70.64.0, consider the first subnet mask with 26 1s that is 255.255.255.192 or in binary format 1111111.11111111.11111111.11000000 which provides four subnets having 64 addresses in each subnet.
  • 14. Example of VLSM - II โ€ข Further, one of the subnet having 64 host addresses is divided in two subnet having 32 hosts addresses by applying a mask of 27 1s that is 255.255.255.224 or 11111111.11111111.11111111.11100000 to one of the subnet from the four subnets. Refer to the figure in next slide.
  • 15. Example of VLSM - III 201.70.64.0 โ€“ 201.70.64.63 201.70.64.64โ€“ 201.70.64.127 201.70.64.128 โ€“ 201.70.64.191 201.70.64.192 โ€“ 201.70.64.223 201.70.64.224 โ€“ 201.70.64.254
  • 16. Special Addresses โ€ข IP addresses which are never used on the public Internet Types of Special Address Loop-back Link-Local Private Address Address Address
  • 17. IPv6 โ€ข Latest version of IP addressing over IPv4 โ€ข Implements 128-bit network in contrast to 32-bit IP address used by IPv4 โ€ข Address notation consists of 32 hexadecimal digits with every 4 digits separated by a colon
  • 18. Ping, Tracert and Path Ping โ€ข Utility tools used for keeping track about hosts on the network and network structure โ€ข Ping (Packet Internet Groper) โ€“ Used by computer network to test whether intended host is reachable across IP network โ€ข Tracert โ€“ Used by Windows operating system to increase time-to-live (TTL) value of data packets sent โ€ข Pathping โ€“ Provides useful information about network errors, network latency and network loss at hops between source and destination address
  • 19. Host Addressing In Mobile IP - I โ€ข Host cannot carry IP address from one network to another โ€ข IP address is valid only when the host is connected to a particular network โ€ข When a host moves from one network to another it requires IP addressing structure to be modified โ€ข To maintain network connectivity of host within new network: โ€“ Change IP address from one network to another โ€“ Use two IP addresses
  • 20. Host Addressing In Mobile IP - II โ€ข To maintain network connectivity of host within new network: โ€“ Change IP address from one network to another - Provides network connectivity for mobile host when it travels from one network to another by changing IP address of mobile host โ€“ Use two IP addresses - Host uses home address when it is in permanent home network and uses care-of-address when it moves to foreign network
  • 21. Agents in Mobile IP - I โ€ข Mobile IP includes two agents to make address Agents changes invisible to the rest of the Internet Home Foreign Agent Agent
  • 22. Agents in Mobile IP - II โ€ข Home agent โ€“ Involves a routing device attached to home network of mobile host โ€“ Transmitting data packet from host to mobile host Packet Home Foreign Mobile Host Agent Agent Host ๏ฎ Foreign agent ๏ฑ Usually a router that is attached to foreign network ๏ฑ Receives packet sent by home agent and delivers these packets to mobile host
  • 23. Phases in Mobile IP โ€ข While communicating with a remote host, a mobile host has to undergo three phases
  • 24. Inefficiency in Mobile IP โ€ข Mobile IP sometime may provide with inefficient communication which can be either severe or moderate. โ€ข Inefficiency may be caused due to: โ€“ Double Crossing โ€“ Triangle Routing

Editor's Notes

  1. Chapter 2
  ็ฟป่ฏ‘๏ผš