Introducing ISDN ISDN (Integrated Services Digital Network) User-Network Interface (UNI),

Size: px
Start display at page:

Download "Introducing ISDN ISDN (Integrated Services Digital Network) User-Network Interface (UNI),"

Transcription

1 ISDN and DDR CCNA 4

2 Note to instructors If you have downloaded this presentation from the Cisco Networking Academy Community FTP Center, this may not be my latest version of this PowerPoint. For the latest PowerPoints for all my CCNA, CCNP, and Wireless classes, please go to my web site: The username is cisco and the password is perlman for all of my materials. If you have any questions on any of my materials or the curriculum, please feel free to me at (I really don t mind helping.) Also, if you run across any typos or errors in my presentations, please let me know. I will add (Updated date) next to each presentation on my web site that has been updated since these have been uploaded to the FTP center. Thanks! Rick 2

3 Overview Define the ISDN standards used for addressing, concepts, and signaling Describe how ISDN uses the physical and data link layers List the interfaces and reference points for ISDN Configure the router ISDN interface Determine what traffic is allowed when configuring DDR Configure static routes for DDR Choose the correct encapsulation type for DDR Be able to determine and apply an access list affecting DDR traffic Configure dialer interfaces 3

4 Introducing ISDN Telephone companies developed ISDN (Integrated Services Digital Network) as part of an effort to standardize subscriber services. This included the User-Network Interface (UNI), better known as the local loop. The ISDN standards define the hardware and call setup schemes for end-to-end digital connectivity. These standards help achieve the goal of worldwide connectivity by ensuring that ISDN networks easily communicate with one another. In an ISDN network, the digitizing function is done at the user site rather than the telephone company. 4

5 Introducing ISDN Unlike POTS, ISDN is digital from end to end. With asynchronous connections (POTS) the local loop is analog and requires PCM (Pulse Code Modulation) - explained later. Benefits of ISDN include: Carries a variety of user traffic signals, including data, voice, and video Offers much faster call setup than modem connections B channels provide a faster data transfer rate than modems B channels are suitable for negotiated Point-to-Point Protocol (PPP) links 5

6 ISDN Advantages ISDN also provides more bandwidth than a traditional 56 kbps dialup connection. ISDN uses bearer channels, also called B channels, as clear data paths. Each B channel provides 64 kbps of bandwidth. An ISDN connection with two B channels would provide a total usable bandwidth of 128 kbps. Each ISDN B channel can make a separate serial connection to any other site in the ISDN network. ISDN lines can be used in conjunction with PPP encapsulation. 6

7 ISDN Disadvantages BRI is slower than DSL and cable More expensive than DSL and cable Bottom line: ISDN, in its current form, is no longer a firstchoice technology. 7

8 Why 64Kbps channels and what is PCM? This will be explained in a later presentation on T1. For now, 64,000 bps is what s required to carry a single phone call over a link (an analog call which has been digitized). PCM (Pulse Code Modulation) is how the analog signal is translated to digital and visa versa. 8

9 ISDN standards and access methods ITU-T groups and organizes the ISDN protocols according to the following general topic areas: E Protocols Recommend telephone network standards for ISDN. For example, international addressing for ISDN. I Protocols Deal with concepts, terminology, and general methods. Q Protocols Cover how switching and signaling should operate. The term signaling in this context means the process of establishing an ISDN call. 9

10 ISDN standards and access methods ISDN standards define two main channel types The bearer channel, or B channel, is defined as a clear digital path of 64 kbps The second channel type is called a delta channel, or D channel. There can either be 16 kbps for the Basic Rate Interface (BRI) or 64 kbps for the Primary Rate Interface (PRI). 10

11 ISDN standards and access methods ISDN is widely available in two flavors: BRI: Basic Rate Interface 2 64 Kbps Bearer Channels,16 Kbps Delta Channel (for control information), 48 Kbps for framing and synchronization 2B + 1D (2B+D) 192 Kbps = PRI: Primary Rate Interface 23B + 1D (T1), the D channel is 64-kbps 30B + 1D (E1), European E Mbps (North America) or Mbps (E1) 11

12 B Channels The B channels can be used for relatively high-speed data transport. In this mode, the information is carried in frame format, using either HDLC or PPP as the Layer 2 protocol. PPP is more robust than HDLC because it provides a mechanism for authentication and negotiation of compatible link and protocol configuration. 12

13 D Channel When a TCP connection is established, there is an exchange of information called the connection setup. This information is exchanged over the path on which the data will eventually be transmitted. Both the control information and the data share the same pathway. This is called in-band signaling. ISDN however, uses a separate channel for control information, the D channel. This is called out-of-band signaling. The D channel carries signaling messages, such as call setup and teardown, to control calls on B channels. Traffic over the D channel employs the Link Access Procedure on the D Channel (LAPD) protocol. LAPD is a data link layer protocol based on HDLC. 13

14 ISDN 3-layer model and protocols Layer 3 Q.931 Layer 2 Q.921 I like the older chart. ISDN utilizes a suite of ITU-T standards spanning the physical, data link, and network layers of the OSI reference model. The ISDN BRI and PRI physical layer specifications are defined in ITU-T I.430 and I.431, respectively. The ISDN data link specification is based on LAPD and is formally specified in the following, ITU-T Q.920, ITU-T Q.921, ITU-T Q.922, ITU-T Q.923 The ISDN network layer is defined in ITU-T Q.930, also known as I.450 and ITU-T Q.931, also known as I.451. These standards specify user-to-user, circuit-switched, and packetswitched connections. 14

