Introduction to Metropolitan Area Networks and Wide Area Networks

Size: px
Start display at page:

Download "Introduction to Metropolitan Area Networks and Wide Area Networks"

Transcription

1 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, and wide area networks from each other Identify the characteristics of metropolitan area networks and explain how they compare and contrast with wide area and local area networks Describe how circuit-switched, datagram packet-switched, and virtual circuit packetswitched networks work Identify the differences between a connectionless network and a connection-oriented network and give an example of each Describe the differences between centralized routing and distributed routing, citing the advantages and disadvantages of each Describe the differences between static routing and adaptive routing, citing the advantages and disadvantages of each Document the main characteristics of flooding and use hop count and hop limit in a simple example Discuss the basic concepts of network congestion including quality of service Chapter Outline 1. Introduction 2. Metropolitan Area Network Basics a. SONET vs. Ethernet 3. Wide Area Network Basics a. Types of sub-networks Circuit-switched Packet-switched Broadcast b. Connection-oriented versus connectionless network applications

2 4. Routing a. Dijkstra s least cost algorithm b. Flooding c. Centralized routing vs. distributed routing d. Adaptive routing vs. static routing f. Routing examples 5. Network Congestion a. The problems with network congestion b. Possible solutions to network congestion 6. WANs In Action: Making Internet Connections a. A home-to-internet connection b. A work-to-internet connection 7. Summary Lecture Notes Introduction A network that expands beyond a metropolitan area is a wide area network. Wide area networks share a few characteristics with local area networks: they interconnect computers, they use some form of media for the interconnection, and they support network applications. More importantly, however, wide area networks differ from local area networks in a number of ways. Wide area networks include both data networks, such as the Internet, and voice networks, such as telephone systems, whereas local area networks in almost all cases include only data networks. Wide area networks can interconnect thousands, tens of thousands, or more workstations so that any one workstation can transfer data to any other workstation. As the name implies, wide area networks can cover large geographic distances, including the entire earth. Metropolitan Area Network Basics Many of the same technologies and communications protocols found in local area networks and wide area networks are used to create metropolitan area networks. MANs can be used to support high-speed disaster recovery systems and real-time transaction backup systems. They can also provide interconnections between corporate data centers and Internet service providers. Almost all MANs are based on one of two basic forms of supporting technology: SONET or Ethernet. Wide Area Network Basics A wide area network is an interconnection of computers and computer-related equipment that performs a given function or functions and typically uses local and long-distance telecommunication systems. The types of computers used within a wide area network range from

3 microcomputers to mainframes. The telecommunication lines can be as simple as a standard telephone line or as advanced as a satellite system. Typical functions of wide area networks include the bulk transfer of data between two endpoints, electronic mail services, access to database systems, and access to the Internet. Wide area networks can assist with specialized operations in many fields, such as manufacturing, medicine, navigation, education, entertainment, and telecommunications. All wide area networks are a collection of at least two basic types of equipment: a station and a node. Underlying the surface of a wide area network is the communications network. A wide area network may be categorized by the way it transfers information from one end of the communications network to the other. There are three basic types of networks: circuit-switched, packet-switched, and broadcast. The application that runs over a network can be connection-oriented and connectionless. Routing A wide area network s underlying communications network consists of multiple nodes, each with possible multiple connections to other nodes within the network. Each node is a router that accepts an input packet, examines the destination address of the packet, and forwards the packet onto a particular communications line. With multiple-linked nodes there may be one or more paths entering a node as well as one or more paths leaving a node. If most nodes in the communications network have multiple inputs and outputs, numerous routes from a source node to a destination node may exist. To determine a particular route, computer networks perform routing. To get a feel for routing in wide area networks, we examine several of the most commonly used routing techniques: Dijkstra s least cost algorithm, flooding, distributed routing, centralized routing, and adaptive routing. Most wide area networks use a combination of these routing techniques to achieve a routing algorithm that is fair, efficient, and robust, yet stable. Two examples of real Internet routing algorithms include RIP and OSPF. Network Congestion When a network or a part of a network becomes so saturated with data packets that packet transfer is noticeably impeded, network congestion occurs. Congestion may be a short-term problem, such as a temporary line or node failure, or it may be a long-term problem, such as inadequate planning for future traffic needs or poorly created routing tables. Computer networks are going to experience congestion, and no amount of planning can avoid this situation. Thus it is important to consider effective congestion avoidance and congestion handling techniques. WANs In Action: Making Internet Connections The two In Action examples in this chapter demonstrate the types of network connections that are necessary to interface a computer to the Internet both at home and at work.

