WAN 
Wide Area Network
Wide Area Networks:- 
• A WAN is a data communications network covering a large 
geographic area. 
• Unlike LANs , a WAN connection is generally rented from a service 
provider. 
• WANs connect various sites at different geographic locations so that 
information can be exchanged. 
• Factors involved in selecting a WAN technology 
are:- 
1. Cost 
2. User needs 
3. Bandwidth required.
Speed of WAN Links:- 
• T1 = 1.544 mbps. 
• T2 = 128 kbps. 
• T3 = 64 kbps. 
• E1 = 2mbps.
Types of WAN Links:- 
There are three types of WAN links:- 
• Dedicated (leased point-to-point) line. 
• Circuit switched links. 
• Packet-switched links.
Dedicated (leased) line:- 
• Leased line are used for short-distance connections. 
• For constant data flow. 
• It is 100% private. 
• High expensive. 
• For longer connect times (always on). 
Standards supported on Cisco routers 
• EIA/TIA -232 
• EIA/TIA -449 
• V.35 
• X.21 
• EIA/TIA- 530
WAN Components 
CSU/DSU 
CSU/DSU 
Telco 
CSU/DCSSUU/DSU CSU/DSU 
Telco 
CSU/DSU 
CPE 
CSU:- channel service unit. 
CPE:-customer premises equipment
Data link Layer Protocols:- 
• WAN data-link protocols are used on serial 
links to provide the basic function of data 
delivery across that WAN link. 
• There are two types of data-link layer 
leased line protocols:- 
1. HDLC (High-level Data Link Control). 
2. PPP (Point-to-Point Protocol).
HDLC 
• Vendor proprietary protocol 
(Cisco). 
• No support for 
authentication. 
• No support for compression. 
• It will support synchronous 
communications. 
• It will not support 
asynchronous 
communications. 
• No error correction. 
PPP 
• Open standard protocol. 
• support for authentication 
• support for compression 
• It will support 
synchronous 
communications. 
• It will support 
asynchronous 
communications. 
• It will support error 
correction, but disable by 
default.
Circuit switched links
Circuit switched links:- 
• It provides dedicated bandwidth between two 
points, but only for the duration of the call. 
• Typically used as a cheaper alternative to leased 
lines, particular when connectivity in not needed 
all the time. 
• Also is useful for backup when a leased line or 
packet-switched service fails. 
• E.G. ISDN, PSTN
ISDN 
Service 
Provider 
Circuit switched connections:- (ISDN) 
NT1 
Switch 
BRI 
CSU/DSU 
PRI
ISDN 
• Integrated service digital 
network. 
• It is a digital communication. 
• It connects in fraction of 
seconds. 
• Speed is 128kbps. 
• It support Multiple service at 
a time(voice, video, data 
image). 
• Terminal adapter are 
required. 
PSTN 
• Public switched telephone 
network. 
• It is a analog communication. 
• Time to connect is high. 
• Speed is up to 56 kbps(range is 
33.6-56). 
• One service at a time. 
• Modem are required.
Advantages of ISDN:- 
• Digital communication:- 
– reliable connection 
• Speed:- 
– 128 kb/s (144kb/s) for BRI 
– 1920 kb/s (2048 kb/s) for PRI 
• Fast call setup:- 
– Only 2 seconds
Service types:- 
There are two type of services:- 
1.BRI:- Basic Rate Interface 
(2 B channels + 1 D channel) 
B=bearer channel =64kbps. 
D= delta channel = 16 kbps 
2.PRI:- Primary Rate Interface 
– T1 (23 B channels + 1 D channel) - 1.544 Mbps (US 
standard) 
– E1 (30 B channels + 2 D channel) – 2.048 Mbps 
(European standard) 
• B= 64 kbps 
• D= 64 kbps
ISDN Groups & Reference Points:- 
ISDN 
Service 
Provider 
NT1 
A 
B 
U 
S/T U 
ISDN 
Service 
Provider 
Uses ISDN interference e.g. BRI 
Uses S/T interference e.g. BRI
Reference points continue……….. 
ISDN 
Service 
Provider 
TA NT1 
NT2 NT1 
C 
D 
U 
U 
R S/T 
S T 
ISDN 
Service 
Uses serial interference e.g. s0 Provider 
Uses serial interference e.g. s0
Reference points:- 
Reference point 
• R 
• S 
• T 
• U 
• S/T 
What it connect between 
• TE2 & TA 
• TE1 or TA & NT2 
• NT2 & NT1 
• NT1 & Telco 
• TE1 or & NT1
Function Groups:- 
• TE1:- (Terminal Equipment1) 
1.ISDN capable four-wire cable. 
2.Understands signaling and 2B+1D. 
3.Uses as S reference point.e.g. bri port 
• TE2:- (Terminal Equipment 2) 
1.Equipment that does not understand ISDN protocol 
& specification. 
2.uses an R reference point, typically an RS-232 or 
V.35 cable. E.g. serial port.
Function Groups continue…………. 
• TA:- (Terminal Adapter) 
1.Equipment that uses R and S reference point. 
2.It can be thought of as the TE1 functions group on 
half of a TE2. E.g. s0 
• NT1:- (Network termination type 1) 
1. CPE equipment connect with U reference point. 
2.Connect with T & S reference point other devices. 
• NT2:- (Network termination type 2) 
1.Equipment that uses a T reference point to the telco. 
2.Uses an S reference point to connect to other CPE.
Backup lines:- 
• Router to router connections 
• ISDN call setup when leased line fails 
Hyderabad Leased Line Dubai 
ISDN 
Service 
Provider 
ISDN Line
Configuration of ISDN:- 
1.configure BRI interface:- 
Hyderabad#config t 
Hyderabad(config)#interface bri <no> 
Hyderabad(config-if)#ip add negotiated 
Hyderabad(config-if)# no shut 
Hyderabad(config-if)#encapsulation ppp 
2. Authentication configuration:- 
Hyderabad(config)#ppp authentication pap chap call in 
Hyderabad(config)#ppp pap sent-username <name> password <password> 
Hyderabad(config)# ppp chap hostname <username> 
Hyderabad(config)#ppp chap password <password> 
Hyderabad(config)#exit
Configuration continue…………. 
3.Dialer command configuration:- 
Hyderabad(config)#interface bri <no> 
Hyderabad(config-if)# dialer string <phone. No> 
Hyderabad(config-if)# dialer idle-timeout <time in sec.> 
Hyderabad(config-if)#dialer-group <group no.> 
Hyderabad(config-if)#exit 
4. NAT commands configuration:- 
Hyderabad(config)#interface e <no> 
Hyderabad(config-if)# ip nat inside 
Hyderabad(config-if)# interface bri <no.> 
Hyderabad(config-if)#ip nat outside 
Hyderabad(config-if)#exit 
Hyderabad(config)#ip nat inside source list <no> interface bri 
<no> overload
Configuration continue…………. 
5. Access list command configuration:- 
Hyderabad(config)#access-list <acl no.> <permit/deny> 
<source ip> <source wm> 
Hyderabad(config)#dialer-list <dialer no.> protocol ip permit 
6.Routing command configuration:- 
Hyderabad(config)#ip routing 
Hyderabad(config)#ip route <destination ip> <destination 
wm> <exit interface type> <int no.> 
7.server command:- 
Hyderabad(config)#ip domain-lookup 
Hyderabad(config)# ip name-server <public ip add>

