SlideShare ist ein Scribd-Unternehmen logo
1 von 20
IP Networking
Objectives
ï‚› IP
ï‚› Understanding Network Classes
ï‚› Understanding Subnetting
ï‚› Gateways and Routers
ï‚› Dynamic Host Configuration Protocol
IP structure
 IP addresses consist of four sections
 Each section is 8 bits long
 Each section can range from 0 to 255
 Written, for example, 128.35.0.72
IP Classes (continued)
ï‚› Class A
ï‚– Reserved for governments and large
corporations throughout the world
ï‚– Each Class A address supports 16,777,214 hosts
ï‚› Class B
ï‚– Addresses are assigned to large- and medium-
sized companies
ï‚– Each Class B address supports 65,534 hosts
5
IP Classes (continued)
6
IP Classes (continued)
7
•
•
Class C
– Addresses are assigned to groups that do not meet
the qualifications to obtain Class A or B addresses
– Each Class C address supports 254 hosts
Class D
– Addresses (also known as multicast addresses) are
reserved for multicasting
– Multicasting is the sending of a stream of data
(usually audio and video) to multiple computers
simultaneously
IP Classes (continued)
8
9
IP Classes (continued)
•
•
Class E
– Addresses are reserved for research, testing, and
experimentation
– The Class E range starts where Class D leaves off
Private IP ranges
– Many companies use private IP addresses for their
internal networks
• Will not be routable on the Internet
– Gateway devices have network interface connections
to the internal network and the Internet
• Route packets between them
IP Classes (continued)
10
IP structure
 5 Classes of IP address A, B, C, D, and E
 Class A reserved for governments.
 Class B reserved for medium companies.
 Class C reserved for small companies.
 Class D are reserved for multicasting.
 Class E are reserved for future use.
ï‚› Class A addresses begin with 0xxx, or 1 to 126 decimal.
ï‚› Class B addresses begin with 10xx, or 128 to 191 decimal.
ï‚› Class C addresses begin with 110x, or 192 to 223 decimal.
ï‚› Class D addresses begin with 1110, or 224 to 239 decimal.
ï‚› Class E addresses begin with 1111, or 240 to 254 decimal.
RESERVED NETWORK
NUMBERS
Network Class Netmask Network Addresses
A 255.0.0.0 10.0.0.0–10.255.255.255
B 255.255.0.0 172.16.0.0–17.31.255.255
C 255.255.255.0 192.168.0.0–
192.168.255.255
Subnet Mask
ï‚› An IP address has two components, the network address and
the host address.
ï‚› A subnet mask separates the IP address into the network and
host addresses (<network><host>).
ï‚› Subnetting further divides the host part of an IP address into a
subnet and host address (<network><subnet><host>).
ï‚› A Subnet mask is a 32-bit number that masks an IP address.
ï‚› It is called a subnet mask because it is used to identify
network address of an IP address by performing bitwise AND
operation on the netmask.
Subnet Mask (contd..)
15
Contd..
ï‚› Applying a subnet mask to an IP address separates network address from host address.
ï‚› The network bits are represented by the 1's in the mask, and the host bits are represented by
0's.
ï‚› Performing a bitwise logical AND operation on the IP address with the subnet mask produces
the network address.
ï‚› For example, applying the Class C subnet mask to our IP address 216.3.128.12 produces the
following network address:
IP: 1101 1000 . 0000 0011 . 1000 0000 . 0000 1100 (216.003.128.012)
Mask: 1111 1111 . 1111 1111 . 1111 1111 . 0000 0000 (255.255.255.000)
---------------------------------------------
1101 1000 . 0000 0011 . 1000 0000 . 0000 0000 (216.003.128.000)
Router
ï‚› A router is a networking device that forwards data packets
between computer networks.
ï‚› Routers perform the traffic directing functions on the Internet.
ï‚› Then, using information in its routing table or routing policy, it
directs the packet to the next network on its journey.
ï‚› A router is connected to at least two networks, commonly two
LANs or WANs or a LAN and its ISP’s network.
Gateway
ï‚› A gateway is a network point that acts as an entrance to
another network.
ï‚› It act like protocol translation/mapping gateway
interconnects networks with different network protocol
technologies by performing the required protocol
conversions.
ï‚› The gateway node often acts as a proxy server and a
firewall.
ï‚› The gateway is also associated with both a router, which
use headers and forwarding tables to determine where
packets are sent, and a switch, which provides the actual
path for the packet in and out of the gateway.
DHCP
ï‚› The Dynamic Host Configuration Protocol (DHCP) is a
network protocol that is used to configure network devices so
that they can communicate on an IP network.
ï‚› It is a protocol for assigning dynamic IP addresses to devices
on a network.
ï‚› With dynamic addressing, a device can have a different IP
address every time it connects to the network.
ï‚› In some systems, the device's IP address can even change
while it is still connected.
ï‚› DHCP also supports a mix of static and dynamic IP addresses.
Contd..
ï‚› Dynamic addressing simplifies network
administration because the software keeps
track of IP addresses rather than requiring an
administrator to manage the task.
ï‚› This means that a new computer can be
added to a network without the hassle of
manually assigning it a unique IP address.

