What is WAN? Difference between LAN and WAN. This tutorial explains following topics in detail with examples :-

Size: px
Start display at page:

Download "What is WAN? Difference between LAN and WAN. This tutorial explains following topics in detail with examples :-"

Transcription

1 This tutorial explains following topics in detail with examples :- What is WAN? Difference between LAN and WAN Basic WAN Terminology WAN Connection Types Leased Line Connection Circuit Switched Connection Packet Switched Connection Cell Switched Connection Difference between Asynchronous and Synchronous serial connection WAN Protocols, services and encapsulation methods Difference between DSL and Cable services Serial WAN Encapsulation method and protocol What is WAN? WAN is the term that is used to refer all those technology and hardware which involves in connecting multiple network segments together. These network segments can be located far apart. WAN is the abbreviated form of Wild Area Network. Difference between LAN and WAN LAN (Local Area Network) represents a small segment of network that can be span in limited geographical area such as your home network, university campus, cyber café and office building. WAN represents a large part of network that is not bounded by geographical location. It can be spanned in several locations. Basically WAN is made up from multiple LANs. For example, an example company with an office in Delhi has 50 computers all connected together. It would be considered as a LAN. Now suppose company expanded its branch and opened new office in Jaipur. The network in Jaipur office would also be considered as LAN until we connect it with Delhi office in order to share information and data. Once both offices (LANs) are connected with each other, they would be considered as WAN. Another major difference between LAN and WAN is that we own LAN, but we lease WAN. In LAN we have our own space, so we can install cables, switches, routers and other connecting devices as connections require. But in WAN, connections physically pass through the other people s property where we don t have right to put our cables and other networking devices. So what options left for us?

2 We need to lease or rent connection from cable companies. Let s understand this in other way. Suppose you are in Delhi and you want to go Jaipur by car. Will you build your own road for transportation? No you do not build your own road for transportation. Simply you use the road built by government and pay toll tax for use. Same mechanism works behind the cable network. A cable network company builds its network and we use it. Cable Network Company charges for using its network. There are several cable network companies available in market. Think about your ISP. It is also a cable network company. In short how a cable network company connects two LAN is described in WAN. This tutorial is the first part of our article WAN Terminology Explained with Encapsulation Protocols and Methods. You can read other parts of this article here. This tutorial is the second part of the article. This part explains HDLC (High-Level Data Link Control) protocol and encapsulation method in detail with examples including step by step configuration guide. This tutorial is the third part of the article. This part explains PPP (Point to Point) protocol and encapsulation method in detail with examples including step by step configuration guide. This tutorial is the fourth part of the article. This part explains basic concepts of Frame Relay such as LMI Types, DLCI, Access Rate, CIR rate, PVC, SVC and network type in easy language This tutorial is the last part of the article. This part provide step by step guide on how to configure Frame Relay in Cisco routers. Basic WAN Terminology CPE CPE (Customer premises equipment) is the device that is located in subscriber s premise such as modem, switches, CSU/DSU, DTE router and NT1. Demarcation point DP (Demarcation point) is the spot, from where responsibility of customer and Cable Network Company divides. Usually it is a device installed by telecommunication (Cable Network) company. In simple terms, it s a delivery point where LAN delivers or receives data packet from Telecommunication Company.

3 Local Loop Local loop is the connection between DP and CO (central office). Central office This is the nearest office of Telecommunication Company. You get connection from this office. Toll network Toll network is the internal infrastructure of Telecommunication Company for transporting your data. A Telco (Telecommunication Company) uses several thousand kilometers of network cables and specialized networking devices to create its own network. This network provides a service that works like a crossover cable between two demarcation points but physically hidden from customer. Based on its network and customer requirement a Telco provides several types of WAN connections. CSU/DSU A CSU/DSU (Channel Service Unit/Data Service Unit) is a device that converts data signal between LAN network and WAN network. LAN network and WAN network use separate communication technology. A CSU/DSU understands both technologies. DSL and cable modems are the example of CSU/DSU.

4 DTE DTE (Data Terminal Equipment) is a device (usually a router or PC) that converts data frame into signals and reconvert received signals in data frame. DTE device communicates with DCE device. DCE DCE (Data circuit terminating equipment) is a device (usually modem or CSU/DSU) that provides clock rate and synchronization. WAN Connection Types Nearly all WAN connections fall under one of following four categories: Leased Line Connection Circuit Switched Connection Packet Switched Connection Cell Switched Connection Leased Line Connection Leased line connection is a dedicate connection between two LANs. It simulates a single Ethernet crossover cable between local LAN and remote LAN. Just like Ethernet connection you can transmit data any time without any setup procedures. It s an always on connection that provides guaranteed bandwidth and minimal delay. With all goodies leased line has following disadvantage:usually it is available for shorter distance. This is the most expensive WAN solution. Whether you use it or not, you will be charged for entire time. Each line requires a separate interface on your router. Leased line is also known as point to point or dedicated connection. Leased line uses HDLC and PPP data link layer encapsulation protocol.

