SlideShare una empresa de Scribd logo
1 de 33
Learning Outcomes
1. Explain the addressing scheme of
TCP/IP
2. Identify Public and Private IP address.
3. Types of IP address
4. Methods of obtaining IP addresses
Recap!!
1. Can you list the 7 Layer in OSI?
2. What is protocol?
3. Did you still remember TCP/IP
Model. List all the 4 Layer in
TCP/IP?
IP Addresses and Subnet Mask
• IP address
IP address is a 32-bit binary number that
divided into 4 groups of 8 bits, known as
octets.
Allow to communicate with other
computers.
IP address is the number assigned to your
computer by the network device.
IP Addresses and Subnet Mask
• Subnet Mask
Determines how many IP addresses you
can use for your network.
Example, 255.255.255.0 would allow you
to use 254 IP addresses for your network.
Subnet mask defines how large of a
network you want to talk to by default.
IP Addresses and Subnet Mask
Addressing Scheme: Structure of IP Address
Purpose of IP Address
1. First part identifies the
network (N)
2. Second part identifies
the host (H)
Where is
192.168.5.22?
192.168.5.99
192.168.5.0
192.168.5.23
192.168.5.22
Here is
NETWORK
192.168.5.22
in PTSS
1
2
I’m HOST
192.168.5.22
Purpose of IP Address
The logical 32-bit IP address is
hierarchical and is made up of
two parts. The first part identifies
the network and the second part
identifies a host on that network
First part identifies the network
Second part identifies the host
Binary and Dotted Decimal Notation
• Different format of IP address, binary,
dotted decimal and hexadecimal.
1. Binary.
Example: 11000000 10101000 00000001
00001010
2. Dotted Decimal.
Example: 192.168.1.10
3. Hexadecimal.
Example: C0.A8.1.A
Binary to
Hexadecimal
Binary= 0, 1
Decimal= 0–9
Hexadecimal= 0–9, A-F
Decimal Binary Hexadecimal
0 0000 0
1 0001 1
2 0010 2
3 0011 3
4 0100 4
5 0101 5
6 0110 6
7 0111 7
8 1000 8
9 1001 9
10 1010 A
11 1011 B
12 1100 C
13 1101 D
14 1110 E
15 1111 F
Types of IP/Network Address
CLASS RANGE
OF 1st
OCTET
RANGE OF
1st OCTET
(BINARY)
Network(N) and
Host(H) Part in
Address
DEFAULT SUBNET
MASK
PURPOSE
A 1-126 00000000 -
01111111
N.H.H.H
Host: 16.7
millions
255.0.0.0 Large network
B 128-191 10000000 -
10111111
N.N.H.H
Host: 65k
255.255.0.0 Medium
network
C 192-223 11000000 -
11011111
N.N.N.H
Host: 254
255.255.255.0 Small network
D 224-239 11100000 -
11101111
Not for
commercial use
as a host
255.255.255.255 Multicasting
E 240-254 11110000 -
11111111
- Reserved - for
experimental
use
The class of an address can be determined by the value of the
first octet
Extra!!!
• IP Addressing Rules
1. All Host portions cannot be ZERO
(0=network ID/00000000)
2. All Host portions cannot be 255 as 255 is a
broadcast address in any network
(255=1=broadcast ID/11111111)
3. No computing device can be assigned an IP
of 127.0.0.1 as it is a LOOPBACK IP address
(localhost)
4. All Host portion should be unique in any given
network.
Private and Public IP Addresses
• All hosts that connect directly to the Internet require a
unique public IP address. An IP address is
considered public if the IP number is valid.
• Some private addresses are reserved for use
exclusively inside an organization.
• Public IP addresses are used by servers (including
those for Web sites and DNS servers), network
routers or any computer connected directly to the
Internet via a modem.
Private and Public IP Addresses (cont…)
• Private addresses can be used internally by hosts
in an organization as long as the hosts do not
connect directly to the Internet.
• Private addresses are not routed on the Internet and
will be quickly blocked by an ISP router.
• The use of private addresses can provide a measure
of security since they are only visible on the local
network.
How to set Private IP?
Static – Our own host, Automatic - DHCP
Private and Public IP Addresses (cont…)
Private IP Address
• Private IP addresses are used only within your
network.
• Private IP addresses always start with:
• CLASS A – 10.x.x.x
Valid IP addresses:10.0.0.1 to 10.255.255.254
• CLASS B - 172.16.x.x
Valid IP addresses:172.16.0.1 to 172.31.255.254
• CLASS C - 192.168.x.x
Valid IP addresses:192.168.0.1 to 192.168.255.254
Types of Addressing
• IP addresses also categorized as unicast,
broadcast or multicast.
• Hosts can use IP addresses to communicate
- one-to-one (unicast),
- one-to-many (multicast) or
- one-to-all (broadcast).
Unicast Addressing
• To describe communication where a piece
of information is sent from one point to
another point. In this case there is just
one sender, and one receiver.
• One-to-One
• Example: The standard unicast
applications (http, smtp, ftp and telnet)
which employ the TCP transport protocol.
Unicast Addressing (cont…)
Multicast Addressing
• To describe communication where a piece
of information is sent from one or more
points to a set of other points. In this case
there is may be one or more senders.
• One-to-Many
• Example of an application which may use
multicast is a video server sending out
networked TV channels / Group email.
Multicast Addressing (cont…)
Broadcast Addressing
• To describe communication where a piece
of information is sent from one point to all
other points. In this case there is just one
sender, but the information is sent to all
connected receivers.
• One-to-All
• Example: The standard application
(address resolution protocol (ARP))
Broadcast Addressing (cont…)
Addressing Method
• Static / Manual Addressing
• Dynamic / Automatic Addressing
Addressing Method (cont…)
• Static/Manual
– Setting up IP configuration at network manually
• Dynamic/automatic
– Automatically received IP address from DHCP
server
Static Addressing
Advantages Disadvantages
If you run servers, you will
always know where in the
world it is and or login
remotely
You can't move your
machine to a different subnet
and expect it to work. You
need to reconfigure it
Useful for printer setting
Dynamic Addressing
Advantages Disadvantages
IP configuration information
gets automatically configured
for client machine by the
DHCP server.
You can't move your
machine to a different subnet
and expect it to work. You
need to reconfigure it
Less security risk as the
computer is assigned a new
IP address whenever you log
on.
Dynamic Addressing (cont…)
• DHCP Server
Set of rules for dynamically
assigning IP addresses to
devices on a network.
It assigns the IP addresses
and ensures that all IP
addresses are unique.
Domain Name Service (DNS)
• Domain Name Service (DNS) is the service
used to convert human readable names of
hosts to IP addresses.
• Example:
- PC10  192.168.2.12
- www.google.com 
74.125.135.105
74.125.135.104
74.125.135.106
74.125.135.147
74.125.135.99
74.125.135.103
How DNS Server Works???
http://www.youtube.com/wat
ch?v=p7UR7Nipqcs
http://www.youtube.com/wat
ch?v=e5DEVa9eSN0
I don’t stop when I’m tired.
I only stop when I’m done…