15 BRI Physical Layer BRI service is provided over a local copper loop that traditionally carries analog phone service. While there is only one physical path for a BRI, there are three separate information paths, 2B+D. Information from the three channels is multiplexed into the one physical path. ISDN physical layer, or Layer 1, frame formats differ depending on whether the frame is outbound or inbound. 15

16 BRI Physical Layer These Reference Points will be discussed in a moment, but this is where they get TE and NT from. If the frame is outbound, it is sent from the terminal to the network. Outbound frames use the TE frame format. If the frame is inbound, it is sent from the network to the terminal. Inbound frames use the NT frame format. 16

17 BRI Physical Layer 64k (16*4,000) - B1 channel 64k (16*4,000) - B2 channel 16k (4*4,000) - D channel 48k (12*4,000) Framing/Overhead kbps BRI Total 4,000 frames per second 144 kbps = B1 + B2 + D (2B+D) B1, B2, D and Framing Bits ISDN BRI frames contain 48 bits. Four thousand of these frames are transmitted every second, 4,000 x 48 = 192,000 bps. Each B channel, B1 and B2, have a capacity of 2(8*4000) = 64 kbps, 128 kbps for both B channels (B1 and B2) The D channel has a capacity of 4*4000 = 16 kbps (D) Framing and overhead 12*4,000 = 48,000 kbps. (F, L, E, A, S) 17

18 BRI Physical Layer 4,000 frames per second The overhead bits of an ISDN physical layer frame are used as follows: Framing bit Provides synchronization Load balancing bit Adjusts the average bit value Echo of previous D channel bits Used for contention resolution when several terminals on a passive bus contend for a channel Activation bit Activates devices Spare bit Unassigned 18

19 ISDN Data Link Layer The LAPD flag and control fields are identical to those of HDLC. The LAPD address field is 2 bytes long. Service access point identifier (SAPI), which identifies the portal at which LAPD services are provided to Layer 3. The command/response bit (C/R), indicates whether the frame contains a command or a response. The second byte contains the terminal endpoint identifier (TEI). Each piece of terminal equipment on the customer premises needs a unique identifier. The TEI may be statically assigned at installation, or the switch may dynamically assign it when the equipment is started up. Statically assigned TEIs range from 0 to 63. Dynamically assigned TEIs range from 64 to 126. A TEI of 127, or all 1s, indicates a broadcast. 19

20 ISDN Data Link Layer Router#show isdn status Global ISDN Switchtype = basic-ni ISDN BRI0 interface dsl 0, interface ISDN Switchtype = basic-ni Layer 1 Status: ACTIVE Layer 2 Status: TEI = 64, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED TEI = 65, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED Spid Status: TEI 64, ces = 1, state = 5(init) spid1 configured, spid1 sent, spid1 valid TEI 65, ces = 2, state = 5(init) spid2 configured, spid2 sent, spid2 valid Layer 3 Status: 1 Active Layer 3 Call(s) Where you see this information. 20

21 Call Setup Not an end-to-end function but processed by the switch. Depending upon the switch type, you may or may not get all of the steps show above. To establish an ISDN call, the D channel is used between the router and the ISDN switch to control functions such as call setup, signaling, and termination. Signal System 7 (SS7) signaling is used between the switches within the service provider network. These functions are implemented in the Q.931 protocol. The Q.931 standard recommends a network layer connection between the terminal endpoint and the local ISDN switch, but it does not impose an end-to-end recommendation. 21

22 Call Setup In detail The following information discusses some of these steps. 22

23 Call Setup 1. The D channel is used to send the called number to the local ISDN switch. 2. The local switch uses the SS7 signaling protocol to set up a path and pass the called number to the remote ISDN switch. 3. The remote ISDN switch signals the destination over the D channel. 23

24 Call Setup (NT-1) (NT-1) 4. The destination ISDN NT-1 device sends the remote ISDN switch a call-connect message. 5. The remote ISDN switch uses SS7 to send a call-connect message to the local switch. 6. The local ISDN switch connects one B channel end-to-end, leaving the other B channel available for a new conversation or data transfer. Both B channels can be used simultaneously. 24

25 ISDN reference points 25

26 ISDN reference points 26

27 ISDN Interfaces To connect devices that perform specific functions, the interface between the two devices needs to be well defined. R References the connection between a non-isdn compatible device Terminal Equipment type 2 (TE2) and a Terminal Adapter (TA), for example an RS-232 serial interface. S References the points that connect into the customer switching device Network Termination type 2 (NT2) and enables calls between the various types of customer premises equipment. T Electrically identical to the S interface, it references the outbound connection from the NT2 to the ISDN network or Network Termination type 1 (NT1). U References the connection between the NT1 and the ISDN network owned by the telephone company. 27

28 ISDN reference points CAUTION: Some routers contain NT1 s. Never connect a router with a U interface into a NT1. It will most likely ruin the interface. Know what type of interface your router has! Gateway U U T S ISDN Cloud NT1 NT2 ISP Gateway S/T NT1 U U S/T R ISDN Cloud NT1 TA ISP Because the S and T references are electrically similar, some interfaces are labeled S/T interfaces. Although they perform different functions, the port is electrically the same and can be used for either function. 28

29 Cisco Interfaces S/T interface requires an NT1 connection. In the United States, the customer is required to provide the NT1. In Europe and various other countries, the telephone company provides the NT1 function and presents an S/T interface to the customer. 29

30 BRI S/T Interface Cisco

Integrated Services Digital Network

