Sample Network Performance Problems

Slides:



Advertisements
Similar presentations
ECE358: Computer Networks Fall 2014
Advertisements

Computer Networks Performance Metrics Advanced Computer Networks Fall 2013.
Computer Networks Performance Metrics Computer Networks Term B10.
Chabot College Chapter 2 Review Questions Semester IIIELEC Semester III ELEC
Fundamentals of Computer Networks ECE 478/578
Networks: Sample Performance Problems 1 Sample Network Performance Problems.
Computer Networks Computer Networks Term B10 Network Delay Network Delay Performance Problems.
Computer Networks Performance Metrics Advanced Computer Networks.
Lecture 2 Introduction 1-1 Chapter 1: roadmap 1.1 What is the Internet? 1.2 Network edge  end systems, access networks, links 1.3 Network core  circuit.
Computer Networks: Performance Measures1 Computer Network Performance Measures.
UCB Packet Dynamics Jean Walrand U.C. Berkeley
Lecture Internet Overview: roadmap 1.1 What is the Internet? (A simple overview last week) Today, A closer look at the Internet structure! 1.2 Network.
Networks:Sample Performance Problems 1 Sample Network Performance Problems.
Networks: Performance Measures1 Network Performance Measures.
Lecture Internet Overview: roadmap 1.1 What is the Internet? 1.2 Network edge  end systems, access networks, links 1.3 Network core  circuit switching,
Networks: Sample Performance Problems 1 Sample Network Performance Problems.
Lecture Internet Overview: roadmap 1.1 What is the Internet? 1.2 Network edge  end systems, access networks, links 1.3 Network core  circuit switching,
Advanced Computer Networks 1 Sample Network Performance Problems.
1 Computer Communication & Networks Lecture 4 Circuit Switching, Packet Switching, Delays Waleed.
How do loss and delay occur?
Computer Networks Performance Metrics. Performance Metrics Outline Generic Performance Metrics Network performance Measures Components of Hop and End-to-End.
Introduction1-1 Chapter 1 Computer Networks and the Internet Computer Networking: A Top Down Approach Featuring the Internet, 2 nd edition. Jim Kurose,
Computer Networks Performance Metrics
ICOM 6115©Manuel Rodriguez-Martinez ICOM 6115 – Computer Networks and the WWW Manuel Rodriguez-Martinez, Ph.D. Lecture 7.
ECE466 - Tutorial Simple Delay and Throughput Analysis.
Introduction 1-1 Chapter 1: roadmap 1.1 What is the Internet? 1.2 Network edge  end systems, access networks, links 1.3 Network core  circuit switching,
What is the Speed of the Internet? Internet Computing KUT Youn-Hee Han.
Delay in packet switched network. Circuit switching In Circuit switched networks the resources needed along a path (buffers and link transmission rate)
Computer Networks Performance Metrics Computer Networks Spring 2013.
CSEN 404 Introduction to Networks Amr El Mougy Lamia AlBadrawy.
© Janice Regan, CMPT 128, Jan 2007 CMPT 371 Data Communications and Networking Delays throughput and packet loss Multiplexing 0.
1.4 wired and wireless networks lesson 2
Youngstown State University Cisco Regional Academy
Introduction (2) Overview: access net, physical media
Computer Data Communication
Lec # 22 Data Communication Muhammad Waseem Iqbal.
CS 381 Introduction to computer networks
CS 5565 Network Architecture and Protocols
CS 5565 Network Architecture and Protocols
Telemedicine.
ECE 544 Protocol Design Project 2016
Binary Lesson 5 Classful IP Addresses
Network Layer Functions
Computer Network Performance Measures
CS Lecture 2 Network Performance
Computer Network Performance Measures
IT351: Mobile & Wireless Computing
Congestion Control (from Chapter 05)
Computer Networks Performance Metrics
EE 122: Network Performance, Queueing Theory, Evaluation
Congestion Control (from Chapter 05)
EEC-484/584 Computer Networks
Communication Networks NETW 501 Tutorial 5 : SOLUTION PROBLEM 1
ECSE-4670: Computer Communication Networks (CCN)
Congestion Control (from Chapter 05)
Propagation & Transmission delay
Communication Networks: Technology & Protocols
What is the end-to-end packet delay in this store-and-forward subnet?
Congestion Control (from Chapter 05)
Congestion Control (from Chapter 05)
Tutorial 2 This elementary problem begins to explore propagation delay and transmission delay, two central concepts in data networking. Consider two hosts,
Congestion Control (from Chapter 05)
Congestion Control (from Chapter 05)
Figure 6.11 Configuration for Example 4
Sample Network Performance Problems
Congestion Control (from Chapter 05)
Ram Dantu University of North Texas,
Ram Dantu University of North Texas,
Comp 410 AOS Packet Switching
Presentation transcript:

Sample Network Performance Problems Networks: Sample Performance Problems

Networks: Sample Performance Problems X Z W2 W Y Host L W3 Host M AP Host A W4 2 3 4 1 5 Host B 16 nodes 14 11 Host J 17 12 Host C 15 6 13 10 7 Host H 9 8 Host D Host G Host E Host F Networks: Sample Performance Problems

Networks: Sample Performance Problems Host A 1 14 15 17 6 Host H 1. What is the end-to-end packet latency in this store-and-forward subnet from router 1 to router 6 ? Assume: All links: 2.5 km; C = 100Mbps; propagation speed = 200m/microsec. queuing delay = processing delay =0; packet size = 1000 bytes Solution: end-to-end packet delay = 4 (equal hops) x link delay link delay = PROC +QD + TRANS + PROP = 0 + 0 + transmission time + propagation delay 1000 bytes 8 x 103 bits transmission time = ------------- = ----------------- = 8 x 10-5 = 80 microseconds. 100 Mbps 108 bps 2500 m prop delay = ---------------------- = 12.5 microseconds 200 m/ microsec link delay = 92.5 microseconds end-to-end subnet delay = 4 x 92.5 = 370 microseconds Networks: Sample Performance Problems

Networks: Sample Performance Problems Host A 1 14 15 17 6 Host H 2. What is the end-to-end packet delay in this store-and-forward subnet from router 1 to router 6 under the scenario that when a packet from router 1 arrives at router 15 there are three packets enqueued for the link to router 17? Assume: All links: 2.5 km; C = 100Mbps; propagation speed = 200m/microsec. processing delay =0; all packet sizes = 1000 bytes Implied Assumption: queues at 1, 14, and 17 are empty when the packet arrives at node 15. Required Insight: there will be no queuing delay at 17 even if all three queued packets are going to 6. Solution: end-to-end packet delay = 4 (equal hops) x link delay + queuing delay at node 15. link delay = PROC +QD + TRANS + PROP = 0 + 0 + transmission time + propagation delay 1000 bytes 8 x 103 bits transmission time = ------------- = ----------------- = 8 x 10-5 = 80 microseconds. 100 Mbps 108 bps 2500 m prop delay = ---------------------- = 12.5 microseconds 200 m/ microsec link delay = 92.5 microseconds queueing delay at node 15 = 3 packets * transmission time = 3* 80 microseconds = 240 microseconds end-to-end subnet delay = 4 x 92.5 + 240 = 610 microseconds Networks: Sample Performance Problems

Networks: Sample Performance Problems Host A 1 14 15 17 6 Host H What is the end-to-end packet delay in this store-and-forward subnet from router 1 to router 6 under the scenario that when a packet from router 1 arrives at router 15 there are three packets enqueued for the link to router 17? 3.a Assume Now All links: 2.5 km; C = 10Mbps; propagation speed 200m/microsec. processing delay = 0; all packet sizes = 1000 bytes 3.b Assume Now All links: 25 km; C = 100 Mbps; 4.a Assume Now All links: 2.5 km; C = 100Mbps; processing delay = 10 microsecs; all packet sizes = 1000 bytes 4.B Assume Now All links: 2.5 km; C = 100Mbps; processing delay = 10 microsecs; all packet sizes = 3000 bytes Networks: Sample Performance Problems

Networks: Sample Performance Problems Food for Thought Host E 9 13 15 17 4 AP W1 5. How does the end-to-end packet delay determination change when we send a packet from Host E to wireless Host W1? Host F 8 13 15 17 16 3 Host L Z 6. How does the end-to-end packet delay determination change when we send a packet from Host F to Host Z that is on the Ethernet LAN? Networks: Sample Performance Problems