Tutorial 2 This elementary problem begins to explore propagation delay and transmission delay, two central concepts in data networking. Consider two hosts,

Slides:



Advertisements
Similar presentations
EE:450 – Computer Networks
Advertisements

Probability Review.
CCNA3: Switching Basics and Intermediate Routing v3.0 CISCO NETWORKING ACADEMY PROGRAM Switching Concepts Introduction to Ethernet/802.3 LANs Introduction.
ECE358: Computer Networks Fall 2014
Dead Reckoning Objectives – –Understand what is meant by the term dead reckoning. –Realize the two major components of a dead reckoning protocol. –Be capable.
CECS 474 Computer Network Interoperability Notes for Douglas E. Comer, Computer Networks and Internets (5 th Edition) Tracy Bradley Maples, Ph.D. Computer.
Answers of Exercise 7 1. Explain what are the connection-oriented communication and the connectionless communication. Give some examples for each of the.
Computer Networks Computer Networks Term B10 Network Delay Network Delay Performance Problems.
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
Networks: Sample Performance Problems 1 Sample Network Performance Problems.
Calculating “a”. a Used as a term in analyzing many network characteristics Has a physical interpretation Represents the number of frames on a link.
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,
Lecture 1 Overview: roadmap 1.1 What is computer network? the Internet? 1.2 Network edge  end systems, access networks, links 1.3 Network core  network.
Communication concepts (Continued) Week 2 Lecture 2.
Advanced Computer Networks 1 Sample Network Performance Problems.
黃麒瑋 ComputerNetworkHW Hw01 hint. p.06 (a)Propagation delay is equal to d / s where d is the distance and s is the wave propagation speed. (b)Transmition.
LO1 Know types of Network Systems and Protocols. Wan Technologies.
Computer Networks Performance Metrics. Performance Metrics Outline Generic Performance Metrics Network performance Measures Components of Hop and End-to-End.
Sami Al-wakeel 1 Data Transmission and Computer Networks The Switching Networks.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 3 v3.0 Module 4 Switching Concepts.
ECE466 - Tutorial Simple Delay and Throughput Analysis.
Session 2.
Switching Concepts Introduction to Ethernet/802.3 LANs
What is the Speed of the Internet? Internet Computing KUT Youn-Hee Han.
Queuing Delay 1. Access Delay Some protocols require a sender to “gain access” to the channel –The channel is shared and some time is used trying to determine.
Delay in packet switched network. Circuit switching In Circuit switched networks the resources needed along a path (buffers and link transmission rate)
OCR AS Level F451: Data transmission Data transmission a. Describe the characteristics of a LAN (local area network) and a WAN (wide area network);
Computer Communication & Networks
MITM753: Advanced Computer Networks
Introduction (2) Overview: access net, physical media
COMPUTER NETWORKS CS610 Lecture-21 Hammad Khalid Khan.
Packet Switching Networks & Frame Relay
Computer Data Communication
Introduction to Networks
Topics discussed in this section:
Lec # 22 Data Communication Muhammad Waseem Iqbal.
CS 381 Introduction to computer networks
CS 5565 Network Architecture and Protocols
PART II Physical Layer.
1) By using hamming code (even – parity), Show the correct binary number that transmitted by the sender if the receiver received binary number.
Department of Computer Science University of Calgary
Computer Technology Notes #4
Chapter 3 : Data transmission
Introduction to the Transport Layer
Performance Questions
Chapter 3 : Data transmission
Ethernet LAN 1 1.
CS Lecture 2 Network Performance
Chapter 3 : Data transmission
Congestion Control (from Chapter 05)
Computer Networks Performance Metrics
Congestion Control (from Chapter 05)
Bandwidth # of bits per second that can be sent.
Congestion Control (from Chapter 05)
Propagation & Transmission delay
4 Macquarie Fields College of TAFE Version 2 – 13 March 2000
Network Performance Definitions
Sample Network Performance Problems
Congestion Control (from Chapter 05)
CSE 550 Computer Network Design
Congestion Control (from Chapter 05)
Congestion Control (from Chapter 05)
Circuit Switched Network
Congestion Control (from Chapter 05)
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:

Tutorial 2 This elementary problem begins to explore propagation delay and transmission delay, two central concepts in data networking. Consider two hosts, A and B, connected by a single link of rate R bps. Suppose that the two hosts are separated by m meters, and suppose the propagation speed along the link is s meters/sec. Host A is to send a packet of size L bits to Host B. Express the propagation delay, dprop, in terms of m and s Determine the transmission time of the packet, dtrans, in terms of L and R Ignoring processing and queuing delays, obtain an expression for the end-to-end delay. Suppose Host A begins to transmit the packet at time t=0. At time t=dtrans, where is the last bit of the packet? Suppose dprop is greater than dtrans. At time t=dtrans, where is the first bit of the packet?

Tutorial 2 Consider an application that transmits data at a steady rate. Also, when such application starts, it will continue running for a relatively long period of time. Answer the following questions, briefly justifying your answer: Would a packet-switch network or a circuit-switched network be more appropriate for this application? Why? Suppose that a packet-switched network is used and the only traffic in this network comes from such applications as describe above. Furthermore, assume that the sum of the application data rates is less than the capacities of each and every link. Is some form of congestion control needed? Why? What are the common component one could find in Local Area Network (LAN) Wireless LAN Home networks (with Internet Access)

Tutorial 2 Suppose two hosts, A and B, are separated by 10,000 kilometers and are connected by a direct link of R=1 Mbps. Suppose the propagation speed over the link is 2.5x108 meters/sec. Calculate the bandwidth-delay product, R·dprop. Consider sending a file of 400,000 bits from Host A to Host B. Suppose the file is sent continuously as one large message. What is the maximum number of bits that will be in the link at any given time? Provide an interpretation of the bandwidth-delay product. What is the width (in meters) of a bit in the link? Is it longer than a football field? Derive a general expression for the width of a bit in terms of the propagation speed s, the transmission rate R, and the length of the link m.