Integrated Services Digital Network CHAPTER 12 Chapter Goals Explain what ISDN is. Describe ISDN devices and how they operate. Describe the specifications for ISDN data transmittal for the three layers at which ISDN transmits. Introduction

More information

Completing an ISDN BRI Call. 2000, Cisco Systems, Inc. 13-1

Completing an ISDN BRI Call. 2000, Cisco Systems, Inc. 13-1 Completing an ISDN BRI Call 2000, Cisco Systems, Inc. 13-1 Objectives Upon completion of this chapter, you will be able to perform the following tasks:? Describe the components that make up ISDN connectivity?

More information

CCNA 4 - Final Exam (A)

CCNA 4 - Final Exam (A) CCNA 4 - Final Exam (A) 1. A network administrator is asked to design a system to allow simultaneous access to the Internet for 250 users. The ISP for this network can only supply five public IPs. What

More information

WAN Technologies CCNA 4

WAN Technologies CCNA 4 WAN Technologies CCNA 4 Overview Note: Most of this will be described in more detail in later chapters. Differentiate between a LAN and WAN Identify the devices used in a WAN List WAN standards Describe

More information

17 ISDN CERTIFICATION OBJECTIVES Q&A Dialer Profiles and DDR Two-Minute Drill

17 ISDN CERTIFICATION OBJECTIVES Q&A Dialer Profiles and DDR Two-Minute Drill 17 ISDN CERTIFICATION OBJECTIVES 17.01 ISDN Introduction 17.02 ISDN Interface Configuration 17.03 Legacy Dial-on-Demand Routing 17.04 Dialer Profiles and DDR Two-Minute Drill Q&A Self Test 2 Chapter 17:

More information

Scaling IP Addresses DHCP CCNA 4

Scaling IP Addresses DHCP CCNA 4 Scaling IP Addresses DHCP CCNA 4 Note to instructors If you have downloaded this presentation from the Cisco Networking Academy Community FTP Center, this may not be my latest version of this PowerPoint.

More information

Configuring Virtual Asynchronous Traffic over ISDN

Configuring Virtual Asynchronous Traffic over ISDN Configuring Virtual Asynchronous Traffic over ISDN Cisco IOS software offers two solutions to send virtual asynchronous traffic over ISDN: Using International Telecommunication Union Telecommunication

More information

Using the show isdn status Command for BRI Troubleshooting

Using the show isdn status Command for BRI Troubleshooting Using the show isdn status Command for BRI Troubleshooting Document ID: 5705 Contents Introduction Prerequisites Requirements Components Used Conventions Understand the show isdn status Output Layer 1

More information

July 19, 1999 (Version 1.0) White Paper

July 19, 1999 (Version 1.0) White Paper July 19, 1999 (Version 1.0) White Paper Summary This white paper gives an overview of ISDN modem technologies and how Xilinx high volume programmable devices can be used to implement complex system level

More information

Lab Configuring Legacy DDR

Lab Configuring Legacy DDR Lab 4.3.2 Configuring Legacy DDR Objective Configure an ISDN router to make a legacy dial-on-demand routing (DDR) call to another ISDN capable router. When the DDR connection is successfully made, augment

More information

Ch. 5 - ISDN - Integrated Services Digital Network

Ch. 5 - ISDN - Integrated Services Digital Network Ch. 5 - ISDN - Integrated Services Digital Network 1 Overview 2 Basic elements in ISDN 3 ISDN - access 4 ISDN - the bus 5 ISDN - examples 6 ISDN - between LAN s 7 ISDN - access to Internet 8 ISDN - small

More information

We have looked at how and why one router dials another using ISDN. Just as important is knowing what keeps the link up once it is dialed.

We have looked at how and why one router dials another using ISDN. Just as important is knowing what keeps the link up once it is dialed. ISDN Technologies From the CCNA to the CCIE, ISDN is one of the most important technologies you'll work with. It's also very common in the field; ISDN is frequently used as a backup connection in case

More information

Lab Configuring ISDN PRI

Lab Configuring ISDN PRI Lab 4.9.4 Configuring ISDN PRI Objective In this lab, the student will configure ISDN BRI on the remote site routers and ISDN PRI on the central site router. Scenario Step 1 The International Travel Agency

More information

Overview ISDN. Agenda. Some ISDN Facts

Overview ISDN. Agenda. Some ISDN Facts Overview ISDN Integrated Services Digital Network Integrated Services Digital Network (ISDN) based on digital telephone network all-digital interface at subscriber outlet able to handle data communications

More information

Module 3. Wide Area Networking (WAN)

Module 3. Wide Area Networking (WAN) Module 3 Wide Area Networking (WAN) When many nodes or LAN s are connected together in a large scale, we have a WAN. This may be world wide. Because of the separation of the nodes, the Public Data Network

More information

Introduction to WAN Technologies

Introduction to WAN Technologies Introduction to WAN Technologies From DocWiki This article introduces the various protocols and technologies used in wide-area network (WAN) environments. Topics summarized here include point-to-point

More information

CCNA 4 - Final Exam Answers

CCNA 4 - Final Exam Answers CCNA 4 - Final Exam Answers 1 Which of the following describes the roles of devices in a WAN? (Choose three.) *** A CSU/DSU terminates a digital local loop. A modem terminates a digital local loop. A CSU/DSU

More information

Multi-Service Networks

Multi-Service Networks Multi-Service Networks ISDN Integrated Services Digital Network Narrowband ISDN (Schmalband-ISDN) www.comnets.uni-bremen.de ISDN - 9-1 Integrated Services Digital Network: Service Integration telephone