5 Circuit Switched Connection Circuit switched connection is just like a phone call. Whenever you have data to transmit, open the circuit, transmit the data and close the circuit. Thus in positive side, you only need to pay when you actually use it. And in negative side, you have to establish an end to end connection every time whenever you have data to transmit. Circuit switched connection is available it two types:- Asynchronous serial connection It uses analog modem and standard telephone system to establish dial-up connection. This is the cheapest WAN services. On another side this is most unreliable and the slowest WAN service. In this service top connection speed in USA is 53Kbps. Synchronous serial connection It uses digital ISDN line, BRI (Basic Rate Interface) and PRI (Primary Rate Interface) for dial-up connection. It s an expensive service that provides guaranteed bandwidth. Typically Circuit Switched connections are used for secondary backup solution in offices as well as for temporary low speed connection in home network. As it charges per-minute, it s not suitable for primary connection, depending on the destination: the more data we have to transmit, the more time it will take, and the more money it will cost. Packet Switched Connection Packet switched connection is the cost effective solution of leased line connection. People, who cannot afford leased line, can use this. It allows us to share bandwidth with others to save money. It looks like a leased line but charges like circuit switched line.

6 Yep you read it right; it looks like a leased line, not acts like a leased line. After all it s a shared line, you will get full bandwidth if no other is not sending data at that time. But if others are also sending data at the same time then you will get congested bandwidth. Packet switched connection is the best suitable for bursty type data transmission. It is not suitable for constantly type data transmission. Both leased line and circuit switched connection use a physical circuit path to connect two sites. While leased line uses same circuit path every time, circuit switched connection builds path every time a data call is made. Probable you may get same or new path for every data call in circuit switched network. Packet switched connections use a different approach, instead of physical path, it builds logical path over the physical path and uses that to connect two sites. These logical circuits are called virtual circuits (VCs). VCs are not tied up with any specific physical circuit. They can be built from any available physical connection. We can create multiple logical circuits over the same physical circuit. Therefore we can use single router interface to connect multiple sites. Cell Switched Connection This is the enhanced version of packet switched connections. It could provide guaranteed bandwidth, minimal delay, limited number of errors and Quality of Services. This service uses fixed length (53 bytes) packets known as cell to transmit the data. If you want to connect multiple remote sites with a single router interface then Packet Switched or Cell switched connections are the best options. Based on data transmission technology, above wan connections can be divided in two types:-

7 Asynchronous connection Asynchronous connection is a one way communication. Sender PC does not need to coordinate with receiver PC before sending data. Sender system simply sends data. Receiver system has to look in incoming data for decoding method and coordinate. Synchronous connection Synchronous connection is a two way communication. Sender PC and Receiver PC synchronize the connection before sending any user data. Once connection is established, sender system sends separate signals with every data packet regarding transmission setting (decoding method, clock rate, coordinate etc ). Receiver system also updates sender about what has been received so far with its signal. Now we have basic understanding of WAN terms, in remaining part of this tutorial we will have quick look on most popular WAN solution. WAN Protocols, services and encapsulation methods HDLC HDLC (High-Level Data-Link Control) protocol works at Data Link layer. In comparison with other WAN protocol it creates very little overhead. It is derived from SDLC (Synchronous Data Link Control) protocol. HDLC protocol doesn t carry any network layer information in its header. For this reason any vendor who wants to use HDLC protocol has to implement his own method to identify the Network Layer protocol. This method may not work with other vendors. Thus if we want to use HDLC protocol, we have to by all devices from same vendor. PPP PPP (Point to Point) protocol is wildly used data link layer protocol. It has a field for Network Layer Protocol information in its header. For this reason vendors need not change anything. They can use it as it is. If you have equipment from different vendors then use this protocol to create point to point links. PPPoE PPPoE (Point-to-Point Protocol over Ethernet) is the Ethernet solution of PPP protocol. When used with ADSL service it provides a direct connection to Ethernet interface while supporting DSL as well. In upside it provides authentication, encryption, and compression. In downside it has lover MTU (maximum transmission unit) than standard Ethernet has. ISDN ISDN (Integrated Services Digital Network) uses circuit switched connection technology. It uses existing phone lines for voice and data transmission. Usually it is used for secondary backup connection. It provides a cost effective upgrade option for users who require a higher speed connection than analog modem connection.

8 LAPD LAPD (Link Access Procedure, D-Channel) protocol was developed for ISDN. It is used to satisfy the signaling requirement of ISDN connection. LAPB LAPB (Link Access Procedure, Balanced) was created for X.25 as connection oriented protocol at Data Link Layer. It can also be used for simple data link transportation. Due to its windowing and strict time out techniques it creates a lot of overhead. Frame Relay Frame Relay uses packet-switched connection technology. It can provide bandwidth of 64Kbps up to 45Mbps. It builds logical circuit over physical circuit to transmit the data. With logical circuit we can connect multiple remote sites from single interface. Beside this it also provides dynamic bandwidth and congestion control features. MPLS MPLS (Multi-Protocol Label Switching) is the frame relay based data forwarding technology. Just like frame relay it also uses some features of circuit switched network over the packet switched network. It uses labels (numbers) to forward the packets. Labels are assigned in the edge of MPLS network. Core routers forward packets based on these labels that make forwarding process faster. Gradually companies are moving to MPLS from frame relay. ATM ATM (Asynchronous Transfer Mode) is the enhanced version of frame relay. Beside all goodies of frame relay it also provides simultaneous transmission for video, voice and data. ATM uses fixed length (53 bytes) cells for data forwarding. For faster data forwarding it supports external clocking. DSL In DSL (Digital subscriber line) service, a connection is setup between CPE (Usually modem) and the DSLAM (Digital Subscriber Line Access Multiplexer). DSLAM is a device that concentrates connections from multiple DSL lines. It is located at CO (Center Office of Telco). It uses twisted pair copper telephone wires for connectivity. It is the same phone line that is used to connect your phone with CO. In CPE side it uses DSL modem that follows DSL physical and data link layer standards to transmit data from Telco. Following figure illustrates a simple DSL service network.

