NETWORKS – DATA TRANSMISSION. Vocabulary Review Protocol Agreed set of rules Data packet Envelope of data sent across a network Contains Source address.

Slides:



Advertisements
Similar presentations
NETWORKS – DATA TRANSMISSION. Vocabulary Review Protocol Agreed set of rules Data packet Envelope of data sent across a network Contains Source address.
Advertisements

Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
1.1 Chapter 1 Introduction Lecture # 1 – 2 Ali Mustafa.
CS 381 Introduction to computer networks Lecture 2 1/29/2015.
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.
Introduction© Dr. Ayman Abdel-Hamid, CS4254 Spring CS4254 Computer Network Architecture and Programming Dr. Ayman A. Abdel-Hamid Computer Science.
Telecommunications and Networking Dr. V.T. Raja Oregon State University Summer 2007.
Review on Networking Technologies Linda Wu (CMPT )
© Folens 2008 Transfer of data in ICT systems Using ICT networks.
Term 2, 2011 Week 1. CONTENTS Network communications standards – Ethernet – TCP/IP Other network protocols – The standard – Wireless application.
TYPES OF NETWORKS NETWORK CONFIGURATIONS /TOPOLOGIES TRANSMISSION MEDIA By B. Vialva.
What Is Network ?. A Network is a connected collection of devices and systems, such as computers and servers, which can communicate with each other.
Communication Network Protocols ----Krishna Priyanka Chebrolu.
Chapter 1: Overview Lecturer: Alias Mohd Telecommunications Department Faculty of Electrical Engineering UTM SET 4573: Data Communication and Switching.
A-Level Computing#BristolMet Session Objectives#12 MUST define the term data packet SHOULD describe packet switching and circuit switching COULD explain.
NETWORKS – NETWORK FUNDAMENTALS. How do computers connect to each other? Wired vs. Wireless Network cards Special device on computer that lets the computer.
Introduction to Networking. Key Terms packet  envelope of data sent between computers server  provides services to the network client  requests actions.
Communications & Networks
WEB SCIENCE: DISTRIBUTED APPROACHES. Mobile Computing Laptops Smartphones Tablets And now… Smartwatches Fitness trackers Google Glass (are you a glasshole?)
Copyright 1998, S.D. Personick. All rights reserved1 Telecommunications Networking I Lecture 1 Overview of Telecommunications Networking I-II.
Laudon & Laudon: Canadian Edition
Chapter 5 Networks Communicating and Sharing Resources
Connecting one computer to another computer creates a network.
Networks LANS,. FastPoll True Questions Answer A for True and B for False A wireless infrastructure network uses a centralized broadcasting device, such.
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Business Plug-in 5 NETWORKS and TELECOMMUNICATIONS.
Introduction to Networking. Key Terms packet  envelope of data sent between computers server  provides services to the network client  requests actions.
Networks for Distributed Systems n network types n Connection-oriented and connectionless communication n switching technologies l circuit l packet.
1.1 What is the Internet What is the Internet? The Internet is a shared media (coaxial cable, copper wire, fiber optics, and radio spectrum) communication.
Module 2: Information Technology Infrastructure
Rules of Packet Transmission
7/12: Ch. 6 Telecommunications Business Value of Telecommunications Trends –Industry –Technology –Application Internet applications Network models –WANs,
LESSON PLAN Topic: The Components of Computer Network No of Students : 38 Lesson No: 02 Level: 8 th.
Overview of computer communication and Networking Communication VS transmission Computer Network Types of networks Network Needs Standards.
Topic 6: Further System Fundamentals. Fetch-Execute Cycle Review Computer programs are instructions stored in RAM Processor fetches instructions and executes.
Telecommunications, the Internet, and Wireless Technology.
1 6 Further System Fundamentals (HL) 6.4 Further Network Fundamentals.
INTRANETS MR ROSS UNIT 3 IT APPLICATIONS. DEFINITION An intranet is an internal, secured environment that has a similar look and feel to the Internet,
Oz – Foundations of Electronic Commerce © 2002 Prentice Hall Essentials of Telecommunications.
Networks. Ethernet  Invented by Dr. Robert Metcalfe in 1970 at Xerox Palo Alto Research Center  Allows group of computers to communicate in a Local.
Networks Network Components. Learning Objectives Describe different media for transmitting data and their carrying capabilities. Explain the different.
Source Computer/Source Host Device where computer messages (data) originate (start from)
WAN Transmission Media
Introduction1-1 Data Communications and Computer Networks Chapter 1 CS 3830 Lecture 2 Omar Meqdadi Department of Computer Science and Software Engineering.
Management Information Systems - Introduction. The telecommunication system Telecommunication System – consists of hardware and software that transmits.
Network media, protocols and networking standards, networking hardware.
Data and Computer Communications Eighth Edition by William Stallings Chapter 1 – Data Communications, Data Networks, and the Internet.
Ethernet, WiFi & Protocols
Unit Communication Hardware
Networks – Network Fundamentals
Transfer of data in ICT systems
Planning & System Installation
Intro to MIS – MGS351 Network Basics
Chapter 4 Computer Networks – Part 2
Network Protocols.
Planning & System Installation
Planning & System Installation
CHAPTER 2 THE OSI MODEL.
Planning & System Installation
Network Basics Extended Learning Module E
Intro To Computer Networks
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.
NETWORK BASICS Network - a communications, data exchange, and resource-sharing system created by linking two or more computers and establishing standards,
Computer communications
Chapter 4: Data Communication and Networks
Data Communication.
Internet Basics Videos
Networks – Data Transmission
GCSE ICT Setting up a Network.
Basics of Telecommunications and Networks
Presentation transcript:

NETWORKS – DATA TRANSMISSION

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

Why does data transmission speed vary?

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 MediumSpeedReliabilityCostSecurity Metal Conductors Fiber Optics Wireless

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?

Circuit-switched vs. Packet-switched Networks Circuit-switched Network Example: Phone Network ngNetworks.htm ngNetworks.htm t_a_Bell_System_Telephone_Switchboard_( ).jpg t_a_Bell_System_Telephone_Switchboard_( ).jpg What are the problems with circuit-switched networks? Packet-switched Network Example: The Internet

Packet Switching Break data up into packets & transmit Individual packets are not all necessarily transmitted through the same links Each packet travels over the best available link at the time Packets may arrive at destination out of order  must be re-ordered and reassembled