Frame Relay Network Performance

Size: px
Start display at page:

Download "Frame Relay Network Performance"

Transcription

1 Lab 4 Frame Relay Network Performance Overview Frame Relay is a connection-oriented, unreliable technology based on virtual circuits. A virtual circuit must be set up between a source and destination before any data may be exchanged. Most Frame Relay service providers support Permanent Virtual Circuits (PVC), which are long-lived connections, as opposed to Switched Virtual Circuits (SVC), which are set up at call time. When a PVC is set up, certain parameters which govern the behavior of the PVC are agreed upon. These include the Committed Information Rate (CIR), committed burst rate (Bc), and the excess burst rate (Be). The CIR is the rate (in bits per second) which the service provider guarantees to the customer. The committed burst rate specifies how quickly that data may be sent. For instance, a customer may contract for a CIR of 64 Kbps, and a Bc of 32 Kbits/100 ms. In this case, the customer may send 64 Kbits per second, but no more than 32 Kbits in any 100 ms period. Frame Relay service providers will accept additional data above the CIR and transmit it if there is excess capacity in the network at that time. The amount of excess data that they will carry is defined by the excess burst rate. Any data frames that are sent in excess of the CIR are marked with the Discard Eligible bit set. These frames are discarded first in the event of congestion. Objective To examine the behavior of a Frame Relay PVC as contract parameters are varied. Build the Simulation Model Start up OPNET IT Guru Academic Edition. First, it would be useful to read the information provided by OPNET regarding Frame Relay configuration. Select the File tab => Open. Choose the Frame_Relay project and click on OK. Read through the Objective, Network Configuration, and Glossary pages. Select File => Close when you are done. Select the File tab => New... Choose Project and click on OK. Change the Project Name to xx_wan_frame_relay (where xx are your initials). Set the Scenario Name to CIR64 and click on OK. In the Initial Topology window, select Create Empty Scenario and click on Next. In the Choose Network Scale window, select World and click on Next. In the Choose Map window, choose usa and click on Next. In the Select Technologies window, scroll down and include the frame_relay_advanced model family, and then click on Next. In the Review window, click on OK.

2 OPNET Lab Manual First, we will configure a bursty data application to generate traffic over our frame relay network. Transfer Protocol (FTP) will serve our purposes. The File Select an Application Config object from the Object Palette and place it in the project workspace. Right click on the object and choose Edit Attributes. Set the name attribute to Bursty Application. Expand the Application Definitions attribute and set the rows attribute to 1. Expand the row 0 attribute and set the Name attribute to FTP_Bursty. Expand the Description attribute and edit the value of the Ftp attribute. Set the Inter-Request Time (secs) attribute to exponential(0.1). Set the File Size (bytes) attribute to constant(1000). In both cases, you will need to set the Special Value field to Not Used in order to modify the attribute values. The application you have now defined will transfer an average of ten 1-KB files every second. The exponential distribution is often used to model waiting times so we can use it here to model the time between file requests. Click on OK to close the window. 38

3 Lab 4 Frame Relay Network Performance Select a Profile Config object from the Object Palette and place it in the project workspace. Right click on the object and choose Edit Attributes. Set the name attribute to Bursty Profile. Expand the Profile Configuration attribute and set the rows attribute to 1. Expand the row 0 attribute and set the Profile Name to FTP_Bursty_Profile. Expand the Applications attribute and set the rows attribute to 1. Expand the row 0 attribute and set the Name to FTP_Bursty. Set the Repeatability attribute to Once at Start Time. Click on OK to close the window. 39

4 OPNET Lab Manual Select an fr32_cloud object from the Object Palette and place it in the project workspace. Right click on the cloud and choose View Node Description. The cloud represents a WAN that consists of Frame-Relay-capable switches and that supports up to 32 Frame Relay connections. Right click on the cloud and select Set Name. Set the name to Frame_Relay_Cloud. Click on OK to close the window. Select an fr_wkstn_adv device from the Object Palette and place it in the project workspace. Right click on the station and choose View Node Description. Note that the station supports the Frame Relay protocol. We will now set up the client to use the bursty FTP application that we defined. Right click on the station and choose Edit Attributes. Modify the name attribute of the device to Bursty Client. Edit the Application: Supported Profiles attribute. Insert a row and set the Profile Name to FTP_Bursty_Profile. Click on OK to close the window. 40

5 Lab 4 Frame Relay Network Performance Select an fr_server_adv device from the Object Palette and place it in the project workspace. Right click on the server and choose View Node Description. Note that the server also supports the Frame Relay protocol. We will now set up the server to support the Bursty FTP application that we defined. Right click on the device and choose Edit Attributes. Modify the name attribute of the server to Bursty Server. Edit the Application: Supported Services attribute. Insert a row and set the Name to FTP_Bursty. Click on OK to close the table window. Click on OK to close the window. 41

6 OPNET Lab Manual Select two fr8_switch_adv objects from the Object Palette. Place one next to the client and one next to the server. Right click on one of the switches and choose View Node Description. Note that the switch takes action when it becomes congested. It will discard the frames marked with the Discard Eligible Bit first, but may even discard normal frames. Click on the close window icon to close the window. Right click on the client s switch and select Set Name. Set the name to Client Switch. Click on OK to close the window. Right click on the server s switch and select Set Name. Set the name to Server Switch. Click on OK to close the window. Select three FR_T1_int links from the Object Palette, and use them to connect the client to its switch, the server to its switch and the two switches to the Frame Relay cloud. Remember that T1 speed is 1.5 Mbps. 42

