Network Speed time = size of file (in bits) / network speed (in bits).

Slides:



Advertisements
Similar presentations
ECE358: Computer Networks Fall 2014
Advertisements

Skills: none Concepts: the quantity of data as measured in bits or bytes, prefixes for large numbers, abbreviation conventions, data ≠ information This.
The Transport Layer Chapter 6. The TCP Segment Header TCP Header.
The Transport Layer Chapter 6. Performance Issues Performance Problems in Computer Networks Network Performance Measurement System Design for Better Performance.
Unit 1 Network Speed Learning Objectives: Understand the network media Understand that network data speeds are measured in bits per second.
Networks Am I hooked up?. What is a network? A network is a group of 2 or more computers that are linked together either by wires or by a wireless means.
What is Bandwidth.
Formula? Unit?.  Formula ?  Unit?  Formula?  Unit?
Comparing Network Cables Computer Networking. Comparing Network Cables The Internet uses three main types of cable to transfer data between computers.
The Web and Web Services Jim Graham NR 621 Spring 2009.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
* Numeral Systems: A writing method for expressing numbers is called a “Numeral System". In the most common numeral system, we write numbers with combinations.
By Dzuryat Nugroho.  Bit ◦ The smallest size of data in computer 1 bit = 0 or 1  Character (a,b,c,d……z,1,2,3,&,%,?,/….) ◦ 1 character = 8 bit  So,…if.
Computer Fundamental - ITD13821 Lecture 01 Extra Numbering System.
Internet Options By OTX-West. Discussion Points Technologies  Dial-Up  DSL  Cable Data Transfer Speeds  1 Kbps (Kilobit per second) = one thousand.
ELECTRONICS & COMMUNICATION ENGINEERING B.E 3rd Year,Semester-V( )
Data Link Issues Relates to Lab 2.
CS101 Home Network Basics.
1.4 wired and wireless networks lesson 2
LAN, WAN, and Network Topologies
Data Link Issues This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point.
Pertemuan 16 Gigabit and 10-Gigabit Ethernet
Computer Information Technology – Section 1-1
GCSE COMPUTER SCIENCE Communication 3.1 Networks.
Lecture #01 Transmission Media
Gi-Fi Technology.
File Compression 3.3.
Section 2 Terms Autumn Buchsenschutz.
Wireless-N Comparative Results -3rd party testing preliminary results
PROTOCOLS PROTOCOLS.
Network Protocols.
Internet Options By OTX-West.
Lecture #01 Transmission Media
Components of a network
Welcome to the Cloud Chapter 1 Panko and Panko
Information Support and Services
Introduction to networks
Computer Networks and Internet
13. Mathematics and communication
Data Link Issues This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point.
Computer Information Technology – Section 1-1
Planning & System Installation
Computer Networks and Internet
7 OSI Layers.
DSL مـاذا تعــنى.
Lecture #01 Transmission Media
The University of Adelaide, School of Computer Science
Computer Technology Notes #4
21 September 2018 Project IEEE: Networks (WPANs) IEEE P Working Group for Wireless Personal Area Submission Title: [Multi-gigabit wireless demonstration.
Dedicated Hosting Servers In The US With Faster Bandwidth Connectivity Fast bandwidth connectivity for dedicated hosting servers is vital for any enterprise.
CS101 Home Network Basics.
LECTURE #01 TRANSMISSION MEDIA
Performance Questions
Network Types & Speed Learning Objectives:
Data Compression.
NET 536 Network Security Lab 1: TCP IP Attacks
Computer Skills and Applications II
Lecture #01 Transmission Media
Creating Subnets – Network Requirements
Computer Networks.
10:00.
Introduction to Networks
CS101 Home Network Basics.
Data Communication & Networking
Networking at Home and Abroad
Propagation & Transmission delay
FTS Issue in Beijing Erming PEI 2010/06/18.
Common Units in Networking
Introduction to Computers
CS 111 – Sept Beyond the CPU and memory
Presentation transcript:

Network Speed time = size of file (in bits) / network speed (in bits). Network speed is measured is Mbps and Gbps: 1 Megabit per second = 1 Mbps = 1,000,000 bits per second 1 Gigabit per second = 1 Gbps = 1,000,000,000 bits per second If you know the file size to be transferred AND the network speed in Mbps or Gbps, you can work out how long it takes to transfer a file. Let’s see how long it would take to transmit a 5KB file over a network with a speed of 10 Mbps. You will need to convert both into a common unit (bits) before using the formula. time = size of file (in bits) / network speed (in bits). time = (5KB in bits) / (10Mbps in bits) time = (5*8*1024) / (10 * 1,000,000) time = (40960 bits) / (10,000,000 bits) time = 0.004096 seconds