More information

Technology Series: Introduction to ISDN - North America

Technology Series: Introduction to ISDN - North America a step ahead 22 Great Oaks Blvd, San Jose CA 95119 USA Tel: 1 408 363 8000 Fax: 1 408 363 8313 Email: info@sunrisetelecom.com www.sunrisetelecom.com Technology Series: Introduction to ISDN - North America

More information

Configuring the Cisco SS7/C7 Dial Access Solution System

Configuring the Cisco SS7/C7 Dial Access Solution System Configuring the Cisco SS7/C7 Dial Access Solution System This appendix describes how to configure the Cisco network side of the Cisco Signaling System 7 (SS7)/C7 Dial Access Solution System. It includes

More information

Configuring X.25 on ISDN Using AO/DI

Configuring X.25 on ISDN Using AO/DI Configuring X.25 on ISDN Using AO/DI The chapter describes how to configure the X.25 on ISDN using the Always On/Dynamic ISDN (AO/DI) feature. It includes the following main sections: AO/DI Overview How

More information

MA Yan, BUPTCC, ~16 BUPT Information Network Center LAN LAN. Transmission system

MA Yan, BUPTCC, ~16 BUPT Information Network Center LAN LAN. Transmission system LAN LAN Transmission system 1 Campus 1 2 Office 3 Office 2 Office 1 3 2 1 3 2 1 3 2 1 3 2 1 3 2 1 3 2 1 3 2 1 3 2 1 3 ... 4 Local Loop End Office Trunks End Office End Office End Office Tandem Office LD

More information

Configure ISDN Connectivity between Remote Sites

Configure ISDN Connectivity between Remote Sites Case Study 1 Configure ISDN Connectivity between Remote Sites Cisco Networking Academy Program CCNP 2: Remote Access v3.1 Objectives In this case study, the following concepts are covered: Asynchronous

More information

The University of Sydney AUSTRALIA. Advanced Communication Networks

The University of Sydney AUSTRALIA. Advanced Communication Networks The University of Sydney AUSTRALIA School of Electrical and Information Engineering Advanced Communication Networks Chapter 5 ISDN Data Link Layer Based on chapter 8 of Stallings ISDN-4e book Abbas Jamalipour

More information

6.1. WAN Type. WAN types include the following:

6.1. WAN Type. WAN types include the following: 6.1. WAN Type WAN types include the following: Method Point to Point Circuit Switching Packet Switching Description A point to point connection is a single, pre established path from the customer's network

More information

A typical WAN structure includes the following components.

A typical WAN structure includes the following components. CBCN4103 WAN is a computer network that spans a relatively large geographical area. Typically, a WAN consists of two or more LANs. A WAN is a network usually provided by a specialised company called a

More information

Using an ADTRAN Terminal Adapter with Cisco Routers

Using an ADTRAN Terminal Adapter with Cisco Routers Using an ADTRAN Terminal Adapter with Cisco Routers Document ID: 28080 Contents Introduction Prerequisites Requirements Components Used Conventions Dialing Method V.25 or V.25bis Dialing DTR Dialing Keypad

More information

Implementing Enterprise WAN Links

Implementing Enterprise WAN Links Implementing Enterprise WAN Links Introducing Routing and Switching in the Enterprise Chapter 7 Version 4.0 1 Objectives Describe the features and benefits of common WAN connectivity options. Compare and

More information

Integrated services Digital Network

Integrated services Digital Network Integrated services Digital Network 1 Integrated Services Digital Network Public networks are used for a variety of services Public Switched Telephone Network Private Lines (leased) Packet Switched Data

More information

PPP. Point-to-Point Protocol

PPP. Point-to-Point Protocol PPP Point-to-Point Protocol 1 Introduction One of the most common types of WAN connection is the point-to-point connection. Point-to-point connections are used to connect LANs to service provider WANs,

More information

ISDN principles. By: Ogah, Oshoriamhe Frederick Instructor: Prof. Werner Henkel Course: Wireline Communications Date: November 30, 2004

ISDN principles. By: Ogah, Oshoriamhe Frederick Instructor: Prof. Werner Henkel Course: Wireline Communications Date: November 30, 2004 ISDN principles By: Ogah, Oshoriamhe Frederick Instructor: Prof. Werner Henkel Course: Wireline Communications Date: November 30, 2004 Introduction ISDN = Integrated Services Digital Network ISDN is more

More information

WAN Technology & Design. Dr. Nawaporn Wisitpongphan

WAN Technology & Design. Dr. Nawaporn Wisitpongphan WAN Technology & Design Dr. Nawaporn Wisitpongphan 1 WAN Connection Modules 2 WAN Comparison 3 Integrated Services Digital Network (ISDN) All-digital phone line connection Technology since 1980s Allow

More information

TELECOMMUNICATION SYSTEMS

TELECOMMUNICATION SYSTEMS TELECOMMUNICATION SYSTEMS By Syed Bakhtawar Shah Abid Lecturer in Computer Science 1 INTEGRATED SERVICES DIGITAL NETWORKS (ISDN) The original concept of ISDN dates back to the early 1970s. Its design,

More information

Accessing the WAN Chapter 1 Modified by Tony Chen 07/20/2008

Accessing the WAN Chapter 1 Modified by Tony Chen 07/20/2008 Introduction to WANs Accessing the WAN Chapter 1 Modified by Tony Chen 07/20/2008 ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Notes: If you see any mistake on my PowerPoint

More information