Weitere ähnliche Inhalte

Was ist angesagt?

IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPTPijush Kanti Das
 
Lesson 2: Subnetting basics
Lesson 2: Subnetting basicsLesson 2: Subnetting basics
Lesson 2: Subnetting basicsMahmmoud Mahdi
 
Ip addressing
Ip addressingIp addressing
Ip addressingTanvir Amin
 
Ip address presentation
Ip address presentationIp address presentation
Ip address presentationmuhammad amir
 
Ip address
Ip addressIp address
Ip addressMdAnikKhan
 
IP Configuration
IP ConfigurationIP Configuration
IP ConfigurationStephen Raj
 
Ip Addressing
Ip AddressingIp Addressing
Ip Addressingvssnsarma
 
IP Addressing & subnetting strategy
IP Addressing & subnetting strategyIP Addressing & subnetting strategy
IP Addressing & subnetting strategyMustafa Salam
 
Ip addressing
Ip addressingIp addressing
Ip addressingsid1322
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnettingIGZ Software house
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting PresentationTouhidul Fahim
 

Was ist angesagt? (20)

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
 
Subnetting
SubnettingSubnetting
Subnetting
 
Lesson 2: Subnetting basics
Lesson 2: Subnetting basicsLesson 2: Subnetting basics
Lesson 2: Subnetting basics
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Ip address presentation
Ip address presentationIp address presentation
Ip address presentation
 
Ip address
Ip addressIp address
Ip address
 
Subnetting
SubnettingSubnetting
Subnetting
 
IP Configuration
IP ConfigurationIP Configuration
IP Configuration
 
Ip Addressing
Ip AddressingIp Addressing
Ip Addressing
 
Subnetting
SubnettingSubnetting
Subnetting
 
IP Addressing & subnetting strategy
IP Addressing & subnetting strategyIP Addressing & subnetting strategy
IP Addressing & subnetting strategy
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
Subnet Mask
Subnet MaskSubnet Mask
Subnet Mask
 
IP Subnetting
IP SubnettingIP Subnetting
IP Subnetting
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
 
Wireless LANs
Wireless LANsWireless LANs
Wireless LANs
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
 
ipv6 ppt
ipv6 pptipv6 ppt
ipv6 ppt
 

Ähnlich wie IP classes

5 configuring TCP/IP
5 configuring TCP/IP5 configuring TCP/IP
5 configuring TCP/IPHameda Hurmat
 
Networking
NetworkingNetworking
NetworkingRashmi
 
Ip address and subnet masking final
Ip address and subnet masking finalIp address and subnet masking final
Ip address and subnet masking finalNeerajBhardwaj57
 
CCNA ppt Day 3
CCNA ppt Day 3CCNA ppt Day 3
CCNA ppt Day 3VISHNU N
 
Training Day Slides
Training Day SlidesTraining Day Slides
Training Day Slidesadam_merritt
 
IP Addressing
IP AddressingIP Addressing
IP AddressingJohnson Ubah
 
Internet protocol (ip)
Internet protocol (ip)Internet protocol (ip)
Internet protocol (ip)junnubabu
 
Ip Addressing Basics
Ip Addressing BasicsIp Addressing Basics
Ip Addressing Basicstmavroidis
 
IP Address
IP AddressIP Address
IP AddressNetwax Lab
 
Ch7 IP addressing.pptx
Ch7 IP addressing.pptxCh7 IP addressing.pptx
Ch7 IP addressing.pptxSintayehuBeyene2
 