7 Lab 4 Frame Relay Network Performance Finally, we can set up a permanent virtual circuit (PVC) between the client and the server so that they can communicate. Select an FR PVC Config object from the Object Palette, and place it in the project workspace. Right click on it and select Set Name. Set the Name to PVC Config. The FR PVC Config object must be placed in the workspace before any PVCs may be set up. Click on OK to close the window. Select an fr_pvc object from the Object Palette and use it to connect the client to the server. When you right click to finish placing the PVC, choose Abort Demand Definition. Right click on the PVC, and expand the Contract Parameters attribute. These parameters constitute the agreement between the end systems (client and server) and the Frame Relay service provider. Set the Outgoing CIR (bits/sec) attribute to Set the Outgoing Bc (bits) to Set the Outgoing Be (bits) to The Committed Information Rate (CIR) is the amount of traffic that the service provider has agreed to carry. The committed burst size (Bc) indicates how much data can be sent in a given interval. In this case, the interval is one second, so the CIR = Bc. The excess burst size (Be) is the amount of traffic that the service provider may accept in addition to the committed rate, if network conditions allow. Excess data may be discarded if the service provider s network becomes congested. Click on OK to close the window. 43

8 OPNET Lab Manual Configure and Run the Simulation Select the Simulation tab => Choose Individual Statistics Expand the Global Statistics item and the Frame Relay item, and select the Delay (sec), Delay Variance, and Residual Error Rate statistics. Expand the FTP item, and select the Download Response Time (sec) and Traffic Received (bytes/sec) statistics. 44

9 Lab 4 Frame Relay Network Performance Expand the Node Statistics item and the Frame Relay PVC item, and select the BECN Status, DE Status, and FECN Status statistics. Click on OK to close the window. 45

10 OPNET Lab Manual Select Simulation => Configure Discrete Event Simulation Under the Common tab, set the Duration to 5 and the unit to minute(s). Click on OK to close the window. 46

11 Lab 4 Frame Relay Network Performance Duplicate the Scenario We are now going to duplicate the scenario and configure the PVC to support a higher data rate. This will allow us to compare the performance across the two PVC rates. Choose Scenarios => Duplicate Scenario, and name the new scenario CIR128. Right click on the PVC, and expand the Contract Parameters attribute. Set the Outgoing CIR (bits/sec) attribute to Set the Outgoing Bc (bits) to Leave the Outgoing Be (bits) unchanged at Click on OK to close the window. Run the Simulation Select the Scenarios tab => Manage Scenarios Edit the Results field in both rows and set the value to <collect> or <recollect>. Click on OK to run both scenarios (one after the other). When the simulation has completed, click on Close to close window. Inspect and Analyze Results Select the Results tab => Compare Results Select and expand the Global Statistics item and the Ftp item, and select the Download Response Time (sec) statistic. Use As Is mode to view this statistic. Click on Show to see a more detailed graph. The statistic shows how long each download took, and there will be one point for each file downloaded. You can see that the downloads took much less time in the CIR128 case and that the variation in download times was much less. This is to be expected since there was more capacity available to the application in the second scenario. Click on the close window icon and choose to Delete the panel. Click on the statistic again to disable the preview. 47

12 OPNET Lab Manual Expand the Traffic Received (bytes/sec) statistic and view using As Is mode. Click on Show to see a more detailed graph. This statistic shows the total amount of FTP traffic received by both the server and client. You can see that more traffic is received in the CIR128 case, and that there is more variation than in the CIR64 case. Click on the close window icon and choose to Delete the panel. Click on the statistic again to disable the preview. 48

13 Lab 4 Frame Relay Network Performance Select and expand the Global Statistics item and the Frame Relay item, and select the Delay (sec) statistic. Use time_average mode to view this statistic as this mode will make it easier to see the difference in performance. Click on the Show button to see more detail. The statistic shows how long each frame took to be delivered. You can see that the delay is greater in the CIR64 case and that the delay is growing over time. This is due to longer delays within the switches due to full buffers. Click on the close window icon and Delete the panel. Click on the statistic again to disable the preview. Expand the Delay Variance (sec) statistic and view using As Is mode. Click on Show. This statistic shows the variance in frame delivery delay. The CIR64 case shows much more variability and the variability is growing over time. Click on the close window icon and Delete the panel. Click on the statistic again to disable the preview. 49

14 OPNET Lab Manual Expand the Residual Error Rate statistic and view using As Is mode. Click on Show. This statistic shows the percentage of frames which are discarded due to congestion or corruption. You can see that many more frames are discarded in the CIR64 case and that the percentage is growing as the switch becomes more and more congested. Click on the close window icon and Delete the panel. Click on the statistic again to disable the preview. Select and expand the Object Statistics item, the Bursty Client item, and the Frame Relay PVC item. Select the DE Status statistic and view using As Is mode. Click on Show. This statistic shows the number of frames which were received by the client which had the DE bit set. When many frames are received with the DE bit set, that indicates that the source of the frames was frequently sending faster than the contracted CIR. You can see that far more frames are marked with the DE bit in the CIR64 case. This makes sense since the application produces the same amount of traffic in both scenarios, but the CIR128 scenario provides more capacity for carrying the traffic. Click on the close window icon and Delete the panel. Click on the statistic again to disable the preview. 50

