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

Similar documents
Order of Packet Transmission and Dropping

Order of Packet Transmission and Dropping

RSVP: Resource Reservation Protocol

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

SIMULATION FRAMEWORK MODELING

ENSC 427. Communication Networks Simon Fraser University Spring Final Project. Comparison and Analysis of FIFO, PQ, and WFQ Disciplines in OPNET

ENSC 427 Communication Networks Final Project Presentation Spring Comparison and analysis of FIFO, PQ, and WFQ Disciplines in OPNET

A Comparative Study of Different Queuing Scheduling Disciplines

Switched LANs A Set of Local Area Networks Interconnected by Switches

ENSC 427 Communication Networks

Basics (cont.) Characteristics of data communication technologies OSI-Model

Security Lab 1 Firewall Performance

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

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

Eng 3553 Lab #5 TCP Throughput

CRITICAL EVALUATION AND ANALYSIS OF QUEUING DISCIPLINES ON PACKETS DELIVERY FOR DIFFERENT APPLICATIONS.

Southern Polytechnic State University Spring Semester 2009

LAN Modeling. Overview

Lecture 21. Reminders: Homework 6 due today, Programming Project 4 due on Thursday Questions? Current event: BGP router glitch on Nov.

Multicast and Quality of Service. Internet Technologies and Applications

OVERVIEW WARNING! DATE: INFORMÁTICAS LAB ASSIGNMENT 3

QoS Configuration. Overview. Introduction to QoS. QoS Policy. Class. Traffic behavior

TCP versus UDP Response Time

Computer Network. The Practical User Guide for. Simulation. Adarshpal S. Hnatyshin. Vasil Y. CRC Press. Taylor Si Francis Croup

Cisco IOS Switching Paths Overview

Real-Time Protocol (RTP)

Quality of Service (QoS)

MODELLING & SIMULATION OF QUEUING DISCIPLINES OVER THE N/W CARRIED APPLICATIONS (FTP, VIDEO AND VOIP) FOR TRAFFIC DROPPED & TIME DELAY

Chapter 6 Queuing Disciplines. Networking CS 3470, Section 1

Advanced Lab in Computer Communications Meeting 6 QoS. Instructor: Tom Mahler

DiffServ Architecture: Impact of scheduling on QoS

CCVP QOS Quick Reference Sheets

The Network Layer and Routers

fair-queue aggregate-limit

Network Simulation with OPNET

DiffServ Architecture: Impact of scheduling on QoS

Congestion Management Overview

Module objectives. Integrated services. Support for real-time applications. Real-time flows and the current Internet protocols

PARALLEL ALGORITHMS FOR IP SWITCHERS/ROUTERS

A common issue that affects the QoS of packetized audio is jitter. Voice data requires a constant packet interarrival rate at receivers to convert

Frame Relay Network Performance

Multimedia Networking. Network Support for Multimedia Applications

ETSF10 Internet Protocols Transport Layer Protocols

Performance Analysis of Priority Queue and Weighted Fair Queue in VoIPv6

Comparing the bandwidth and priority Commands of a QoS Service Policy

Modular Quality of Service Overview on Cisco IOS XR Software

Queuing Mechanisms. Overview. Objectives

Quality of Service II

QoS MIB Implementation

Network Layer Enhancements

Comparison of QoS Performance Over WLAN, VoIP4 and VoIP6

An Approach for Enhanced Performance of Packet Transmission over Packet Switched Network

Mohammad Hossein Manshaei 1393

Lecture Outline. Bag of Tricks

ES623 Networked Embedded Systems

Lab 1: Improving performance by LAN Hardware Upgrade

Simulation of Video Conferencing over IP Network with QoS Using Riverbed Modeler

Performance Modeling of Queuing Techniques for Enhance QoS Support for Uniform and Exponential VoIP & Video based Traffic Distribution

A Preferred Service Architecture for Payload Data Flows. Ray Gilstrap, Thom Stone, Ken Freeman

Configuring QoS CHAPTER

Wide area networks: packet switching and congestion

This Lecture. BUS Computer Facilities Network Management. Switching Network. Simple Switching Network

6 MPLS Model User Guide

