Unit 1 Network Speed Learning Objectives: 5.1.3 Understand the network media 5.1.4 Understand that network data speeds are measured in bits per second.

Slides:



Advertisements
Similar presentations
Plesiochronous Digital Hierarchy PDH. PDH - 1 PDH employs PCM multiplexing techniques PDH is one of the most widely used transmission techniques today.
Advertisements

Web Page Design Chapter 1 Introducing Networks and the Internet.
ECE358: Computer Networks Fall 2014
Networking at Home and Abroad
I NTERNET T ECHNOLOGIES National 4/5 Computing Science.
Skills: none Concepts: the quantity of data as measured in bits or bytes, prefixes for large numbers, abbreviation conventions, data ≠ information This.
Networks Workbook.
Calculating “a”. a Used as a term in analyzing many network characteristics Has a physical interpretation Represents the number of frames on a link.
© Folens 2008 Transfer of data in ICT systems Using ICT networks.
Bandwidth What is it? How much do we need? Is it worth it?
G043 – Lecture 02 Inside A Desktop PC Mr C Johnston ICT Teacher
ENGINEERING APPLICATIONS Telecommunication Long Distance Communication Handle large number of channels Signalling purposes Computer Networks Connecting.
Mr C Johnston ICT Teacher BTEC IT Unit 02 - Lesson 01 Back to Basics.
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.
Networks Workbook.
Communications Channel & transmission media
ICOM 6115©Manuel Rodriguez-Martinez ICOM 6115 – Computer Networks and the WWW Manuel Rodriguez-Martinez, Ph.D. Lecture 8.
Discovery Internetworking Module 1 JEOPARDY K. Martin.
CISC105 General Computer Science Class 1 – 6/5/2006.
Data Representation and Storage Lecture 5. Representations A number value can be represented in many ways: 5 Five V IIIII Cinq Hold up my hand.
Media for Transmitting Data. Optical Communications Description of optical communications: –They use light as a carrier of information (as opposed to.
Bandwidth. Learning Objectives: explain the importance of bandwidth when transmitting data; explain how different types of communication media govern.
Network Environments. Communications Networks LAN – Local Area Network Collection of Computers and peripherals with a common connection in one building.
Networks and Networking TEST NEXT WEEK Chapter 6.
What is Bandwidth.
A. B. M. Nasiruzzaman Dept. of EEE, RUET c. The output bit rate is the inverse of the output bit duration or 1/(4μs) or 4 Mbps. This can also be deduced.
ICOM 6115©Manuel Rodriguez-Martinez ICOM 6115 – Computer Networks and the WWW Manuel Rodriguez-Martinez, Ph.D. Lecture 7.
COMPUTER COMMUNICATION & NETWORKS Presented by MUTAASA AHMED.
Networking Relationships What is a computer network?
CS101 Lecture 9 Network Basics. Computers love bytes and a factor of ____ Up to now we have been using bytes as our main unit of measurement with a factor.
 It is the transmission of data from one place to another.  A data communication system is made up from hardware, software and communications facilities.
Transferring data.  Most commercial computer users need to allow their employees to share data.  It also needs more than one employee to access the.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Networks. What is a computer network? A network is two or more computers that are linked together so that they are able to share resources.
TECHNOLOGY GUIDE FOUR Basics of Telecommunications and Networks.
Communications & Networks National 4 & 5 Computing Science.
Slide No. 1 Chapter 1, Unit c Data Communications H Telecommunications H LANs, WANs and Intranets.
General Transmission Channels Physical Transmission Media WirelessSpeed
Pertemuan 4 Bandwidth.
* Numeral Systems: A writing method for expressing numbers is called a “Numeral System". In the most common numeral system, we write numbers with combinations.
COMBINING TECHNOLOGIES. WHY COMBINED? Achieve a lot more by using them together Achieve a lot more by using them together.
Networks The Big Picture. Three Great Leaps of Civilization.
Computer Fundamental - ITD13821 Lecture 01 Extra Numbering System.
Management Information Systems - Introduction. The telecommunication system Telecommunication System – consists of hardware and software that transmits.
06/06/20161 INTRODUCTION TO NETWORKING. 06/06/20162.
Wired Transmission 24 Wired Transmission 24. Wired Transmission 24 This is about the method used to actually transmit or send data That means actual wires.
Storage System Optimization. Introduction Storage Types-DAS/NAS/SAN The purposes of different RAID types. How to calculate the storage size for video.
Network Basics Networks – 201.
Computer Information Technology – Section 1-1
UNIT 4 NETWORK ENVIRONMENTS.
GCSE COMPUTER SCIENCE Communication 3.1 Networks.
Transfer of data in ICT systems
Instructor Materials Chapter 1 Ever Wonder How It Works?
3 Computing System Fundamentals
Introduction to networks
Computer Information Technology – Section 1-1
Planning & System Installation
Networking devices.
Networks Layering Chapter 7.
Introduction to computer networks
Network Types & Speed Learning Objectives:
Network Media, models and number systems
Data Compression.
How Computers Work.
Data Communication & Networking
Data Communication.
Computer Tech. Hardware, Storage, Misc..
Network Speed time = size of file (in bits) / network speed (in bits).
WJEC GCSE Computer Science
Presentation transcript:

Unit 1 Network Speed Learning Objectives: Understand the network media Understand that network data speeds are measured in bits per second

Network Media Copper Cable There are three main types of network media that are used to connect computers together in a network. Now complete slide 8 of your Networks workbook. Fibre Optic CableWireless

Transmission Speed Data transmission speeds are measured in bits per second (bps). Now complete slide 9 of your Networks workbook. Data storage is measured in bytes (1 byte = 8 bits). Time = size of file (bits) / network speed (bits) We use this formula to calculate how long it will take to transfer a file.

Example In this example we are going to calculate how long it would take to transmit a 5 KB file over a network with a speed of 10 Mbps. Now complete slides 10 and 11 of your Networks workbook. Step 1: convert the file size to bits 5 KB = 5 x 8 x 1024 Step 2: convert the speed to bps 10 Mbps = 10 x 1,000,000 Step 3: calculate the time Time = file size / speed

Challenge Develop a Python programme that takes a file size in KB and a network speed in Mbps and outputs the time it would take to transfer the file.