Más contenido relacionado

La actualidad más candente

Computer networks
Computer networksComputer networks
Computer networks
Tej Kiran
 
Basic ip and networking ver 3 kl
Basic ip and networking ver 3 klBasic ip and networking ver 3 kl
Basic ip and networking ver 3 kl
Azhar Ali
 
Computer network (12)
Computer network (12)Computer network (12)
Computer network (12)
NYversity
 

La actualidad más candente (20)

Basic networking course
Basic networking courseBasic networking course
Basic networking course
 
MVA slides lesson 6
MVA slides lesson 6MVA slides lesson 6
MVA slides lesson 6
 
MVA slides lesson 5
MVA slides lesson 5MVA slides lesson 5
MVA slides lesson 5
 
98 366 mva slides lesson 6
98 366 mva slides lesson 698 366 mva slides lesson 6
98 366 mva slides lesson 6
 
Computer networks
Computer networksComputer networks
Computer networks
 
Network Fundamentals: Ch6 - Addressing the Network IP v4
Network Fundamentals: Ch6 - Addressing the Network IP v4Network Fundamentals: Ch6 - Addressing the Network IP v4
Network Fundamentals: Ch6 - Addressing the Network IP v4
 
MVA slides lesson 2
MVA slides lesson 2MVA slides lesson 2
MVA slides lesson 2
 
MVA slides lesson 3
MVA slides lesson 3MVA slides lesson 3
MVA slides lesson 3
 