4 Quick Quiz 1. What are the main differences between circuit-switched networks and packet-switched networks? Circuit-switched: dedicated, physical circuit; all traffic follows this path; charged for duration of circuit Packet switched: not a dedicated, physical circuit; path may be shared by other users; data sent as packets; packets may follow different paths 2. What are the main differences between connectionless networks and connection-oriented networks? Connectionless: no connection is made before data is transmitted; very simple error control, if any Connection-oriented: connection must be made before any data sent; error control often more elaborate 3. What are the basic routing techniques? Dynamic, centralized, distributed, least cost, flooding Discussion Topics 1. Why should systems dealing with money be connection-oriented? 2. Are there any examples of everyday communication systems that use flooding? Teaching Tips 1. Be sure to emphasize how the communications sub-network describes the underlying technology of a network and is either packet-switched, circuit-switched, or broadcast, and the application that runs over the network is either connectionless or connection-oriented. Solutions to Review Questions 1. What are the main differences between a local area network and a wide area network? Local area network: smaller, different protocols, different functions

5 2. How does a metropolitan area network differ from a wide area network? How are they similar? Metropolitan area networks cover a much smaller area than wide area networks. Both use similar technologies and media. 3. What is meant by failover time? The time it takes for a network to reroute itself to a known good path 4. What are the two types of technology that support metropolitan area networks? Ring-based SONET and Ethernet 5. What is Metro Ethernet, and how does it relate to metropolitan area networks? Metro Ethernet is a service that connects businesses to other businesses using an Ethernet structure. 6. What is a sub-network and how does it differ from a wide area network? The sub-network is the underlying structure of nodes and communication links. The network includes users, end stations, and applications. 7. What is the difference between a station and a node? A station is where a user interfaces to the network. A node is a connection point within a network or the connection point between a station and the network. 8. What are the main characteristics of a circuit-switched network? What are its advantages and disadvantages? Characteristics: dedicated, fixed circuit Advantages: path is dedicated to only you; no routing decisions necessary Disadvantages: can be costly, especially if you are not transmitting continuously 9. What are the main characteristics of a datagram packet switched network? What are its advantages and disadvantages? Each packet is sent on its own; each packet requires its own routing decision and may take a different path from other packets. Advantages: fast rerouting, dynamic; Disadvantage: each packet needs its own routing decision. 10. What are the main characteristics of a virtual circuit packet-switched network? What are its advantages and disadvantages?

6 Characteristics: Data are sent in packets; all packets follow same path created via tables; path may be shared with other users. Advantages: more efficient use of paths; no routing decisions necessary (except the first one that creates the virtual circuit) Disadvantages: if a path experiences problems, network cannot easily reroute 11. How does a connectionless network application differ from a connection-oriented network application? Connectionless is simpler, quicker, but potentially less reliable. 12. Is a connectionless network application reliable or unreliable? Explain. Unreliable. A connection is not established before transmission begins, and individual packets are not acknowledged. 13. What are the various combinations of circuit-switched and packet-switched networks and connection-oriented and connectionless network applications? Circuit-switched connection-oriented Circuit-switched connectionless Packet-switched connection-oriented Packet-switched connectionless 14. How does a weighted network graph differ from a network graph? Each edge or path between nodes has a weight or cost associated with it. 15. For a weighted network graph, how many different definitions of weight can you list? Transmission speed (delay), buffer sizes, link cost, other equipment cost 16. What are the basic goals of Dijkstra s least cost algorithm? To find the least cost path amongst all paths from a starting node to all other nodes in the network 17. How can flooding be used to transmit a data packet from one end of the network to another? Determine how many hops it should take to get a packet from one end to the other and set the hop limit to that value. 18. How are the hop count and the hop limit used to control flooding?

7 Every time a packet hops to the next node, its hop count is incremented. When a packet s hop count equals the hop limit, the packet is discarded. 19. What are the main advantages and disadvantages of: a. Centralized routing b. Distributed routing c. Adaptive routing a. All tables are kept in one location; what happens if one location fails or is a bottleneck? b. No single location is prone to failure; many messages are needed to perform distributed operation. c. Can adapt to changes in network but time-consuming and tricky to update tables 20. What are the differences between RIP and OSPF? RIP is simpler but does not adapt quickly to network changes; OSPF is more complex but adapts more quickly. 21. What can cause network congestion? Too much traffic, network failures, or problems 22. How can network congestion be avoided? Limit the amount of traffic; don t let a new application start unless you can support it. 23. What does quality of service have to do with network congestion? Users request a particular level of quality of service. Network should be sure it can support user request before accepting; if network cannot support request, congestion may occur. Suggested Solutions to Exercises 1. State three advantages of a SONET-based metropolitan area network over an Ethernetbased metropolitan area network. SONET is well-established, very common, high-speed, with small failover times. 2. State three advantages of an Ethernet-based metropolitan area network over a SONETbased metropolitan area network. Ethernet is simpler, less-expensive, and supports bursty traffic better. 3. Which type of network application requires more elaborate software: connectionoriented or connectionless? Explain.

