SlideShare a Scribd company logo
1 of 18
Fundamentals of WANs and IP
Routing
Will discuss about links used by WAN –
Ethernet and Serial Links.
TCP/IP Network Layer
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
Wide Area Networks
• Your branch office to head office connects via WAN Link.
• WAN technology devices uses Layer 1 and Layer 2 protocol used for communication.
• Types
• Leased-line WANs
• Ethernet WANs
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
1.Leased-Line WANs
• WAN Links connects routers.
• Leased lines provide Layer 1
service.
1.1 Physical details of leased lines
• A company having leased lines do not own it
they have to pay other company on a
monthly basis.
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-9790901210
How Routers Use a WAN Data Link
• Routers delivers Packets.
• Routers connect a LAN and WAN link.
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
1. Ethernet as a WAN Technology
• Ethernet are der for more than a decade and still improving but distance of the cable matters. Ex.
• 1000BASE-LX – 5km
• 1000BASE-ZX- 70km
Key Topic : CE or CPE , PE, P ??
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
1.IP Routing
• Two main protocol for IP Routing or in Layer 3 are
• IPv4 – 32bit - Binary
• IPv6 – 128bit –Hexa-decimal
• IP takes care of end to end communication using a Packet.
1.1)Network Layer Routing (Forwarding) Logic
• Host operating system has TCP/IP software by default.
Host Forwarding Logic: Send the Packet to the Default Router
PC1 checks the destination address and finds that its
not in same network by doing AND between des.IP and
Source.SM
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
Key Topic : IPv4 Address : (IANA ??)
• IPv4 address is 32 bit Binary address – Always written in decimal format.
Following image shows how its der in binary format.
128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1
x X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
X can be either 0 or 1 as binary values has only zero’s and one’s
• Binary to Decimal conversion
128 64 32 16 8 4 2 1
X X X X X X X X
0 0 0 0 0 0 0 0
1 1 1 1 1 1 1 1
= 0
=255
** add the place value if x is 1, if zero then leave
• Total number of possible IP address is 4294967296
128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1
..
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
Key Topic : IP Address and classes
• Initially when internet or networking was introduced
into this world may be they all are kept under one LAN
similar to how earth evolved with humans.
• Later they thought keeping every IP in one LAN is not
good so they decided to go with Classes of IP address
Classes of IP address
Class Range of first Octet Subnet Mask
Class A 0-127 255.0.0.0
Class B 128-191 255.255.0.0
Class C 192-223 255.255.255.0
Class D 224-239 -------------------
Class E 240-255 -------------------
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
Key Topic : Identifying which Class an IP belong to - Class A
• Class of an IP address depends on the first octet value alone.
• Octet means 8, hence it depends on first 8 bit value.
• In Class A the 32nd bit is always “Zero”
128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1
0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 1 1
128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1
0 1 1 1 1 1 1 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 1 1
• Quiz :
10.0.02
15.0.0.9
145.1.7.8
123.1.2.3
1.255.255.255
Remember the SM is 255.0.0.0
Means we cannot vary first 8 bits
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
Key Topic : Class B IP address
• Class B address are used between medium to large scale
• Last 2 bits are kept “1 0” others we can vary to find out the range.
• To find minimum keep everything as 0’s result is 128
• To find maximum keep every bit as 1’s result is 192
Quiz :
129.0.0.1
178.0.0.2
146.3.4.5
221.9.8.7
128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1
1 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Remember the SM is 255.255.0.0
Means we cannot vary first 16 bits
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
Key Topic : Class C IP address :
• Class C address can be used for small scale network
• First 3 bits are standard 1 1 0
• Now to find out minimum and maximum value keep all 0 and 1’s in remaining places
• Minimum Value :
• Maximum Value:
Remember the SM is 255.255.255.0
Means we cannot vary first 24 bits
128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1
1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1
1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1
1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
Key Topic : Class D and E
• To find out class D and Class E address range simply make below bits as constant
• Class D : 1 1 1 0
• Class E : 1 1 1 1
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
Other Network Layer Feature
• Following are the very important Network Layer protocols which are in use.
1. Domain Name System (DNS)
2. Address Resolution Protocol (ARP)
3. Ping
We will see about one by one in following slides
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
Domain Name System :
• TCP/IP defines a way to use hostnames to identify the IP address
• We can’t imagine remembering our friends phone number but we remember their names, similarly
we can’t imagine of remembering our IP address of a website.
How to find out a websites IP address (Rec 2)
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
• Lets take an example of Bob trying to send a packet to Server 1
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
The Address Resolution Protocol
• IP routing logic requires that hosts and routers encapsulate IP packets inside data-link layer frames.
• TCP/IP defines the Address Resolution Protocol (ARP) as the method by which any host or router on a
LAN can dynamically learn the MAC address of another IP in the same LAN
• Once it learns the MAC address it gets stored in arp cache
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
How to view my ARP Cache
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210
ICMP Echo and the ping Command
• Primary Network tool to check IP connectivity is PING command.
• Ping (Packet Internet Groper) uses the Internet Control Message Protocol (ICMP), sending a message
called an ICMP echo request to another IP address.
• ICMP does not rely on any application.
WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-
9790901210