15 Lab 4 Frame Relay Network Performance The BECN Status or FECN Status statistics show how many frames were received with the BECN or FECN bits set. These bits are set by the switch when it is congested. If you view these statistics, you will see that no frames were received with the bits set. The offered traffic is not sufficient yet to cause congestion at the switches. Save your model and close all windows. Questions 1. How much traffic is being generated by the Bursty Server? You can calculate this data rate using the Inter- Request Time and File Size parameters you set when configuring the bursty application. 2. Given the traffic level calculated in Question 1, explain how this traffic can be carried given the speed of the links used to connect the devices, and the contract parameters of the PVC connecting the client and server. 3. Duplicate the CIR64 scenario, and replace the T1 link between the client and its switch with an FR_DS0_int link. Remember that DS0 speed is 64 Kbps. Rerun the simulation and inspect the BECN Status and FECN Status statistics for both the Bursty Client and Bursty Server. How do they compare to the CIR64 scenario results? Explain your results. Explain the usage of the BECN and FECN bits in the Frame Relay header. Also inspect the Residual Error Rate statistic. How does it compare to the CIR64 case? 4. Frame Relay service providers often offer Frame Relay PVC contracts called zero CIR. In these cases, all packets are marked discard eligible. Zero CIR service is usually less expensive, but provides fewer guarantees. Duplicate the CIR64 scenario, and edit the PVC attributes. Set all the Contract Parameters to zero. Rerun the simulation and compare your results to the CIR64 results. What differences did you find? What would be the effect on the Traffic Received at the Bursty Client if you added another client with a CIR of 64 Kbps to the zero CIR case? Explain your answer. 5. In Question 3, some frames are discarded due to congestion at the switch. The congestion can be relieved if the traffic source transmits frames less frequently. Frame Relay systems provide traffic shaping algorithms to restrain the traffic source from sending too quickly. Duplicate the DS0 scenario from Question 3, and edit the 51

16 OPNET Lab Manual Bursty Server attributes. Expand the Frame Relay Traffic Shaping attribute, and set the Status to Enabled. Click on the question mark to the left of each of the traffic shaping attributes to determine their function. Calculate values for these attributes that will result in an uncongested network; in other words, restrict the data rate to less than the speed of the DS0 line (64 Kbps). Write down the function of each attribute, the value you calculated, and an explanation of the calculations. Run the simulation and gather statistics to show that you achieved the goal of reducing congestion (and corresponding frame discards). 52

Objective To examine the throughput of a TCP connection as the flow control window size is varied.

Objective To examine the throughput of a TCP connection as the flow control window size is varied. Lab 7 TCP Throughput Overview TCP uses a sliding window mechanism to provide flow control. The destination advertises how much space it has available in its buffers, and the source restricts its transmissions

More information

TCP versus UDP Response Time

TCP versus UDP Response Time Lab 9 TCP versus UDP Response Time Overview TCP provides connection-oriented service at the transport layer, and UDP provides connectionless service. As a result, a data exchange using TCP can take longer

More information

Objective To examine the change in throughput in a local area network when upgrading from a hub to a switch.

Objective To examine the change in throughput in a local area network when upgrading from a hub to a switch. Lab 2 Switches versus Hubs Overview Ethernet hubs work at the physical layer, simply repeating any frames they receive on one port onto all other ports. For this reason, they are also called multiport

More information

Shared Ethernet Networks

Shared Ethernet Networks Lab 1 Shared Ethernet Networks Overview In a shared Ethernet network, end systems are typically connected together using a hub. The hub retransmits any incoming frames on all outgoing lines creating a

More information

Lab 4: Changing Frame Relay PVC Speeds in a WAN Environment

Lab 4: Changing Frame Relay PVC Speeds in a WAN Environment Objective Lab 4: Changing Frame Relay PVC Speeds in a WAN Environment This lab investigates the performance of applications across a Wide Area Network. We examine how changing the speeds of Frame Relay

More information

Eng 3553 Lab #5 TCP Throughput

Eng 3553 Lab #5 TCP Throughput Eng 3553 Lab #5 TCP Throughput Overview TCP (Transmission Control Protocol) is a means for building a reliable communications stream, enabling two hosts to establish a connection and exchange streams of

More information

Security Lab 1 Firewall Performance

Security Lab 1 Firewall Performance Security Lab 1 Firewall Performance This lab has been partially based on OPNET Lab Manual To Accompany Data and Computer Communications, by Kevin Brown and Leann Christianson, Prentice Hall, 2004. Objective

More information

Switched LANs A Set of Local Area Networks Interconnected by Switches

Switched LANs A Set of Local Area Networks Interconnected by Switches Switched LANs A Set of Local Area Networks Interconnected by Switches Objective This lab is designed to demonstrate the implementation of switched local area networks. The simulation in this lab will help

More information

Introducing Frame Relay

Introducing Frame Relay Frame Relay CCNA 4 Note Much of the information in this presentation comes from the CCNP 2 version 3.0 module on Frame Relay. I find a lot of the information in CCNA 4 module 5 Frame Relay not very well

More information

Switched LANs. A Set of Local Area Networks Interconnected by Switches

Switched LANs. A Set of Local Area Networks Interconnected by Switches Laboratory 3 Switched LANs A Set of Local Area Networks Interconnected by Switches Objective This lab is designed to demonstrate the implementation of switched local area networks. The simulation in this

More information

Order of Packet Transmission and Dropping

Order of Packet Transmission and Dropping Laboratory 9 Queuing Disciplines Order of Packet Transmission and Dropping Objective The objective of this lab is to examine the effect of different queuing disciplines on packet delivery and delay for

More information

Teldat Router. Frame Relay

Teldat Router. Frame Relay Teldat Router Frame Relay Doc. DM503-I Rev. 8.40 September, 2000 INDEX Chapter 1 The Frame Relay interface... 1 1. Introduction...2 2. Frame Relay Overview...3 2.1. Frame Relay Network...3 2.2. Frame Relay