More Related Content

PPT
Managing Redundant Links & Inter-VLAN Routing
PPT
Day 14.2 inter vlan
PDF
Inter VLAN Routing
PPT
Ccna3 mod9-vtp
PPT
Expl sw chapter_06_inter_vlan
Managing Redundant Links & Inter-VLAN Routing
Day 14.2 inter vlan
Inter VLAN Routing
Ccna3 mod9-vtp
Expl sw chapter_06_inter_vlan

What's hot (20)

PPTX
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
PPT
Vlan
PDF
Switching Types
DOC
Lab 6.4.1 InterVLAN routing
DOCX
Layer 2 & layer 3 switching
PPT
Vlans
PPTX
PPTX
Vlans and inter vlan routing
PPTX
Inter-VLAN Routing
PPTX
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
PPTX
VLAN Trunking Protocol (VTP)
PPTX
PPT
PDF
PPT
Spanning tree protocol
PDF
At8000 s configurando vla_ns
PPT
Expl sw chapter_02_switches_part_1
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
Vlan
Switching Types
Lab 6.4.1 InterVLAN routing
Layer 2 & layer 3 switching
Vlans
Vlans and inter vlan routing
Inter-VLAN Routing
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
VLAN Trunking Protocol (VTP)
Spanning tree protocol
At8000 s configurando vla_ns
Expl sw chapter_02_switches_part_1
Ad

