SlideShare a Scribd company logo
IP addressing
presented by:
Smriti Rastogi .
CSE -3RD YEAR.
1503310230.
5/9/2018 1
What is an IP address?
An unique identifier for a computer or
device (host) on a TCP/IP network.
32 bit binary sequence.
Valid addresses can range from
0.0.0.0 to 255.255.255.255
Total No.Of address= 2^32 =4.3 Billion.
5/9/2018 2
Dotted Decimal Notation
 IP addresses are written in a so-called dotted decimal
notation
 Each byte is identified by a decimal number in the range
[0..255]:
Example:
1000111110000000 10001001 10010000
1st Byte
= 128
2nd Byte
= 143
3rd Byte
= 137
4th Byte
= 144
128.143.137.144
5/9/2018 3
History:
 I P was the connectionless datagram service in the original.
 Transmission Control Program introduced by Vint Cerf and Bob
Kahn in 1974; the other being the connection-oriented Transmission
Control Protocol (TCP). The Internet protocol suite is therefore
often referred to as TCP/IP.
General structure:
5/9/2018
IP is the core of the TCP/IP protocol suite. IP provides the fundamental mechanism using which data is delivered between devices which mIP is the core of the TCP/IP protocol suite. IP provides the fundamental mechanism using which data is delivered between devices which mIP is the core of the TCP/IP protocol suite. IP provides the fundamental mechanism using which data is delivered between devices which m
NETWORK ID HOST ID
HIGH order bits LOW order bits
4
How IP Works?
5/9/2018
HOST
DNS
HOST
3) Process
1) Network
Server
Upon Network layer.
ISP
5
Types of IP addresses:
Static address:
 Permanently fixed for external devices
 Manually Configured for a device.
 Manageable for small networks.
 Security less, more vulnerable to hacking treats.
 Good for web, emails database server and FTP server.
5/9/2018 6
 Dynamic address:
 Assigned by server when host boots.
 Assigned via DHCP and BOOTP protocols .
 Derived automatically from a range of addresses.
 Cheaper than static IP address.
 Changing IP address gives more privacy
5/9/2018 7
IPV4: Classful Network architecture
5/9/2018 8
CLASS—A IP ADDRESS
0_ _ _ _ _ _ _ (8 bit NID) 24 bit HID
• No. of networks =2^7=128
• Range= 1 to 126 (loopback address=127.0.0.0)
• No. Of IP addresses/networks= 2^24=16M
• No. of host configured = 2^24-2
5/9/2018 9
CLASS—B IP ADDRESS
10____________(16 bit NID) 16 bit HID
• No. of networks =2^14=16K.
• Range= 128 to 191.
• No. Of IP addresses/networks= 2^16=64K.
• No. of host configured= 2^16-2.
5/9/2018 10
CLASS—C IP ADDRESS
110____________(24bit NID) 8 bit HID
• No. of networks =2^21=2M.
• Range=192 to 223.
• No. Of IP addresses/networks= 2^8=256.
• No. of host configured=254.
5/9/2018 11
5/9/2018
CLASS—D IP ADDRESS
• Range= 224 to 239
Class –E IP ADDRESS
• Range= 240 to 255
• Not used for host addressing.
12
Reserved IP Address
 First IP address of any class of IP is reserved representing
IP Address of entire network where HID=0.
 Limited Broadcast address (Sending the packet to all the
host in the SAME network)=255.255.255.255 is FIXED.
 Last IP address is reserved for Directed broadcast address
( to all host in DIFFERENT network) where HID=1.
Example: 20.255.255.255
5/9/2018
NID HID=1
13
Classfull : DISADVANTAGES
 Value of first octet determines the NID and HID
part.
 Address space exhaustion.
 Same subnet Mask is used in complete network.
 Used with classfull routing protocol like RIPv1.
 Limited No. of network for a particular class.
5/9/2018 14
CIDR
 Subnet Mask determines the NID and HID portion.
BGP( Border gateway protocol), RIPv2 protocols are used.
 a.b.c.d/x where x is # bits in network portion of address.
