Networks – Data Transmission

Slides:



Advertisements
Similar presentations
Network Hardware and Physical Media
Advertisements

Networking: Computer Connections Chapter 7 Data Communications Send and receive information over communications lines.
Internet Hardware Connected ‘Servers’ Servers provide: – Web pages – – File downloads.
NETWORKS – DATA TRANSMISSION. Vocabulary Review Protocol Agreed set of rules Data packet Envelope of data sent across a network Contains Source address.
James Tam Computer Networks You will learn what is a network, how they work and what are the different types.
James Tam Computer Networks You will learn what is a network, how they work and what are the different types.
McGraw-Hill/Irwin ©2005 The McGraw-Hill Companies, All rights reserved Extended Learning Module E NETWORK BASICS (on your CD)
4 August 2015 RE Meyers, Ms.Ed., CCAI CCNA Discovery Curriculum Review Networking for Home and Small Businesses Chapter 4: Connecting to the Internet Through.
5 5 Transmission media 2 types of transmission media: Physical Transmission Wireless Transmission.
TYPES OF NETWORKS NETWORK CONFIGURATIONS /TOPOLOGIES TRANSMISSION MEDIA By B. Vialva.
NETWORKS – NETWORK FUNDAMENTALS. How do computers connect to each other? Wired vs. Wireless Network cards Special device on computer that lets the computer.
Data Communications and Networks
Introduction to Networking. Key Terms packet  envelope of data sent between computers server  provides services to the network client  requests actions.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 6 Information System Networks and the Internet.
Communications & Networks
WEB SCIENCE: DISTRIBUTED APPROACHES. Mobile Computing Laptops Smartphones Tablets And now… Smartwatches Fitness trackers Google Glass (are you a glasshole?)
Communications Channel & transmission media
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Connecting to the Internet Through an ISP Networking for Home and Small Businesses.
Cyberspace Internet Components. With this presentation we intend to present the different components/equipments that allow us to connect and browse the.
Chapter 9A Network Basics.
1 CP Lecture 3 Computer communications 2. 2 Information quality and reliability A reliable communication implies reliable information but.. Other.
Connecting one computer to another computer creates a network.
Introduction to Networking. Key Terms packet  envelope of data sent between computers server  provides services to the network client  requests actions.
Data Communication. 2 Data Communications Data communication system components: Message Message Information (data) to be communicated. Sender Sender Device.
TYPES OF NETWORKS PROTOCOLS NETWORK CONFIGURATIONS /TOPOLOGIES TRANSMISSION MEDIA By B. Vialva.
Module 2: Information Technology Infrastructure
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
Bandwidth. Learning Objectives: explain the importance of bandwidth when transmitting data; explain how different types of communication media govern.
Common file formats  Lesson Objective: Understanding common file formats and their differences.  Learning Outcome:  Describe the type of files which.
{ Transmission Media.  Information can be transmitted through a medium by varying some physical property.  The physics of the universe places some limits.
Creating Web Documents: How the Web works Client / Server Protocols Access methods Homework: Complete experiment & report on Discussion Forum.
1 6 Further System Fundamentals (HL) 6.4 Further Network Fundamentals.
NETWORKS – DATA TRANSMISSION. Vocabulary Review Protocol Agreed set of rules Data packet Envelope of data sent across a network Contains Source address.
Introduction to MIS1 Voice Computer Sent as packets: Sent as packets: A B C D E Chicago New York Dallas Atlanta E 4 C B 2 A 1 5 D 3 Packet-Switched.
BASIC NETWORK PROTOCOLS AND THEIR FUNCTIONS Created by: Ghadeer H. Abosaeed June 23,2012.
Network Medium Choosing the Appropriate Medium. Considerations Speed (Bandwidth) Distance Environment (Attenuation) Security Cost.
CPSC441 Computer Communications Aniket Mahanti Introduction 1-1.
science/internet-intro
21 st november  Iphone – texting-internet-apps- when texting it sends wirelessly to the reciver  Laptop-downloading-internet- it travels using.
CONNECTING TO THE INTERNET THROUGH ISP. WHAT IS INTERNET? The Internet is a worldwide collection of computer networks, cooperating with each other to.
Information Systems Design and Development Media Types Computing Science.
Network media, protocols and networking standards, networking hardware.
Ethernet, WiFi & Protocols
Networks – Network Fundamentals
Chapter 1 Communication Networks and Services
Contents Computer Network Benefits of Computer Network
Go to youtube and search “Code.org internet videos”
Planning & System Installation
Chapter 4 Computer Networks – Part 2
Transmission Media By Christopher Boehm.
Planning & System Installation
Planning & System Installation
Traffic Light Revision using Mandatory Content
Planning & System Installation
Planning & System Installation
Lossy vs Lossless compression
Wednesday, September 19, 2018 What Is the Internet?
CHAPTER 3 Physical Layer.
Web Design and Development
Computer networking In this section of notes you will learn the rudiments of networking, the components of a network and how to secure a network.
Compression, Lossy, Lossless
Electromagnetic Spectrum
Choosing the Appropriate Medium
Chapter 7: Communications Technology
Chapter 4: Data Communication and Networks
Data Communication.
Internet Basics Videos
Electromagnetic Spectrum Notes
GCSE ICT Setting up a Network.
GCSE ICT Setting up a Network.
Presentation transcript:

Networks – Data Transmission

Vocabulary Review Protocol Data packet Agreed set of rules Envelope of data sent across a network Contains Source address Destination address Sequence # Timestamp Data itself And more!

Why does data transmission speed vary? Download and upload speed/bandwidth of the client Download and upload speed/bandwidth of the server Amount of traffic across the network Your local network The ISP’s network The Internet itself Demand for the network or web resource It takes longer to access something that is being accessed by everybody

Transmission Media/Medium Metal conductors Ethernet cables Coaxial cables Phone lines Fiber optics Made from glass or plastic Example: FIOS Wireless (i.e. radio waves)

Transmission Media Characteristics Speed Reliability Cost Security Evaluate each of the transmission medias.

Transmission Media/Medium Speed Reliability Cost Security Metal Conductors Fast Good Most expensive OK Fiber Optics Fastest Cheapest cable, but more expensive equipment Wireless Slower b/c of noise and interference Not as good because of noise, distance, and interference Air is free Encryption and password necessary to secure network

What is data compression? Taking data and packaging it to a smaller size Examples of data compression: ZIP (archives multiple files and uses some compression) JPEG - images MP3 - audio H.264 – video (e.g. Blu-ray, YouTube)

Why is data compression used to transmit across a network? Compress / shrink the size of a file Transfer is faster because the data is smaller

Lossy vs. Lossless Compression Lossy compression original quality CANNOT be reconstructed when decompressed (mp3, jpg) http://upload.wikimedia.org/wikipedia/commons/c/ce/Quality_comparison_jpg_vs_saveforweb.jpg Loss-less compression original quality CAN be reconstructed when decompressed (png, flac, zip)