More Related Content

What's hot

What's hot (20)

Subnetting Made Easy
Subnetting Made EasySubnetting Made Easy
Subnetting Made Easy
 
Subnetting
SubnettingSubnetting
Subnetting
 
Subnetting
SubnettingSubnetting
Subnetting
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
 
Vlsm
VlsmVlsm
Vlsm
 
CCNA part 3 subnetting
CCNA part 3 subnettingCCNA part 3 subnetting
CCNA part 3 subnetting
 
How to IP Subnetting IPV4
How to IP Subnetting IPV4How to IP Subnetting IPV4
How to IP Subnetting IPV4
 
Easy IP Addressing and Subnetting Manual for Starters
Easy IP Addressing and Subnetting Manual for StartersEasy IP Addressing and Subnetting Manual for Starters
Easy IP Addressing and Subnetting Manual for Starters
 
Subneting
SubnetingSubneting
Subneting
 
Subentting, Supernetting and VLSM presentation
Subentting, Supernetting and VLSM presentationSubentting, Supernetting and VLSM presentation
Subentting, Supernetting and VLSM presentation
 
Splitting A Class C Network Into 4 Subnets
Splitting A Class C Network Into 4 SubnetsSplitting A Class C Network Into 4 Subnets
Splitting A Class C Network Into 4 Subnets
 
Subnetting a class_c_address
Subnetting a class_c_addressSubnetting a class_c_address
Subnetting a class_c_address
 
Lesson 2: Subnetting basics
Lesson 2: Subnetting basicsLesson 2: Subnetting basics
Lesson 2: Subnetting basics
 
Very Simple way of subnetting for Class C.
Very Simple way of  subnetting for Class C.Very Simple way of  subnetting for Class C.
Very Simple way of subnetting for Class C.
 
IP Addressing and Subnetting Basics
IP Addressing and Subnetting BasicsIP Addressing and Subnetting Basics
IP Addressing and Subnetting Basics
 
Subnetting
SubnettingSubnetting
Subnetting
 
Subnet Mask
Subnet MaskSubnet Mask
Subnet Mask
 
C I D R
C I D RC I D R
C I D R
 
Subnetting ked
Subnetting kedSubnetting ked
Subnetting ked
 
Subnetting made simple
Subnetting made simpleSubnetting made simple
Subnetting made simple
 

Similar to Chapter 3. fundamentals of wan and ip routing

Oct. 14, 2011 webcast ch7 subnets bruce hartpence
Oct. 14, 2011 webcast ch7 subnets bruce hartpenceOct. 14, 2011 webcast ch7 subnets bruce hartpence
Oct. 14, 2011 webcast ch7 subnets bruce hartpenceO'Reilly Media
 
IP_Addressing_and Subnetting.pdf
IP_Addressing_and Subnetting.pdfIP_Addressing_and Subnetting.pdf
IP_Addressing_and Subnetting.pdfSayusAli
 
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 AdministratorsAniekan Akpaffiong
 
