Performance Metrics Neil Tang 9/10/2008

Slides:



Advertisements
Similar presentations
EE:450 – Computer Networks
Advertisements

PERFORMANCE One important issue in networking is the performance of the networkhow good is it? We discuss quality of service, an overall measurement.
Interconnection Networks: Flow Control and Microarchitecture.
ECE358: Computer Networks Fall 2014
Computer Networks Performance Metrics Computer Networks Term B10.
Spring 2000CS 4611 Introduction Outline Statistical Multiplexing Inter-Process Communication Network Architecture Performance Metrics.
Fundamentals of Computer Networks ECE 478/578
Chapter-3-1CS331- Fakhry Khellah Term 081 Chapter 3 Data and Signals.
CECS 474 Computer Network Interoperability Notes for Douglas E. Comer, Computer Networks and Internets (5 th Edition) Tracy Bradley Maples, Ph.D. Computer.
Spring 2003CS 4611 Introduction, Continued COS 461.
ECE 4450:427/527 - Computer Networks Spring 2015
CIS 527 Computer Networks Introduction Professor Jinhua Guo (updated version) Fall 2003.
Network Delays, Statistical Multiplexing
Computer Networks: Performance Measures1 Computer Network Performance Measures.
1/20 Introduction Outline Statistical Multiplexing Inter-Process Communication Network Architecture Performance Metrics Implementation Issues.
Problems.
Ch. 28 Q and A IS 333 Spring Q1 Q: What is network latency? 1.Changes in delay and duration of the changes 2.time required to transfer data across.
 Frequency Spectrum and Bandwidth  Other Definitions of Bandwidth  Digital Signals.
Chapter 3 part II Data and Signals
Lecture 1, 1Spring 2003, COM1337/3501Computer Communication Networks Rajmohan Rajaraman COM1337/3501 Textbook: Computer Networks: A Systems Approach, L.
Lecture 2 Performance Metrics. Bandwidth Delay Bandwidth-delay product Latency Throughput.
CS 6401 Introduction to Networking Aditya Akella Outline Administrivia Networking History Statistical Multiplexing Performance Metrics.
Fall 2009COSC 6501 Welcome to COSC650 Towson University Yanggon Kim.
ICOM 6115©Manuel Rodriguez-Martinez ICOM 6115 – Computer Networks and the WWW Manuel Rodriguez-Martinez, Ph.D. Lecture 8.
02 – Performance Basics 1CS Computer Networks.
CSE 461: Bits and Bandwidth Next Topic  Focus: How do we send a message across a wire?  The physical / link layers: 1. Different kinds of media 2.
CS 164: Slide Set 2: Chapter 1 -- Introduction (continued).
ICOM 6115©Manuel Rodriguez-Martinez ICOM 6115 – Computer Networks and the WWW Manuel Rodriguez-Martinez, Ph.D. Lecture 7.
Network Performance. Performance (1) What would be the characteristics of the ideal network? –It would be completely transparent in every conceivable.
Hardware Building Blocks and Encoding COM211 Communications and Networks CDA College Theodoros Christophides
IT 210: Web-based IT Winter 2012 Measuring Speed on the Internet and WWW.
Fall 2001CS 6401 Introduction to Networking Outline Networking History Statistical Multiplexing Performance Metrics.
Spring 2002CS 4611 Introduction Outline Statistical Multiplexing Inter-Process Communication Network Architecture Performance Metrics Implementation Issues.
Chapter 3 Data and Signals. 3.2 Last Lecturer Summary Bit Rate Bit Length Digital Signal as a Composite Analog Signal Application Layer Distortion Noise.
SEPT, 2005CSI Part 2.1 Network Properties (Ownership, Service Paradigm, Measures of Performance) Robert Probert, SITE, University of Ottawa.
9-Jan-164/598N: Computer Networks Overview Performance metrics - Section 1.5 Direct link networks –Hardware building blocks - Section 2.1 –Encoding - Section.
CS168 and EE122 GSIs past and present
1 Introduction Outline Statistical Multiplexing Inter-Process Communication Network Architecture Performance Metrics Implementation Issues.
Introductory Topics EE122 TAs past and present. Comprehension How fast is my speech? – ~1000 ft/s (speed of sound) – ~125 words/minute What about Steve.
CS440 Computer Networks 1 Packet Switching Neil Tang 10/6/2008.
LECTURE 12 NET301 11/19/2015Lect NETWORK PERFORMANCE measures of service quality of a telecommunications product as seen by the customer Can.
Chapter 2 : Data Communications BENG 4522 Data Communications & Computer Networks Transmission Impairment Signals travel through the transmission.
1 Ram Dantu University of North Texas, Practical Networking.
Performance Metrics & Network Architectures Professor Jinhua Guo CIS 427 Winter 2003.
Data and Computer Communications Ninth Edition by William Stallings Chapter 10 – Circuit Switching and Packet Switching Data and Computer Communications,
Computer Communication & Networks
Performance and Internet Architecture
COMPUTER NETWORKS CS610 Lecture-21 Hammad Khalid Khan.
Computer Data Communication
CS 5565 Network Architecture and Protocols
The University of Adelaide, School of Computer Science
SEMINAR ON Optical Burst Switching
Computer Network Performance Measures
The University of Adelaide, School of Computer Science
CS Lecture 2 Network Performance
Ethernet Neil Tang 9/17/2008 CS440 Computer Networks.
Computer Network Performance Measures
Net301 LECTURE 10 11/19/2015 Lect
COP 5611 Operating Systems Spring 2010
University of Houston Datacom II Lecture 1B Review Dr Fred L Zellner
Token Ring Neil Tang 9/22/2008 CS440 Computer Networks.
Bandwidth # of bits per second that can be sent.
Advanced Computer Networks
Propagation & Transmission delay
Network Performance Definitions
Requirements Definition
Tutorial 2 This elementary problem begins to explore propagation delay and transmission delay, two central concepts in data networking. Consider two hosts,
Routing Metrics Neil Tang 11/03/2009
Ram Dantu University of North Texas,
Ram Dantu University of North Texas,
Presentation transcript:

Performance Metrics Neil Tang 9/10/2008 CS440 Computer Networks

Outline Bandwidth (Throughput) Latency (Delay) Delay  Bandwidth Jitter CS440 Computer Networks

Bandwidth (Throughput) Bandwidth: the number of bits that can be transmitted from one end to another in a certain period of time. Link Bandwidth VS. End-to-End Bandwidth Why “Width”: Each bit can be looked as a pulse of some “width”. Another Meaning of Bandwidth: the width of a frequency (spectrum) band. CS440 Computer Networks

Latency (Delay) Latency: how long it takes for a message to travel from one end to another. Link Latency VS. End-to-End Latency Latency: Latency = Propagation delay + Transmit delay + Queuing delay Propagation delay = Distance / Speed-of-Light Transmit delay = PacketSize / Bandwidth Round Trip Time (RTT) (only includes propagation delay) CS440 Computer Networks

Effective Throughput TransferTime = one-way latency + setup time Effective Throughput = TransferSize/TransferTime TransferSize only includes DATA bits CS440 Computer Networks

Delay  Bandwidth Delay  Bandwidth : The number of bits the channel can hold (the volume of the pipe). CS440 Computer Networks

Jitter The bandwidth needs may vary. Jitter: It is the variation in packet latency and caused by queuing delay. Solution: Buffering at the receiver Network Interpacket gap Packet source sink 1 2 3 4 CS440 Computer Networks