More information

Frame Relay Switching Diagnostics and Troubleshooting

Frame Relay Switching Diagnostics and Troubleshooting Frame Relay Switching Diagnostics and Troubleshooting This feature module describes the Frame Relay Switching Diagnostics and Troubleshooting feature. It includes information on the benefits of the new

More information

Order of Packet Transmission and Dropping

Order of Packet Transmission and Dropping LAB 11 Queuing Disciplines Order of Packet Transmission and Dropping OBJECTIVES The objective of this lab is to examine the effect of various queuing disciplines on packet delivery and delay for different

More information

Chapter 12 Frame Relay

Chapter 12 Frame Relay 1 Chapter 12 Frame Relay Contents Frame Relay Stand. & Eq. Virtual Circuits LMI Performance Parameters Frame Format Frame Relay Topologies Frame Relay Config. Monitoring Frame Relay Review Questions 2

More information

The BANDIT can also concentrate and switch multiple sources of Frame Relay traffic simultaneously.

The BANDIT can also concentrate and switch multiple sources of Frame Relay traffic simultaneously. encor! enetworks TM Version A, March 2008 2013 Encore Networks, Inc. All rights reserved. Routing with Frame Relay This chapter discusses Frame Relay routing. 4.1 Frame Relay You can configure use of synchronous

More information

Network Design. Planning a Network with Different Users, Hosts, and Services. Laboratory. Objective. Overview

Network Design. Planning a Network with Different Users, Hosts, and Services. Laboratory. Objective. Overview Laboratory 4 Network Design Planning a Network with Different Users, Hosts, and Services Objective The objective of this lab is to demonstrate the basics of designing a network, taking into consideration

More information

Part II. Chapter 6. Frame Relay

Part II. Chapter 6. Frame Relay Part II Chapter 6 is one of the most popular methods used to connect WAN links because of its speed, reliability, and cost. is a packet-switched technology. Packet-switched networks allow end devices to

More information

Frame Relay Switching Enhancements

Frame Relay Switching Enhancements Frame Relay Switching Enhancements This feature module describes the Frame Relay Switching Enhancements feature. It includes information on the benefits of this new feature, supported platforms, related

More information

Frame Relay and Testing with the PFA-35

Frame Relay and Testing with the PFA-35 Frame Relay and Testing with the PFA-35 Application Note: PFA-35 Summary This application note describes the essentials of Frame Relay, and how to perform three important tests for installing and maintaining

More information

Configuring RSVP Support for Frame Relay

Configuring RSVP Support for Frame Relay Configuring RSVP Support for Frame Relay This chapter describes the tasks for configuring the RSVP Support for Frame Relay feature. For complete conceptual information, see the section RSVP Support for

More information

(Refer Slide Time: 2:20)

(Refer Slide Time: 2:20) Data Communications Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture -23 X.25 and Frame Relay Hello and welcome to today s lecture on X.25 and

More information

AT&T OPERATING COMPANIES TARIFF NO. 1 Original Page 4-1 ADVANCED SERVICES

AT&T OPERATING COMPANIES TARIFF NO. 1 Original Page 4-1 ADVANCED SERVICES Original Page 4-1 4.1 Service Description SECTION 4 PremierSERV SM FRAME RELAY SERVICE PremierSERV SM Frame Relay Service (FRS) is a public, metropolitan wide-area data service that provides high throughput

More information

Frame Relay show Command and debug Command Enhancements

Frame Relay show Command and debug Command Enhancements Frame Relay show Command and debug Command Enhancements First Published: September 12, 2005 Last Updated: June 19, 2006 The feature provides the ability to filter the output of certain Frame Relay show

More information

Queuing Disciplines. Order of Packet Transmission and Dropping. Laboratory. Objective. Overview

Queuing Disciplines. Order of Packet Transmission and Dropping. Laboratory. Objective. Overview Laboratory 2 Queuing Disciplines Order of Packet Transmission and Dropping Objective The objective of this lab is to examine the effect of different queuing disciplines on packet delivery and delay for

More information

OVERVIEW WARNING! DATE: INFORMÁTICAS LAB ASSIGNMENT 3

OVERVIEW WARNING! DATE: INFORMÁTICAS LAB ASSIGNMENT 3 PGRI PLANEAMENTO E GESTÃO DE REDES INFORMÁTICAS LAB ASSIGNMENT 3 DATE: 2010.11 OVERVIEW The Internet can be used to transmit data from a variety of applications across an infrastructure shared by millions

More information

Superseded by a more recent version INTERNATIONAL TELECOMMUNICATION UNION

Superseded by a more recent version INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T X.36 TELECOMMUNICATION (04/95) STANDARDIZATION SECTOR OF ITU DATA NETWORKS AND OPEN SYSTEM COMMUNICATIONS PUBLIC DATA NETWORKS INTERFACES INTERFACE BETWEEN DATA

More information

What is Frame Relay? Frame Relay. Agenda. Frame Relay Basic Topology

What is Frame Relay? Frame Relay. Agenda. Frame Relay Basic Topology What is Frame Relay? Frame Relay Principles, Standards, LAPF Traffic Control Aspects, LMI, CLLM, Q.933 (SVC) packet switching technology based on store-and-forward of packets connection oriented interface

More information

Frame Relay. Frame Relay: characteristics

Frame Relay. Frame Relay: characteristics Frame Relay Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Network management and QoS provisioning - 1 Frame Relay: characteristics Packet switching

More information

