CPSC 641: Network Measurement

Slides:



Advertisements
Similar presentations
Connection-level Analysis and Modeling of Network Traffic understanding the cause of bursts control and improve performance detect changes of network state.
Advertisements

Copyright © 2005 Department of Computer Science CPSC 641 Winter Self-Similarity in WAN Traffic A subsequent paper established the presence of network.
Web Server Benchmarking Using the Internet Protocol Traffic and Network Emulator Carey Williamson, Rob Simmonds, Martin Arlitt et al. University of Calgary.
Introduction to Network Analysis and Sniffer Pro
September 9, Wireless Internet Performance Research Carey Williamson iCORE Professor Department of Computer Science University of Calgary.
1 Network Traffic Measurement and Modeling Carey Williamson Department of Computer Science University of Calgary.
1 Network Measurements of a Wireless Classroom Network Carey Williamson Nuha Kamaluddeen Department of Computer Science University of Calgary.
1 LAN Traffic Measurements Carey Williamson Department of Computer Science University of Calgary.
1 Self-Similar Wide Area Network Traffic Carey Williamson University of Calgary.
On the Self-Similar Nature of Ethernet Traffic - Leland, et. Al Presented by Sumitra Ganesh.
Copyright © 2005 Department of Computer Science CPSC 641 Winter WAN Traffic Measurements There have been several studies of wide area network traffic.
Internet Traffic Patterns Learning outcomes –Be aware of how information is transmitted on the Internet –Understand the concept of Internet traffic –Identify.
Wide Area Networks School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 11, Thursday 3/22/2007)
Introduction to Networking & Telecommunications School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 1, Tuesday 1/9/2007)
1 Internet Protocols and Network Performance Issues Carey Williamson iCORE Professor Department of Computer Science University of Calgary.
Chapter 15 Chapter 15: Network Monitoring and Tuning.
OS Fall ’ 02 Performance Evaluation Operating Systems Fall 2002.
Network Traffic Measurement and Modeling CSCI 780, Fall 2005.
A Nonstationary Poisson View of Internet Traffic T. Karagiannis, M. Molle, M. Faloutsos University of California, Riverside A. Broido University of California,
Performance Evaluation
Copyright © 2005 Department of Computer Science CPSC 641 Winter Network Traffic Measurement A focus of networking research for 20+ years Collect.
Copyright © 2005 Department of Computer Science CPSC 641 Winter LAN Traffic Measurements Some of the first network traffic measurement papers were.
OS Fall ’ 02 Performance Evaluation Operating Systems Fall 2002.
Passive traffic measurement Capturing actual Internet packets in order to measure: –Packet sizes –Traffic volumes –Application utilisation –Resource utilisation.
31/08/05Network Traffic Management1 Network Traffic Management LtCdr Samit Mehra (05IT 6018) Guided By Dr. SK Ghosh.
1 WAN Measurements Carey Williamson Department of Computer Science University of Calgary.
Introduction to Networking & Telecommunications School of Business Eastern Illinois University © Abdou Illia, Spring 2015 (January 14, 2015)
Network Simulation Internet Technologies and Applications.
Traffic Measurements Modified from Carey Williamson.
Traffic Modeling.
Chapter 4. After completion of this chapter, you should be able to: Explain “what is the Internet? And how we connect to the Internet using an ISP. Explain.
1. There are different assistant software tools and methods that help in managing the network in different things such as: 1. Special management programs.
Key Terms. Online Communication Online community A virtual community which exists only online. It may be open to anyone (eg. a bulletin board) or restricted.
Multiplicative Wavelet Traffic Model and pathChirp: Efficient Available Bandwidth Estimation Vinay Ribeiro.
3.3 Data Networks. Overview Identify the main differences between LAN and WAN. Identify the advantages of using a network over stand-alone computers.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Measurement in the Internet Measurement in the Internet Paul Barford University of Wisconsin - Madison Spring, 2001.
정하경 MMLAB Fundamentals of Internet Measurement: a Tutorial Nevil Brownlee, Chris Lossley, “Fundamentals of Internet Measurement: a Tutorial,” CMG journal.
1 Self Similar Video Traffic Carey Williamson Department of Computer Science University of Calgary.
Performance Limitations of ADSL Users: A Case Study Matti Siekkinen, University of Oslo Denis Collange, France Télécom R&D Guillaume Urvoy-Keller, Ernst.
#16 Application Measurement Presentation by Bobin John.
1 Internet Traffic Measurement and Modeling Carey Williamson Department of Computer Science University of Calgary.
Chapter Objectives In this chapter, you will learn:
1.4 Wired and Wireless Networks
Local Area Networks Honolulu Community College
CNT 4704 Computer Communication Networking (not “analysis”)
Fast Pattern-Based Throughput Prediction for TCP Bulk Transfers
Network Performance Measurement and Analysis
Introduction to Networking & Telecommunications
What Are Routers? Routers are an intermediate system at the network layer that is used to connect networks together based on a common network layer protocol.
CNT 4704 Computer Communication Networking (not “analysis”)
Internet Traffic Modeling
Minimal Envelopes.
CPSC 641: LAN Measurement Carey Williamson
Notices of the AMS, September 1998
CPSC 641: WAN Measurement Carey Williamson
Computer communications
Unit 11- Computer Networks
Presented by Chun Zhang 2/14/2003
Network Traffic Modeling
Network Architecture By Dr. Shadi Masadeh 1.
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Chapter 15: Network Monitoring and Tuning
Carey Williamson Department of Computer Science University of Calgary
Carey Williamson Department of Computer Science University of Calgary
Chapter-5 Traffic Engineering.
CPSC 641: Network Measurement
Module 4: Packet analysis
CPSC 641: Network Traffic Self-Similarity
Queueing Problem The performance of network systems rely on different delays. Propagation/processing/transmission/queueing delays Which delay is affected.
Presentation transcript:

CPSC 641: Network Measurement Carey Williamson Department of Computer Science University of Calgary Winter 2018

Network Traffic Measurement A focus of networking research for 30+ years Collect data or packet traces showing packet activity on the network for different applications Study, analyze, characterize Internet traffic Goals: Understand the basic methodologies used Understand the key measurement results to date

Why Network Traffic Measurement? Understand the traffic on existing networks Develop models of traffic for future networks Useful for simulations, capacity planning studies

Measurement Environments Local Area Networks (LAN’s) e.g., Ethernet LANs Wide Area Networks (WAN’s) e.g., the Internet Wireless LANs Cellular Networks

Requirements Network measurement requires hardware or software measurement facilities that attach directly to network Allows you to observe all packet traffic on the network, or to filter it to collect only the traffic of interest Assumes broadcast-based network technology, superuser permission

Measurement Tools (1 of 3) Can be classified into hardware and software measurement tools Hardware: specialized equipment Examples: HP 4972 LAN Analyzer, DataGeneral Network Sniffer, NavTel InterWatch 95000, others... Software: special software tools Examples: tcpdump, ethereal, wireshark, SNMP, others...

Measurement Tools (2 of 3) Measurement tools can also be classified as active or passive Active: the monitoring tool generates traffic of its own during data collection (e.g., ping, traceroute) Passive: the monitoring tool is passive, observing and recording traffic info, while generating none of its own (e.g., tcpdump, wireshark, airopeek)

Measurement Tools (3 of 3) Measurement tools can also be classified as real-time or non-real-time Real-time: collects traffic data as it happens, and may even be able to display traffic info as it happens, for real-time traffic management Non-real-time: collected traffic data may only be a subset (sample) of the total traffic, and is analyzed off-line (later), for detailed analysis

Potential Uses of Tools (1 of 4) Protocol debugging Network debugging and troubleshooting Changing network configuration Designing, testing new protocols Designing, testing new applications Detecting network weirdness: broadcast storms, routing loops, etc.