9 DSL service provides asymmetric speed. In asymmetric speed downloading speed is much faster than uploading speed. Cable This service uses existing cable TV network for Internet. It can provide up to 27Mbps download and 2.5Mbps upload bandwidth. In this service, users connected with a certain cable network segment sharing bandwidth. For this reason actual bandwidth a user may get is 256Kbps to 6Mbps.

10 Key points of DSL and Cable services Both services use existing network. DSL uses phone line while Cable uses CATV (Cable TV) cable. Both services provide asymmetric speeds where downloading speed is much faster than uploading speed. Both services work in always on mode where user can access Internet without taking any action to start Internet connection. Both services are used to connect CPE with CO. DSL service uses twisted pair cable while Cable service uses coaxial cable. In customer side DSL service uses DSL modem while Cable service uses cable modem. In company side DSL uses DSLAM device to filter voice and data while Cable service uses router to split data and videos. Serial WAN Encapsulation method and protocol Not all of above introduced protocols and methods are available for serial interface. What options are available for serial interface can be listed by encapsulation? command from serial interface mode. For example following figure illustrates available options for serial interface in router.

11 Output may be different on different series routers. You may get more options such as atm-dxi, lapb, smds and x25 in real Cisco router. This output is taken from a virtual router running in packet tracer network simulator software. As output shows we have three encapsulation methods:- 1. HDLC 2. PPP 3. Frame-Relay That s all for this part. In next parts of this article I will explain these protocols in details with examples. For more articles please visit our site ComputerNetworkingNotes.com

Introduction to WAN Technologies

Introduction to WAN Technologies CHAPTER 3 Chapter Goals Become familiar with WAN terminology. Learn about different types of WAN connections. Become familiar with different types of WAN equipment. This chapter introduces the various

More information

WAN Data Link Protocols

WAN Data Link Protocols WAN Data Link Protocols In addition to Physical layer devices, WANs require Data Link layer protocols to establish the link across the communication line from the sending to the receiving device. 1 Data

More information

WANs connect remote sites. Connection requirements vary depending on user requirements, cost, and availability.

WANs connect remote sites. Connection requirements vary depending on user requirements, cost, and availability. WAN Review A WAN makes data connections across a broad geographic area so that information can be exchanged between distant sites. This topic defines the characteristics of a WAN. WAN Overview WANs connect

More information

Chapter 2 - The TCP/IP and OSI Networking Models

Chapter 2 - The TCP/IP and OSI Networking Models Chapter 2 - The TCP/IP and OSI Networking Models TCP/IP : Transmission Control Protocol/Internet Protocol OSI : Open System Interconnection RFC Request for Comments TCP/IP Architecture Layers Application

More information

Notes Odom, Chapter 4 Flashcards Set: http://www.flashcardmachine.com/1162711/b41c

Notes Odom, Chapter 4 Flashcards Set: http://www.flashcardmachine.com/1162711/b41c EDTECH 552 (SP11) Susan Ferdon Notes Odom, Chapter 4 Flashcards Set: http://www.flashcardmachine.com/1162711/b41c telco Leased Line CSU/DSU Local Telephone Company Owns the cables and has right of way

More information

CTS2134 Introduction to Networking. Module 07: Wide Area Networks

CTS2134 Introduction to Networking. Module 07: Wide Area Networks CTS2134 Introduction to Networking Module 07: Wide Area Networks WAN cloud Central Office (CO) Local loop WAN components Demarcation point (demarc) Consumer Premises Equipment (CPE) Channel Service Unit/Data

More information

Introduction to WAN Technologies

Introduction to WAN Technologies CHAPTER 3 Introduction to WAN Technologies This chapter introduces the various protocols and technologies used in wide- area network (WAN) environments. Topics summarized here include point-to-point links,

More information

WAN Technologies Based on CCNA 4 v3.1 Slides Compiled & modified by C. Pham

WAN Technologies Based on CCNA 4 v3.1 Slides Compiled & modified by C. Pham WAN Technologies Based on CCNA 4 v3.1 Slides Compiled & modified by C. Pham 1 Wide-area Networks (WANs) 2 Metropolitan-Area Network (MANs) 3 Path Determination 4 Internetworking Any internetwork must include

More information

WAN Technology. Heng Sovannarith heng_sovannarith@yahoo.com

WAN Technology. Heng Sovannarith heng_sovannarith@yahoo.com WAN Technology Heng Sovannarith heng_sovannarith@yahoo.com Introduction A WAN is a data communications network that covers a relatively broad geographic area and often uses transmission facilities provided

More information

Network+ Guide to Networks 6 th Edition. Chapter 7 Wide Area Networks

Network+ Guide to Networks 6 th Edition. Chapter 7 Wide Area Networks Network+ Guide to Networks 6 th Edition Chapter 7 Wide Area Networks Objectives Identify a variety of uses for WANs Explain different WAN topologies, including their advantages and disadvantages Compare

More information

Public Network. 1. Relatively long physical distance 2. Requiring a service provider (carrier) Branch Office. Home. Private Network.

Public Network. 1. Relatively long physical distance 2. Requiring a service provider (carrier) Branch Office. Home. Private Network. Introduction to LAN TDC 363 Week 4 Connecting LAN to WAN Book: Chapter 7 1 Outline Wide Area Network (WAN): definition WAN Topologies Choices of WAN technologies Dial-up ISDN T1 Frame Relay DSL Remote

More information

Connection Services. Hakim S. ADICHE, MSc