Ip -subnetting
Ip  -subnettingIp  -subnetting
Ip -subnettingnithinj54
 
Uccn1003 -may10_-_lect03c_-_ip_subnets_rules
Uccn1003  -may10_-_lect03c_-_ip_subnets_rulesUccn1003  -may10_-_lect03c_-_ip_subnets_rules
Uccn1003 -may10_-_lect03c_-_ip_subnets_rulesShu Shin
 
Cisco-IP-Addressing.ppt
Cisco-IP-Addressing.pptCisco-IP-Addressing.ppt
Cisco-IP-Addressing.pptMuhamadAriefY
 
Computer networking
Computer networkingComputer networking
Computer networkingChinmoy Jena
 
Expl net fund_chapter_06_i_pv4_part_1
Expl net fund_chapter_06_i_pv4_part_1Expl net fund_chapter_06_i_pv4_part_1
Expl net fund_chapter_06_i_pv4_part_1kurtmctaggart
 
2022_ITN_Module_5.pptx
2022_ITN_Module_5.pptx2022_ITN_Module_5.pptx
2022_ITN_Module_5.pptxDintlePhofu
 
Wipro telecom training i pv4 concepts
Wipro telecom training   i pv4 conceptsWipro telecom training   i pv4 concepts
Wipro telecom training i pv4 conceptsJAIGANESH SEKAR
 
Ex 1 chapter06-i-pv4-tony_chen
Ex 1 chapter06-i-pv4-tony_chenEx 1 chapter06-i-pv4-tony_chen
Ex 1 chapter06-i-pv4-tony_chenĐô GiẢn
 
network design 7.pptx
network design 7.pptxnetwork design 7.pptx
network design 7.pptxaida alsamawi
 

Similar to Chapter 3. fundamentals of wan and ip routing (20)

Subnetting
SubnettingSubnetting
Subnetting
 
Oct. 14, 2011 webcast ch7 subnets bruce hartpence
Oct. 14, 2011 webcast ch7 subnets bruce hartpenceOct. 14, 2011 webcast ch7 subnets bruce hartpence
Oct. 14, 2011 webcast ch7 subnets bruce hartpence
 
IP_Addressing_and Subnetting.pdf
IP_Addressing_and Subnetting.pdfIP_Addressing_and Subnetting.pdf
IP_Addressing_and Subnetting.pdf
 
How IP address works
How IP address worksHow IP address works
How IP address works
 
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
 
Ip -subnetting
Ip  -subnettingIp  -subnetting
Ip -subnetting
 
Uccn1003 -may10_-_lect03c_-_ip_subnets_rules
Uccn1003  -may10_-_lect03c_-_ip_subnets_rulesUccn1003  -may10_-_lect03c_-_ip_subnets_rules
Uccn1003 -may10_-_lect03c_-_ip_subnets_rules
 
I Paddress
I PaddressI Paddress
I Paddress
 
Cisco-IP-Addressing.ppt
Cisco-IP-Addressing.pptCisco-IP-Addressing.ppt
Cisco-IP-Addressing.ppt
 
Computer networking
Computer networkingComputer networking
Computer networking
 
Mod6
Mod6Mod6
Mod6
 
IP Addressing
IP AddressingIP Addressing
IP Addressing
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Expl net fund_chapter_06_i_pv4_part_1
Expl net fund_chapter_06_i_pv4_part_1Expl net fund_chapter_06_i_pv4_part_1
Expl net fund_chapter_06_i_pv4_part_1
 
2022_ITN_Module_5.pptx
2022_ITN_Module_5.pptx2022_ITN_Module_5.pptx
2022_ITN_Module_5.pptx
 
Wipro telecom training i pv4 concepts
Wipro telecom training   i pv4 conceptsWipro telecom training   i pv4 concepts
Wipro telecom training i pv4 concepts
 
Ex 1 chapter06-i-pv4-tony_chen
Ex 1 chapter06-i-pv4-tony_chenEx 1 chapter06-i-pv4-tony_chen
Ex 1 chapter06-i-pv4-tony_chen
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
 