Variable length subnet mask (VLSM) is used.
5/9/2018
11001000 00010111 00010000 00000000
network
part
host
part
200.23.16.0/23
15
5/9/2018 4a-16
Public IP Addresses
1. Public IP addresses are global and standardized.
2. Can be accessed over the Internet.
3. Internet Assigned Numbers Authority (IANA) formerly
known as (InterNIC) is responsible for registering IP address
to organizations and ISPs.
4. For multiple computers ;
Private IP addresses to address each
computer and router gets the public IP address, and each of
the computers, connected to your router (via wired or wifi)
gets a private IP address from your router via DHCP (Client-
server)protocol on network layer.
Private IP address
 Local or internal IP connect devices in a private
network and can’t access internet.
 They are Non-Routable.
 To allow direct access to a local device which is assigned a
private IP address, a Network Address Translator (NAT)
should be used.
5/9/2018
CLASS RANGE # of HOST
A 10.0.0.0/8 10.255.255.255 16,777,216
B 172.16.0.0./12 172.31.255.255 1,048,576
C 192.168.0.0/16 192.168.255.255 65,536
17
IP Usage:
 An Internet Protocol provides for a set of rules
that govern Internet activity and facilitate completion of
transfer of files and E-mail on the World Wide Web.
 Used to connect to another computer via host
or network interface identification and location
addressing.
 IP is the core of the TCP/IP protocol suite. IP
provides the fundamental mechanism using which data
is delivered between devices which may or may not be
in the same network.
5/9/2018 18
 DATA ENCAPSULATION which provides security.
 FRAGMENTATION which promotes reliability.
 REASSEMBLING on the receiving device and passes it
on to the higher layers for interpretation.
 FORMATTING/PACKAGING where format and
package is only decipherable by the recipient.
5/9/2018 19
IPv4 and IPv6
• IPv6 is used by less than 1% of the networks, while IPv4 is still in use by
the remaining 99%.
5/9/2018
PARAMETERS IPv4 address IPv6 address
Length • 32 bit • 128 bit
Representation • decimals (.) • Hexadecimal (:)
Security Application dependent Inbuilt IPsec support.
Packet Fragmentation Senders and Router. Only Senders
Packet Flow NOT AVAILABLE FLOW label field in
IPv6 header.
Address Configuration Manual and DHCP support. Auto-configuration.
Address Types Unicast and Broadcast. Multicast and Anycast.
Address Resolution
Protocol (ARP)
ARP is available to map IPv4
addresses to MAC address.
MAC address embedded
HID part.NDP
Available.
20
References:
 www.ibm.com
 www.iplocation.net
 www.ciscopress.com
 www. Livewireit.net
Thank you….
5/9/2018 21

More Related Content

What's hot

MAC & IP addresses
MAC & IP addressesMAC & IP addresses
MAC & IP addresses
NetProtocol Xpert
 
IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6
Adeel Rasheed
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
TheGodfather HA
 
Internet protocol (ip) ppt
Internet protocol (ip) pptInternet protocol (ip) ppt
Internet protocol (ip) ppt
Dulith Kasun
 
Subnetting
SubnettingSubnetting
Subnetting
selvakumar_b1985
 
TCP/ IP
TCP/ IP TCP/ IP
OSI Model
OSI ModelOSI Model
OSI Model
Rahul Bandhe
 
IPv4
IPv4IPv4
Classes of ip addresses
Classes of ip addressesClasses of ip addresses
Classes of ip addresses
NetProtocol Xpert
 
Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)
NetProtocol Xpert
 
Mac addresses(media access control)
Mac addresses(media access control)Mac addresses(media access control)
Mac addresses(media access control)Ismail Mukiibi
 
IP Configuration
IP ConfigurationIP Configuration
IP ConfigurationStephen Raj
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting PresentationTouhidul Fahim
 
Ip address
Ip address Ip address
Ip address
Yash Bansal
 
Bgp protocol
Bgp protocolBgp protocol
Bgp protocol
Smriti Tikoo
 
MAC Address – All you Need to Know About it
MAC Address – All you Need to Know About itMAC Address – All you Need to Know About it
MAC Address – All you Need to Know About it
Asya Karapetyan
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
Ashita Agrawal
 
Subnet Masks
Subnet MasksSubnet Masks
Subnet Masksswascher
 
IP Addressing & subnetting strategy
IP Addressing & subnetting strategyIP Addressing & subnetting strategy
IP Addressing & subnetting strategy
Mustafa Salam
 

What's hot (20)

MAC & IP addresses
MAC & IP addressesMAC & IP addresses
MAC & IP addresses
 
IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
Internet protocol (ip) ppt
Internet protocol (ip) pptInternet protocol (ip) ppt
Internet protocol (ip) ppt
 