Advanced Communication Lab OPNET Tutorial

Advanced Communication Lab OPNET Tutorial Advanced Communication Lab OPNET Tutorial SS 2013 Authors: Mohammad M. Siddique, Andreas J. Könsgen 1 1. Log on to the computer. 2. Open the OPNET program by clicking on the respective icon. 3. After the

More information

Frame Relay. Bigger, Longer, Uncut 2005/03/11. (C) Herbert Haas

Frame Relay. Bigger, Longer, Uncut 2005/03/11. (C) Herbert Haas Frame Relay Bigger, Longer, Uncut (C) Herbert Haas 2005/03/11 What is Frame Relay? Connection-oriented packet switching (Virtual Circuit) WAN Technology Specifies User to Network Interface (UNI) Does not

More information

Lab QoS Manually Configured Frame Relay Traffic Shaping

Lab QoS Manually Configured Frame Relay Traffic Shaping Lab 8.9.9 QoS Manually Configured Frame Relay Traffic Shaping Objective Failing to perform traffic shaping before injecting traffic into a Frame Relay permanent virtual circuit (PVC) is likely to lead

More information

SIMULATION FRAMEWORK MODELING

SIMULATION FRAMEWORK MODELING CHAPTER 5 SIMULATION FRAMEWORK MODELING 5.1 INTRODUCTION This chapter starts with the design and development of the universal mobile communication system network and implementation of the TCP congestion

More information

Lab 1: Evaluating Internet Connection Choices for a Small Home PC Network

Lab 1: Evaluating Internet Connection Choices for a Small Home PC Network Requirement Lab 1: Evaluating Internet Connection Choices for a Small Home PC Network This set of labs works in conjunction with Professor Ray Panko s textbook, Business Data Networks and Telecommunications.

More information

Lab 6: Evaluating Firewall Policies to Manage Network Traffic

Lab 6: Evaluating Firewall Policies to Manage Network Traffic Lab 6: Evaluating Firewall Policies to Manage Network Traffic Objective This lab teaches the fundamentals of implementing firewall policies and understanding its effect on application performance and link

More information

Configuring Frame Relay-ATM Interworking

Configuring Frame Relay-ATM Interworking The Frame Relay-ATM Interworking features enable Frame Relay and ATM networks to exchange data, despite differing network protocols. There are two types of Frame Relay-ATM Interworking: FRF.5 Frame Relay-ATM

More information

fair-queue aggregate-limit

fair-queue aggregate-limit Quality of Service Commands aggregate-limit aggregate-limit To set the maximum number of packets in all queues combined for VIP-distributed weighted fair queueing (DWFQ), use the aggregate-limit interface

More information

RSVP: Resource Reservation Protocol

RSVP: Resource Reservation Protocol LAB 12 RSVP: Resource Reservation Protocol Providing QoS by Reserving Resources in the Network OBJECTIVES The objective of this lab is to study the Resource Reservation Protocol (RSVP) as part of the integrated

More information

Configuring Frame Relay-ATM Interworking

Configuring Frame Relay-ATM Interworking Configuring -ATM Interworking The -ATM Interworking features enable and ATM networks to exchange data, despite differing network protocols. There are two types of -ATM Interworking: FRF.5 -ATM Network

More information

Frame Relay. Frame Relay Information 1 of 18

Frame Relay. Frame Relay Information 1 of 18 Frame Relay Information 1 of 18 This document was retrieved from the Web and has been been edited by Thomas Jerry Scott for use in his TCP/IP network classes. Chapter Goals Describe the history of Frame

More information

Teldat Router. Frame Relay

Teldat Router. Frame Relay Teldat Router Frame Relay Doc. DM703-I Rev. 10.00 March, 2003 INDEX Chapter 1 The Frame Relay interface...1 1. Introduction...1 2. Frame Relay Protocol Overview...3 2.1. 2.2. Frame Relay Network...3 Frame

More information

26 Managing Frame Relay

26 Managing Frame Relay 26 Managing Frame Relay The WAN Switching submodule family supports Frame Relay on universal serial, T1 or E1 ports. Management, data handling, compression, and multi-protocol encapsulation are compatible

More information

Frame Relay Manager User s Guide

Frame Relay Manager User s Guide Titlepage Frame Relay Manager User s Guide Document 2102 Device Management Copyright Notice Document 2102. Copyright 2002 - present by Aprisma Management Technologies, Inc. All rights reserved worldwide.

More information

Teldat Router. Configuration of Frame Relay Interfaces over ISDN

Teldat Router. Configuration of Frame Relay Interfaces over ISDN Teldat Router Configuration of Frame Relay Interfaces over ISDN Doc. DM523-I Rev. 8.30 February, 2000 INDEX Chapter 1 Frame Relay Interface over ISDN... 1 1. Introduction...2 2. ISDN base Interface...3

More information

Lab 1: Improving performance by LAN Hardware Upgrade

Lab 1: Improving performance by LAN Hardware Upgrade Lab 1: Improving performance by LAN Hardware Upgrade Objective In this lab, OPNET s IT Guru Academic Edition advanced modeling software will be used to study performance improvements in LAN obtained by

More information

EC1009 HIGH SPEED NETWORKS (ELECTIVE) (2 marks Questions and answers)

EC1009 HIGH SPEED NETWORKS (ELECTIVE) (2 marks Questions and answers) DEPARTMENT OF ECE EC1009 HIGH SPEED NETWORKS (ELECTIVE) (2 marks Questions and answers) FINAL YEAR 7 th SEMESTER UNIT I HIGH SPEED NETWORKS 1) What is common channel signaling? The data s and control signals