8 Connection-oriented; must create a dialog that establishes, maintains, and deletes the connection 4. Create an analogy similar to the telephone call/sending-a-letter scenarios that demonstrates the differences between connection-oriented and connectionless network applications. Connectionless: sending an Connection-oriented: taking a package to FedEx 5. Explain the difference between a network node and a network station. A node is the routing point within a communications network or the access point to the communications network. A station is the point at which the user interfaces. 6. Does a datagram sub-network require any setup time before a packet is transmitted? If so, when and how often? No. Each packet is routed on its own. 7. Does a virtual circuit sub-network require any setup time before a packet is transmitted? If so, when and how often? Yes. The virtual route has to be created by passing information to each node along the route. 8. List the steps involved in creating, using, and terminating a virtual circuit. Creating: Virtual route is determined and each node along the route is informed. Nodes routing tables are updated accordingly. Using: As a packet arrives, if it belongs to a particular virtual route, its routing information is extracted from the routing tables. Terminating: Virtual route routing tables can be discarded. 9. You are downloading a file over the Internet. Is the download a connectionless application or a connection-oriented application? More than likely, the download is a connection-oriented operation. 10. Using flooding and the graph shown in Figure 9-17, how many packets will be created if a packet originates at node A and there is a network hop limit of three? 30 packets (three copy 1s, seven copy 2s, 20 copy 3s) 11. How do you determine the hop limit in flooding? Choose the two points farthest apart and determine how many hops it should take for a packet to traverse between the two points.

9 12. Explain how RIP may gather the wrong or insufficient data. Essentially RIP is good at transferring positive data router by router, but not so good at transferring negative data. The algorithm always looks for a better path. If a neighboring router presents negative data (a path getting worse), it may be ignored. 13. What can be done to protect a centralized routing network if the computer hosting the central routing table fails? Select another node as a backup site 14. What happens in a virtual circuit packet-switched network if a node or communications link along the virtual path fails? A new virtual circuit has to be created. 15. Does an Ethernet network support quality of service? Explain. Basic Ethernet does not. It is a first-come, first-served algorithm. Wireless Ethernet can favor certain devices by using the interframe spacing concept. 16. Frame relay supports two kinds of congestion avoidance procedures. Does the destination station learn of the congestion in both procedures? Only in forward explicit congestion notification is the destination station informed. 17. Assume that two stations on a typical ATM network that is transmitting data at a speed of 150 Mbps are at opposite ends of the United States (the propagation time to transmit between the two stations is approximately 46 x 10-3 seconds). Congestion begins to occur at one station. If the congested station wants to send a signal back to the other station to slow down or stop, how many bits will be dumped before the other station slows down or stops its transmission? If the one station sends a slow-down message to other station, it will take 46 x 10-3 seconds for the other station to receive the message. During that time, the sending station will send 150,000,000 bits per second * 46 x 10-3 bits, or 6,900,000 bits.

10 Thinking Outside the Box 1. Your company has a number of interconnected local area networks within a single building. Within the building is a router that connects the LANs to an Internet service provider, using a couple of T-1 telephone lines. Your company is considering replacing the T-1s with a connection to a metropolitan area network. Show the interconnection of the LANs, the MAN, and the Internet, assuming the MAN is SONET-based. Would the interconnection be different if the MAN were Ethernet-based? Explain. As far as your drawing is concerned, they are essentially the same. T-1s would require CSU/DSU, while an Ethernet-based connection might connect directly to a high-speed campus switch. 2. A large wide area network covers the United States and has multiple nodes in every state. The node in Denver crashes completely. How do the other nodes in the country find out about the crash if RIP is used? If OSPF is used? Information eventually filters back to all nodes in an RIP network. Information should move more quickly in OSPF. 3. Your company is creating a new network application that allows employees to view their pay stubs electronically via the Internet. Should this application be connectionless or connection-oriented? Defend your answer, and draw a series of sample screens that a user accessing his or her electronic pay stub might view. You would want a connection-oriented application for something as important as viewing electronic pay stubs. 4. One form of congestion avoidance is the permit system, in which a node has to have a permit before it can transmit. Suppose a wide area network is using the permit system to control congestion. What happens if, for some unknown reason, all the permits disappear? How can this event be detected? How can this event be repaired? Management of permits is tricky. How would you keep track of where the permits are? How would you redistribute if you had to?

Wide Area Networks. Learning Objectives. LAN and WAN. School of Business Eastern Illinois University. (Week 11, Thursday 3/22/2007)

Wide Area Networks. Learning Objectives. LAN and WAN. School of Business Eastern Illinois University. (Week 11, Thursday 3/22/2007) School of Business Eastern Illinois University Wide Area Networks (Week 11, Thursday 3/22/2007) Abdou Illia, Spring 2007 Learning Objectives 2 Distinguish between LAN and WAN Distinguish between Circuit

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

Introduction to LAN/WAN. Network Layer

Introduction to LAN/WAN. Network Layer Introduction to LAN/WAN Network Layer Topics Introduction (5-5.1) Routing (5.2) (The core) Internetworking (5.5) Congestion Control (5.3) Network Layer Design Isues Store-and-Forward Packet Switching Services