Potential Uses of Tools (2 of 4) Performance evaluation of protocols and applications How protocol/application is being used How well it works How to design it better

Potential Uses of Tools (3 of 4) Workload characterization What traffic is generated Packet size distribution Packet arrival process Burstiness Important in the design of networks, applications, interconnection devices, congestion control algorithms, etc.

Potential Uses of Tools (4 of 4) Workload modeling Construct synthetic workload models that concisely capture the salient characteristics of actual network traffic Use as representative, reproducible, flexible, controllable workload models for simulations, capacity planning studies, etc.

Classic References Raj Jain, ‘‘Packet Trains”, 1986 Cheriton and Williamson, “VMTP”, 1987 Chiu and Sudama, “DECNET Protocols”, 1988 Gusella, “Diskless Workstations”, 1990 Caceres et al, “Wide Area TCP/IP Traffic”, 1991 Paxson, “Measurements and Models of Wide Area TCP Traffic”, 1991 Leland et al, “Network Traffic Self-Similarity”, 1993 Garrett, Willinger, “VBR Video”, 1994 Paxson and Floyd, “Failure of Poisson Modeling”, 1994

Top 10 Measurement Results The following represents my own synopsis of the “Top 10” observations from network traffic measurement research in the last 30 years Not an exhaustive list, but most of the highlights For more detail, see papers (or ask!)

Observation #1 The traffic model that you use is extremely important in the performance evaluation of routing, flow control, and congestion control strategies Have to consider application-dependent, protocol-dependent, and network-dependent characteristics The more realistic, the better Need to avoid the GIGO syndrome

Characterizing aggregate network traffic is hard Observation #2 Characterizing aggregate network traffic is hard Lots of (diverse and ever-changing) applications Any measurement study provides just a snapshot in time: traffic mix, protocols, applications, network configuration, technology, and users change with time

Packet arrival process is not Poisson Observation #3 Packet arrival process is not Poisson Packets travel in trains Packets travel in tandems Packets get clumped together (e.g., ACK compression) Interarrival times are not exponential Interarrival times are not independent

Packet traffic is bursty Observation #4 Packet traffic is bursty Average utilization may be very low Peak utilization can be very high Depends on what interval you use!! Traffic may be self-similar: bursts exist across a wide range of time scales Defining burstiness (precisely) is difficult

Traffic is non-uniformly distributed amongst the hosts on the network Observation #5 Traffic is non-uniformly distributed amongst the hosts on the network Example: 10% of the hosts account for 90% of the traffic (or 20-80 rule, as in the “Pareto principle”) Why? Clients versus servers, geographic reasons, popular Web sites, trending events, flash crowds, etc.

Network traffic exhibits ‘‘locality’’ effects Observation #6 Network traffic exhibits ‘‘locality’’ effects Pattern is far from random Temporal locality Spatial locality Persistence and concentration True at host level, at router level, at application level

Observation #7 Well over 90% of the byte and packet traffic on most networks is TCP/IP By far the most prevalent Often as high as 95-99% Most studies focus only on TCP/IP for this reason

Most conversations are short Observation #8 Most conversations are short Example: 90% of bulk data transfers send less than 10 kilobytes of data Example: 50% of interactive connections last less than 90 seconds Distributions may be ‘‘heavy tailed’’ (i.e., extreme values may skew the mean and/or the distribution)

Traffic is bidirectional Observation #9 Traffic is bidirectional Data usually flows both ways Not just ACKs in the reverse direction Usually asymmetric bandwidth though Pretty much what you would expect from the TCP/IP traffic for most applications

Packet size distribution is bimodal Observation #10 Packet size distribution is bimodal Lots of small packets for interactive traffic and acknowledgements (ACKs) Lots of large packets for bulk data file transfer type applications Very few in between sizes

Summary There has been lots of interesting network measurement work in the last 30 years We will take a look at some of it soon LAN and WAN traffic measurements Network traffic self-similarity