This document presents the basics of OPNET Modeler. The content of this document is mainly transcript from the OPNET documentation [

Introduction to Quality of Service

Network Support for Multimedia

Unit 2 Packet Switching Networks - II

Priority Traffic CSCD 433/533. Advanced Networks Spring Lecture 21 Congestion Control and Queuing Strategies

PESIT Bangalore South Campus Hosur road, 1km before Electronic City, Bengaluru -100 Department of Computer Science & Engineering

IP Network Emulation

Class-based Packet Scheduling Policies for Bluetooth

Analysis of the algorithms for congestion management in computer networks

Improving QOS in IP Networks. Principles for QOS Guarantees

Congestion Control and Resource Allocation

AN RSVP MODEL FOR OPNET SIMULATOR WITH AN INTEGRATED QOS ARCHITECTURE

UNIT 2 TRANSPORT LAYER

GUARANTEED END-TO-END LATENCY THROUGH ETHERNET

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

A Fair Queuing Technique for Efficient Content Delivery Over 3G and 4 G Networks in Varying Load Condition

RSVP Support for RTP Header Compression, Phase 1

Configuring Weighted Fair Queueing

Multimedia Networking

Optical Packet Switching

OPNET Modeler. Tommy Svensson Alex Popescu

Register Bit Name Description Default Global Ctrl Reg 2 SGCR2. Table 1. Registers are used for Common and Egress Port Setting

CSCI Spring Final Exam Solution

Quality of Service Mechanism for MANET using Linux Semra Gulder, Mathieu Déziel

Sections Describing Standard Software Features

Lab 4.9 QoS Pre-classify

Lecture 24: Scheduling and QoS

Internet Services & Protocols. Quality of Service Architecture

Proven IP Network Services: from End-User to Router and vice versa

ENHANCED LOW LATENCY QUEUING ALGORITHM FOR REAL TIME APPLICATIONS IN WIRELESS NETWORKS. P. Rukmani 1*, R. Ganesan 1

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University

Dr.S.Ravi 1, A. Ramasubba Reddy 2, Dr.V.Jeyalakshmi 3 2 PG Student- M.Tech. VLSI and Embedded System 1, 3 Professor

Multimedia Applications over Packet Networks

Quality of Service. Create QoS Policy CHAPTER26. Create QoS Policy Tab. Edit QoS Policy Tab. Launch QoS Wizard Button

Topic 4a Router Operation and Scheduling. Ch4: Network Layer: The Data Plane. Computer Networking: A Top Down Approach

XV International PhD Workshop OWD 2013, October Ensuring quality of service in computer networks based on IPv4 and IPv6

Layer 3: Network Layer. 9. Mar INF-3190: Switching and Routing

Transcription:

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 different services. Overview As part of the resource allocation mechanisms, each router must implement some queuing discipline that governs how packets are buffered while waiting to be transmitted. Various queuing disciplines can be used to control which packets get transmitted (bandwidth allocation) and which packets get dropped (buffer space). The queuing discipline also affects the latency experienced by a packet, by determining how long a packet waits to be transmitted. Examples of the common queuing disciplines are first-infirst-out (FIFO) queuing, priority queuing (PQ), and weighted-fair queuing (WFQ). The idea of FIFO queuing is that the first packet that arrives at a router is the first packet to be transmitted. Given that the amount of buffer space at each router is finite, if a packet arrives and the queue (buffer space) is full, then the router discards (drops) that packet. This is done without regard to which flow the packet belongs to or how important the packet is. PQ is a simple variation of the basic FIFO queuing. The idea is to mark each packet with a priority; the mark could be carried, for example, in the IP Type of Service (ToS) field. The routers then implement multiple FIFO queues, one for each priority class. Within each priority, packets are still managed in a FIFO manner. This queuing discipline allows highpriority packets to cut to the front of the line. The idea of the fair queuing (FQ) discipline is to maintain a separate queue for each flow currently being handled by the router. The router then services these queues in a roundrobin manner. WFQ allows a weight to be assigned to each flow (queue). This weight effectively controls the percentage of the link s bandwidth each flow will get. We could use ToS bits in the IP header to identify that weight. In this lab you will set up a network that carries three applications: FTP, Video, and VoIP. You will study how the choice of the queuing discipline in the routers can affect the performance of the applications and the utilization of the network resources.

Procedure Create a New Project 1. Start Riverbed Modeler Academic Edition Choose New from the File menu. 2. Select Project and click OK Name the project <your initials>_queues, and the scenario FIFO Click OK. 3. In the Startup Wizard: Initial Topology dialog box, make sure that Create Empty Scenario is selected Click Next Select Campus from the Network Scale list Click Next twice Click Finish. Create and Configure the Network Initialize the Network: 1. The Object Palette dialog box should be now on the top of your project space. If it is not there, open it by clicking. Make sure that the internet_toolbox item is selected from the pull-down menu on the object palette. The QoS Attribute Config node defines attribute configuration details for protocols supported at the IP layer. These specifications can be referenced by the individual nodes using symbolic names. It defines different queuing profiles such as FIFO, WFQ, priority queuing, custom queuing, MWRR, MDRR, and DWRR. 2. Add to the project workspace the following objects from the palette: Application Config, Profile Config, QoS Attribute Config, five ethernet_wkstn, one ethernet_server, and two ethernet4_slip8_gtwy routers. 3. Connect both routers together with a bidirectional PPP_DS1 link. 4. Connect the workstations and the server to the routers using bidirectional 10Base_T links as shown. 5. Rename the objects you added as shown and then save your project. 2

Type of Service (ToS) is assigned to the IP packets. It represents a session attribute that allows packets to be provided the appropriate service in the IP queues. Best-effort delivery means that delivery of a packet is attempted but is not guaranteed. PCM (Pulse Code Modulation) is a procedure used to digitize speech before transmitting it over the network. Configure the Applications: 1. Right-click on the Applications node Edit Attributes Expand the Application Definitions hierarchy Set rows to 3 Name the rows: FTP Application, Video Application, and VoIP Application. i. Go to the FTP Application row Expand the Description hierarchy Assign High Load to Ftp Click on the High Load value and choose Edit from the drop-down menu Assign Constant(10) to Inter-Request Time Assign Constant(1000000) to File Size. Keep the Type of Service (ToS) as Best Effort (0). ii. iii. Go to the Video Application row Expand the Description hierarchy Assign Low Resolution Video to Video Conferencing Click on the Low Resolution Video value and choose Edit Edit the value of the Type of Service field (the Configure TOS/DSCP window appears) From the dropdown menu, assign Streaming Multimedia (4) to ToS Click OK twice. Go to the VoIP Application row Expand the Description hierarchy Assign PCM Quality Speech to Voice. If you edit it, you can see that the ToS assigned to it is Interactive Voice (6). 2. Click OK and then save your project. 3

Configure the Profiles: 1. Right-click on the Profiles node Edit Attributes Expand the Profile Configuration hierarchy Set rows to 3. i. Name and set the attributes of row 0 as shown: ii. Name and set the attributes of row 1 as shown: 4

iii. Name and set the attributes of row 2 as shown: 2. Click OK and then save your project. Configure the Queues: We will keep the default queuing profiles that are defined in our Queues object. It is recommended that you check out the configuration of the FIFO, PQ, and WFQ profiles. Configure the Workstations and Servers: 1. Right-click on the FTP Client Edit Attributes Expand the Application: Supported Profiles hierarchy inside Applications Set rows to 1 Set Profile Name to FTP Profile Click OK. 2. Right-click on the Video Client Edit Attributes Expand the Application: Supported Profiles hierarchy inside Applications Set rows to 1 Set Profile Name to Video Profile Click OK. 3. Right-click on the VoIP West Edit Attributes. i. Expand the Application: Supported Profiles hierarchy inside Applications Set rows to 1 Set Profile Name to VoIP Profile. ii. Edit the Application: Supported Services value inside Applications Set rows to 1 Set Service Name to VoIP Application Click OK twice. 5

4. Right-click on the VoIP East Edit Attributes. i. Expand the Application: Supported Profiles hierarchy inside Applications Set rows to 1 Set Profile Name to VoIP Profile. ii. Edit the Application: Supported Services value inside Applications Set rows to 1 Set Service Name to VoIP Application Click OK twice. 5. Right-click on the FTP Server Edit Attributes Edit the Application: Supported Services value inside Applications Set rows to 1 Set Service Name to FTP Application Click OK twice. 6. Right-click on the Video Server Edit Attributes Edit the Application: Supported Services value inside Applications Set rows to 1 Set Service Name to Video Application Click OK twice. 7. Save your project. Configure the Routers: 1. Click on the link connecting the East and West routers to select it From the Protocols, menu choose IP QoS Configure QoS. 2. Make sure the selected items are as shown in the following QoS Configuration dialog box Click OK. Note: Since the Visualize QoS Configuration radio button is checked, the link is colored based on the QoS scheme used. 3. Save your project. 6

Choose the Statistics To test the performance of the applications defined in the network, we will collect one of the many available statistics as follows: 1. Right-click anywhere in the project workspace and select Choose Individual Statistics from the pop-up menu. 2. In the Choose Results dialog box, select the following global statistic: Traffic Dropped: The number of IP datagrams dropped by all nodes in the network across all IP interfaces. The reasons for dropping an IP datagram can be any one of the following: - Insufficient space in the queue. - Maximum number of hops exceeded by an IP datagram. - On nonrouting nodes, a local router interface was not found to be used as the next hop. - On routing nodes, the route table lookup failed to yield a route to the destination.. 3. Click OK and then save your project. 7

Configure the Simulation Here we need to configure the duration of the simulation: 1. Click on and the Configure Simulation window should appear. 2. Set the duration to be 150 seconds. 3. Click RUN and then save your project. Duplicate the Scenario In the network we just created, we used the FIFO queuing discipline in the routers. To analyze the effect of different queuing disciplines, we will create two more scenarios to test the PQ and WFQ disciplines. A. Select Duplicate Scenario from the Scenarios menu and give it the name PQ Click OK. 1. Click on the link connecting the East and West routers to select it From the Protocols menu choose IP QoS Configure QoS. 2. Make sure the selected items are as shown in the following QoS Configuration dialog box Click OK. Note: Since the Visualize QoS Configuration radio button is checked, the link is colored based on the QoS scheme used. 3. Click RUN and then save your project. 8

B. Select Duplicate Scenario from the Scenarios menu and give it the name WFQ Click OK. 1. Click on the link connecting the East and West routers to select it From the Protocols menu choose IP QoS Configure QoS. 2. Make sure the selected items are as shown in the following QoS Configuration dialog box Click OK. Note: Since the Visualize QoS Configuration radio button is checked, the link is colored based on the QoS scheme used. 3. Click RUN and then save your project. 9

Lab 2 Questions 1. Queueing Disciplines Analyzed. In the implemented project(s), edit the Queues object and check the profiles assigned to the FIFO, PQ, and WFQ disciplines. From your observations, answer the following questions: 1. In FIFO, what is the size of the queue in (pkts)? 2. In ToS-based PQ a) How many different priority classes are defined? (Note, each priority class is allocated a different/unique buffer/queue.) b) What is the size of each priority queue? c) Which type of traffic (ToS) does each priority class/queue correspond to? 2. In ToS-based WFQ a) How many different weighted queues are configured? b) What is the size of each weighted queue? c) Which type of traffic does each weighted queue correspond to? 2. IP Traffic Dropped. From DES -> Results -> Compare Results menu select IP Traffic -> Dropped. Take a screenshot of the obtained plot(s), and include this screenshot in your report. Comment on the obtained results. (Are the obtained plots different? Why?) 3. Video Conferencing Traffic Received. From DES -> Results -> Compare Results menu select Video Conferencing -> Traffic Received. Take a screenshot of the obtained plot(s), and include this screenshot in your report. Comment on the obtained results. (Are the obtained plots different? Why? In particular, comment on why the PQ discipline appears to result in the worst performance for Video Conferencing traffic.) 4. Voice Traffic Received. From DES -> Results -> Compare Results menu select Voice -> Traffic Received. Take a screenshot of the obtained plot(s), and include this screenshot in your report. Comment on the obtained results. (Are the obtained plots different? Why?) 5. Voice Traffic End-to-End Delay. From DES -> Results -> Compare Results menu select Voice -> Packet End-to-End Delay. Take a screenshot of the obtained plot(s), and include this screenshot in your report. Comment on the obtained results. (Are the obtained plots different? Why? In particular, comment on the practical significance of the observed values of end-to-end delay, in terms of the user perceived quality-of-service.) 5. New PQ-500 Scenario. Create a copy of the PQ scenario named PQ-500. In this new scenario, in the PQ profile of the Queues object, increase the size of the queue corresponding to class 2 (medium) traffic from 40 to 500. Run the new scenario. How does the value of Voice Traffic Received of PC-500 now compare to those of FIFO and WFQ scenarios? Explain.