More information

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005. Lecturer: Kartik Krishnan Lecture 1-3

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005. Lecturer: Kartik Krishnan Lecture 1-3 SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005 Lecturer: Kartik Krishnan Lecture 1-3 Communications and Computer Networks The fundamental purpose of a communication network is the exchange

More information

Routing in packet-switching networks

Routing in packet-switching networks Routing in packet-switching networks Circuit switching vs. Packet switching Most of WANs based on circuit or packet switching Circuit switching designed for voice Resources dedicated to a particular call

More information

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages Part I: The problem specifications NTNU The Norwegian University of Science and Technology Department of Telematics Note! The problem set consists of two parts: Part I: The problem specifications pages

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

The Network Layer Functions: Congestion Control

The Network Layer Functions: Congestion Control The Network Layer Functions: Congestion Control Network Congestion: Characterized by presence of a large number of packets (load) being routed in all or portions of the subnet that exceeds its link and

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

A network is a group of devices (Nodes) connected by media links. A node can be a computer, printer or any other device capable of sending and

A network is a group of devices (Nodes) connected by media links. A node can be a computer, printer or any other device capable of sending and NETWORK By Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore Email: bhu261@gmail.com Network A network is a group of devices (Nodes) connected by media

More information

Computer Network and Communication

Computer Network and Communication 2 Computer Network and Communication 2.1 INTRODUCTION As we all know, the advances in Information technology revolutionized almost every aspect of our life. Education, industry, banking, researches and

More information

CS335 Sample Questions for Exam #2

CS335 Sample Questions for Exam #2 CS335 Sample Questions for Exam #2.) Compare connection-oriented with connectionless protocols. What type of protocol is IP? How about TCP and UDP? Connection-oriented protocols Require a setup time to

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

Transport Layer Protocols

Transport Layer Protocols Transport Layer Protocols Version. Transport layer performs two main tasks for the application layer by using the network layer. It provides end to end communication between two applications, and implements

More information

iseries TCP/IP routing and workload balancing

iseries TCP/IP routing and workload balancing iseries TCP/IP routing and workload balancing iseries TCP/IP routing and workload balancing Copyright International Business Machines Corporation 2000, 2001. All rights reserved. US Government Users Restricted

More information

Indian Institute of Technology Kharagpur. TCP/IP Part I. Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology

Indian Institute of Technology Kharagpur. TCP/IP Part I. Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology Indian Institute of Technology Kharagpur TCP/IP Part I Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology Kharagpur Lecture 3: TCP/IP Part I On completion, the student

More information

Introduction to Computer Networks and Data Communications

Introduction to Computer Networks and Data Communications Introduction to Computer Networks and Data Communications Chapter 1 Learning Objectives After reading this chapter, you should be able to: Define the basic terminology of computer networks Recognize the

More information

What You Will Learn About. Computers Are Your Future. Chapter 8. Networks: Communicating and Sharing Resources. Network Fundamentals

What You Will Learn About. Computers Are Your Future. Chapter 8. Networks: Communicating and Sharing Resources. Network Fundamentals What You Will Learn About Computers Are Your Future Chapter 8 Networks: Communicating and Sharing Resources Basic networking concepts Advantages and disadvantages of networks Peer-to-peer and client/server

More information

Data Communication and Computer Network

Data Communication and Computer Network 1 Data communication principles, types and working principles of modems, Network principles, OSI model, functions of data link layer and network layer, networking components, communication protocols- X

More information

Computer Networks Vs. Distributed Systems

Computer Networks Vs. Distributed Systems Computer Networks Vs. Distributed Systems Computer Networks: A computer network is an interconnected collection of autonomous computers able to exchange information. A computer network usually require

More information

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur Module 5 Broadcast Communication Networks Lesson 1 Network Topology Specific Instructional Objectives At the end of this lesson, the students will be able to: Specify what is meant by network topology

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

Internet Protocol version 4 Part I

Internet Protocol version 4 Part I Internet Protocol version 4 Part I Claudio Cicconetti International Master on Information Technology International Master on Communication Networks Engineering Table of Contents

More information

1. The subnet must prevent additional packets from entering the congested region until those already present can be processed.

1. The subnet must prevent additional packets from entering the congested region until those already present can be processed. Congestion Control When one part of the subnet (e.g. one or more routers in an area) becomes overloaded, congestion results. Because routers are receiving packets faster than they can forward them, one

More information

2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above

2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above 1. How many bits are in an IP address? A. 16 B. 32 C. 64 2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 3. The network number plays what part in an IP address? A. It

More information

The OSI model has seven layers. The principles that were applied to arrive at the seven layers can be briefly summarized as follows:

The OSI model has seven layers. The principles that were applied to arrive at the seven layers can be briefly summarized as follows: 1.4 Reference Models Now that we have discussed layered networks in the abstract, it is time to look at some examples. In the next two sections we will discuss two important network architectures, the

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

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

RARP: Reverse Address Resolution Protocol