More information

Teldat Router. Frame Relay Backup configuration using ISDN

Teldat Router. Frame Relay Backup configuration using ISDN Teldat Router Frame Relay Backup configuration using ISDN Doc. DM511-I Rev. 8.30 February, 2000 INDEX Chapter 1 Frame Relay Backup... 1 1. Introduction...2 2. WAN Backup...3 3. Backup of Frame Relay Interfaces

More information

Lab QoS Manually Configured Frame Relay Traffic Shaping

Lab QoS Manually Configured Frame Relay Traffic Shaping Lab 8.1.10.9 QoS Manually Configured Frame Relay Traffic Shaping Objective Scenario Step 1 Failing to perform traffic shaping before injecting traffic into a Frame Relay permanent virtual circuit (PVC)

More information

Data Link Control. Outline. DLC functions

Data Link Control. Outline. DLC functions Data Link Control #8 1 Outline functions Framing Error and flow control Performance of Example of a standard protocol- >H Open loop flow control 2 Data Link Layer Functions Data Link layer provides a error

More information

QoS: Match on ATM CLP

QoS: Match on ATM CLP QoS: Match on ATM CLP First Published: May 7, 2004 Last Updated: February 28, 2006 The QoS: Match on ATM CLP feature allows you to match and classify packets arriving at an interface on the basis of the

More information

Module 10 Frame Relay and ATM

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

More information

Cisco Back to Back Frame Relay

Cisco Back to Back Frame Relay Table of Contents Back to Back Frame Relay...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 Configure...2 Network Diagram...2 Configurations...2 Verify...3

More information

IT Guru Academic Edition does not work correctly with number representations different from English.

IT Guru Academic Edition does not work correctly with number representations different from English. PGRI PLANEAMENTO E GESTÃO DE REDES INFORMÁTICAS LAB ASSIGNMENT 1 DATE: 2009.10.19 OVERVIEW The purpose of this lab is to introduce the main concepts involved in modeling Local Area Networks (LAN) based

More information

Free4Torrent. Free and valid exam torrent helps you to pass the exam with high score

Free4Torrent.   Free and valid exam torrent helps you to pass the exam with high score Free4Torrent http://www.free4torrent.com Free and valid exam torrent helps you to pass the exam with high score Exam : 642-889 Title : Implementing Cisco Service Provider Next-Generation Egde Network Services

More information

Comparing the bandwidth and priority Commands of a QoS Service Policy

Comparing the bandwidth and priority Commands of a QoS Service Policy Comparing the and priority s of a QoS Service Policy Contents Introduction Prerequisites Requirements Components Used Conventions Summary of Differences Configuring the Configuring the priority Which Traffic

More information

Advanced Communication Lab OPNET Tutorial

Advanced Communication Lab OPNET Tutorial Advanced Communication Lab OPNET Tutorial SS 2014 Authors: Mohammad M. Siddique, Andreas J. Könsgen 1 1. Log on to the computer. 2. Open the OPNET program by clicking on the respective icon. 3. After the

More information

LAB 1: Evaluating Internet Connection Choices for a Small Home PC Network

LAB 1: Evaluating Internet Connection Choices for a Small Home PC Network LAB 1: Evaluating Internet Connection Choices for a Small Home PC Network This lab has been originally designed as supplemental material for Prof. Panko s textbook Business Data Networks and Telecommunications.

More information

Defining QoS for Multiple Policy Levels

Defining QoS for Multiple Policy Levels CHAPTER 13 In releases prior to Cisco IOS Release 12.0(22)S, you can specify QoS behavior at only one level. For example, to shape two outbound queues of an interface, you must configure each queue separately,

More information

TEMPORARY DOCUMENT. Attached is a clean copy of Draft Recommendation X.84. TD 1143 Rev3 is the source document used to produce this clean version.

TEMPORARY DOCUMENT. Attached is a clean copy of Draft Recommendation X.84. TD 1143 Rev3 is the source document used to produce this clean version. INTERNATIONAL TELECOMMUNICATION UNION STUDY GROUP 17 TELECOMMUNICATION STANDARDIZATION SECTOR STUDY PERIOD 2001-2004 English only Original: English Question(s): 5/17 Geneva, 10-19 March 2004 Source: Title:

More information

QoS Policy Parameters

QoS Policy Parameters CHAPTER 6 This chapter describes the parameters, both required and optional, for QoS provisioning using the ISC user interface. Service level QoS parameters include all entry fields in the VoIP, Management,

More information

CHAPTER 4. The main aim of this chapter is to discuss the simulation procedure followed in

CHAPTER 4. The main aim of this chapter is to discuss the simulation procedure followed in CHAPTER 4 4. Simulation procedure 4.1 Introduction The main aim of this chapter is to discuss the simulation procedure followed in evaluating the performance of AODV under black hole attacks. As discussed

More information

Configuring Frame Relay

Configuring Frame Relay Configuring Frame Relay Last Updated: October 6, 2011 Feature History Release Cisco IOS Modification For information about feature support in Cisco IOS software, use Cisco Feature Navigator. Finding Feature

More information

There are two ways to establish VCs:

There are two ways to establish VCs: Virtual Circuits 1 Virtual Circuits The connection through a Frame Relay network between two DTEs is called a virtual circuit (VC). The circuits are virtual because there is no direct electrical connection

More information

Cisco Configuring and Troubleshooting Frame Relay

Cisco Configuring and Troubleshooting Frame Relay Table of Contents Configuring and Troubleshooting Frame Relay...1 Related Information...2 Introduction...3 Configuring Basic Frame Relay...6 Introduction...6 Network Diagram...6 Configurations...6 debug