Similar to CCNA- part 10 wan link-isdn (20)

PPTX
PPTX
Integrated service digital network
PPT
Integrated services digital network (isdn)
PPT
Topic : ISDN(integrated services digital network) part 2
PPT
Integrated Service Digital Network
PPT
Integrated Service Digital Network
PDF
ISDN & ATM
PPT
Isdn networking
PPT
PPT
Switching systems lecture5
PPT
Digital services isdn (1)
PPT
Ccna day5
PPT
PPT
PDF
Ccna day5-140715152501-phpapp01
PDF
ISDN Integrated Services Digital Network
PPT
How PSTN phone works?
PPT
Ce 305 -wa ns
Integrated service digital network
Integrated services digital network (isdn)
Topic : ISDN(integrated services digital network) part 2
Integrated Service Digital Network
Integrated Service Digital Network
ISDN & ATM
Isdn networking
Switching systems lecture5
Digital services isdn (1)
Ccna day5
Ccna day5-140715152501-phpapp01
ISDN Integrated Services Digital Network
How PSTN phone works?
Ce 305 -wa ns
Ad

More from Sandeep Sharma IIMK Smart City,IoT,Bigdata,Cloud,BI,DW (20)

PDF
Management Consultancy Saudi Telecom Digital Transformation Design Thinking
PPTX
Digital transformation journey Consulting
DOCX
Lnt and bbby Retail Houseare industry Case assignment sandeep sharma
DOCX
Risk management Consulting For Municipality
DOCX
GDPR And Privacy By design Consultancy
PPTX
Real implementation Blockchain Best Use Cases Examples
DOCX
Biztalk architecture for Configured SMS service
DOCX
DOCX
Cloud manager client provisioning guideline draft 1.0
PPTX
DOCX
Government Digital transformation trend draft 1.0
DOCX
Enterprise architecture maturity rating draft 1.0
DOCX
Organisation Structure For digital Transformation Team
Management Consultancy Saudi Telecom Digital Transformation Design Thinking
Digital transformation journey Consulting
Lnt and bbby Retail Houseare industry Case assignment sandeep sharma
Risk management Consulting For Municipality
GDPR And Privacy By design Consultancy
Real implementation Blockchain Best Use Cases Examples
Biztalk architecture for Configured SMS service
Cloud manager client provisioning guideline draft 1.0
Government Digital transformation trend draft 1.0
Enterprise architecture maturity rating draft 1.0
Organisation Structure For digital Transformation Team

Recently uploaded (20)