Ip v4 & ip v6
Ip v4 & ip v6Ip v4 & ip v6
Ip v4 & ip v6
 
MVA slides lesson 1
MVA slides lesson 1MVA slides lesson 1
MVA slides lesson 1
 
Internet protocol (ip)
Internet protocol (ip)Internet protocol (ip)
Internet protocol (ip)
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
 
0 lecture 5 wp wireless protocol
0 lecture 5 wp wireless protocol0 lecture 5 wp wireless protocol
0 lecture 5 wp wireless protocol
 
Basic ip and networking ver 3 kl
Basic ip and networking ver 3 klBasic ip and networking ver 3 kl
Basic ip and networking ver 3 kl
 
CCNA IP Addressing
CCNA IP AddressingCCNA IP Addressing
CCNA IP Addressing
 
98 366 mva slides lesson 8
98 366 mva slides lesson 898 366 mva slides lesson 8
98 366 mva slides lesson 8
 
98 366 mva slides lesson 5
98 366 mva slides lesson 598 366 mva slides lesson 5
98 366 mva slides lesson 5
 
Network layer logical addressing
Network layer logical addressingNetwork layer logical addressing
Network layer logical addressing
 
Computer network (12)
Computer network (12)Computer network (12)
Computer network (12)
 
Networking Essentials Lesson 01 - Eric Vanderburg
 Networking Essentials Lesson 01 - Eric Vanderburg Networking Essentials Lesson 01 - Eric Vanderburg
Networking Essentials Lesson 01 - Eric Vanderburg
 

Similar a Topic 2.3 network addressing for tcpip

chsadsadasdasdasdasdsadsadsadsadsadasda10.ppt
chsadsadasdasdasdasdsadsadsadsadsadasda10.pptchsadsadasdasdasdasdsadsadsadsadsadasda10.ppt
chsadsadasdasdasdasdsadsadsadsadsadasda10.ppt
ssuserde23af
 
Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05
gameaxt
 
Networking Chapter 7
Networking Chapter 7Networking Chapter 7
Networking Chapter 7
mlrbrown
 
70-410_r2_lecture_slides_lehjhjkhjkhjhkjhjkhkjsson_10.pptx
70-410_r2_lecture_slides_lehjhjkhjkhjhkjhjkhkjsson_10.pptx70-410_r2_lecture_slides_lehjhjkhjkhjhkjhjkhkjsson_10.pptx
70-410_r2_lecture_slides_lehjhjkhjkhjhkjhjkhkjsson_10.pptx
kmjanjua19
 

Similar a Topic 2.3 network addressing for tcpip (20)

chsadsadasdasdasdasdsadsadsadsadsadasda10.ppt
chsadsadasdasdasdasdsadsadsadsadsadasda10.pptchsadsadasdasdasdasdsadsadsadsadsadasda10.ppt
chsadsadasdasdasdasdsadsadsadsadsadasda10.ppt
 
Addressing
AddressingAddressing
Addressing
 
Networking Brush Up for Amazon AWS Administrators
Networking Brush Up for Amazon AWS AdministratorsNetworking Brush Up for Amazon AWS Administrators
Networking Brush Up for Amazon AWS Administrators
 
Lesson1: Introduction To Networking Concepts
Lesson1: Introduction To Networking ConceptsLesson1: Introduction To Networking Concepts
Lesson1: Introduction To Networking Concepts
 
5 configuring TCP/IP
5 configuring TCP/IP5 configuring TCP/IP
5 configuring TCP/IP
 
Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05
 
IPV6
IPV6IPV6
IPV6
 
Ip Addressing Basics
Ip Addressing BasicsIp Addressing Basics
Ip Addressing Basics
 
network Fundaa.pptx
network Fundaa.pptxnetwork Fundaa.pptx
network Fundaa.pptx
 
Networking Chapter 7
Networking Chapter 7Networking Chapter 7
Networking Chapter 7
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
IP Addressing & subnetting strategy
IP Addressing & subnetting strategyIP Addressing & subnetting strategy
IP Addressing & subnetting strategy
 
Computer network coe351- part3-final
Computer network coe351- part3-finalComputer network coe351- part3-final
Computer network coe351- part3-final
 
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)
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
Advance Applied Networking with classes.
Advance Applied Networking with classes.Advance Applied Networking with classes.
Advance Applied Networking with classes.
 