More information

UNIT IV TRANSPORT LAYER

UNIT IV TRANSPORT LAYER Transport Layer UNIT IV TRANSPORT LAYER Congestion Control and Quality of Service Ref: Data Communication & Networking, 4 th edition, Forouzan IV-1 DATA TRAFFIC The main focus of congestion control and

More information

This document is not restricted to specific software or hardware versions.

This document is not restricted to specific software or hardware versions. Frame Relay Glossary Document ID: 47202 Contents Introduction Prerequisites Requirements Components Used Conventions Glossary Related Information Introduction This document defines common Frame Relay terms.

More information

Ethernet Switches (more)

Ethernet Switches (more) Ethernet Switches layer 2 (frame) forwarding, filtering using LAN addresses Switching: A-to-B and A - to-b simultaneously, no collisions large number of interfaces often: individual hosts, star-connected

More information

Network Devices,Frame Relay and X.25

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

More information

Distributing Bandwidth Between Queues

Distributing Bandwidth Between Queues CHAPTER 5 Developing a queuing strategy is an important step in optimizing network functionality and services. Equally important is ensuring that bandwidth is shared fairly among the competing traffic

More information

Performance Analysis & QoS Guarantee in ATM Networks

Performance Analysis & QoS Guarantee in ATM Networks P a g e 131 Global Journal of Computer Science and Technology Performance Analysis & QoS Guarantee in ATM Networks Parag Jain!, Sandip Vijay!!, S. C. Gupta!!!! Doctoral Candidate, Bhagwant Univ. & Professor,

More information

Chapter 23 Process-to-Process Delivery: UDP, TCP, and SCTP

Chapter 23 Process-to-Process Delivery: UDP, TCP, and SCTP Chapter 23 Process-to-Process Delivery: UDP, TCP, and SCTP 23.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 23-1 PROCESS-TO-PROCESS DELIVERY The transport

More information

Frame Relay Queueing and Fragmentation at the Interface

Frame Relay Queueing and Fragmentation at the Interface Frame Relay Queueing and Fragmentation at the Interface Last Updated: October 6, 2011 The Frame Relay Queueing and Fragmentation at the Interface feature introduces support for low-latency queueing (LLQ)

More information

Kent State University

Kent State University CS 4/54201 Computer Communication Network Kent State University Dept. of Computer Science www.mcs.kent.edu/~javed/class-net06f/ 1 A Course on Networking and Computer Communication LECT-11, S-2 Congestion

More information

Frame Relay Manager User s Guide

Frame Relay Manager User s Guide Titlepage Frame Relay Manager User s Guide Document 9032102-03 Device Management Copyright Notice Document 9032102-03. Copyright February 2001 Aprisma Management Technologies, Inc., 121 Technology Drive,

More information

Congestion in Data Networks. Congestion in Data Networks

Congestion in Data Networks. Congestion in Data Networks Congestion in Data Networks CS420/520 Axel Krings 1 Congestion in Data Networks What is Congestion? Congestion occurs when the number of packets being transmitted through the network approaches the packet

More information

SIMULATION OF PACKET DATA NETWORKS USING OPNET

SIMULATION OF PACKET DATA NETWORKS USING OPNET SIMULATION OF PACKET DATA NETWORKS USING OPNET Nazy Alborz, Maryam Keyvani, Milan Nikolic, and Ljiljana Trajkovic * School of Engineering Science Simon Fraser University Vancouver, British Columbia, Canada

More information

What Is Congestion? Computer Networks. Ideal Network Utilization. Interaction of Queues

What Is Congestion? Computer Networks. Ideal Network Utilization. Interaction of Queues 168 430 Computer Networks Chapter 13 Congestion in Data Networks What Is Congestion? Congestion occurs when the number of packets being transmitted through the network approaches the packet handling capacity

More information

Analyze performance of the following voice codecs: G.711 Silence, G K, G K Silence, G K, G K, G.729A, G.

Analyze performance of the following voice codecs: G.711 Silence, G K, G K Silence, G K, G K, G.729A, G. Lab 3 TCOM631 Overview The goal of this lab is to teach you how simulation and modeling can be used in analyzing applications and networks. You will use Riverbed (OPNET) Modeler Academic Edition, simulation

More information

BECN and FECN Marking for Frame Relay over MPLS

BECN and FECN Marking for Frame Relay over MPLS BECN and FECN Marking for Frame Relay over MPLS First Published: August 26, 2003 Last Updated: February, 2006 This feature explains how to configure backward explicit congestion notification (BECN) and

More information

QWEST Communications International Inc. Technical Publication. Frame Relay Service

QWEST Communications International Inc. Technical Publication. Frame Relay Service QWEST Communications International Inc. Technical Publication Frame Relay Service Copyright 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000 77372 QWEST Communications International Inc. Issue H All Rights

More information

Regulating Packet Flow on a Per-Interface Basis Using Generic Traffic Shaping

Regulating Packet Flow on a Per-Interface Basis Using Generic Traffic Shaping Regulating Packet Flow on a Per-Interface Basis Using Generic Traffic Shaping Packet flow on a network can be regulated using a traffic shaping mechanism. One such traffic shaping mechanism is a Cisco

More information

LAN Modeling. Overview

LAN Modeling. Overview LAN Modeling Overview This lesson focuses on the use of LAN models and background link utilization. You will learn to Configure the object palette with the models you need Set up application and profile

More information

Byte-Based Weighted Random Early Detection

