What is the end-to-end packet delay in this store-and-forward subnet?

Slides:



Advertisements
Similar presentations
Probability Review.
Advertisements

ECE358: Computer Networks Fall 2014
Computer Networks Performance Metrics Advanced Computer Networks Fall 2013.
Computer Networks Performance Metrics Computer Networks Term B10.
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.
A supernetwork.
Networks: Introduction1 Course Objectives 1.To introduce the student to the major concepts involved in wide-area networks (WANs) and local area 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.
Network Delays, Statistical Multiplexing
Computer Networks: Performance Measures1 Computer Network Performance Measures.
UCB Sharing a Channel Jean Walrand U.C. Berkeley
UCB Packet Dynamics Jean Walrand U.C. Berkeley
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.
Setting TCP Window Size for Legacy LAN VoIP Niko Färber January 10, 2001.
Module 2.0: Modeling of Network Components. Queueing theory  Basics : average number of packets 1/  : mean service time per packet [s] arriving per.
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.
CS144, Stanford University Error in Q3-7. CS144, Stanford University Using longest prefix matching, the IP address will match which entry? a /8.
1 Computer Communication & Networks Lecture 4 Circuit Switching, Packet Switching, Delays Waleed.
Slides originally from Professor Williamson at U Calgary1-1 Introduction Part II  Network Core  Delay & Loss in Packet-switched Networks  Structure.
Computer Networks Performance Metrics. Performance Metrics Outline Generic Performance Metrics Network performance Measures Components of Hop and End-to-End.
Data and Computer Communications Chapter 10 – Circuit Switching and Packet Switching (Wide Area Networks)
Computer Networks Performance Metrics
Four sources of packet delay
ECE466 - Tutorial Simple Delay and Throughput Analysis.
Introduction 1-1 Chapter 1 Part 3 Delay, loss and throughput These slides derived from Computer Networking: A Top Down Approach, 6 th edition. Jim Kurose,
Stainov - DataComMET CS TC5353 THE NETWORK LAYER 5.2 ROUTING ALGORITHMS - adaptive Distance Vector Routing (Bellman-Ford, Ford-Fulkenson). It was used.
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.
1 Ram Dantu University of North Texas, Practical Networking.
© Janice Regan, CMPT 128, Jan 2007 CMPT 371 Data Communications and Networking Delays throughput and packet loss Multiplexing 0.
Youngstown State University Cisco Regional Academy
Computer Data Communication
Point-to-Point Network Switching
Lec # 22 Data Communication Muhammad Waseem Iqbal.
CS 5565 Network Architecture and Protocols
CS 5565 Network Architecture and Protocols
ECE 544 Protocol Design Project 2016
(B.P :51) ( B:P52 ).
Network Layer Functions
Performance Questions
Computer Network Performance Measures
CS Lecture 2 Network Performance
Computer Network Performance Measures
Congestion Control (from Chapter 05)
Computer Networks Performance Metrics
Bandwidth # of bits per second that can be sent.
Communication Networks NETW 501 Tutorial 5 : SOLUTION PROBLEM 1
Congestion Control (from Chapter 05)
CS 352 Internet Technology
Project-2 (20%) – DiffServ and TCP Congestion Control
Propagation & Transmission delay
Sample Network Performance Problems
Congestion Control (from Chapter 05)
Tutorial 1.
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
Ram Dantu University of North Texas,
Ram Dantu University of North Texas,
Comp 410 AOS Packet Switching
Presentation transcript:

What is the end-to-end packet delay in this store-and-forward subnet? Host A 1 14 15 17 6 Host H What is the end-to-end packet delay in this store-and-forward subnet? Assume: All links: 2.5 km; C = 100Mbps; propagation speed = 200m/microsec. queueing delay = processing delay =0; packet size = 1000 bytes Solution: endtoend packet delay = 4 (equal hops) x link delay link delay = PROC +QD + TRANS + PROP = 0 + 0+ transm time + prop delay 1000 bytes 8 x 10**3 bits transm time = ------------- = ----------------- = 8 x 10 ** -5 = 80 microseconds. 100 Mbps 10**8 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