Subnetting
SubnettingSubnetting
Subnetting
 
TCP/ IP
TCP/ IP TCP/ IP
TCP/ IP
 
OSI Model
OSI ModelOSI Model
OSI Model
 
IPv4
IPv4IPv4
IPv4
 
Classes of ip addresses
Classes of ip addressesClasses of ip addresses
Classes of ip addresses
 
Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)
 
Mac addresses(media access control)
Mac addresses(media access control)Mac addresses(media access control)
Mac addresses(media access control)
 
IP Configuration
IP ConfigurationIP Configuration
IP Configuration
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
 
Ip address
Ip address Ip address
Ip address
 
Bgp protocol
Bgp protocolBgp protocol
Bgp protocol
 
MAC Address – All you Need to Know About it
MAC Address – All you Need to Know About itMAC Address – All you Need to Know About it
MAC Address – All you Need to Know About it
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 
Subnet Masks
Subnet MasksSubnet Masks
Subnet Masks
 
IP Addressing & subnetting strategy
IP Addressing & subnetting strategyIP Addressing & subnetting strategy
IP Addressing & subnetting strategy
 

Similar to IP addressing seminar ppt

IP fundamentals
IP fundamentals IP fundamentals
IP fundamentals sumit singh
 
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
 
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
 
5 configuring TCP/IP
5 configuring TCP/IP5 configuring TCP/IP
5 configuring TCP/IP
Hameda Hurmat
 
Ipv4 & ipv6
Ipv4 & ipv6Ipv4 & ipv6
Ipv4 & ipv6
urooj ehsan
 
Ip Addressing Basics
Ip Addressing BasicsIp Addressing Basics
Ip Addressing Basics
tmavroidis
 
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
Networkershome
 
Rashmi T S-Intrenship PPT.pptx
Rashmi T S-Intrenship PPT.pptxRashmi T S-Intrenship PPT.pptx
Rashmi T S-Intrenship PPT.pptx
ManojGowdaKb
 
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
 
ITE v5.0 - Chapter 6
ITE v5.0 - Chapter 6ITE v5.0 - Chapter 6
ITE v5.0 - Chapter 6
Irsandi Hasan
 
Session 2 Tp 2
Session 2 Tp 2Session 2 Tp 2
Session 2 Tp 2githe26200
 
Ip seminar
Ip seminarIp seminar
Ip seminar
YonasMegersa1
 
I pv4 and ipv6
I pv4 and ipv6I pv4 and ipv6
I pv4 and ipv6
manirajan12
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersĐồng Quốc Vương
 
Digital network lecturer2
Digital network  lecturer2Digital network  lecturer2
Digital network lecturer2
Jumaan Ally Mohamed
 
CCNA CHAPTER 2 BY jetarvind kumar madhukar
CCNA CHAPTER 2 BY jetarvind kumar madhukarCCNA CHAPTER 2 BY jetarvind kumar madhukar
CCNA CHAPTER 2 BY jetarvind kumar madhukar
ALLCAD Services Pvt Limited
 

Similar to IP addressing seminar ppt (20)

IP fundamentals
IP fundamentals IP fundamentals
IP fundamentals
 
Hardware9
Hardware9Hardware9
Hardware9
 
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
 
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)
 
5 configuring TCP/IP
5 configuring TCP/IP5 configuring TCP/IP
5 configuring TCP/IP
 
Ccna1v3 Mod09
Ccna1v3 Mod09Ccna1v3 Mod09
Ccna1v3 Mod09
 
Ipv4 & ipv6
Ipv4 & ipv6Ipv4 & ipv6
Ipv4 & ipv6
 
Ip Addressing Basics
Ip Addressing BasicsIp Addressing Basics
Ip Addressing Basics
 
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
 
Rashmi T S-Intrenship PPT.pptx
Rashmi T S-Intrenship PPT.pptxRashmi T S-Intrenship PPT.pptx
Rashmi T S-Intrenship PPT.pptx
 
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
 
ITE v5.0 - Chapter 6
ITE v5.0 - Chapter 6ITE v5.0 - Chapter 6
ITE v5.0 - Chapter 6
 
Session 2 Tp 2
Session 2 Tp 2Session 2 Tp 2
Session 2 Tp 2
 
Ip seminar
Ip seminarIp seminar
Ip seminar
 