Free CCNA workbook by networkers home pdf
Free CCNA workbook by networkers home pdfFree CCNA workbook by networkers home pdf
Free CCNA workbook by networkers home pdfNetworkershome
 
16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)Jeff Green
 
Lesson1: Introduction To Networking Concepts
Lesson1: Introduction To Networking ConceptsLesson1: Introduction To Networking Concepts
Lesson1: Introduction To Networking ConceptsMahmmoud Mahdi
 
6-LEC- 6.pptx Network Layer. Addressing Subnetting Mask (default and subnet) ...
6-LEC- 6.pptx Network Layer. Addressing Subnetting Mask (default and subnet) ...6-LEC- 6.pptx Network Layer. Addressing Subnetting Mask (default and subnet) ...
6-LEC- 6.pptx Network Layer. Addressing Subnetting Mask (default and subnet) ...ZahouAmel1
 
ffuyu yguyguyg.pptx
ffuyu yguyguyg.pptxffuyu yguyguyg.pptx
ffuyu yguyguyg.pptxvishweshbhat4
 
CCN CEP.pptx
CCN CEP.pptxCCN CEP.pptx
CCN CEP.pptxNOOR69810
 
ip addressing & subnet.pptx
ip addressing & subnet.pptxip addressing & subnet.pptx
ip addressing & subnet.pptxSelfUse
 

Ähnlich wie IP classes (20)

5 configuring TCP/IP
5 configuring TCP/IP5 configuring TCP/IP
5 configuring TCP/IP
 
Networking
NetworkingNetworking
Networking
 
Ip address and subnet masking final
Ip address and subnet masking finalIp address and subnet masking final
Ip address and subnet masking final
 
CCNA ppt Day 3
CCNA ppt Day 3CCNA ppt Day 3
CCNA ppt Day 3
 
Training Day Slides
Training Day SlidesTraining Day Slides
Training Day Slides
 
IP Addressing
IP AddressingIP Addressing
IP Addressing
 
Internet protocol (ip)
Internet protocol (ip)Internet protocol (ip)
Internet protocol (ip)
 
15 3
15 315 3
15 3
 
Ip Addressing Basics
Ip Addressing BasicsIp Addressing Basics
Ip Addressing Basics
 
IP Address
IP AddressIP Address
IP Address
 
Ch7 IP addressing.pptx
Ch7 IP addressing.pptxCh7 IP addressing.pptx
Ch7 IP addressing.pptx
 
Free CCNA workbook by networkers home pdf
Free CCNA workbook by networkers home pdfFree CCNA workbook by networkers home pdf
Free CCNA workbook by networkers home pdf
 
16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)
 
Digital network lecturer2
Digital network  lecturer2Digital network  lecturer2
Digital network lecturer2
 
Lesson1: Introduction To Networking Concepts
Lesson1: Introduction To Networking ConceptsLesson1: Introduction To Networking Concepts
Lesson1: Introduction To Networking Concepts
 
6-LEC- 6.pptx Network Layer. Addressing Subnetting Mask (default and subnet) ...
6-LEC- 6.pptx Network Layer. Addressing Subnetting Mask (default and subnet) ...6-LEC- 6.pptx Network Layer. Addressing Subnetting Mask (default and subnet) ...
6-LEC- 6.pptx Network Layer. Addressing Subnetting Mask (default and subnet) ...
 
ffuyu yguyguyg.pptx
ffuyu yguyguyg.pptxffuyu yguyguyg.pptx
ffuyu yguyguyg.pptx
 
Hardware9
Hardware9Hardware9
Hardware9
 
CCN CEP.pptx
CCN CEP.pptxCCN CEP.pptx
CCN CEP.pptx
 
ip addressing & subnet.pptx
ip addressing & subnet.pptxip addressing & subnet.pptx
ip addressing & subnet.pptx
 

Mehr von Meenakshi Paul

Introduction to Artificial Intelligences
Introduction to Artificial IntelligencesIntroduction to Artificial Intelligences
Introduction to Artificial IntelligencesMeenakshi Paul
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary ArithmeticMeenakshi Paul
 
19 Network Layer Protocols
19 Network Layer Protocols19 Network Layer Protocols
19 Network Layer ProtocolsMeenakshi Paul
 
Other Wireless Networks
Other Wireless NetworksOther Wireless Networks
Other Wireless NetworksMeenakshi Paul
 