RARP: Reverse Address Resolution Protocol SFWR 4C03: Computer Networks and Computer Security January 19-22 2004 Lecturer: Kartik Krishnan Lectures 7-9 RARP: Reverse Address Resolution Protocol When a system with a local disk is bootstrapped it

More information

Routing with OSPF. Introduction

Routing with OSPF. Introduction Routing with OSPF Introduction The capabilities of an internet are largely determined by its routing protocol. An internet's scalability, its ability to quickly route around failures, and the consumption

More information

Communications and Computer Networks

Communications and Computer Networks SFWR 4C03: Computer Networks and Computer Security January 5-8 2004 Lecturer: Kartik Krishnan Lectures 1-3 Communications and Computer Networks The fundamental purpose of a communication system is 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

College 5, Routing, Internet. Host A. Host B. The Network Layer: functions

College 5, Routing, Internet. Host A. Host B. The Network Layer: functions CSN-s 5/1 College 5, Routing, Internet College stof 1 Inleiding: geschiedenis, OSI model, standaarden, ISOC/IETF/IRTF structuur Secties: 1.2, 1.3, 1.4, 1.5 2 Fysieke laag: Bandbreedte/bitrate Secties:

More information

PLANEAMENTO E GESTÃO DE REDES INFORMÁTICAS COMPUTER NETWORKS PLANNING AND MANAGEMENT 2008-2009

PLANEAMENTO E GESTÃO DE REDES INFORMÁTICAS COMPUTER NETWORKS PLANNING AND MANAGEMENT 2008-2009 Mestrado em Engenharia Informática e de Computadores PLANEAMENTO E GESTÃO DE REDES INFORMÁTICAS COMPUTER NETWORKS PLANNING AND MANAGEMENT 2008-2009 Conceitos de Redes e Arquitecturas - Networks and Architectures

More information

EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst

EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst Data communication in reality In reality, the source and destination hosts are very seldom on the same network, for

More information

Computer Networks Homework 1

Computer Networks Homework 1 Computer Networks Homework 1 Reference Solution 1. (15%) Suppose users share a 1 Mbps link. Also suppose each user requires 100 kbps when transmitting, but each user transmits only 10 percent of the time.

More information

PART III. OPS-based wide area networks

PART III. OPS-based wide area networks PART III OPS-based wide area networks Chapter 7 Introduction to the OPS-based wide area network 7.1 State-of-the-art In this thesis, we consider the general switch architecture with full connectivity

More information

51-10-50 Circuit-Switched Router Connections Nathan J. Muller

51-10-50 Circuit-Switched Router Connections Nathan J. Muller Previous screen 51-10-50 Circuit-Switched Router Connections Nathan J. Muller Payoff LAN managers will find that routers supporting dial backup, bandwidth-on-demand, and dial-on-demand enable more flexible

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

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

Router and Routing Basics

Router and Routing Basics Router and Routing Basics Malin Bornhager Halmstad University Session Number 2002, Svenska-CNAP Halmstad University 1 Routing Protocols and Concepts CCNA2 Routing and packet forwarding Static routing Dynamic

More information

Computer Networks and the Internet

Computer Networks and the Internet ? Computer the IMT2431 - Data Communication and Network Security January 7, 2008 ? Teachers are Lasse Øverlier and http://www.hig.no/~erikh Lectures and Lab in A126/A115 Course webpage http://www.hig.no/imt/in/emnesider/imt2431

More information

Operating System Concepts. Operating System 資 訊 工 程 學 系 袁 賢 銘 老 師

Operating System Concepts. Operating System 資 訊 工 程 學 系 袁 賢 銘 老 師 Lecture 7: Distributed Operating Systems A Distributed System 7.2 Resource sharing Motivation sharing and printing files at remote sites processing information in a distributed database using remote specialized

More information

Region 10 Videoconference Network (R10VN)

Region 10 Videoconference Network (R10VN) Region 10 Videoconference Network (R10VN) Network Considerations & Guidelines 1 What Causes A Poor Video Call? There are several factors that can affect a videoconference call. The two biggest culprits

More information

CSE 3461 / 5461: Computer Networking & Internet Technologies

CSE 3461 / 5461: Computer Networking & Internet Technologies Autumn Semester 2014 CSE 3461 / 5461: Computer Networking & Internet Technologies Instructor: Prof. Kannan Srinivasan 08/28/2014 Announcement Drop before Friday evening! k. srinivasan Presentation A 2

More information

Network Layer. Introduction Datagrams and Virtual Circuits Routing Traffic Control. Data delivery from source to destination.

Network Layer. Introduction Datagrams and Virtual Circuits Routing Traffic Control. Data delivery from source to destination. Layer Introduction Datagrams and Virtual ircuits Routing Traffic ontrol Main Objective Data delivery from source to destination Node (Router) Application Presentation Session Transport Data Link Data Link

More information

Introduction, Rate and Latency

