AS Computing F451 F451 Data Transmission. What data is transmitted? Phone SMS Email Radio TV Internet.

Slides:



Advertisements
Similar presentations
Chapter 3: Introduction to Data Communications and Networking
Advertisements

TYPES OF COMPUTER NETWORKS
I.S 512 TOPIC 1 – LESSON 2. Types Of Transmission Media PHYSICAL Twisted Pair Cable Shielded twisted-pair (STP ) Unshielded twisted-pair (UTP) Coaxial.
A-Level Computing#BristolMet Session Objectives#11 MUST identify the hardware required to connect to the Internet SHOULD describe how data is transmitted.
Copyright : Hi Tech Criminal Justice, Raymond E. Foster Police Technology Police Technology Chapter Four Police Technology Networks.
Information Technology Foundations-BIT 112 TECHNOLOGY GUIDE FOUR Basics of Telecommunications and Networks.
Networking Basics lesson 17. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network Topologies for LANs.
مقدمة في تقنية المعلومات د. محمد البرواني. مقدمة عن الشبكات مقدمة عن الشبكات.
Chapter Preview  In this chapter, we will study:  The basic components of a telecomm system  The technologies used in telecomm systems  Various ways.
Intro to MIS – MGS351 Network Basics Extended Learning Module E.
Hardware & Software Needed For LAN and WAN
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
Computer Networks IGCSE ICT Section 4.
Data Exchange Packet switching  Packet switching breaks data in to packets before sending it through a network, then reassembles it at the other end –
Chapter 1: Overview Lecturer: Alias Mohd Telecommunications Department Faculty of Electrical Engineering UTM SET 4573: Data Communication and Switching.
GCSE Computing#BristolMet Session Objectives#16 MUST describe the hardware needed to connect to the Internet and describe the nature of the Internet. SHOULD.
Laudon & Laudon: Canadian Edition
Telecommunications and Networks Chapter 6 – Understanding Technology (Third Edition)
3.3) Transmitting and Receiving. Different concepts covered include: transmission of data protocols handshaking networks and their topologies network.
© Paradigm Publishing Inc. 6-1 Chapter 6 Telecommunications and Networks.
Chapter 9A Network Basics.
Slide 1 What is a Computer Network? A computer network is a linked set of computer systems capable of sharing computer power and resources such as printers,
Midterm Review - Network Layers. Computer 1Computer 2 2.
Networks LANS,. FastPoll True Questions Answer A for True and B for False A wireless infrastructure network uses a centralized broadcasting device, such.
Chapter 4 Computer Networks – Part 1
6.1. Communication Methods Revision using Qwizdom.
Characteristics of Communication Systems
Chapter 7 Networking: Computer Connections. Networks n Network - a computer system that uses communications equipment to connect two or more computers.
Local Area Network By Bhupendra Ratha, Lecturer
Part 7 Chapters Client/Server Networks Local Area Network (LAN) –Made up of servers and clients Servers or ‘hosts’ are computers that perform specific.
Definitions What is a network? A series of interconnected computers, linked together either via cabling or wirelessly. Often linked via a central server.
Computer Networks. Why Create Networks? Communication Communication technologies such as , sms, video-conference can be used Makes communication.
Communication methods
Lecturer: Tamanna Haque Nipa
COMPUTER COMMUNICATION & NETWORKS Presented by MUTAASA AHMED.
AS Computing Data Transmission and Networks. Transmission error Detecting errors in data transmission is very important for data integrity. There are.
What is a Network? Living Online Lesson 1 Mrs. Elzey.
First, by sending smaller individual pieces from source to destination, many different conversations can be interleaved on the network. The process.
Stores the OS/data currently in use and software currently in use Memory Unit 21.
Lecture (Mar 23, 2000) H/W Assignment 3 posted on Web –Due Tuesday March 28, 2000 Review of Data packets LANS WANS.
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,
Introduction to Data Communication
3.3 Data Networks. Overview Identify the main differences between LAN and WAN. Identify the advantages of using a network over stand-alone computers.
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.
Living Online Module Lesson 23 — Networks and Telecommunication Computer Literacy BASICS.
Slide 4-1 Chapter 4 Terms Data Communications and Networking Considerations Introduction to Information Systems Judith C. Simon.
© Paradigm Publishing Inc. 6-1 Chapter 6 Telecommunications and Networks.
Networks Am I hooked up?. Networks definition sizes of networks types advantages and disadvantages how data is sent transmission media business uses.
Network HARDWARE What HARDWARE do you think you need to connect to a Local Area Network??
Topic 6, Lesson 3: The Internet Computer Communications and Networking.
Networking Components Quick Guide. Hubs Device that splits a network connection into multiple computers Data is transmitted to all devices attached Computers.
Introduction to Networking. What is a Network? Discuss in groups.
Network media, protocols and networking standards, networking hardware.
2.2 Interfacing Computers MR JOSEPH TAN CHOO KEE TUESDAY 1330 TO 1530
OCR AS Level F451: Data transmission Data transmission a. Describe the characteristics of a LAN (local area network) and a WAN (wide area network);
ICT Unit 4: Network and the effects of using them
Component 1 Network Protocols.
Ethernet, WiFi & Protocols
Intro to MIS – MGS351 Network Basics
Chapter 4 Computer Networks – Part 2
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
Computer Technology Notes #4
Telecommunication ELEC503
Network Basics Extended Learning Module E
Intro To Computer Networks
Lesson Objectives Aims You should know about: 1.3.3:
Networks 1 Key Revision Points.
CIS105 Networking: Computer Connections
Chapter 4: Data Communication and Networks
1.2.1 Data transmission.
Presentation transcript:

AS Computing F451 F451 Data Transmission

What data is transmitted? Phone SMS Radio TV Internet

Networks Allow communication between users Sharing of software & hardware LAN WAN

LAN & WAN Local Area Network Covers a small area eg. Building or single site More secure than a WAN Wide Area Network Covers wide geographical area – countries and even continents

Network Interface Card NIC Connects PC or peripheral to network Network Operating System

Other Network Hardware Routers Servers Printer Servers File Servers Servers Bridges Gateways

What do you need for a LAN? NIC Cabling Server

How is Data Transmitted? Binary numbers are sent as either electronic pulses or fibre optic light beams

Methods of Transmitting Serial Parallel

Serial & Parallel Transmission Serial 1 bit is transmitted at a time Single wire Parallel Many bits transmitted at a time Many wires

Methods of Transmission Simplex One direction Duplex Both directions simultaneously Half Duplex Both directions – one at a time

Handshaking Signal sent between 2 devices to ensure they are both ready to communicate 1 st Device sends a handshake signal which is acknowledged by the other device This states that each is now ready for communication

Bit Rates Number of bits that can be sent in 1 second. Units of Baud I bit per second = 1 Baud

Transmission Errors Binary numbers can be corrupted during transmission Echoing back Parity Odd & Even Check sum Part of the Transmission Protocol

Parity Bits Parity Bit Even Parity Parity Bit 1 0

Parity Bits Parity Bit Odd Parity Parity Bit 0 1

Checksum – Detecting Transmission Errors Bytes send in blocks Value of bytes within the block are added together That value is also sent in a byte Checksum byte is checked at receiving end If checksum is incorrect then a transmission error has occured

Protocols Set of rules that govern the transmission of data e.g. http or TCP/IP Logical Parts of Protocol Type of error checking used Packet size used Baud Rate Physically Parts of Protocol Cabling used Wireless or Hard wire Frequency data is sent

Circuit Switching Message is sent in its entirety through one predetermined route Ties up large areas of network Message packets remain in correct order Message can be more easily intercepted as it stays on the same route

Packet Switching A message is split into packets Each packet is sent to the destination via different routes Packets arrive at destination in different times and different order Put back into order when all packets arrive Maximises use of network Message cannot be (easily) intercepted