I pv4 and ipv6
I pv4 and ipv6I pv4 and ipv6
I pv4 and ipv6
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
 
Digital network lecturer2
Digital network  lecturer2Digital network  lecturer2
Digital network lecturer2
 
Ccna 1 final
Ccna 1  finalCcna 1  final
Ccna 1 final
 
CCNA CHAPTER 2 BY jetarvind kumar madhukar
CCNA CHAPTER 2 BY jetarvind kumar madhukarCCNA CHAPTER 2 BY jetarvind kumar madhukar
CCNA CHAPTER 2 BY jetarvind kumar madhukar
 

Recently uploaded

Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 

Recently uploaded (20)

Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 

IP addressing seminar ppt

  • 1. IP addressing presented by: Smriti Rastogi . CSE -3RD YEAR. 1503310230. 5/9/2018 1
  • 2. What is an IP address? An unique identifier for a computer or device (host) on a TCP/IP network. 32 bit binary sequence. Valid addresses can range from 0.0.0.0 to 255.255.255.255 Total No.Of address= 2^32 =4.3 Billion. 5/9/2018 2
  • 3. Dotted Decimal Notation  IP addresses are written in a so-called dotted decimal notation  Each byte is identified by a decimal number in the range [0..255]: Example: 1000111110000000 10001001 10010000 1st Byte = 128 2nd Byte = 143 3rd Byte = 137 4th Byte = 144 128.143.137.144 5/9/2018 3
  • 4. History:  I P was the connectionless datagram service in the original.  Transmission Control Program introduced by Vint Cerf and Bob Kahn in 1974; the other being the connection-oriented Transmission Control Protocol (TCP). The Internet protocol suite is therefore often referred to as TCP/IP. General structure: 5/9/2018 IP is the core of the TCP/IP protocol suite. IP provides the fundamental mechanism using which data is delivered between devices which mIP is the core of the TCP/IP protocol suite. IP provides the fundamental mechanism using which data is delivered between devices which mIP is the core of the TCP/IP protocol suite. IP provides the fundamental mechanism using which data is delivered between devices which m NETWORK ID HOST ID HIGH order bits LOW order bits 4
  • 5. How IP Works? 5/9/2018 HOST DNS HOST 3) Process 1) Network Server Upon Network layer. ISP 5
  • 6. Types of IP addresses: Static address:  Permanently fixed for external devices  Manually Configured for a device.  Manageable for small networks.  Security less, more vulnerable to hacking treats.  Good for web, emails database server and FTP server. 5/9/2018 6
  • 7.  Dynamic address:  Assigned by server when host boots.  Assigned via DHCP and BOOTP protocols .  Derived automatically from a range of addresses.  Cheaper than static IP address.  Changing IP address gives more privacy 5/9/2018 7
  • 8. IPV4: Classful Network architecture 5/9/2018 8
  • 9. CLASS—A IP ADDRESS 0_ _ _ _ _ _ _ (8 bit NID) 24 bit HID • No. of networks =2^7=128 • Range= 1 to 126 (loopback address=127.0.0.0) • No. Of IP addresses/networks= 2^24=16M • No. of host configured = 2^24-2 5/9/2018 9
  • 10. CLASS—B IP ADDRESS 10____________(16 bit NID) 16 bit HID • No. of networks =2^14=16K. • Range= 128 to 191. • No. Of IP addresses/networks= 2^16=64K. • No. of host configured= 2^16-2. 5/9/2018 10
  • 11. CLASS—C IP ADDRESS 110____________(24bit NID) 8 bit HID • No. of networks =2^21=2M. • Range=192 to 223. • No. Of IP addresses/networks= 2^8=256. • No. of host configured=254. 5/9/2018 11
  • 12. 5/9/2018 CLASS—D IP ADDRESS • Range= 224 to 239 Class –E IP ADDRESS • Range= 240 to 255 • Not used for host addressing. 12
  • 13. Reserved IP Address  First IP address of any class of IP is reserved representing IP Address of entire network where HID=0.  Limited Broadcast address (Sending the packet to all the host in the SAME network)=255.255.255.255 is FIXED.  Last IP address is reserved for Directed broadcast address ( to all host in DIFFERENT network) where HID=1. Example: 20.255.255.255 5/9/2018 NID HID=1 13
  • 14. Classfull : DISADVANTAGES  Value of first octet determines the NID and HID part.  Address space exhaustion.  Same subnet Mask is used in complete network.  Used with classfull routing protocol like RIPv1.  Limited No. of network for a particular class. 5/9/2018 14
  • 15. CIDR  Subnet Mask determines the NID and HID portion. BGP( Border gateway protocol), RIPv2 protocols are used.  a.b.c.d/x where x is # bits in network portion of address. Variable length subnet mask (VLSM) is used. 5/9/2018 11001000 00010111 00010000 00000000 network part host part 200.23.16.0/23 15
  • 16. 5/9/2018 4a-16 Public IP Addresses 1. Public IP addresses are global and standardized. 2. Can be accessed over the Internet. 3. Internet Assigned Numbers Authority (IANA) formerly known as (InterNIC) is responsible for registering IP address to organizations and ISPs. 4. For multiple computers ; Private IP addresses to address each computer and router gets the public IP address, and each of the computers, connected to your router (via wired or wifi) gets a private IP address from your router via DHCP (Client- server)protocol on network layer.
  • 17. Private IP address  Local or internal IP connect devices in a private network and can’t access internet.  They are Non-Routable.  To allow direct access to a local device which is assigned a private IP address, a Network Address Translator (NAT) should be used. 5/9/2018 CLASS RANGE # of HOST A 10.0.0.0/8 10.255.255.255 16,777,216 B 172.16.0.0./12 172.31.255.255 1,048,576 C 192.168.0.0/16 192.168.255.255 65,536 17
  • 18. IP Usage:  An Internet Protocol provides for a set of rules that govern Internet activity and facilitate completion of transfer of files and E-mail on the World Wide Web.  Used to connect to another computer via host or network interface identification and location addressing.  IP is the core of the TCP/IP protocol suite. IP provides the fundamental mechanism using which data is delivered between devices which may or may not be in the same network. 5/9/2018 18
  • 19.  DATA ENCAPSULATION which provides security.  FRAGMENTATION which promotes reliability.  REASSEMBLING on the receiving device and passes it on to the higher layers for interpretation.  FORMATTING/PACKAGING where format and package is only decipherable by the recipient. 5/9/2018 19
  • 20. IPv4 and IPv6 • IPv6 is used by less than 1% of the networks, while IPv4 is still in use by the remaining 99%. 5/9/2018 PARAMETERS IPv4 address IPv6 address Length • 32 bit • 128 bit Representation • decimals (.) • Hexadecimal (:) Security Application dependent Inbuilt IPsec support. Packet Fragmentation Senders and Router. Only Senders Packet Flow NOT AVAILABLE FLOW label field in IPv6 header. Address Configuration Manual and DHCP support. Auto-configuration. Address Types Unicast and Broadcast. Multicast and Anycast. Address Resolution Protocol (ARP) ARP is available to map IPv4 addresses to MAC address. MAC address embedded HID part.NDP Available. 20
  • 21. References:  www.ibm.com  www.iplocation.net  www.ciscopress.com  www. Livewireit.net Thank you…. 5/9/2018 21