Byte-Based Weighted Random Early Detection Byte-Based Weighted Random Early Detection First Published: August 26, 2003 Last Updated: February 28, 2006 This feature module explains how to enable byte-based Weighted Random Early Detection (WRED).

More information

Ethernet. A Direct Link Network with Media Access Control. Laboratory 1. Objective. Overview

Ethernet. A Direct Link Network with Media Access Control. Laboratory 1. Objective. Overview Laboratory 1 Ethernet A Direct Link Network with Media Access Control Objective This lab is designed to demonstrate the operation of the Ethernet network. The simulation in this lab will help you examine

More information

Implementing Enterprise WAN Links

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

More information

Introduction to ATM Traffic Management on the Cisco 7200 Series Routers

Introduction to ATM Traffic Management on the Cisco 7200 Series Routers CHAPTER 1 Introduction to ATM Traffic Management on the Cisco 7200 Series Routers In the latest generation of IP networks, with the growing implementation of Voice over IP (VoIP) and multimedia applications,

More information

MPLS AToM Overview. Documentation Specifics. Feature Overview

MPLS AToM Overview. Documentation Specifics. Feature Overview MPLS AToM Overview This document provides an introduction to MPLS AToM and includes the following sections: Documentation Specifics, page 14 Feature Overview, page 14 Benefits, page 26 What To Do Next,

More information

Introduction to Capacity and Performance Management

Introduction to Capacity and Performance Management 1 Introduction to Capacity and Performance Management Session 2 Presentation_ID.scr 1 Agenda Introductions/Goals Capacity Planning Model Capacity Data Collection Tools and Reporting Best Practices for

More information

ECEN Final Exam Fall Instructor: Srinivas Shakkottai

ECEN Final Exam Fall Instructor: Srinivas Shakkottai ECEN 424 - Final Exam Fall 2013 Instructor: Srinivas Shakkottai NAME: Problem maximum points your points Problem 1 10 Problem 2 10 Problem 3 20 Problem 4 20 Problem 5 20 Problem 6 20 total 100 1 2 Midterm

More information

frame-relay lmi-n391dte

frame-relay lmi-n391dte frame-relay lmi-n391dte frame-relay lmi-n391dte To set a full status polling interval, use the frame-relay lmi-n391dte interface configuration command. To restore the default interval value, assuming that

More information

Packet Classification Using the Frame Relay DLCI Number

Packet Classification Using the Frame Relay DLCI Number Packet Classification Using the Frame Relay DLCI Number The Packet Classification Using the Frame Relay DLCI Number feature allows customers to match and classify traffic on the basis of one or more Frame

More information

Introduction to Protocols

Introduction to Protocols Chapter 6 Introduction to Protocols 1 Chapter 6 Introduction to Protocols What is a Network Protocol? A protocol is a set of rules that governs the communications between computers on a network. These

More information

Frame Relay Manager User s Guide

Frame Relay Manager User s Guide Titlepage Frame Relay Manager User s Guide Document 9032102-04 Device Management Copyright Notice Document 9032102-04. Copyright May 2002 by Aprisma Management Technologies, Inc. All rights reserved worldwide.

More information

QoS: Regulating Packet Flow Configuration Guide, Cisco IOS Release 15S

QoS: Regulating Packet Flow Configuration Guide, Cisco IOS Release 15S QoS: Regulating Packet Flow Configuration Guide, Cisco IOS Release 15S First Published: November 26, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Chapter 24 Congestion Control and Quality of Service Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Chapter 24 Congestion Control and Quality of Service Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 24 Congestion Control and Quality of Service 24.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 24-1 DATA TRAFFIC The main focus of congestion control

More information

ST.MOTHER THERESA ENGINEERING COLLEGE

ST.MOTHER THERESA ENGINEERING COLLEGE ST.MOTHER CHETTINAD COLLEGE OF ENGINEERING THERESA & TECHNOLOGY ENGINEERING COLLEGE DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING SUBJECT CODE: CS 2060 SEM/YEAR: VII/IV SUBJECT NAME: HIGH SPEED

More information

UNIT IV -- TRANSPORT LAYER

UNIT IV -- TRANSPORT LAYER UNIT IV -- TRANSPORT LAYER TABLE OF CONTENTS 4.1. Transport layer. 02 4.2. Reliable delivery service. 03 4.3. Congestion control. 05 4.4. Connection establishment.. 07 4.5. Flow control 09 4.6. Transmission

More information

IP Premium Agenda. - Services specification and implementation discussion. - Qos Parameters. M. Campanella - TF-TNG - Münster 7 feb 2001

IP Premium Agenda. - Services specification and implementation discussion. - Qos Parameters. M. Campanella - TF-TNG - Münster 7 feb 2001 IP Premium Agenda - Services specification and implementation discussion - Qos Parameters 1 Géant QoS Services Specifications Mauro Campanella Tiziana Ferrari Mauro.Campanella@mi.infn.it Tiziana.Ferrari@cnaf.infn.it

More information

Network Simulation with OPNET

Network Simulation with OPNET CS 521 PROJECT 2 Network Simulation with OPNET Submitted by: Manish Mehta (manishmehta@india.com) Date: 04/16/2001 Scenario 1: Two file transfer TCP connections using the same link with two routers in

More information

BROADBAND AND HIGH SPEED NETWORKS

BROADBAND AND HIGH SPEED NETWORKS BROADBAND AND HIGH SPEED NETWORKS INTRODUCTION ATM stands for Asynchronous Transfer Mode ATM is a flexible high bandwidth, low delay network technology that is: Capable of handling voice, video and data

More information