Ip address and subnet masking final
Ip address and subnet masking finalIp address and subnet masking final
Ip address and subnet masking final
 
IP classes
IP classesIP classes
IP classes
 
70-410_r2_lecture_slides_lehjhjkhjkhjhkjhjkhkjsson_10.pptx
70-410_r2_lecture_slides_lehjhjkhjkhjhkjhjkhkjsson_10.pptx70-410_r2_lecture_slides_lehjhjkhjkhjhkjhjkhkjsson_10.pptx
70-410_r2_lecture_slides_lehjhjkhjkhjhkjhjkhkjsson_10.pptx
 
Configuring IPv4 and IPv6 Addressing to STEM
Configuring IPv4 and IPv6 Addressing to STEMConfiguring IPv4 and IPv6 Addressing to STEM
Configuring IPv4 and IPv6 Addressing to STEM
 

Más de Atika Zaimi (6)

Topic 5.0 basic security part 1
Topic 5.0 basic security part 1Topic 5.0 basic security part 1
Topic 5.0 basic security part 1
 
Topic 4.0 wireless technology
Topic 4.0 wireless technologyTopic 4.0 wireless technology
Topic 4.0 wireless technology
 
Topic 3.2 internet service provider
Topic 3.2 internet service providerTopic 3.2 internet service provider
Topic 3.2 internet service provider
 
Topic 3.1 data transmission and networking media
Topic 3.1 data transmission and networking mediaTopic 3.1 data transmission and networking media
Topic 3.1 data transmission and networking media
 
Topic 1.3 create lan using networking devices
Topic 1.3 create lan using networking devicesTopic 1.3 create lan using networking devices
Topic 1.3 create lan using networking devices
 
Topic 1.2 principle of communication in networking
Topic 1.2 principle of communication in networkingTopic 1.2 principle of communication in networking
Topic 1.2 principle of communication in networking
 