PDF
Understanding the Need for Systemic Change in Open Source Through Intersectio...
PPTX
Odoo ERP for Injection Molding Industry – Optimize Production & Reduce Scrap
PPTX
HackYourBrain__UtrechtJUG__11092025.pptx
PPTX
ROI Analysis for Newspaper Industry with Odoo ERP
PPTX
Download Adobe Photoshop Crack 2025 Free
PDF
SOFTWARE ENGINEERING Software Engineering (3rd Edition) by K.K. Aggarwal & Yo...
PDF
Workplace Software and Skills - OpenStax
PDF
Cloud Native Aachen Meetup - Aug 21, 2025
PPTX
Human-Computer Interaction for Lecture 2
PPTX
Foundations of Marketo Engage: Nurturing
PDF
IDM Crack 6.42 Build 42 Patch Serial Key 2025 Free New Version
PPTX
ERP Manufacturing Modules & Consulting Solutions : Contetra Pvt Ltd
PDF
CapCut PRO for PC Crack New Download (Fully Activated 2025)
PDF
Sun and Bloombase Spitfire StoreSafe End-to-end Storage Security Solution
PPTX
Presentation by Samna Perveen And Subhan Afzal.pptx
PDF
Streamlining Project Management in Microsoft Project, Planner, and Teams with...
PPTX
string python Python Strings: Literals, Slicing, Methods, Formatting, and Pra...
PPTX
Human-Computer Interaction for Lecture 1
PPTX
Folder Lock 10.1.9 Crack With Serial Key
PPTX
Python is a high-level, interpreted programming language
Understanding the Need for Systemic Change in Open Source Through Intersectio...
Odoo ERP for Injection Molding Industry – Optimize Production & Reduce Scrap
HackYourBrain__UtrechtJUG__11092025.pptx
ROI Analysis for Newspaper Industry with Odoo ERP
Download Adobe Photoshop Crack 2025 Free
SOFTWARE ENGINEERING Software Engineering (3rd Edition) by K.K. Aggarwal & Yo...
Workplace Software and Skills - OpenStax
Cloud Native Aachen Meetup - Aug 21, 2025
Human-Computer Interaction for Lecture 2
Foundations of Marketo Engage: Nurturing
IDM Crack 6.42 Build 42 Patch Serial Key 2025 Free New Version
ERP Manufacturing Modules & Consulting Solutions : Contetra Pvt Ltd
CapCut PRO for PC Crack New Download (Fully Activated 2025)
Sun and Bloombase Spitfire StoreSafe End-to-end Storage Security Solution
Presentation by Samna Perveen And Subhan Afzal.pptx
Streamlining Project Management in Microsoft Project, Planner, and Teams with...
string python Python Strings: Literals, Slicing, Methods, Formatting, and Pra...
Human-Computer Interaction for Lecture 1
Folder Lock 10.1.9 Crack With Serial Key
Python is a high-level, interpreted programming language