Editor's Notes

  1. Do not change with time.
  2. BROADCASTING IS to send data to many host .
  3. Hence ip addresses are unique in nature. NO two machines that connect to a public network can have the same IP address. A web server, email server and any server device directly accessible from the Internet 
  4. encapsulating the data into an IP datagram. IP fragments datagram into pieces, so that they can each be carried on the local network.  IP reassembles the datagrams received into the full IP datagram (as they may be fragmented) IP uses a specific formatting and packaging prior to transmission. IP accepts data from the transport layer protocols above it in the OSI layer--UDP and TCP--and passes them to the data layers. 
  5. Enhanced version Internet protocol security IPsec is optional. More In packet switching networks, traffic flow, packet flow or network flow is a sequence of packets from a source computer to a destination, dynAMIC or static configuration. Every packet based network has an MTU (Maximum Transmission Unit) size. The MTU is the size of the largest packet that that network can transmit. Packets larger than the allowable MTU must be divided into smaller packets or fragments to enable them to traverse the network. The Neighbor Discovery Protocol (NDP, ND)[1] is a protocol in the Internet protocol suite used with Internet Protocol Version 6 (IPv6). It operates at the Network Layer of the Internet model (RFC 1122), and is responsible for gathering various information required for internet communication, including the configuration of local connections and the domain name servers and gateways used to communicate with more distant systems.[2]