Último

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Último (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 

Topic 2.3 network addressing for tcpip

  • 1.
  • 2. Learning Outcomes 1. Explain the addressing scheme of TCP/IP 2. Identify Public and Private IP address. 3. Types of IP address 4. Methods of obtaining IP addresses
  • 3. Recap!! 1. Can you list the 7 Layer in OSI? 2. What is protocol? 3. Did you still remember TCP/IP Model. List all the 4 Layer in TCP/IP?
  • 4. IP Addresses and Subnet Mask • IP address IP address is a 32-bit binary number that divided into 4 groups of 8 bits, known as octets. Allow to communicate with other computers. IP address is the number assigned to your computer by the network device.
  • 5. IP Addresses and Subnet Mask • Subnet Mask Determines how many IP addresses you can use for your network. Example, 255.255.255.0 would allow you to use 254 IP addresses for your network. Subnet mask defines how large of a network you want to talk to by default.
  • 6. IP Addresses and Subnet Mask
  • 8. Purpose of IP Address 1. First part identifies the network (N) 2. Second part identifies the host (H) Where is 192.168.5.22? 192.168.5.99 192.168.5.0 192.168.5.23 192.168.5.22 Here is NETWORK 192.168.5.22 in PTSS 1 2 I’m HOST 192.168.5.22
  • 9. Purpose of IP Address The logical 32-bit IP address is hierarchical and is made up of two parts. The first part identifies the network and the second part identifies a host on that network First part identifies the network Second part identifies the host
  • 10. Binary and Dotted Decimal Notation • Different format of IP address, binary, dotted decimal and hexadecimal. 1. Binary. Example: 11000000 10101000 00000001 00001010 2. Dotted Decimal. Example: 192.168.1.10 3. Hexadecimal. Example: C0.A8.1.A
  • 11. Binary to Hexadecimal Binary= 0, 1 Decimal= 0–9 Hexadecimal= 0–9, A-F Decimal Binary Hexadecimal 0 0000 0 1 0001 1 2 0010 2 3 0011 3 4 0100 4 5 0101 5 6 0110 6 7 0111 7 8 1000 8 9 1001 9 10 1010 A 11 1011 B 12 1100 C 13 1101 D 14 1110 E 15 1111 F
  • 12. Types of IP/Network Address CLASS RANGE OF 1st OCTET RANGE OF 1st OCTET (BINARY) Network(N) and Host(H) Part in Address DEFAULT SUBNET MASK PURPOSE A 1-126 00000000 - 01111111 N.H.H.H Host: 16.7 millions 255.0.0.0 Large network B 128-191 10000000 - 10111111 N.N.H.H Host: 65k 255.255.0.0 Medium network C 192-223 11000000 - 11011111 N.N.N.H Host: 254 255.255.255.0 Small network D 224-239 11100000 - 11101111 Not for commercial use as a host 255.255.255.255 Multicasting E 240-254 11110000 - 11111111 - Reserved - for experimental use The class of an address can be determined by the value of the first octet
  • 13. Extra!!! • IP Addressing Rules 1. All Host portions cannot be ZERO (0=network ID/00000000) 2. All Host portions cannot be 255 as 255 is a broadcast address in any network (255=1=broadcast ID/11111111) 3. No computing device can be assigned an IP of 127.0.0.1 as it is a LOOPBACK IP address (localhost) 4. All Host portion should be unique in any given network.
  • 14. Private and Public IP Addresses • All hosts that connect directly to the Internet require a unique public IP address. An IP address is considered public if the IP number is valid. • Some private addresses are reserved for use exclusively inside an organization. • Public IP addresses are used by servers (including those for Web sites and DNS servers), network routers or any computer connected directly to the Internet via a modem.
  • 15. Private and Public IP Addresses (cont…) • Private addresses can be used internally by hosts in an organization as long as the hosts do not connect directly to the Internet. • Private addresses are not routed on the Internet and will be quickly blocked by an ISP router. • The use of private addresses can provide a measure of security since they are only visible on the local network. How to set Private IP? Static – Our own host, Automatic - DHCP
  • 16. Private and Public IP Addresses (cont…)
  • 17. Private IP Address • Private IP addresses are used only within your network. • Private IP addresses always start with: • CLASS A – 10.x.x.x Valid IP addresses:10.0.0.1 to 10.255.255.254 • CLASS B - 172.16.x.x Valid IP addresses:172.16.0.1 to 172.31.255.254 • CLASS C - 192.168.x.x Valid IP addresses:192.168.0.1 to 192.168.255.254
  • 18. Types of Addressing • IP addresses also categorized as unicast, broadcast or multicast. • Hosts can use IP addresses to communicate - one-to-one (unicast), - one-to-many (multicast) or - one-to-all (broadcast).
  • 19. Unicast Addressing • To describe communication where a piece of information is sent from one point to another point. In this case there is just one sender, and one receiver. • One-to-One • Example: The standard unicast applications (http, smtp, ftp and telnet) which employ the TCP transport protocol.
  • 21. Multicast Addressing • To describe communication where a piece of information is sent from one or more points to a set of other points. In this case there is may be one or more senders. • One-to-Many • Example of an application which may use multicast is a video server sending out networked TV channels / Group email.
  • 23. Broadcast Addressing • To describe communication where a piece of information is sent from one point to all other points. In this case there is just one sender, but the information is sent to all connected receivers. • One-to-All • Example: The standard application (address resolution protocol (ARP))
  • 25. Addressing Method • Static / Manual Addressing • Dynamic / Automatic Addressing
  • 26. Addressing Method (cont…) • Static/Manual – Setting up IP configuration at network manually • Dynamic/automatic – Automatically received IP address from DHCP server
  • 27. Static Addressing Advantages Disadvantages If you run servers, you will always know where in the world it is and or login remotely You can't move your machine to a different subnet and expect it to work. You need to reconfigure it Useful for printer setting
  • 28. Dynamic Addressing Advantages Disadvantages IP configuration information gets automatically configured for client machine by the DHCP server. You can't move your machine to a different subnet and expect it to work. You need to reconfigure it Less security risk as the computer is assigned a new IP address whenever you log on.
  • 29. Dynamic Addressing (cont…) • DHCP Server Set of rules for dynamically assigning IP addresses to devices on a network. It assigns the IP addresses and ensures that all IP addresses are unique.
  • 30. Domain Name Service (DNS) • Domain Name Service (DNS) is the service used to convert human readable names of hosts to IP addresses. • Example: - PC10  192.168.2.12 - www.google.com  74.125.135.105 74.125.135.104 74.125.135.106 74.125.135.147 74.125.135.99 74.125.135.103
  • 31. How DNS Server Works???
  • 33. I don’t stop when I’m tired. I only stop when I’m done…