Connection Services. Hakim S. ADICHE, MSc Connection Services Hakim S. ADICHE, MSc adiche@ccse.kfupm.edu.sa Department of Computer Engineering King Fahd University of Petroleum and Minerals Dhahran, Saudi Arabia Connection Services Different connectivity

More information

WAN. Introduction. Services used by WAN. Circuit Switched Services. Architecture of Switch Services

WAN. Introduction. Services used by WAN. Circuit Switched Services. Architecture of Switch Services WAN Introduction Wide area networks (WANs) Connect BNs and LANs across longer distances, often hundreds of miles or more Typically built by using leased circuits from common carriers such as AT&T Most

More information

Chapter 5. Data Communication And Internet Technology

Chapter 5. Data Communication And Internet Technology Chapter 5 Data Communication And Internet Technology Purpose Understand the fundamental networking concepts Agenda Network Concepts Communication Protocol TCP/IP-OSI Architecture Network Types LAN WAN

More information

Introduction to WANs. Objectives. Key Terms CHAPTER 1

Introduction to WANs. Objectives. Key Terms CHAPTER 1 CHAPTER 1 Introduction to WANs Objectives After completing this chapter, you should be able to answer the following questions: How does the Cisco enterprise architecture provide integrated services over

More information

11/22/2013 1. komwut@siit

11/22/2013 1. komwut@siit 11/22/2013 1 Week3-4 Point-to-Point, LAN, WAN Review 11/22/2013 2 What will you learn? Representatives for Point-to-Point Network LAN Wired Ethernet Wireless Ethernet WAN ATM (Asynchronous Transfer Mode)

More information

Chapter 9A. Network Definition. The Uses of a Network. Network Basics

Chapter 9A. Network Definition. The Uses of a Network. Network Basics Chapter 9A Network Basics 1 Network Definition Set of technologies that connects computers Allows communication and collaboration between users 2 The Uses of a Network Simultaneous access to data Data

More information

Internet and Services

Internet and Services 3 Internet and Services 3.1 INTRODUCTION The Internet began way back in 1969 when it was called ARPANet (Advanced Research Project Agency Network) and was used exclusively for military purposes. It soon

More information

Voice and Delivery Data Networks

Voice and Delivery Data Networks Voice and Delivery Data Networks Chapter 11 Learning Objectives After reading this chapter, you should be able to: Identify the basic elements of a telephone system Describe the composition of the telephone

More information

Chapter 11: WAN. Abdullah Konak School of Information Sciences and Technology Penn State Berks. Wide Area Networks (WAN)

Chapter 11: WAN. Abdullah Konak School of Information Sciences and Technology Penn State Berks. Wide Area Networks (WAN) Chapter 11: WAN Abdullah Konak School of Information Sciences and Technology Penn State Berks Wide Area Networks (WAN) The scope of a WAN covers large geographic areas including national and international

More information

Overview of WAN Connections Module 1

Overview of WAN Connections Module 1 Overview of WAN Connections 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

More information

Acer ADSL Surf USB Modem

Acer ADSL Surf USB Modem . Acer ADSL Surf USB Modem Installation Guide Acer European Support: http://support.acer-euro.com 1 Table of Contents. 1. About The Manual 2. Specification 3. Preface Chapter 1 : Chapter 2 : ADSL Overview

More information

Cisco CCNA Optional Semester 4 Labs Wide Area Networking LAB 1 T1 TSU WAN LINK OVERVIEW - Instructor Guide (Estimated time: 30 minutes)

Cisco CCNA Optional Semester 4 Labs Wide Area Networking LAB 1 T1 TSU WAN LINK OVERVIEW - Instructor Guide (Estimated time: 30 minutes) CNAP @ VCC 1 of 8 LAB 1 T1 TSU WAN LINK OVERVIEW - Instructor Guide (Estimated time: 30 minutes) Objectives: Understand the function of a T1 Service Unit (TSU) in network telecommunications Connect routers

More information

INTERNET CONNECTIVITY

INTERNET CONNECTIVITY INTERNET CONNECTIVITY http://www.tutorialspoint.com/internet_technologies/internet_connectivity.htm Copyright tutorialspoint.com Here in this tutorial, we will discuss how to connect to internet i.e. internet

More information

WAN Technologies and Components

WAN Technologies and Components C H A P T E R 1 WAN Technologies and Components Over the last several years, web-based applications, wireless devices, and virtual private networking (VPN) have changed our expectations about computer

More information

Cabling LANs and WANs

Cabling LANs and WANs Cabling LANs and WANs CCNA 1 v3 Module 5 10/11/2005 NESCOT CATC 1 Cabling the LAN Each media has advantages and disadvantages: Cable length Cost Ease of installation Susceptibility to interference The

More information

Network support for tele-education

Network support for tele-education Network support for tele-education Aiko Pras Centre for Telematics and Information Technology University of Twente (UT) http://wwwtios.cs.utwente.nl/~pras This paper discusses the state of the art in networking,

More information

Telecommunications systems (Part 2)

Telecommunications systems (Part 2) School of Business Eastern Illinois University Telecommunications systems (Part 2) Abdou Illia, Spring 2007 (Week 12, Thursday 3/29/2007) T-1 Digital Subscriber Line (DSL) Cellular Telephone System Integrated

More information

Telecommunications, Networks, and Wireless Computing

Telecommunications, Networks, and Wireless Computing Objectives Telecommunications, Networks, and Wireless Computing 1. What are the features of a contemporary corporate telecommunications system? On what major technology developments are they based? 2.

More information

Exam questions. 1. Which of the following are true regarding xdsl? Choose three. It uses a portion of the existing phone line.