Introduction, Rate and Latency Introduction, Rate and Latency Communication Networks Why communicate? Necessary to support some application. Example Applications Audio communication Radio, Telephone Text communication Email, SMS (text

More information

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

Final for ECE374 05/06/13 Solution!!

Final for ECE374 05/06/13 Solution!! 1 Final for ECE374 05/06/13 Solution!! Instructions: Put your name and student number on each sheet of paper! The exam is closed book. You have 90 minutes to complete the exam. Be a smart exam taker -

More information

Level 2 Routing: LAN Bridges and Switches

Level 2 Routing: LAN Bridges and Switches Level 2 Routing: LAN Bridges and Switches Norman Matloff University of California at Davis c 2001, N. Matloff September 6, 2001 1 Overview In a large LAN with consistently heavy traffic, it may make sense

More information

Network Layer: Network Layer and IP Protocol

Network Layer: Network Layer and IP Protocol 1 Network Layer: Network Layer and IP Protocol Required reading: Garcia 7.3.3, 8.1, 8.2.1 CSE 3213, Winter 2010 Instructor: N. Vlajic 2 1. Introduction 2. Router Architecture 3. Network Layer Protocols

More information

Computer Networks. By Hardeep Singh

Computer Networks. By Hardeep Singh Computer Networks Contents Introduction Basic Elements of communication systemnetwork Topologies Network types Introduction A Computer network is a network of computers that are geographically distributed,

More information

Local Area Networks transmission system private speedy and secure kilometres shared transmission medium hardware & software

Local Area Networks transmission system private speedy and secure kilometres shared transmission medium hardware & software Local Area What s a LAN? A transmission system, usually private owned, very speedy and secure, covering a geographical area in the range of kilometres, comprising a shared transmission medium and a set

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

CHAPTER 6 NETWORK DESIGN

CHAPTER 6 NETWORK DESIGN CHAPTER 6 NETWORK DESIGN Chapter Summary This chapter starts the next section of the book, which focuses on how we design networks. We usually design networks in six network architecture components: Local

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

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

The Quality of Internet Service: AT&T s Global IP Network Performance Measurements

The Quality of Internet Service: AT&T s Global IP Network Performance Measurements The Quality of Internet Service: AT&T s Global IP Network Performance Measurements In today's economy, corporations need to make the most of opportunities made possible by the Internet, while managing

More information

1 Introduction to mobile telecommunications

1 Introduction to mobile telecommunications 1 Introduction to mobile telecommunications Mobile phones were first introduced in the early 1980s. In the succeeding years, the underlying technology has gone through three phases, known as generations.

More information

How To Understand The Internet From A Telephone To A Computer (For A Computer)

How To Understand The Internet From A Telephone To A Computer (For A Computer) Basic Concepts In Computer Networking Antonio Carzaniga Faculty of Informatics University of Lugano September 19, 2014 Goal of this Lecture Understand what packet switching is Understand what circuit switching

More information

Computer Networks. Main Functions

Computer Networks. Main Functions Computer Networks The Network Layer 1 Routing. Forwarding. Main Functions 2 Design Issues Services provided to transport layer. How to design network-layer protocols. 3 Store-and-Forward Packet Switching

More information

Agenda. Distributed System Structures. Why Distributed Systems? Motivation

Agenda. Distributed System Structures. Why Distributed Systems? Motivation Agenda Distributed System Structures CSCI 444/544 Operating Systems Fall 2008 Motivation Network structure Fundamental network services Sockets and ports Client/server model Remote Procedure Call (RPC)

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

IST 220 Exam 3 Notes Prepared by Dan Veltri

IST 220 Exam 3 Notes Prepared by Dan Veltri Concepts to know: IST 220 Exam 3 Notes Prepared by Dan Veltri The Final Exam is scheduled for Wednesday, December 15 th from 4:40PM 6:30 PM in 112 Chambers. Chapters covered: 12, 13, 15, 16, 17, 18, 20,

More information

Communication Systems Internetworking (Bridges & Co)

Communication Systems Internetworking (Bridges & Co) Communication Systems Internetworking (Bridges & Co) Prof. Dr.-Ing. Lars Wolf TU Braunschweig Institut für Betriebssysteme und Rechnerverbund Mühlenpfordtstraße 23, 38106 Braunschweig, Germany Email: wolf@ibr.cs.tu-bs.de

More information

Transport and Network Layer

Transport and Network Layer Transport and Network Layer 1 Introduction Responsible for moving messages from end-to-end in a network Closely tied together TCP/IP: most commonly used protocol o Used in Internet o Compatible with a

More information

Computer Networks: LANs, WANs The Internet

Computer Networks: LANs, WANs The Internet 1 Computer Networks: LANs, WANs The Internet Required reading: Garcia 1.1 and 1.2 CSE 3213, Fall 2010 Instructor: N. Vlajic History of Computers 2 Computer a machine that manipulates data according to

More information

WHITE PAPER. IP-based Networks: Axis White Paper, 2002-1 - Copyright 2002, Axis Communications www.axis.com

WHITE PAPER. IP-based Networks: Axis White Paper, 2002-1 - Copyright 2002, Axis Communications www.axis.com WHITE PAPER IP-based Networks: Basics Axis White Paper, 2002-1 - Copyright 2002, Axis Communications TABLE OF CONTENTS 1. INTRODUCTION... 3 2. BASICS IN NETWORK COMMUNICATION... 3 3. TRANSMISSION FUNDAMENTALS...

More information

Optimizing Enterprise Network Bandwidth For Security Applications. Improving Performance Using Antaira s Management Features

Optimizing Enterprise Network Bandwidth For Security Applications. Improving Performance Using Antaira s Management Features Optimizing Enterprise Network Bandwidth For Security Applications Improving Performance Using Antaira s Management Features By: Brian Roth, Product Marketing Engineer April 1, 2014 April 2014 Optimizing

More information

1. Public Switched Telephone Networks vs. Internet Protocol Networks

1. Public Switched Telephone Networks vs. Internet Protocol Networks Internet Protocol (IP)/Intelligent Network (IN) Integration Tutorial Definition Internet telephony switches enable voice calls between the public switched telephone network (PSTN) and Internet protocol

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

AS/400e. TCP/IP routing and workload balancing

AS/400e. TCP/IP routing and workload balancing AS/400e TCP/IP routing and workload balancing AS/400e TCP/IP routing and workload balancing Copyright International Business Machines Corporation 2000. All rights reserved. US Government Users Restricted

More information

CS 640: Introduction to Computer Networks. Goals of This Class. Goal of Networking. Page 1. Understand principles and practice of networking

CS 640: Introduction to Computer Networks. Goals of This Class. Goal of Networking. Page 1. Understand principles and practice of networking CS 640: Introduction to Computer Networks Aditya Akella Lecture 1 Introduction http://www.cs.wisc.edu/~akella/cs640/f07 1 Goals of This Class Understand principles and practice of networking ow are modern

More information

The Internet and the Public Switched Telephone Network Disparities, Differences, and Distinctions

The Internet and the Public Switched Telephone Network Disparities, Differences, and Distinctions The Internet and the Public Switched Telephone Network Disparities, Differences, and Distinctions This paper discusses the telephone network infrastructure commonly known as the Public Switched Telephone

More information

Internet Control Protocols Reading: Chapter 3

Internet Control Protocols Reading: Chapter 3 Internet Control Protocols Reading: Chapter 3 ARP - RFC 826, STD 37 DHCP - RFC 2131 ICMP - RFC 0792, STD 05 1 Goals of Today s Lecture Bootstrapping an end host Learning its own configuration parameters

More information

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages Part I: The problem specifications NTNU The Norwegian University of Science and Technology Department of Telematics Note! The problem set consists of two parts: Part I: The problem specifications pages

More information

QoS issues in Voice over IP

QoS issues in Voice over IP COMP9333 Advance Computer Networks Mini Conference QoS issues in Voice over IP Student ID: 3058224 Student ID: 3043237 Student ID: 3036281 Student ID: 3025715 QoS issues in Voice over IP Abstract: This

More information

Internet Firewall CSIS 4222. Packet Filtering. Internet Firewall. Examples. Spring 2011 CSIS 4222. net15 1. Routers can implement packet filtering

Internet Firewall CSIS 4222. Packet Filtering. Internet Firewall. Examples. Spring 2011 CSIS 4222. net15 1. Routers can implement packet filtering Internet Firewall CSIS 4222 A combination of hardware and software that isolates an organization s internal network from the Internet at large Ch 27: Internet Routing Ch 30: Packet filtering & firewalls

More information

IP - The Internet Protocol

IP - The Internet Protocol Orientation IP - The Internet Protocol IP (Internet Protocol) is a Network Layer Protocol. IP s current version is Version 4 (IPv4). It is specified in RFC 891. TCP UDP Transport Layer ICMP IP IGMP Network

More information

Course Duration: Course Content Course Description Course Objectives Course Requirements

Course Duration: Course Content Course Description Course Objectives Course Requirements Course: TCS 201 Telecommunication and Networks I (3 credits compulsory) Course Duration: The course shall comprise of 45hours of theory and practical classes. The theory will be taught for 30hours of 2hours

More information

TAA: Introduction to Wide Area Networks online course specification

TAA: Introduction to Wide Area Networks online course specification Illuminating Technology Course aim: TAA: Introduction to Wide Area Networks online course specification To explain the principles of operation, capabilities and features of various types of wide area network

More information

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet CCNA R&S: Introduction to Networks Chapter 5: Ethernet 5.0.1.1 Introduction The OSI physical layer provides the means to transport the bits that make up a data link layer frame across the network media.

More information

28 Networks and Communication Protocols

28 Networks and Communication Protocols 113 28 Networks and ommunication Protocols Trend in computer systems: personal computing. Reasons why: ost: economies of scale. lso, avoids large initial investment in timesharing system. Performance:

More information

Based on Computer Networking, 4 th Edition by Kurose and Ross

Based on Computer Networking, 4 th Edition by Kurose and Ross Computer Networks Ethernet Hubs and Switches Based on Computer Networking, 4 th Edition by Kurose and Ross Ethernet dominant wired LAN technology: cheap $20 for NIC first widely used LAN technology Simpler,

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

Protocols and Architecture. Protocol Architecture.

Protocols and Architecture. Protocol Architecture. Protocols and Architecture Protocol Architecture. Layered structure of hardware and software to support exchange of data between systems/distributed applications Set of rules for transmission of data between

More information

ERserver. iseries. TCP/IP routing and workload balancing

ERserver. iseries. TCP/IP routing and workload balancing ERserver iseries TCP/IP routing and workload balancing ERserver iseries TCP/IP routing and workload balancing Copyright International Business Machines Corporation 1998, 2001. All rights reserved. US

More information

Networking TCP/IP routing and workload balancing

Networking TCP/IP routing and workload balancing System i Networking TCP/IP routing and workload balancing Version 5 Release 4 System i Networking TCP/IP routing and workload balancing Version 5 Release 4 Note Before using this information and the product

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

What is CSG150 about? Fundamentals of Computer Networking. Course Outline. Lecture 1 Outline. Guevara Noubir noubir@ccs.neu.

What is CSG150 about? Fundamentals of Computer Networking. Course Outline. Lecture 1 Outline. Guevara Noubir noubir@ccs.neu. What is CSG150 about? Fundamentals of Computer Networking Guevara Noubir noubir@ccs.neu.edu CSG150 Understand the basic principles of networking: Description of existing networks, and networking mechanisms

More information

Introduction to Quality of Service. Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.

Introduction to Quality of Service. Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito. Introduction to Quality of Service Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ QoS Issues in Telecommunication Networks - 1 Quality of service

More information

Overview of Network Hardware and Software. CS158a Chris Pollett Jan 29, 2007.

Overview of Network Hardware and Software. CS158a Chris Pollett Jan 29, 2007. Overview of Network Hardware and Software CS158a Chris Pollett Jan 29, 2007. Outline Scales of Networks Protocol Hierarchies Scales of Networks Last day, we talked about broadcast versus point-to-point

More information

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS Friday 2 nd October 2015 Morning Answer any FOUR questions out of SIX. All questions carry

More information

RSVP- A Fault Tolerant Mechanism in MPLS Networks

RSVP- A Fault Tolerant Mechanism in MPLS Networks RSVP- A Fault Tolerant Mechanism in MPLS Networks S.Ravi Kumar, M.Tech(NN) Assistant Professor Gokul Institute of Technology And Sciences Piridi, Bobbili, Vizianagaram, Andhrapradesh. Abstract: The data

More information

Nortel - 920-803. Technology Standards and Protocol for IP Telephony Solutions

Nortel - 920-803. Technology Standards and Protocol for IP Telephony Solutions 1 Nortel - 920-803 Technology Standards and Protocol for IP Telephony Solutions QUESTION: 1 To achieve the QoS necessary to deliver voice between two points on a Frame Relay network, which two items are

More information

INFORMATION TECHNOLOGY AND COMMUNICATIONS RESOURCES FOR SUSTAINABLE DEVELOPMENT - Packet Switched Data Network and its Evolution - K.

INFORMATION TECHNOLOGY AND COMMUNICATIONS RESOURCES FOR SUSTAINABLE DEVELOPMENT - Packet Switched Data Network and its Evolution - K. PACKET SWITCHED DATA NETWORK AND ITS EVOLUTION K. Giridhar Telecommunications and Computer Networks (Tenet) Group, Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai600036,

More information

10CS64: COMPUTER NETWORKS - II

10CS64: COMPUTER NETWORKS - II QUESTION BANK 10CS64: COMPUTER NETWORKS - II Part A Unit 1 & 2: Packet-Switching Networks 1 and Packet-Switching Networks 2 1. Mention different types of network services? Explain the same. 2. Difference

More information

04 Internet Protocol (IP)

04 Internet Protocol (IP) SE 4C03 Winter 2007 04 Internet Protocol (IP) William M. Farmer Department of Computing and Software McMaster University 29 January 2007 Internet Protocol (IP) IP provides a connectionless packet delivery

More information

MPLS. Packet switching vs. circuit switching Virtual circuits

MPLS. Packet switching vs. circuit switching Virtual circuits MPLS Circuit switching Packet switching vs. circuit switching Virtual circuits MPLS Labels and label-switching Forwarding Equivalence Classes Label distribution MPLS applications Packet switching vs. circuit

More information

- Hubs vs. Switches vs. Routers -

- Hubs vs. Switches vs. Routers - 1 Layered Communication - Hubs vs. Switches vs. Routers - Network communication models are generally organized into layers. The OSI model specifically consists of seven layers, with each layer representing

More information