Round Robin vs. Fair Queuing

Slides:



Advertisements
Similar presentations
pathChirp Efficient Available Bandwidth Estimation
Advertisements

WHITE – Achieving Fair Bandwidth Allocation with Priority Dropping Based on Round Trip Time Name : Choong-Soo Lee Advisors : Mark Claypool, Robert Kinicki.
Playback-buffer Equalization For Streaming Media Using Stateless Transport Prioritization By Wai-tian Tan, Weidong Cui and John G. Apostolopoulos Presented.
Fundamentals of Multimedia Part III: Multimedia Communications and Networking Chapter 15 : Network Services and Protocols for Multimedia Communications.
Doc.: IEEE /0604r1 Submission May 2014 Slide 1 Modeling and Evaluating Variable Bit rate Video Steaming for ax Date: Authors:
1 Performance Evaluation of EF-Admit draft-gunn-tsvwg-ef-admit-evaluation-00 with updates J. Gunn Computer Sciences Corporation R. Lichtenfels National.
Comparison and Analysis of FIFO, PQ, and WFQ Disciplines on multimedia
Introduction Future wireless systems will be characterized by their heterogeneity - availability of multiple access systems in the same physical space.
Traffic Sensitive Active Queue Management - Mark Claypool, Robert Kinicki, Abhishek Kumar Dept. of Computer Science Worcester Polytechnic Institute Presenter.
1 TCP-LP: A Distributed Algorithm for Low Priority Data Transfer Aleksandar Kuzmanovic, Edward W. Knightly Department of Electrical and Computer Engineering.
Internet Queuing Delay Introduction How many packets in the queue? How long a packet takes to go through?
ORF Electronic Commerce Spring 2009 April 15, 2009 Week 10 Capacity Analysis Deterministic Model –Assume: each HTTP request takes T r (request time)
The Impact of Active Queue Management on Multimedia Congestion Control Wu-chi Feng Ohio State University.
School of Engineering and Design Creative Industries Business Aspects and Activities Network Planning of Future Internet.
Multiplicative Wavelet Traffic Model and pathChirp: Efficient Available Bandwidth Estimation Vinay Ribeiro.
Self-generated Self-similar Traffic Péter Hága Péter Pollner Gábor Simon István Csabai Gábor Vattay.
Analysis of RED Goal: impact of RED on loss and delay of bursty (TCP) and less bursty or smooth (UDP) traffic RED eliminates loss bias against bursty traffic.
Scheduling Mechanisms Applied to Packets in a Network Flow CSC /15/03 By Chris Hare, Ricky Johnson, and Fulviu Borcan.
Doc.: IEEE /577r0 Submission July 2003 Qiang NI, Pierre Ansel, Thierry Turletti, INRIASlide 1 A Fair Scheduling Scheme for HCF Qiang Ni, Pierre.
FILE TRANSFER SPEEDS OVER HTTP AND FTP Yibiao Li 06/01/2009 Christmas Meeting 2008/09.
Agenda Background Project goals Project description –General –Implementation –Algorithms Simulation results –Charts –Conclusions.
Network Simulation with Opnet
Accelerating Peer-to-Peer Networks for Video Streaming
WAITING LINES AND SIMULATION
QoS & Queuing Theory CS352.
CS 5565 Network Architecture and Protocols
5G MOBILE TECHNOLOGY By J.YOGESH 08M31A0425.
Empirically Characterizing the Buffer Behaviour of Real Devices
Mohammad Malli Chadi Barakat, Walid Dabbous Alcatel meeting
Multipath QUIC: Design and Evaluation
Khiem Lam Jimmy Vuong Andrew Yang
How to Achieve Application Performance
TCP-LP Distributed Algorithm for Low-Priority Data Transfer
TCP-LP: A Distributed Algorithm for Low Priority Data Transfer
Chapter 2 Introduction Application Requirements VS. Transport Services
Open Issues in Router Buffer Sizing
Internet Queuing Delay Introduction
Computer Network Performance Measures
Quality of Service For Traffic Aggregates
Capacity Analysis, cont. Realistic Server Performance
Internet Queuing Delay Introduction
COMP/ELEC 429/556 Introduction to Computer Networks
[Preliminary Simulation Results on Power Saving]
Network Core and QoS.
CS Lecture 2 Network Performance
[Preliminary Simulation Results on Power Saving]
TexPoint fonts used in EMF.
OPNET Simulation of Different Queuing Mechanisms
Computer Network Performance Measures
CS 140 Lecture Notes: Protection
Computer Science Division
Congestion Control in SDN-Enabled Networks
University of Houston Datacom II Lecture 1B Review Dr Fred L Zellner
Native Simulation of Round-Robin Queuing
Performance Evaluation of Computer Networks
A Study of the Bandwidth Management Architecture over IEEE 802
Mixed P2P-CDN System for Media Streaming in Mobile Environment
Project-2 (20%) – DiffServ and TCP Congestion Control
Performance Evaluation of Computer Networks
A Fair Scheduling Scheme for HCF
CS 140 Lecture Notes: Protection
pathChirp Efficient Available Bandwidth Estimation
Network Support for Quality of Service (QoS)
Congestion Control in SDN-Enabled Networks
Modeling and Evaluating Variable Bit rate Video Steaming for ax
pathChirp Efficient Available Bandwidth Estimation
Hard Disk Drive Traffic Model for TGad
A Simple QoS Packet Scheduler for Network Routers
Network Core and QoS.
Queueing Problem The performance of network systems rely on different delays. Propagation/processing/transmission/queueing delays Which delay is affected.
Presentation transcript:

Round Robin vs. Fair Queuing Internet Sharing Among Multiple Applications Group 1(b) Gilse George z3412060 Nashid Farhad z3423251 Taimur Ali Khan z3214258

Scenario Computer applications that rely on network File Transfer, P2P, Web Browser, Audio/Video Streaming, Conferencing, Updating All the applications can run simultaneously and need access to the network/Internet This access needs to managed

Scenario (cont.) Why? Users now-a-days tend to do multitasking. Application running in background seldom access the Internet (e.g. checking for update, extension etc.) More and more application are becoming Internet depended (e.g. requires Internet access to function properly)

Simulation Specifics Discrete Time Simulation Visual C++ 2010 On/Off sources with Poisson Arrival Packet size: Exponentially distributed around the mean Inter-arrival time: exponentially distributed around the mean On/Off Time: exponentially distributed

Simulation Specifics (cont.) Internet Speed Run simulation for varying speed Result Effective BW Packet Loss (e.g. packets dropped in a finite queue) Average time of packets in system (excluding dropped packets)

Simulation Specifics (cont.) Queue size = 1000 packets 4 sources: Application Type Avg. Packet Size BW requirement File Transfer(FTP) Balanced 512 bytes Available Browser (HTTP) Bursty 660 bytes Audio (VoIP- G.711) Smooth 218 bytes 64kbps Video (mpeg) 1360 bytes 1Mbps

Effective Bandwidth

Average Packet Time (ms)

Packet Loss 0.1 Mbps 0.05 Mbps Round Robin Fair Queuing Audio 0% 6% Video 27% 26% 63% 62%

Conclusion As BW becomes less Fair Queuing gives slightly better performance. As BW becomes less Fair Queuing gives less delay than Round Robin. Fair Queuing provides slightly better performance regarding packet loss.