CCNA- part 10 wan link-isdn

  • 1. WAN Wide Area Network
  • 2. Wide Area Networks:- • A WAN is a data communications network covering a large geographic area. • Unlike LANs , a WAN connection is generally rented from a service provider. • WANs connect various sites at different geographic locations so that information can be exchanged. • Factors involved in selecting a WAN technology are:- 1. Cost 2. User needs 3. Bandwidth required.
  • 3. Speed of WAN Links:- • T1 = 1.544 mbps. • T2 = 128 kbps. • T3 = 64 kbps. • E1 = 2mbps.
  • 4. Types of WAN Links:- There are three types of WAN links:- • Dedicated (leased point-to-point) line. • Circuit switched links. • Packet-switched links.
  • 5. Dedicated (leased) line:- • Leased line are used for short-distance connections. • For constant data flow. • It is 100% private. • High expensive. • For longer connect times (always on). Standards supported on Cisco routers • EIA/TIA -232 • EIA/TIA -449 • V.35 • X.21 • EIA/TIA- 530
  • 6. WAN Components CSU/DSU CSU/DSU Telco CSU/DCSSUU/DSU CSU/DSU Telco CSU/DSU CPE CSU:- channel service unit. CPE:-customer premises equipment
  • 7. Data link Layer Protocols:- • WAN data-link protocols are used on serial links to provide the basic function of data delivery across that WAN link. • There are two types of data-link layer leased line protocols:- 1. HDLC (High-level Data Link Control). 2. PPP (Point-to-Point Protocol).
  • 8. HDLC • Vendor proprietary protocol (Cisco). • No support for authentication. • No support for compression. • It will support synchronous communications. • It will not support asynchronous communications. • No error correction. PPP • Open standard protocol. • support for authentication • support for compression • It will support synchronous communications. • It will support asynchronous communications. • It will support error correction, but disable by default.
  • 10. Circuit switched links:- • It provides dedicated bandwidth between two points, but only for the duration of the call. • Typically used as a cheaper alternative to leased lines, particular when connectivity in not needed all the time. • Also is useful for backup when a leased line or packet-switched service fails. • E.G. ISDN, PSTN
  • 11. ISDN Service Provider Circuit switched connections:- (ISDN) NT1 Switch BRI CSU/DSU PRI
  • 12. ISDN • Integrated service digital network. • It is a digital communication. • It connects in fraction of seconds. • Speed is 128kbps. • It support Multiple service at a time(voice, video, data image). • Terminal adapter are required. PSTN • Public switched telephone network. • It is a analog communication. • Time to connect is high. • Speed is up to 56 kbps(range is 33.6-56). • One service at a time. • Modem are required.
  • 13. Advantages of ISDN:- • Digital communication:- – reliable connection • Speed:- – 128 kb/s (144kb/s) for BRI – 1920 kb/s (2048 kb/s) for PRI • Fast call setup:- – Only 2 seconds
  • 14. Service types:- There are two type of services:- 1.BRI:- Basic Rate Interface (2 B channels + 1 D channel) B=bearer channel =64kbps. D= delta channel = 16 kbps 2.PRI:- Primary Rate Interface – T1 (23 B channels + 1 D channel) - 1.544 Mbps (US standard) – E1 (30 B channels + 2 D channel) – 2.048 Mbps (European standard) • B= 64 kbps • D= 64 kbps
  • 15. ISDN Groups & Reference Points:- ISDN Service Provider NT1 A B U S/T U ISDN Service Provider Uses ISDN interference e.g. BRI Uses S/T interference e.g. BRI
  • 16. Reference points continue……….. ISDN Service Provider TA NT1 NT2 NT1 C D U U R S/T S T ISDN Service Uses serial interference e.g. s0 Provider Uses serial interference e.g. s0
  • 17. Reference points:- Reference point • R • S • T • U • S/T What it connect between • TE2 & TA • TE1 or TA & NT2 • NT2 & NT1 • NT1 & Telco • TE1 or & NT1
  • 18. Function Groups:- • TE1:- (Terminal Equipment1) 1.ISDN capable four-wire cable. 2.Understands signaling and 2B+1D. 3.Uses as S reference point.e.g. bri port • TE2:- (Terminal Equipment 2) 1.Equipment that does not understand ISDN protocol & specification. 2.uses an R reference point, typically an RS-232 or V.35 cable. E.g. serial port.
  • 19. Function Groups continue…………. • TA:- (Terminal Adapter) 1.Equipment that uses R and S reference point. 2.It can be thought of as the TE1 functions group on half of a TE2. E.g. s0 • NT1:- (Network termination type 1) 1. CPE equipment connect with U reference point. 2.Connect with T & S reference point other devices. • NT2:- (Network termination type 2) 1.Equipment that uses a T reference point to the telco. 2.Uses an S reference point to connect to other CPE.
  • 20. Backup lines:- • Router to router connections • ISDN call setup when leased line fails Hyderabad Leased Line Dubai ISDN Service Provider ISDN Line
  • 21. Configuration of ISDN:- 1.configure BRI interface:- Hyderabad#config t Hyderabad(config)#interface bri <no> Hyderabad(config-if)#ip add negotiated Hyderabad(config-if)# no shut Hyderabad(config-if)#encapsulation ppp 2. Authentication configuration:- Hyderabad(config)#ppp authentication pap chap call in Hyderabad(config)#ppp pap sent-username <name> password <password> Hyderabad(config)# ppp chap hostname <username> Hyderabad(config)#ppp chap password <password> Hyderabad(config)#exit
  • 22. Configuration continue…………. 3.Dialer command configuration:- Hyderabad(config)#interface bri <no> Hyderabad(config-if)# dialer string <phone. No> Hyderabad(config-if)# dialer idle-timeout <time in sec.> Hyderabad(config-if)#dialer-group <group no.> Hyderabad(config-if)#exit 4. NAT commands configuration:- Hyderabad(config)#interface e <no> Hyderabad(config-if)# ip nat inside Hyderabad(config-if)# interface bri <no.> Hyderabad(config-if)#ip nat outside Hyderabad(config-if)#exit Hyderabad(config)#ip nat inside source list <no> interface bri <no> overload
  • 23. Configuration continue…………. 5. Access list command configuration:- Hyderabad(config)#access-list <acl no.> <permit/deny> <source ip> <source wm> Hyderabad(config)#dialer-list <dialer no.> protocol ip permit 6.Routing command configuration:- Hyderabad(config)#ip routing Hyderabad(config)#ip route <destination ip> <destination wm> <exit interface type> <int no.> 7.server command:- Hyderabad(config)#ip domain-lookup Hyderabad(config)# ip name-server <public ip add>