2. What flavor of Network Address Translation can be used to have one IP address allow many users to connect to the global Internet? A. NAT B.

2. What flavor of Network Address Translation can be used to have one IP address allow many users to connect to the global Internet? A. NAT B. How long is an IPv6 address? A. 32 bits B. 128 bytes C. 64 bits D. 128 bits Answer: Option D An IPv6 address is 128 bits long. 2. What flavor of Network Address Translation can be used to have one IP address

More information

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space provided.

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space provided. 123 Chapter 10 WANs and Routers One major characteristic of a wide-area network (WAN) is that the network operates beyond the local LAN's geographic scope. It uses the services of carriers, such as regional

More information

Overview encapsulation hdlc show interface show controllers show interface debug PPP

Overview encapsulation hdlc show interface show controllers show interface debug PPP PPP CCNA 4 Overview Explain serial communication Describe and give an example of TDM Identify the demarcation point in a WAN Describe the functions of the DTE and DCE Discuss the development of HDLC encapsulation

More information

Configuring and Troubleshooting Dialer Profiles

Configuring and Troubleshooting Dialer Profiles Configuring and Troubleshooting Dialer Profiles Document ID: 10219 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Are Dialer Profiles Right for You?

More information

Chapter 2 Communicating Over the Network

Chapter 2 Communicating Over the Network Chapter 2 Communicating Over the Network Elements of Communication Communicating the Messages Continuous stream of bits 00101010100101010101010101010101010 I have to wait Single communications (e.g. video,

More information

Configuring PPP Callback

Configuring PPP Callback Configuring PPP Callback This chapter describes how to configure PPP callback for dial-on-demand routing (DDR). It includes the following main sections: PPP Callback for DDR Overview How to Configure PPP

More information

Module 11 Narrowband and Broadband ISDN

Module 11 Narrowband and Broadband ISDN Module 11 Narrowband and Broadband ISDN Lesson 37 ISDN: Reference Points, Services And Standards OBJECTIVE General This lesson is continued on giving the reader the concept and definition of Integrated

More information

PRI Backhaul and IUA Support Using SCTP

PRI Backhaul and IUA Support Using SCTP This chapter describes how to implement Stream Control Transmission Protocol (SCTP) features. SCTP is not explicitly configured on routers, but it underlies several Cisco applications. This chapter describes

More information

Virtual Private Networks (VPNs)

Virtual Private Networks (VPNs) CHAPTER 19 Virtual Private Networks (VPNs) Virtual private network is defined as customer connectivity deployed on a shared infrastructure with the same policies as a private network. The shared infrastructure

More information

Configuring Network Side ISDN BRI Voice Interface Cards

Configuring Network Side ISDN BRI Voice Interface Cards Configuring Network Side ISDN BRI Voice Interface Cards Document ID: 15415 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Configure Configure the VIC

More information

Sample. Overview of WAN Connections. Objectives. Module 1

Sample. Overview of WAN Connections. Objectives. Module 1 Module 1 Objectives This module introduces the basic elements of WAN connections and describes the role each element plays in creating that connection. After completing this module, you should be able

More information

Interworking Signaling Enhancements for H.323 and SIP VoIP

Interworking Signaling Enhancements for H.323 and SIP VoIP Interworking Signaling Enhancements for H.323 and SIP VoIP This feature module describes enhancements to H.323 and Session Initiation Protocol (SIP) signaling when interworking with ISDN, T1 channel associated

More information

VoIP Dictionary, Glossary and Terminology

VoIP Dictionary, Glossary and Terminology VoIP Dictionary, Glossary and Terminology The following provides a glossary of terms and definitions that are commonly used in VoIP Solutions. We hope this will provide a good reference for you during

More information

Configuring BACP. Cisco IOS Dial Technologies Configuration Guide DC-667

Configuring BACP. Cisco IOS Dial Technologies Configuration Guide DC-667 This chapter describes how to configure the Bandwidth Allocation Control Protocol (BACP), described in RFC 2125. It includes the following main sections: BACP Overview How to Configure BACP Monitoring

More information

15 WAN Introduction CERTIFICATION OBJECTIVES Q&A Wide Area Networking Overview HDLCp PPP. Two-Minute Drill Self Test

15 WAN Introduction CERTIFICATION OBJECTIVES Q&A Wide Area Networking Overview HDLCp PPP. Two-Minute Drill Self Test 15 WAN Introduction CERTIFICATION OBJECTIVES 15.01 Wide Area Networking Overview 15.02 HDLCp 15.03 PPP Q&A Two-Minute Drill Self Test 2 Chapter 15: WAN Introduction The last few chapters introduced you

More information

William Stallings Data and Computer Communications 7 th Edition. Chapter 10 Circuit Switching and Packet Switching

William Stallings Data and Computer Communications 7 th Edition. Chapter 10 Circuit Switching and Packet Switching William Stallings Data and Computer Communications 7 th Edition Chapter 10 Circuit Switching and Packet Switching Switching Networks Long distance transmission is typically done over a network of switched

More information

Using ISDN Effectively

Using ISDN Effectively CHAPTER 21 Using ISDN Effectively in Multiprotocol Networks As telephone companies make Integrated Services Digital Network (ISDN) services available, ISDN is becoming an increasingly popular way of connecting

More information

Configuring Dial-on-Demand Routing

Configuring Dial-on-Demand Routing C H A P T E R 7 Configuring Dial-on-Demand Routing This chapter describes how to configure your communication server for dial-on-demand routing (DDR) and dial backup. For a complete description of the

More information

CCNP 2: Remote Access

CCNP 2: Remote Access Scope and Sequence CCNP 2: Remote Access Cisco Networking Academy Program Version 3.1 Table of Contents CCNP 2: REMOTE ACCESS...1 TABLE OF CONTENTS...2 TARGET AUDIENCE...3 PREREQUISITES...3 COURSE DESCRIPTION...3

More information

Datenkommunikation SS L04 - Network Principles

Datenkommunikation SS L04 - Network Principles Network Principles Circuit Switching, Introduction ISDN Packet Switching, Datagram versus Virtual Call Introduction X.25, FR and ATM, OSI Model Agenda Introduction Circuit Switching Principles ISDN Packet

More information

Lecture 15: Multiplexing (2)

Lecture 15: Multiplexing (2) Lecture 15: Multiplexing (2) Last Lecture Multiplexing (1) Source: chapter 8 This Lecture Multiplexing (2) Source: chapter8 Next Lecture Circuit switching (1) Source: chapter9 Digital Carrier Systems Hierarchy

More information

Chapter 4 Transmission Systems and the Telephone Network. School of Info. Sci. & Eng. Shandong Univ.

Chapter 4 Transmission Systems and the Telephone Network. School of Info. Sci. & Eng. Shandong Univ. Chapter 4 Transmission Systems and the Telephone Network School of Info. Sci. & Eng. Shandong Univ. Skip in Chapter 3 Articles 3.8.7, 3.8.8 (polynomial math for CRC codes) Skip in Chapter 4 4.2.2 (SONET

More information

Access Server Dial In IP/PPP Configuration With Dedicated V.120 PPP

Access Server Dial In IP/PPP Configuration With Dedicated V.120 PPP Access Server Dial In IP/PPP Configuration With Dedicated V.120 PPP Document ID: 6306 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information How V.120 Affects

More information

ISDN Network Side for ETSI Net5 PRI

ISDN Network Side for ETSI Net5 PRI ISDN Network Side for ETSI Net5 PRI Feature History Release 12.1(T) 12.1(5)XM2 Modification This feature was introduced. Support was added for the Cisco AS5350 and Cisco AS5400 universal gateways. This

More information

Computer Network. Additionally there are two levels of ISDN access that may be provided. These are known as BRI and PRI.

Computer Network. Additionally there are two levels of ISDN access that may be provided. These are known as BRI and PRI. ISDN & Terminal Handling:- ISDN was developed by ITU-T (International Telecommunications Union-Telecommunication standards sector) in 1976.It is a set of protocols that combines digital telephony and Data

More information

Circuit Switching and Packet Switching

Circuit Switching and Packet Switching Chapter 10: Circuit Switching and Packet Switching CS420/520 Axel Krings Page 1 Switching Networks Long distance transmission is typically done over a network of switched nodes Nodes not concerned with

More information

WAN technology which are to be discussed:

WAN technology which are to be discussed: WAN Technology Operates at 3 layer OSI model as below: 1. PHY 2. Data Link 3. Network Most of WAN technology are packetswitched network categorized as Switched Virtual circuit Network ( 3-phase, connection

More information

Introduction to Network Technologies & Layered Architecture BUPT/QMUL

Introduction to Network Technologies & Layered Architecture BUPT/QMUL Introduction to Network Technologies & Layered Architecture BUPT/QMUL 2015-3-5 Review What is the Internet? How does it work? When & how did it come about? Who controls it? Where is it going? 2 Agenda

More information

Lab Configuring ISDN BRI (U-Interface)

Lab Configuring ISDN BRI (U-Interface) Lab 4.2.1 Configuring ISDN BRI (U-Interface) Objective Configure an ISDN router to make a successful connection to a local ISDN switch. Background/Preparation This lab assumes that a router with an ISDN

More information

Ch. 4 - WAN, Wide Area Networks

Ch. 4 - WAN, Wide Area Networks 1 X.25 - access 2 X.25 - connection 3 X.25 - packet format 4 X.25 - pros and cons 5 Frame Relay 6 Frame Relay - access 7 Frame Relay - frame format 8 Frame Relay - addressing 9 Frame Relay - access rate

More information

Understanding and Troubleshooting Idle Timeouts

Understanding and Troubleshooting Idle Timeouts Understanding and Troubleshooting Idle Timeouts Document ID: 23423 Contents Introduction Prerequisites Requirements Components Used Conventions Common Problems and Symptoms Idle Timeouts Interesting Traffic

More information

HP MSR Router Series. Interface Configuration Guide(V7) Part number: b Software version: CMW710-R0304 Document version: 6PW

HP MSR Router Series. Interface Configuration Guide(V7) Part number: b Software version: CMW710-R0304 Document version: 6PW HP MSR Router Series Interface Configuration Guide(V7) Part number: 5998-7717b Software version: CMW710-R0304 Document version: 6PW104-20150914 Legal and notice information Copyright 2015 Hewlett-Packard

More information

SS7. Mercantec H2 2009

SS7. Mercantec H2 2009 SS7 Mercantec H2 2009 Common Channel Signaling System No. 7 basic call setup, management, and tear down wireless services such as personal communications services (PCS), wireless roaming, and mobile subscriber

More information

Voice over IP Q.SIG Network Transparency

Voice over IP Q.SIG Network Transparency Voice over IP Q.SIG Network Transparency Feature History Release 12.0(7)T 12.1(5)XM2 Modification This feature was introduced Support was added for the Cisco AS5350 and Cisco AS5400 universal gateways.

More information

Datenkommunikation SS L04 - Network Principles

Datenkommunikation SS L04 - Network Principles Network Principles Circuit Switching, Introduction ISDN Packet Switching, Datagram versus Virtual Call OSI Model, Introduction to ISDN, X.25, FR and ATM Agenda Introduction Circuit Switching Packet Switching

More information

DDR Routing Commands

DDR Routing Commands DDR Routing Commands This section describes the function and displays the syntax of each dial-on-demand routing (DDR) command. For more information about defaults and usage guidelines, see the corresponding

More information

Chapter 2. Communicating Over The Network

Chapter 2. Communicating Over The Network Chapter 2 Communicating Over The Network CCNA1-1 Chapter 2 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario. Thanks

More information

Cisco Academy ATLAS 550 Configuration Guide

Cisco Academy ATLAS 550 Configuration Guide An ADTRAN Quick Start Guide Cisco Academy ATLAS 550 Configuration Guide An easy, step-by-step procedure for configuring an ATLAS 550 for WAN emulation of ISDN (PRI, E1/PRA, BRI U, BRI S/T ), analog POTS,

More information

Network Devices,Frame Relay and X.25

Network Devices,Frame Relay and X.25 Network Devices,Frame Relay and X.25 Hardware/Networking Devices: Networking hardware may also be known as network equipment computer networking devices. Network Interface Card (NIC): NIC provides a physical

More information

Narrowband ISDN. (ISDN = Integrated Services Digital Network)

Narrowband ISDN. (ISDN = Integrated Services Digital Network) Narrowband ISDN (ISDN = Integrated Services Digital Network) critically: Invention Subscribers Don t Need (technology push instead of demand pull) is that really so? N-ISDN vs. B-ISDN (based on ATM) How

More information

Evaluating Backup Interfaces, Floating Static Routes, and Dialer Watch for DDR Backup

Evaluating Backup Interfaces, Floating Static Routes, and Dialer Watch for DDR Backup Evaluating Backup Interfaces, Floating Static Routes, and Dialer Watch for DDR Backup Document ID: 10213 Contents Introduction Prerequisites Requirements Components Used Conventions Configurations Backup

More information

Institute of Computer Technology - Vienna University of Technology. L05 - Network Principles

Institute of Computer Technology - Vienna University of Technology. L05 - Network Principles Network Principles Circuit Switching, Introduction ISDN Packet Switching, Datagram versus Virtual Call OSI Model, Introduction to ISDN, X.25, FR and ATM Agenda Introduction Circuit Switching Packet Switching

More information

Analog Signals Analog signals rely on continuously variable wave states. Waves are measured by amplitude, frequency, and phase.

Analog Signals Analog signals rely on continuously variable wave states. Waves are measured by amplitude, frequency, and phase. Dokument Telecom2 tillhörande kursen datacom2 1. Signalling Once the physical topology is in place, the next consideration is how to send signals over the medium. Signalling is the term used for the methods

More information

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005 Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005 Network and Telecommunications Basics Chapter Outline The telecommunications system Network services

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 350-025 Title : CCIE Service Provider Dial Vendors : Cisco Version : DEMO Get Latest & Valid 350-025

More information

Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for xdsl Uplinks

Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for xdsl Uplinks Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for xdsl Uplinks First Published: October 21, 2009 Last Updated: Sept 17, 2010 The Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for

More information

Exam : Title : CCIE Service Provider Dial. Version : DEMO

Exam : Title : CCIE Service Provider Dial. Version : DEMO Exam : 350-025 Title : CCIE Service Provider Dial Version : DEMO 1. What command is used to set the length of time a non-isdn interface stays down after a call has been completed or has failed and before

More information

Lab Configuring ISDN Dial Backup

Lab Configuring ISDN Dial Backup Lab 8.7.1 Configuring ISDN Dial Backup Objective Configure ISDN dial backup for a fixed Frame Relay WAN link. Scenario The network engineer for the International Travel Agency (ITA) is responsible for

More information

HP MSR Router Series. Interface Configuration Guide(V7) Part number: a Software version: CMW710-R0106 Document version: 6PW

HP MSR Router Series. Interface Configuration Guide(V7) Part number: a Software version: CMW710-R0106 Document version: 6PW HP MSR Router Series Interface Configuration Guide(V7) Part number: 5998-6361a Software version: CMW710-R0106 Document version: 6PW101-20140807 Legal and notice information Copyright 2014 Hewlett-Packard

More information

Integrated Services Digital Network

Integrated Services Digital Network Integrated Services Digital Network Some repetition Efficiency of signaling ISDN principles and the structure of ISDN access structure interfaces physical layer ISDN signaling bearer and telecommunication

More information

Chapter 5. Voice Network Concepts. Voice Network Concepts. Voice Communication Concepts and Technology

Chapter 5. Voice Network Concepts. Voice Network Concepts. Voice Communication Concepts and Technology Chapter 5 Voice Communication Concepts and Technology Voice Network Concepts Telephone switchboard - Circa 1898 Voice Network Concepts Telephone calls are connected from source via circuit switching. Circuit

More information

Hands-On ISDN. Course Description. Students Will Learn. Target Audience. Prerequisites. Course Outline. Page: 1 of 5 ISDN

Hands-On ISDN. Course Description. Students Will Learn. Target Audience. Prerequisites. Course Outline. Page: 1 of 5 ISDN Hands-On Course Description This Hands-On course is designed to provide an in depth practical as well as theoretical understanding of technology through a combination of lecture and hands- on learning

More information

Configuring Legacy DDR Hubs

Configuring Legacy DDR Hubs Configuring Legacy DDR Hubs This chapter describes how to configure legacy dial-on-demand routing (DDR) on interfaces functioning as the hub in a hub-and-spoke network topology. It includes the following

More information

DataFire BRI PCI Driver. Windows NT. for. Installation and Configuration Guide

DataFire BRI PCI Driver. Windows NT. for. Installation and Configuration Guide DataFire BRI PCI Driver for Windows NT Installation and Configuration Guide Digi International is a registered trademark of Digi International Inc. The Digi logo is a trademark of Digi International Inc.

More information

Module 10 Frame Relay and ATM

Module 10 Frame Relay and ATM Module 10 Frame Relay and ATM 10.0 INTRODUCTION Multimedia is basically a heterogeneous service which is characterized by different traffic types and variable bandwidths. Specifically Video bandwidth has

More information

PPP/MLP MRRU Negotiation Configuration

PPP/MLP MRRU Negotiation Configuration PPP/MLP MRRU Negotiation Configuration The PPP/MLP MRRU Negotiation Configuration feature allows a router to send and receive frames over Multilink PPP (MLP) bundles that are larger than the default Maximum

More information

Digital Access Networks. T /301 Jouni Karvo, Timo Kiravuo

Digital Access Networks. T /301 Jouni Karvo, Timo Kiravuo Digital Access Networks T-110.300/301 Jouni Karvo, Timo Kiravuo User Access to the Telecommunications Network The traditional access link is an analog copper wire to customer premises. Allows full-duplex

More information

Note on. Alternative of BRI Connection For MAX-NG subscriber

Note on. Alternative of BRI Connection For MAX-NG subscriber Note on Alternative of BRI Connection For MAX-NG subscriber Released On : 12 th March 2012 CENTRE FOR DEVELOPMENT OF TELEMATICS MANDI ROAD, MEHRAULI, NEW DELHI 110030, INDIA ELECTRONICS CITY (PHASE I),

More information

Networks 15.2 Multiplexing Technologies Access Networks 15.5 Common Peripheral Interfaces

Networks 15.2 Multiplexing Technologies Access Networks 15.5 Common Peripheral Interfaces Chapter 15 Computer and Multimedia Networks 15.11 Basics of Computer and Multimedia Networks 15.2 Multiplexing Technologies 15.3 LAN and WAN 15.4 Access Networks 15.5 Common Peripheral Interfaces 15.6

More information

HP MSR Router Series. Layer 2 - WAN Access Configuration Guide(V7)

HP MSR Router Series. Layer 2 - WAN Access Configuration Guide(V7) HP MSR Router Series Layer 2 - WAN Access Configuration Guide(V7) Part number: 5998-6465 Software version: CMW710-R0106 Document version: 6PW101-20140807 Legal and notice information Copyright 2014 Hewlett-Packard

More information

Part 5: Link Layer Technologies. CSE 3461: Introduction to Computer Networking Reading: Chapter 5, Kurose and Ross

Part 5: Link Layer Technologies. CSE 3461: Introduction to Computer Networking Reading: Chapter 5, Kurose and Ross Part 5: Link Layer Technologies CSE 3461: Introduction to Computer Networking Reading: Chapter 5, Kurose and Ross 1 Outline PPP ATM X.25 Frame Relay 2 Point to Point Data Link Control One sender, one receiver,

More information

ScopTEL TM IP PBX Software. PSTN Interfaces and Gateways

ScopTEL TM IP PBX Software. PSTN Interfaces and Gateways ScopTEL TM IP PBX Software PSTN Interfaces and Gateways Gateways A VoIP gateway is as a bridge between: Interfaces: (T1/E1, FXO, FXS) Protocols: SIP, Cisco SCCP/Skinny, MGCP (legacy protocol), and H.323

More information

Circuit-Switching Networks Traffic and Overload Control in Telephone Networks

Circuit-Switching Networks Traffic and Overload Control in Telephone Networks 6 Fall 2016, German University in Cairo Chapter 4 Circuit-Switching Networks Traffic and Overload Control in Telephone Networks 6 Fall 2016, German University in Cairo Traffic Management & Overload Control

More information

ROUTER COMMANDS. BANNER: Config# banner motd # TYPE MESSAGE HERE # - # can be substituted for any character, must start and finish the message

ROUTER COMMANDS. BANNER: Config# banner motd # TYPE MESSAGE HERE # - # can be substituted for any character, must start and finish the message ROUTER COMMANDS TERMINAL CONTROLS: Config# terminal editing - allows for enhanced editing commands Config# terminal monitor - shows output on telnet session Config# terminal ip netmask-format hexadecimal

More information

Lab Configuring Dialer Profiles

Lab Configuring Dialer Profiles Lab 4.3.7 Configuring Dialer Profiles Objective Configure ISDN Dialer Profiles on the routers enabling a dial-on-demand routing (DDR) call to be made from two remote routers simultaneously into a central

More information

INTEGRATED SERVICES DIGITAL NETWORK (ISDN) SERVICE CONTENTS SECTION 11

INTEGRATED SERVICES DIGITAL NETWORK (ISDN) SERVICE CONTENTS SECTION 11 Original Page 1 INTEGRATED SERVICES DIGITAL NETWORK (ISDN) SERVICE CONTENTS SECTION 11 A. GENERAL B. REGULATIONS C. RATES Original Page 2 A. GENERAL INTEGRATED SERVICES DIGITAL NETWORK (ISDN) SERVICE 1.

More information