Media Access Control (MAC Layer)
Media Access Control (MAC Layer)Media Access Control (MAC Layer)
Media Access Control (MAC Layer)Meenakshi Paul
 
Data Link Control
Data Link ControlData Link Control
Data Link ControlMeenakshi Paul
 
Introduction to the Data Link Layer
Introduction to the Data Link LayerIntroduction to the Data Link Layer
Introduction to the Data Link LayerMeenakshi Paul
 
Transmission Media
Transmission MediaTransmission Media
Transmission MediaMeenakshi Paul
 
Bandwidth Utilization Multiplexing and Spectrum Spreading
Bandwidth Utilization Multiplexing and Spectrum SpreadingBandwidth Utilization Multiplexing and Spectrum Spreading
Bandwidth Utilization Multiplexing and Spectrum SpreadingMeenakshi Paul
 
Information Systems and Knowledge Management
 Information Systems and Knowledge Management Information Systems and Knowledge Management
Information Systems and Knowledge ManagementMeenakshi Paul
 
Ch01 The Role of Business Research
Ch01 The Role of Business ResearchCh01 The Role of Business Research
Ch01 The Role of Business ResearchMeenakshi Paul
 
05 analog transmission
05 analog transmission05 analog transmission
05 analog transmissionMeenakshi Paul
 
04 digital transmission
04 digital transmission04 digital transmission
04 digital transmissionMeenakshi Paul
 
03 Introduction to Physical layer
03  Introduction to Physical layer03  Introduction to Physical layer
03 Introduction to Physical layerMeenakshi Paul
 
02 network models
02  network models02  network models
02 network modelsMeenakshi Paul
 

Mehr von Meenakshi Paul (20)

Introduction to Artificial Intelligences
Introduction to Artificial IntelligencesIntroduction to Artificial Intelligences
Introduction to Artificial Intelligences
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
19 Network Layer Protocols
19 Network Layer Protocols19 Network Layer Protocols
19 Network Layer Protocols
 
Other Wireless Networks
Other Wireless NetworksOther Wireless Networks
Other Wireless Networks
 
Wired LANs
Wired LANsWired LANs
Wired LANs
 
Codes
CodesCodes
Codes
 
Number System
Number SystemNumber System
Number System
 
Media Access Control (MAC Layer)
Media Access Control (MAC Layer)Media Access Control (MAC Layer)
Media Access Control (MAC Layer)
 
Data Link Control
Data Link ControlData Link Control
Data Link Control
 
Introduction to the Data Link Layer
Introduction to the Data Link LayerIntroduction to the Data Link Layer
Introduction to the Data Link Layer
 
Switching
SwitchingSwitching
Switching
 
Transmission Media
Transmission MediaTransmission Media
Transmission Media
 
Bandwidth Utilization Multiplexing and Spectrum Spreading
Bandwidth Utilization Multiplexing and Spectrum SpreadingBandwidth Utilization Multiplexing and Spectrum Spreading
Bandwidth Utilization Multiplexing and Spectrum Spreading
 
Theory building
Theory buildingTheory building
Theory building
 
Information Systems and Knowledge Management
 Information Systems and Knowledge Management Information Systems and Knowledge Management
Information Systems and Knowledge Management
 
Ch01 The Role of Business Research
Ch01 The Role of Business ResearchCh01 The Role of Business Research
Ch01 The Role of Business Research
 
05 analog transmission
05 analog transmission05 analog transmission
05 analog transmission
 
04 digital transmission
04 digital transmission04 digital transmission
04 digital transmission
 
03 Introduction to Physical layer
03  Introduction to Physical layer03  Introduction to Physical layer
03 Introduction to Physical layer
 
02 network models
02  network models02  network models
02 network models
 

Kürzlich hochgeladen

BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 

Kürzlich hochgeladen (20)

BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