Subnetting
SubnettingSubnetting
Subnetting
 
network design 7.pptx
network design 7.pptxnetwork design 7.pptx
network design 7.pptx
 

More from Vishnu Vardhan

Chapter 25. implementing i pv6 routing
Chapter 25. implementing i pv6 routingChapter 25. implementing i pv6 routing
Chapter 25. implementing i pv6 routingVishnu Vardhan
 
5. configuring multiple switch with files
5. configuring multiple switch with files5. configuring multiple switch with files
5. configuring multiple switch with filesVishnu Vardhan
 
Chapter 4. using the command line interface
Chapter 4. using the command line interfaceChapter 4. using the command line interface
Chapter 4. using the command line interfaceVishnu Vardhan
 
Chapter 3.1 subnetting
Chapter 3.1 subnetting Chapter 3.1 subnetting
Chapter 3.1 subnetting Vishnu Vardhan
 
Chapter 2. fundamentals of ethernet la ns
Chapter 2. fundamentals of ethernet la nsChapter 2. fundamentals of ethernet la ns
Chapter 2. fundamentals of ethernet la nsVishnu Vardhan
 
Chapter 1. introduction to tcpip networking
Chapter 1. introduction to tcpip networkingChapter 1. introduction to tcpip networking
Chapter 1. introduction to tcpip networkingVishnu Vardhan
 

More from Vishnu Vardhan (11)

3. basics of python
3. basics of python3. basics of python
3. basics of python
 
2. basics of python
2. basics of python2. basics of python
2. basics of python
 
Chapter 25. implementing i pv6 routing
Chapter 25. implementing i pv6 routingChapter 25. implementing i pv6 routing
Chapter 25. implementing i pv6 routing
 
5. configuring multiple switch with files
5. configuring multiple switch with files5. configuring multiple switch with files
5. configuring multiple switch with files
 
1. basics of python
1. basics of python1. basics of python
1. basics of python
 
Ospf
OspfOspf
Ospf
 
Chapter 4. using the command line interface
Chapter 4. using the command line interfaceChapter 4. using the command line interface
Chapter 4. using the command line interface
 
Chapter 3.1 subnetting
Chapter 3.1 subnetting Chapter 3.1 subnetting
Chapter 3.1 subnetting
 
Chapter 2. fundamentals of ethernet la ns
Chapter 2. fundamentals of ethernet la nsChapter 2. fundamentals of ethernet la ns
Chapter 2. fundamentals of ethernet la ns
 
Chapter 1.2 osi layer
Chapter 1.2 osi layerChapter 1.2 osi layer
Chapter 1.2 osi layer
 
Chapter 1. introduction to tcpip networking
Chapter 1. introduction to tcpip networkingChapter 1. introduction to tcpip networking
Chapter 1. introduction to tcpip networking
 

Recently uploaded

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
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
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
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
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
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
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
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 

Recently uploaded (20)

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
 
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
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
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
 
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"
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
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
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
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...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

