Data Transmission and Networks

Slides:



Advertisements
Similar presentations
EP301 COMPUTER NETWORKING SYSTEM
Advertisements

Communication Technology II Lab I. Question 1 Explain the difference between Full duplex, Half duplex & simplex duplex ? Simplex Data in a simplex channel.
Physical Structures Before discussing networks, we need to define some network attributes. Type of Connection 1- Point-to-Point 2- point-to-Multi point.
What is a network? A network consists of two or more computers that are linked in order to share resources (such as printers and CD-ROMs) , exchange.
DATA COMMUNICATION AND NETWORKING Chapter 12. Communication sending or receiving information Beating of drums Mirrors reflecting sunlight Homing pigeons.
Data Communication Topics to be discussed:  Data Communication Terminology.  Data Transmission Signals.  Data Transmission Circuits.  Serial & Parallel.
A-Level Computing#BristolMet Session Objectives#11 MUST identify the hardware required to connect to the Internet SHOULD describe how data is transmitted.
Chapter 1.  Understand bits, bytes, megabytes, etc.  Learn basic communication model.  Learn the distinction between channel, circuit and network.
 Html is made up of tags. The majority of them will be in pairs.  Some of the most common tags are shown below. TagsWhat does this mean? Bold Italic.
Transmission Modes Different ways of characterizing the transmission.
Computer Networks and Internets, 5e By Douglas E. Comer
Transmission Modes Different ways of characterizing the transmission.
Learning Outcomes  Know the basic components of a network  Know data transmission methods, including types of signals, modulation, demodulation, and.
Chapter 8 COMMUNICATION AND COMPUTER NETWORK
King Saud University College of Applied studies and Community Service 1301CT By: Nour Alhariqi 1nalhareqi st semester
Data Exchange Packet switching  Packet switching breaks data in to packets before sending it through a network, then reassembles it at the other end –
Data transmission refers to the movement of data in form of bits between two or more digital devices. This transfer of data takes place via some form.
Technology Training that Works Hands of Data Communications, Networking & TCP/IP Troubleshooting.
331: STUDY DATA COMMUNICATIONS AND NETWORKS.  1. Discuss computer networks (5 hrs)  2. Discuss data communications (15 hrs)
Chapter 2 Basic Communication Theory Basic Communications Theory w Understand the basic transmission theory, and figure out the maximum data rate. w.
Lesson 8 DATA EXCHANGE. Transmission Modes Type 1 - Simplex  Simplex transmission: sends data in one direction only. A radio broadcast is a good example.
Midterm Review - Network Layers. Computer 1Computer 2 2.
AS Computing F451 F451 Data Transmission. What data is transmitted? Phone SMS Radio TV Internet.
Chapter 4 Computer Networks – Part 1
Data Communication. 2 Data Communications Data communication system components: Message Message Information (data) to be communicated. Sender Sender Device.
Electronic Communications Electronic communications describes a process in which two or more computers or devices transfer data, instruction, and information.
Chapter-4/5-1CS331- Fakhry Khellah Term 081 Chapter 4 (Only 4.2 – 4.3) Digital Transmission.
DATA COMM & COMPUTER NETWORKING. Data Communications..  are the exchange of data between two devices via some  form of transmission medium such as a.
Machine data - All data in computers based on digital electronics Boolean data - The Boolean type represents the values: true and false. Numeric data.
UNIT -1. DATA COMMUNICATIONS The term telecommunication means communication at a distance. The word data refers to information presented in whatever form.
© 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints.
7. Peripherals 7.3 Data transmission Computer Studies (AL)
CSC 335 Data Communications and Networking
The Principle of Electronic Data Serial and Parallel Data Communication Transmission Rate Bandwidth Bit Rate Parity bits.
1 Transmission of Digital Data : Interface and Modems.
Data Transmission n Keep errors to an acceptable low probability n Bit-serial transmission n Parallel transmission.
AS Computing Data transmission. Basic data transmission Baud The rate that the voltage changes is called the Baud. If the voltage changes 10 times every.
FUNDAMENTALS OF NETWORKING
Slide No. 1 Chapter 1, Unit c Data Communications H Telecommunications H LANs, WANs and Intranets.
Chapter 7 Channel organization. Group members  Bilal Ahmed  Mehmal javed  Faisal khan janjua  Harris bashir.
Data Transmission and Networks Modes of Data Transmission.
CSE, IT– III SEM Course Name-DAC Topic- Communication modes.
The Online World DATA EXCHANGE 2. Introduction Devices on a network use a variety of methods to communicate with each other and to transmit data. This.
OCR AS Level F451: Data transmission Data transmission a. Describe the characteristics of a LAN (local area network) and a WAN (wide area network);
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Muhammad Waseem Iqbal Lecture # 20 Data Communication.
Network Models.
Serial Communications
(1B) Methods of representing and measuring data electronically
1.4 Wired and Wireless Networks
Data Communication IT-402.
CS408/533 Computer Networks Text: William Stallings Data and Computer Communications, 6th edition Chapter 1 - Introduction.
DATA COMMUNICATION Lecture-20.
Data Transmission Keep errors to an acceptable low probability
Transmission Modes The term transmission mode to refer to the manner in which data is sent over the underlying medium Transmission modes can be divided.
DIGITAL DATA COMMUNICATION TECHNIQUES
DIGITAL DATA COMMUNICATION TECHNIQUES
Serial Communication Interface: Using 8251
DIGITAL DATA COMMUNICATION TECHNIQUES
Lecture 1: Communication Systems
Data Communication.
Networking at Home and Abroad
BASIC TYPE OF DATA TRANSMISSION:
Chapter 6 Transmission of Digital Data Interfaces and Modems
Chapter 9 Transmission Modes
Introduction Analog and Digital Signal
communications system
1.2.1 Data transmission.
Serial Communications
Introduction Communication Modes Transmission Modes
Presentation transcript:

Data Transmission and Networks Modes of Data Transmission

Learning Objectives Describe the characteristics and uses of Serial and Parallel transmission of data. Describe the characteristics of Simplex, Duplex and Half Duplex data transmission.

Data transmission Data needs to be transmitted between devices in a computer system. Data is transmitted in the form of bits. So an 8 bit byte, which stands for a single character, will be transmitted in 8 parts, one signal for each bit.

Modes of Transmission There are five possible different modes of transmission. They fall into groups: Serial / Parallel Simplex / Half Duplex / Duplex

Serial transmission of data One bit transmitted at a time using a single wire. Advantage: Simple and reliable because the next bit is not transmitted until the current one has arrived at its destination. So little or no chance of the bits arriving out or order and can be used over long distances – see parallel transmission on the next slide for more explanation of this. Disadvantage: Slow, because only one bit can be transmitted at a time. e.g. 01101101 being transmitted.

Parallel Transmission Diagram Bits sent at the same time using more than one wire. Usually 8, so a whole byte can be sent at once. Advantage: Faster because all the bits are travelling at the same time. Disadvantage: Due to fine tolerances (resistances) in the transmission, it is less reliable as the bits can become muddled up (as they may arrive out of order). The longer the wires the more effect these fine tolerances (resistances) would have.

Simplex mode Transmitter Receiver Data can only travel in one direction. Used if only one direction is necessary. e.g. Television picture which is passed to a television receiver aerial, but there is no way to send data in the other direction. N.B. Not modern interactive digital television. Transmitter Receiver

Half duplex mode Device 1 Device 2 Data can pass in both directions, but only in one direction at a time. Used if both directions are necessary but not at the same time. e.g. CB radio system in which each handset can either be set to receive mode or send mode. Device 1 Device 2

Duplex mode Device 1 Device 2 Data can pass in both directions at the same time. Used if both directions are necessary at the same time. e.g. A telephone conversation as both users can speak and be heard at the same time. Device 1 Device 2

Plenary Can you explain the difference between Serial and Parallel transmission of data? Serial One bit transmitted at a time using a single wire. Parallel Bits sent at the same time using more than one wire.

Plenary Can you explain Simplex, Duplex and Half Duplex data transmission? Simplex Data can only travel in one direction. Duplex Data can pass in both directions at the same time. Half Duplex Data can pass in both directions, but only in one direction at a time.

Asynchromous Transmission

Synchronous Transmission