IP classes

  • 2. Objectives ï‚› IP ï‚› Understanding Network Classes ï‚› Understanding Subnetting ï‚› Gateways and Routers ï‚› Dynamic Host Configuration Protocol
  • 3.
  • 4. IP structure  IP addresses consist of four sections  Each section is 8 bits long  Each section can range from 0 to 255  Written, for example, 128.35.0.72
  • 5. IP Classes (continued) ï‚› Class A ï‚– Reserved for governments and large corporations throughout the world ï‚– Each Class A address supports 16,777,214 hosts ï‚› Class B ï‚– Addresses are assigned to large- and medium- sized companies ï‚– Each Class B address supports 65,534 hosts 5
  • 7. IP Classes (continued) 7 • • Class C – Addresses are assigned to groups that do not meet the qualifications to obtain Class A or B addresses – Each Class C address supports 254 hosts Class D – Addresses (also known as multicast addresses) are reserved for multicasting – Multicasting is the sending of a stream of data (usually audio and video) to multiple computers simultaneously
  • 9. 9 IP Classes (continued) • • Class E – Addresses are reserved for research, testing, and experimentation – The Class E range starts where Class D leaves off Private IP ranges – Many companies use private IP addresses for their internal networks • Will not be routable on the Internet – Gateway devices have network interface connections to the internal network and the Internet • Route packets between them
  • 11. IP structure  5 Classes of IP address A, B, C, D, and E  Class A reserved for governments.  Class B reserved for medium companies.  Class C reserved for small companies.  Class D are reserved for multicasting.  Class E are reserved for future use.
  • 12. ï‚› Class A addresses begin with 0xxx, or 1 to 126 decimal. ï‚› Class B addresses begin with 10xx, or 128 to 191 decimal. ï‚› Class C addresses begin with 110x, or 192 to 223 decimal. ï‚› Class D addresses begin with 1110, or 224 to 239 decimal. ï‚› Class E addresses begin with 1111, or 240 to 254 decimal.
  • 13. RESERVED NETWORK NUMBERS Network Class Netmask Network Addresses A 255.0.0.0 10.0.0.0–10.255.255.255 B 255.255.0.0 172.16.0.0–17.31.255.255 C 255.255.255.0 192.168.0.0– 192.168.255.255
  • 14. Subnet Mask ï‚› An IP address has two components, the network address and the host address. ï‚› A subnet mask separates the IP address into the network and host addresses (<network><host>). ï‚› Subnetting further divides the host part of an IP address into a subnet and host address (<network><subnet><host>). ï‚› A Subnet mask is a 32-bit number that masks an IP address. ï‚› It is called a subnet mask because it is used to identify network address of an IP address by performing bitwise AND operation on the netmask.
  • 16. Contd.. ï‚› Applying a subnet mask to an IP address separates network address from host address. ï‚› The network bits are represented by the 1's in the mask, and the host bits are represented by 0's. ï‚› Performing a bitwise logical AND operation on the IP address with the subnet mask produces the network address. ï‚› For example, applying the Class C subnet mask to our IP address 216.3.128.12 produces the following network address: IP: 1101 1000 . 0000 0011 . 1000 0000 . 0000 1100 (216.003.128.012) Mask: 1111 1111 . 1111 1111 . 1111 1111 . 0000 0000 (255.255.255.000) --------------------------------------------- 1101 1000 . 0000 0011 . 1000 0000 . 0000 0000 (216.003.128.000)
  • 17. Router ï‚› A router is a networking device that forwards data packets between computer networks. ï‚› Routers perform the traffic directing functions on the Internet. ï‚› Then, using information in its routing table or routing policy, it directs the packet to the next network on its journey. ï‚› A router is connected to at least two networks, commonly two LANs or WANs or a LAN and its ISP’s network.
  • 18. Gateway ï‚› A gateway is a network point that acts as an entrance to another network. ï‚› It act like protocol translation/mapping gateway interconnects networks with different network protocol technologies by performing the required protocol conversions. ï‚› The gateway node often acts as a proxy server and a firewall. ï‚› The gateway is also associated with both a router, which use headers and forwarding tables to determine where packets are sent, and a switch, which provides the actual path for the packet in and out of the gateway.
  • 19. DHCP ï‚› The Dynamic Host Configuration Protocol (DHCP) is a network protocol that is used to configure network devices so that they can communicate on an IP network. ï‚› It is a protocol for assigning dynamic IP addresses to devices on a network. ï‚› With dynamic addressing, a device can have a different IP address every time it connects to the network. ï‚› In some systems, the device's IP address can even change while it is still connected. ï‚› DHCP also supports a mix of static and dynamic IP addresses.
  • 20. Contd.. ï‚› Dynamic addressing simplifies network administration because the software keeps track of IP addresses rather than requiring an administrator to manage the task. ï‚› This means that a new computer can be added to a network without the hassle of manually assigning it a unique IP address.