Chapter 3. fundamentals of wan and ip routing

  • 1. Fundamentals of WANs and IP Routing Will discuss about links used by WAN – Ethernet and Serial Links. TCP/IP Network Layer WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 2. Wide Area Networks • Your branch office to head office connects via WAN Link. • WAN technology devices uses Layer 1 and Layer 2 protocol used for communication. • Types • Leased-line WANs • Ethernet WANs WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 3. 1.Leased-Line WANs • WAN Links connects routers. • Leased lines provide Layer 1 service. 1.1 Physical details of leased lines • A company having leased lines do not own it they have to pay other company on a monthly basis. WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91-9790901210
  • 4. How Routers Use a WAN Data Link • Routers delivers Packets. • Routers connect a LAN and WAN link. WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 5. 1. Ethernet as a WAN Technology • Ethernet are der for more than a decade and still improving but distance of the cable matters. Ex. • 1000BASE-LX – 5km • 1000BASE-ZX- 70km Key Topic : CE or CPE , PE, P ?? WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 6. 1.IP Routing • Two main protocol for IP Routing or in Layer 3 are • IPv4 – 32bit - Binary • IPv6 – 128bit –Hexa-decimal • IP takes care of end to end communication using a Packet. 1.1)Network Layer Routing (Forwarding) Logic • Host operating system has TCP/IP software by default. Host Forwarding Logic: Send the Packet to the Default Router PC1 checks the destination address and finds that its not in same network by doing AND between des.IP and Source.SM WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 7. Key Topic : IPv4 Address : (IANA ??) • IPv4 address is 32 bit Binary address – Always written in decimal format. Following image shows how its der in binary format. 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 x X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X can be either 0 or 1 as binary values has only zero’s and one’s • Binary to Decimal conversion 128 64 32 16 8 4 2 1 X X X X X X X X 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 = 0 =255 ** add the place value if x is 1, if zero then leave • Total number of possible IP address is 4294967296 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 .. 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 8. Key Topic : IP Address and classes • Initially when internet or networking was introduced into this world may be they all are kept under one LAN similar to how earth evolved with humans. • Later they thought keeping every IP in one LAN is not good so they decided to go with Classes of IP address Classes of IP address Class Range of first Octet Subnet Mask Class A 0-127 255.0.0.0 Class B 128-191 255.255.0.0 Class C 192-223 255.255.255.0 Class D 224-239 ------------------- Class E 240-255 ------------------- WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 9. Key Topic : Identifying which Class an IP belong to - Class A • Class of an IP address depends on the first octet value alone. • Octet means 8, hence it depends on first 8 bit value. • In Class A the 32nd bit is always “Zero” 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 1 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 0 1 1 1 1 1 1 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 1 1 • Quiz : 10.0.02 15.0.0.9 145.1.7.8 123.1.2.3 1.255.255.255 Remember the SM is 255.0.0.0 Means we cannot vary first 8 bits WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 10. Key Topic : Class B IP address • Class B address are used between medium to large scale • Last 2 bits are kept “1 0” others we can vary to find out the range. • To find minimum keep everything as 0’s result is 128 • To find maximum keep every bit as 1’s result is 192 Quiz : 129.0.0.1 178.0.0.2 146.3.4.5 221.9.8.7 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 1 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Remember the SM is 255.255.0.0 Means we cannot vary first 16 bits WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 11. Key Topic : Class C IP address : • Class C address can be used for small scale network • First 3 bits are standard 1 1 0 • Now to find out minimum and maximum value keep all 0 and 1’s in remaining places • Minimum Value : • Maximum Value: Remember the SM is 255.255.255.0 Means we cannot vary first 24 bits 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 128 64 32 16 8 4 2 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 12. Key Topic : Class D and E • To find out class D and Class E address range simply make below bits as constant • Class D : 1 1 1 0 • Class E : 1 1 1 1 WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 13. Other Network Layer Feature • Following are the very important Network Layer protocols which are in use. 1. Domain Name System (DNS) 2. Address Resolution Protocol (ARP) 3. Ping We will see about one by one in following slides WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 14. Domain Name System : • TCP/IP defines a way to use hostnames to identify the IP address • We can’t imagine remembering our friends phone number but we remember their names, similarly we can’t imagine of remembering our IP address of a website. How to find out a websites IP address (Rec 2) WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 15. • Lets take an example of Bob trying to send a packet to Server 1 WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 16. The Address Resolution Protocol • IP routing logic requires that hosts and routers encapsulate IP packets inside data-link layer frames. • TCP/IP defines the Address Resolution Protocol (ARP) as the method by which any host or router on a LAN can dynamically learn the MAC address of another IP in the same LAN • Once it learns the MAC address it gets stored in arp cache WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 17. How to view my ARP Cache WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210
  • 18. ICMP Echo and the ping Command • Primary Network tool to check IP connectivity is PING command. • Ping (Packet Internet Groper) uses the Internet Control Message Protocol (ICMP), sending a message called an ICMP echo request to another IP address. • ICMP does not rely on any application. WWW.NETWORKRHINOS.COM | VISHNU (FOUNDER) | +91- 9790901210