Exam questions. 1. Which of the following are true regarding xdsl? Choose three. It uses a portion of the existing phone line. Nguyen Khac Quyet - Take Exam Exam questions Time remaining: 00: 08: 31 1. Which of the following are true regarding xdsl? Choose three. It uses a portion of the existing phone line It is symmetrical It

More information

This course has been retired. View the schedule of current <a href=http://www.ptr.co.uk/networkingcourses.htm>networking

This course has been retired. View the schedule of current <a href=http://www.ptr.co.uk/networkingcourses.htm>networking Introduction to Data Communications & Networking Course Description: This course has been retired. View the schedule of current networking Courses

More information

CMPT 165: The Internet, Part 3

CMPT 165: The Internet, Part 3 CMPT 165: The Internet, Part 3 Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University September 15, 2011 1 Basic Communication Technology Packet Switching (sharing a tranmission

More information

ADSL or Asymmetric Digital Subscriber Line. Backbone. Bandwidth. Bit. Bits Per Second or bps

ADSL or Asymmetric Digital Subscriber Line. Backbone. Bandwidth. Bit. Bits Per Second or bps ADSL or Asymmetric Digital Subscriber Line Backbone Bandwidth Bit Commonly called DSL. Technology and equipment that allow high-speed communication across standard copper telephone wires. This can include

More information

Upon completion of this chapter, you should be able to answer the following questions:

Upon completion of this chapter, you should be able to answer the following questions: CHAPTER 1 WANs and Routers Objectives Upon completion of this chapter, you should be able to answer the following questions: Which four groups of industry professionals create the rules and standards that

More information

Analysis of xdsl Technologies

Analysis of xdsl Technologies International Journal of Electronics and Computer Science Engineering 897 Available Online at www.ijecse.org ISSN- 2277-1956 Analysis of xdsl Technologies Dimple Saproo 1, Megha Goyal 2, Asha Bhagashra

More information

Connecting to the WAN

Connecting to the WAN CHAPTER 2 Connecting to the WAN Objectives Upon completion of this chapter What is the purpose of a WAN? How does a circuit-switched network differ from a packet-switched network? How do service provider

More information

Objectives. Remote Connection Options. Teleworking. Connecting Teleworkers to the Corporate WAN. Providing Teleworker Services

Objectives. Remote Connection Options. Teleworking. Connecting Teleworkers to the Corporate WAN. Providing Teleworker Services ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectives Providing Teleworker Services Describe the enterprise requirements for providing teleworker services Explain how

More information

The Telephone Network

The Telephone Network The Telephone Network 1 2 PSTN public switched telephone network (PSTN) is the largest and most widespread communications network in the world For computer communications used to link remote sites of organisation

More information

Data Link Protocols. TCP/IP Suite and OSI Reference Model

Data Link Protocols. TCP/IP Suite and OSI Reference Model Data Link Protocols Relates to Lab. This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point Protocol (PPP). 1 TCP/IP Suite

More information

Introduction to Metropolitan Area Networks and Wide Area Networks

Introduction to Metropolitan Area Networks and Wide Area Networks Introduction to Metropolitan Area Networks and Wide Area Networks Chapter 9 Learning Objectives After reading this chapter, you should be able to: Distinguish local area networks, metropolitan area networks,

More information

AN ANALYTICAL STUDY OF INTERNET AND INTRANET CONNECTIONS AND CONFIGURATIONS IN ISP

AN ANALYTICAL STUDY OF INTERNET AND INTRANET CONNECTIONS AND CONFIGURATIONS IN ISP AN ANALYTICAL STUDY OF INTERNET AND INTRANET CONNECTIONS AND CONFIGURATIONS IN ISP Mst. Najnin Sultana, Abu Jafar Md. Masud Karim Daffodil International University, Dhaka, Bangladesh E-mail: apesnajnin@yahoo.com

More information

By: Mohsen Aminifar Fall 2014

By: Mohsen Aminifar Fall 2014 By: Mohsen Aminifar Fall 2014 Contact Information: E-Mail: m.aminifar@modares.ac.ir admin@parsenet.ir Phone : 021-22919726 09128442885 Website : http://parsenet.ir http://aminifar.ir SMS Center : 5000262175

More information

Telecommunications systems (Part 1)

Telecommunications systems (Part 1) School of Business Eastern Illinois University Telecommunications systems (Part 1) (Week 11, Thursday 11/02/2006) Abdou Illia, Fall 2006 Learning Objectives 2 Describe and compare types of connection to

More information

CS 5516 Computer Architecture Networks

CS 5516 Computer Architecture Networks Lecture 11: ISDN & ATM CS 5516 Computer Architecture Networks VA Tech Prof. Roy M. Wnek History of ISDN Traditionally, local loop connectivity has been with an analog signal on copper Inefficient, prone

More information

Evaluating Bandwidth Optimization Technologies: Bonded Internet

Evaluating Bandwidth Optimization Technologies: Bonded Internet Evaluating Bandwidth Optimization Technologies: Bonded Internet Contents Channel Bonding and MLPPP Load Balancing and BGP Configuring Tunnels Traditional Bonding MetTel s Bonded Internet Service 3 4 5

More information

T1 Networking Made Easy

T1 Networking Made Easy T1 Networking Made Easy 1 THE T1 CARRIER 3 WHAT DOES A T1 LOOK LIKE? 3 T1 BANDWIDTH 3 T1 PHYSICAL CHARACTERISTICS 4 T1 FRAMING 5 LINE CODE 6 T1 NETWORKING 6 TELCOS 6 PSTN ACCESS WITH A T1 8 SUMMARY OF

More information

VoIP Bandwidth Considerations - design decisions

VoIP Bandwidth Considerations - design decisions VoIP Bandwidth Considerations - design decisions When calculating the bandwidth requirements for a VoIP implementation the two main protocols are: a signalling protocol such as SIP, H.323, SCCP, IAX or

More information

Technical Glossary from Frontier

Technical Glossary from Frontier Technical Glossary from Frontier A Analogue Lines: Single Analogue lines are generally usually used for faxes, single phone lines, modems, alarm lines or PDQ machines and are generally not connected to

More information

WANPIPE TM. Multi-protocol WANPIPE Driver CONFIGURATION M A N U A L. Author: Nenad Corbic/Alex Feldman

WANPIPE TM. Multi-protocol WANPIPE Driver CONFIGURATION M A N U A L. Author: Nenad Corbic/Alex Feldman WANPIPE TM Multi-protocol WANPIPE Driver CONFIGURATION M A N U A L Author: Nenad Corbic/Alex Feldman Copyright (c) 1995-2002 Sangoma Technologies Inc. Introduction WANPIPE from Sangoma Technologies Inc.

More information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.

More information

3.1 TELECOMMUNICATIONS, NETWORKS AND THE INTERNET

3.1 TELECOMMUNICATIONS, NETWORKS AND THE INTERNET 3.1 TELECOMMUNICATIONS, NETWORKS AND THE INTERNET The Business Value of Telecommunications and Networking Business value impacts of the telecommunications and Networking are: Declining transaction costs

More information

High-Level Data Link Control

High-Level Data Link Control High-Level Data Link Control This class of data link layer protocols includes High-level Data Link Control (HDLC), Link Access Procedure Balanced (LAPB) for X.25, Link Access Procedure for D-channel (LAPD)

More information

1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network

1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network Review questions 1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network B Local area network C Client/server

More information

Asynchronous Transfer Mode: ATM. ATM architecture. ATM: network or link layer? ATM Adaptation Layer (AAL)

Asynchronous Transfer Mode: ATM. ATM architecture. ATM: network or link layer? ATM Adaptation Layer (AAL) Asynchrous Transfer Mode: architecture 1980s/1990 s standard for high-speed (155Mbps to 622 Mbps and higher) Broadband Integrated Service Digital Network architecture Goal: integrated, end-end transport

More information

Written examination in Computer Networks

Written examination in Computer Networks Written examination in Computer Networks February 14th 2014 Last name: First name: Student number: Provide on all sheets (including the cover sheet) your last name, rst name and student number. Use the

More information

Computer Networks. Definition of LAN. Connection of Network. Key Points of LAN. Lecture 06 Connecting Networks

Computer Networks. Definition of LAN. Connection of Network. Key Points of LAN. Lecture 06 Connecting Networks Computer Networks Lecture 06 Connecting Networks Kuang-hua Chen Department of Library and Information Science National Taiwan University Local Area Networks (LAN) 5 kilometer IEEE 802.3 Ethernet IEEE 802.4

More information

1.264 Lecture 34. Telecom: Connecting wired LAN, WAN. Next class: Green chapter 17. Exercise due before class

1.264 Lecture 34. Telecom: Connecting wired LAN, WAN. Next class: Green chapter 17. Exercise due before class 1.264 Lecture 34 Telecom: Connecting wired LAN, WAN Next class: Green chapter 17. Exercise due before class 1 Exercise Your transportation brokerage company also handles billing for freight shipments,

More information

Configuring Demand Routing for Primary ISDN Modules

Configuring Demand Routing for Primary ISDN Modules 8 Configuring Demand Routing for Primary ISDN Modules Contents Overview of ISDN Connections................................... 8-4 Elements of an ISDN Connection.............................. 8-5 The Local

More information

CCNP2 - Implementing Secure Converged Wide-area Networks v5.0

CCNP2 - Implementing Secure Converged Wide-area Networks v5.0 2.6.11 - Configuring a DSL ATM Interface Figures and show the steps you use to configure a DSL ATM interface. Use the dsl operating-mode auto interface configuration command to specify that the router

More information

R2. The word protocol is often used to describe diplomatic relations. How does Wikipedia describe diplomatic protocol?

R2. The word protocol is often used to describe diplomatic relations. How does Wikipedia describe diplomatic protocol? Chapter 1 Review Questions R1. What is the difference between a host and an end system? List several different types of end systems. Is a Web server an end system? 1. There is no difference. Throughout

More information

Black Box Explains: DSL

Black Box Explains: DSL Black Box Explains: DSL History It was realized as early as the late eighties, early nineties, that conventional data transmission systems did not meet the requirements of the growing internet community

More information

VPN. Date: 4/15/2004 By: Heena Patel Email:hpatel4@stevens-tech.edu

VPN. Date: 4/15/2004 By: Heena Patel Email:hpatel4@stevens-tech.edu VPN Date: 4/15/2004 By: Heena Patel Email:hpatel4@stevens-tech.edu What is VPN? A VPN (virtual private network) is a private data network that uses public telecommunicating infrastructure (Internet), maintaining

More information

Technology Brief. Implementing DSL Service for ISPs with the SMS. The DSL Opportunity. DSL is Different from Dial

Technology Brief. Implementing DSL Service for ISPs with the SMS. The DSL Opportunity. DSL is Different from Dial Technology Brief Implementing DSL Service for ISPs with the SMS The DSL Opportunity Digital Subscriber Line (DSL) services represent a major opportunity for dialup-based Internet Service Providers (ISPs)

More information

Communication Networks. MAP-TELE 2011/12 José Ruela

Communication Networks. MAP-TELE 2011/12 José Ruela Communication Networks MAP-TELE 2011/12 José Ruela Network basic mechanisms Introduction to Communications Networks Communications networks Communications networks are used to transport information (data)

More information

L2F Case Study Overview

L2F Case Study Overview LF Case Study Overview Introduction This case study describes how one Internet service provider (ISP) plans, designs, and implements an access virtual private network (VPN) by using Layer Forwarding (LF)

More information

DSL-2600U. User Manual V 1.0

DSL-2600U. User Manual V 1.0 DSL-2600U User Manual V 1.0 CONTENTS 1. OVERVIEW...3 1.1 ABOUT ADSL...3 1.2 ABOUT ADSL2/2+...3 1.3 FEATURES...3 2 SPECIFICATION...4 2.1 INDICATOR AND INTERFACE...4 2.2 HARDWARE CONNECTION...4 2.3 LED STATUS

More information

Lecture 21 ISDN Integrated Digital Network.

Lecture 21 ISDN Integrated Digital Network. Lecture 21 ISDN is an acronym for Integrated Services Digital Network. ISDN was developed to cater the needs of users who want high data rate, since conventional telephone line is not capable of providing

More information

Frame Relay and Frame-Based ATM: A Comparison of Technologies

Frame Relay and Frame-Based ATM: A Comparison of Technologies White Paper and -Based : A Comparison of Technologies Larry Greenstein Nuera Communications VP, Technology, Forum June 1995 June 27, 1995 i TABLE OF CONTENTS 1. PREFACE...1 2. INTRODUCTION...1 3. INTERWORKING

More information

5.3.1.9 Digital Subscriber Line (DSL) Requirements

5.3.1.9 Digital Subscriber Line (DSL) Requirements UCR 2008, Change 2, Modification #2 provides (DSL) requirements. Section 5.3.1 was modified to reflect this change. Corrections to UCR 2008, Change 2, made by Modification # 2 SECTION NEW Requirements

More information

EE4367 Telecom. Switching & Transmission. Prof. Murat Torlak

EE4367 Telecom. Switching & Transmission. Prof. Murat Torlak Packet Switching and Computer Networks Switching As computer networks became more pervasive, more and more data and also less voice was transmitted over telephone lines. Circuit Switching The telephone

More information

ADSL WAN Connections. Contents

ADSL WAN Connections. Contents 7 ADSL WAN Connections Contents ADSL Overview................................................. 7-4 ADSL Technologies.......................................... 7-5 ADSL2 and ADSL2+: Enhancing Transmission

More information

Local-Area Network -LAN

Local-Area Network -LAN Computer Networks A group of two or more computer systems linked together. There are many [types] of computer networks: Peer To Peer (workgroups) The computers are connected by a network, however, there

More information

< Introduction > This technical note explains how to connect New SVR Series to DSL Modem or DSL Router. Samsung Techwin Co., Ltd.

< Introduction > This technical note explains how to connect New SVR Series to DSL Modem or DSL Router. Samsung Techwin Co., Ltd. < Introduction > This technical note explains how to connect New to DSL Modem or DSL Router. Samsung Techwin Co., Ltd. 1 Contents 1. General... 4 1.1. DSL (xdsl)... 4 1.2. Modem... 5 1.2.1. Modem... 5

More information

XDSL and DSLAM Access Technologies

XDSL and DSLAM Access Technologies XDSL and DSLAM Access Technologies Abstract What are the differences between the different forms of xdsl technology, such as ADSL and HDSL? How are they implemented. What are the limitations? What are

More information

Acterna DSL Services Tester TPI 350+ Application Highlights

Acterna DSL Services Tester TPI 350+ Application Highlights Acterna TPI 350+ DSL Test Set Product Highlights Field engineered, rugged construction, lightweight design, and batterypowered operation Automated testing capabilities minimize training costs and testing

More information

ADSL MODEM. User Manual V1.0

ADSL MODEM. User Manual V1.0 ADSL MODEM User Manual V1.0 CONTENTS 1.OVERVIEW... 3 1.1 ABOUT ADSL... 3 1.2 ABOUT ADSL2/2+... 3 1.3 FEATURES... 3 2 SPECIFICATION... 4 2.1 INTERFACE INTRODUCTION... 4 2.1.1 INDICATOR AND INTERFACE...

More information

Data Link Protocols. 5.4 Framing

Data Link Protocols. 5.4 Framing Data Link Protocols A Packets Data link layer Physical layer Frames Packets Data link layer Physical layer B Data Links Services Framing Error control Flow control Multiplexing Link Maintenance Security:

More information

Introduction To Computer Networks

Introduction To Computer Networks Introduction To Computer Networks 1. LAN s and WAN s 2. Some network and internetwork components 3. The communication process 4. Communication media 5. Topologies 6. Communication models and Standards

More information

Long Distance Connection and WAN

Long Distance Connection and WAN Lecture 6 Long Distance Connection and WAN Digital Telephone, PCM and Nyquist Sampling Theorem DSU/CSU, T Line Series and OC line Series Local Loop DSL Technologies - ADSL, HDSL, SDSL, VDSL Cable Modem

More information

Dedicated Access Solutions for Internet Service Providers

Dedicated Access Solutions for Internet Service Providers White Paper Dedicated Access Solutions for Internet Service Providers INTRODUCTION Revenue from business connections to the Internet represents, on average, almost 60 percent of the total revenue to Internet

More information

The Conversion Technology Experts. Media Conversion: Cost-Effectively Integrating T1 into your Fiber Network

The Conversion Technology Experts. Media Conversion: Cost-Effectively Integrating T1 into your Fiber Network The Conversion Technology Experts Media Conversion: Cost-Effectively Integrating T1 into your Fiber Network Media Conversion: Cost Effectively Integrating T1 into Your Fiber Network Revealing some simple

More information

ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling

ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling Release: 1 ICTTEN6172A Design and configure an IP-MPLS network with virtual private network tunnelling Modification

More information

Chapter 4 Connecting to the Internet through an ISP

Chapter 4 Connecting to the Internet through an ISP Chapter 4 Connecting to the Internet through an ISP 1. According to Cisco what two things are essential to gaining access to the internet? a. ISPs are essential to gaining access to the Internet. b. No

More information

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols Guide to TCP/IP, Third Edition Chapter 3: Data Link and Network Layer TCP/IP Protocols Objectives Understand the role that data link protocols, such as SLIP and PPP, play for TCP/IP Distinguish among various

More information

Copyright. Transport networks. Physical layer Transport and access networks. Pag. 1

Copyright. Transport networks. Physical layer Transport and access networks. Pag. 1 Physical layer Transport and access networks Gruppo Reti TLC nome.cognome@polito.it http://www.telematica.polito.it/ COMPUTER NETWORK DESIGN Physical layer review - 1 Copyright Quest opera è protetta dalla

More information

ERserver. iseries. Remote Access Services: PPP connections

ERserver. iseries. Remote Access Services: PPP connections ERserver iseries Remote Access Services: PPP connections ERserver iseries Remote Access Services: PPP connections Copyright International Business Machines Corporation 1998, 2002. All rights reserved.

More information

(Refer Slide Time: 2:10)

(Refer Slide Time: 2:10) Data Communications Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture-12 Multiplexer Applications-1 Hello and welcome to today s lecture on multiplexer

More information

The BANDIT Device in the Network

The BANDIT Device in the Network encor! enetworks TM Version A.1, March 2010 2013 Encore Networks, Inc. All rights reserved. The BANDIT Device in the Network The BANDIT II and the BANDIT III, ROHS-compliant routers in the family of BANDIT

More information

Model 2120 Single Port RS-232 Terminal Server Frequently Asked Questions

Model 2120 Single Port RS-232 Terminal Server Frequently Asked Questions Applications What are some of the applications for the Model 2120 Single Port Terminal Server? The Patton Single Port RS-232 Terminal Server provides the ability to bring virtually any RS-232 device onto

More information

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD Ethernet dominant LAN technology: cheap -- $20 for 100Mbs! first widely used LAN technology Simpler, cheaper than token rings and ATM Kept up with speed race: 10, 100, 1000 Mbps Metcalfe s Etheret sketch

More information

Understand Wide Area Networks (WANs)

Understand Wide Area Networks (WANs) Understand Wide Area Networks (WANs) Lesson Overview In this lesson, you will review: Dial-up Integrated services digital networks (ISDN) Leased lines Virtual private networks (VPN) Wide area networks

More information

Benefit from our Hard-Learned Lessons: Evaluating Bandwidth Optimization Technologies

Benefit from our Hard-Learned Lessons: Evaluating Bandwidth Optimization Technologies Benefit from our Hard-Learned Lessons: Evaluating Bandwidth Optimization Technologies This whitepaper outlines the existing technologies we examined before we developed our BONDED INTERNET service. We

More information

(Refer Slide Time: 4:45)

(Refer Slide Time: 4:45) Digital Voice and Picture Communication Prof. S. Sengupta Department of Electronics and Communication Engineering Indian Institute of Technology, Kharagpur Lecture - 38 ISDN Video Conferencing Today we

More information

CCNA Discovery Chapter Four

CCNA Discovery Chapter Four CCNA Discovery Chapter Four By Chief Eng. Amna Ahmed Institute of Telecommunication amna_ahmed28@yahoo.com Modified by Vincenzo Bruno Hacklab Cosenza Chapter 4 Explain what the internet is Every day millions

More information

Computers Are Your Future. 2006 Prentice-Hall, Inc.

Computers Are Your Future. 2006 Prentice-Hall, Inc. Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 3 Wired and Wireless Communication 2006 Prentice-Hall, Inc Slide 2 What You Will Learn... ü The definition of bandwidth

More information

Intel System Engineers Documents. DSL General Overview

Intel System Engineers Documents. DSL General Overview Intel System Engineers Documents DSL General Overview Alex Lattanzi SC LAR Whatt IIs Brroadband? Broadband describes a number of different technologies that deliver digital data to homes and businesses

More information

Network Monitoring White Paper

Network Monitoring White Paper Network ing White Paper ImageStream Internet Solutions, Inc. 7900 East 8th Road Plymouth, Indiana 46563 http://www.imagestream.com info@imagestream.com Phone: 574.935.8484 Sales: 800.813.5123 Fax: 574.935.8488

More information

WAN and VPN technologies

WAN and VPN technologies Chapter 5 WAN and VPN technologies Overview Dedicated, Private Lines T1 and E1 ISDN SONET ATM DSL Frame Relay Gigabit Ethernet VPN and MPLS 1 2 What in common? Dedicated Service All technologies to be

More information

Network Technologies

Network Technologies Network Technologies Telephone Networks IP Networks ATM Networks Three Network Technologies Telephone Network The largest worldwide computer network, specialized for voice ing technique: Circuit-switching

More information