1 Transmission of Digital Data : Interface and Modems.

Slides:



Advertisements
Similar presentations
Network Design :1 Fundamentals. 22 Topics Covered Serial and Parallel communication Serial and Parallel communication Demarcation Point Demarcation Point.
Advertisements

Telecommunication Technologies
1 Fall 2005 Local Serial Asynchronous Communication Qutaibah Malluhi Computer Science and Engineering Qatar University.
Chapter 4 Making Connections. 2 Introduction  Examine the interface between a computer and a device. This interface occurs at the physical layer.  Connecting.
Local Asynchronous Communication and RS-232. Goals Explain how electric current can be used to transmit bits over short distances Present a popular mechanism.
Transmission of Digital Data: Interfaces and Modems NETE 0510 Dr.Apichan Kanjanavapastit.
1 Chapter Four Making Connections. 2 Introduction Connecting peripheral devices to a computer has, in the past, been a fairly challenging task Newer interfaces.
CS335 Networking & Network Administration Tuesday, April 6.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 6: Digital Data Communications Techniques.
Transmission Characteristics 1. Introduction (Information Interchange codes) 2. Asynchronous and Synchronous Transmissions 3. Error detection (bit errors)
Computer Networks and Internets, 5e By Douglas E. Comer
Data Communications Chapter 6 The Data Communications Interface.
Serial Communications Standards (Partly Excerpted from Simpl Primer) Cabling Configuration Protocol.
ECE 371- Unit 11 Introduction to Serial I/O. TWO MAJOR CLASSES OF SERIAL DATA INTERFACES ASYNCHRONOUS SERIAL I/O - USES “FRAMING BITS” (START BIT AND.
Local Asynchronous Communication
12 - Winter 2006 ECE ECE 766 Computer Interfacing and Protocols 1 Interfaces Transmission of data from the source to a device or from a device to the destination.
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.
University of Tehran 1 Interface Design Serial Communications Omid Fatemi.
1 6 장 Transmission of Digital Data: Interfaces and MODEMs 6.1 Digital Data Transmission 6.2 DTE-DCE Interface 6.3 Other Interface Standards 6.4 모뎀 (MODEM)
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)
Transmission Modes Serial Transmission  One bit is transmitted on a circuit at a time  Usually there is one transmit circuit and one receive circuit.
Computers in Surveying SVY2301 / E4006 Automated Surveying.
Serial Port I/O Serial port sends and receives data one bit at a time. Serial communication devices are divided into: Data Communications Equipment (DCE),
1 Ch 5 Local Asynchronous Communication (RS-232).
Chapter-4/5-1CS331- Fakhry Khellah Term 081 Chapter 4 (Only 4.2 – 4.3) Digital Transmission.
Line Coding, Modem, RS232 interfacing sequences.
DATA AND PULSE COMMUNICATION
ECS 152A 4. Communications Techniques. Asynchronous and Synchronous Transmission Timing problems require a mechanism to synchronize the transmitter and.
Chapter 6 Transmission of Digital Data Interfaces and Modems Digital Data Transmission DTE-DCE Interface Other Interface Standards Modems WCB/McGraw-Hill.
© 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints.
CSC 335 Data Communications and Networking
NETWORK DESIGN TIJ3053 Chapter 3.2 – Remote Network Design.
Lecture 2 Physical Layer Standards. DTE-DCE INTERFACE Two terms are important in computer networking: – Data terminal equipment(DTE) – Data circuit-terminating.
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.
Digital Interfaces An interface links two devices Interface Standards define: – mechanical specifications - how many wires & connector type –electrical.
FUNDAMENTALS OF NETWORKING
Ch. 6 Digital Data Communication Techniques
การส่งข้อมูลผ่าน PSTN
Transmission of Digital DATA : Interfaces and Modems
CSC 335 Data Communications and Networking Lecture 4b: Communication and Multiplexing Dr. Cheer-Sun Yang.
Chapter 7 Channel organization. Group members  Bilal Ahmed  Mehmal javed  Faisal khan janjua  Harris bashir.
©F.M. Rietti Communication Lines Fundamentals. ©F.M. Rietti LM-18 Computer Science SSI Embedded Systems I 2 Communication Lines Generally used to connect.
Lecture 3 EIA 449.
1 Business Telecommunications Data and Computer Communications Chapter 6 The Data Communications Interface.
Ch. 6 Digital Data Communication Techniques. 6.1Asynchronous & Synchronous Transmission Asynchronous Transmission: transmission in which each information.
 Introduction to Wide Area Networks 2 nd semester
BASICS OF SERIAL COMMUNICATIONS BIRLA VISHWKARMA MAHAVIDYALAYA ELECTRONICS & TELECOMMUNICATION DEPARTMENT PRESENTING BY: ABHISHEK SINGH AMANDEEP.
© 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public ITE PC v4.1 Chapter 4 1 Chapter 3: Point-to- Point Connections Connecting Networks.
Chapter 6 Transmission of Digital Data Interfaces and Modems Digital Data Transmission DTE-DCE Interface Other Interface Standards Modems WCB/McGraw-Hill.
(1B) Methods of representing and measuring data electronically
William Stallings Data and Computer Communications
6장 Transmission of Digital Data: Interfaces and MODEMs
DATA COMMUNICATION Lecture-20.
DATA COMMUNICATION Lecture-22.
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.
DATA COMMUNICATION Lecture-21.
Pemrosesan Data Tersebar
DIGITAL DATA COMMUNICATION TECHNIQUES
DIGITAL DATA COMMUNICATION TECHNIQUES
DIGITAL DATA COMMUNICATION TECHNIQUES
Data Communication.
CHAPTER SERIAL PORT PROGRAMMING. Basics of Serial Communication Computers transfer data in two ways: ◦ Parallel  Often 8 or more lines (wire.
Chapter 6 Transmission of Digital Data Interfaces and Modems
Chapter 9 Transmission Modes
ANALOG AND DIGITAL PHYSICAL INTERFACES
communications system
Chapter 6. Data Communications Interface
William Stallings Data and Computer Communications
Chapter 6: INTERFACES Visit for more Learning Resources.
Presentation transcript:

1 Transmission of Digital Data : Interface and Modems

2 Background Background Digital Data Transmission Digital Data Transmission –Parallel –Serial DTE-DCE Interface DTE-DCE Interface Modems Modems

3 Background Encoded Information Data EncodingInformation Transmission Process Signal + Communication Link

4 Digital Data Transmission Primary concern in data transmission Primary concern in data transmission –Wiring –Data stream Send one bit Send one bit Send a group of bits Send a group of bits Two modes of sending bit streams Two modes of sending bit streams –Parallel mode –Serial mode

5 Digital Data Transmission Data Transmission Parallel Serial SynchronousAsynchronous

6 Parallel Transmission Groups of n bits Groups of n bits Send one group at one time Send one group at one time Use n wires to send n bits Use n wires to send n bits Advantage Advantage –Speed Disadvantage Disadvantage –Cost (n wires to transmit n bits) –Limited to short distances

7 Parallel Transmission

8 Serial Transmission One bit at one time One bit at one time Requires only one wire Requires only one wire Requires conversion devices at the interface between Requires conversion devices at the interface between –The sender and the line (parallel to serial) –The line and the receiver (serial to parallel) Advantage Advantage –Low cost

9 Serial Transmission

10 Serial Transmission (Asynchronous) Asynchronous Asynchronous –The timing of signal is unimportant –Information is retrieved and translated upon pattern –Patterns : grouping bit streams into bytes Each group (usually 8) is sent as a unit Each group (usually 8) is sent as a unit –The sending device sends each group without regard to a timer

11 Serial Transmission (Asynchronous)

12 Serial Transmission (Asynchronous) (cont.) Method Method –To alert the receiver : An extra bit (start bit -- 0) is added to the beginning of each byte An extra bit (start bit -- 0) is added to the beginning of each byte One or more extra bits are added to the end of the byte One or more extra bits are added to the end of the byte –Stop bits -- 1 A gap (idle channel/streams of stop bits) is added at the end of each byte A gap (idle channel/streams of stop bits) is added at the end of each byte Thus, start bit + stop bit + gap  alert the receiver the begin and end of each byte Thus, start bit + stop bit + gap  alert the receiver the begin and end of each byte

13 Serial Transmission (Asynchronous) (cont.) Advantage Advantage –Cheap –Effective Example: Example: –Low speed communication Terminal  computer Terminal  computer

14 Serial Transmission (Synchronous)

15 Serial Transmission (Synchronous) Synchronous Transmission Synchronous Transmission –Bit streams is combined into longer “frame” –A frame may consist of multiple bytes –No gap between each byte is added into a transmission link –The receiver has to separate the bit stream into bytes for decoding purpose –Timing is important in synchronous transmission –Byte synchronization is performed at the data link layer Advantage Advantage –Speed –  useful for high speed applications

16 DTE-DCE Interface DTE : Data Terminal Equipment DTE : Data Terminal Equipment DCE : Data Circuit-terminating Equipment DCE : Data Circuit-terminating Equipment DCE DTE DCE network

17 DTE-DCE Interface Sending End Sending End The DTE The DTE –generates the data and passes them to a DCE The DCE The DCE –converts the signal to a format appropriate to a transmission medium –Sends it onto the network Receiving End Receiving End –This process is reversed

18 DTE Includes any unit that functions as a source or a destination for binary data Includes any unit that functions as a source or a destination for binary data At the physical layer, it can be At the physical layer, it can be –A terminal –A computer –A printer –A fax machine, etc. DTEs do not communicate with other DTE directly DTEs do not communicate with other DTE directly

19 DCE Includes any functional units that transmits or receives analog/digital signal through a network Includes any functional units that transmits or receives analog/digital signal through a network At the physical layer, ex. Modems At the physical layer, ex. Modems Sending and receiving DCEs must use the modulating method (e.g. FSK) Sending and receiving DCEs must use the modulating method (e.g. FSK)

20 DTE-DCE Interface Standards DCE DTE DCE network DTE-DCE standards try to define the mechanical, electrical, and functional characteristics of the connection between the DTE and the DCE

21 EIA-232 Interface Previously called RS-232 Previously called RS-232 Defines the mechanical, electrical, and functional characteristics of the interface between a DTE and a DCE Defines the mechanical, electrical, and functional characteristics of the interface between a DTE and a DCE

22 EIA-232 Mechanical Specification Mechanical Specification –Interface 25-wire cable 25-wire cable Male and female DB-25 pin connector attached to either end Male and female DB-25 pin connector attached to either end The cable length not > 15 meters (50 feet) The cable length not > 15 meters (50 feet) Electrical Specification Electrical Specification –Defines the voltage levels and the type of signal to be transmitted between DTE & DCE

23 EIA-232 Sending the Data Sending the Data

24 EIA-232 Control and Timing Control and Timing –4 wires are used for data functions –21 wires are reserved for functions like, Control Control Timing Timing Grounding Grounding Testing Testing etc. etc.

25 EIA-232 Control and Timing A function is considered ON if it transmits a voltage of at least +3 and OFF if it transmits a voltage with a value < -3 volts

26 EIA-232 Functional Specification Functional Specification –DB-25 –DB-9

27 EIA-232 : DB-25 (male)

28 EIA-232 : DB-25

29 EIA-232 : DB-25 (Control Pins)

30 EIA-232 : DB-25 (Timing Pins)

31 EIA-232 : DB-25 (Other Pins)

32 EIA-232 : DB-9 Many of the pins in DB-25 implementation are not necessary Many of the pins in DB-25 implementation are not necessary A 9-pin version of EIA-232 (called DB-9) was developed A 9-pin version of EIA-232 (called DB-9) was developed

33 EIA-232 Functioning Example SynchronousFull-DuplexTransmission

34 EIA-232 Functioning Example

35 Null Modem Modems are not needed to connect two computers in the same room Modems are not needed to connect two computers in the same room Need : an interface to handle the exchange Need : an interface to handle the exchange –Readiness establishment –Data transfer –Data receipt – etc. A standard provided by the EIA to perform these tasks, called NULL MODEM A standard provided by the EIA to perform these tasks, called NULL MODEM

36 Null Modem

37 Crossing Connections

38 Other Interface Standards IEA-449 IEA-449 –DB-37/DB-9 RS-423/422 RS-423/422 EIA-530 EIA-530 Etc. Etc.

39 Modems Modulator/demodulator Modulator/demodulator Modulator Modulator –Converts a digital signal into an analog signal using ASK, FSK, PSK or QAM Demodulator Demodulator –Converts an analog signal into a digital signal

40 Modems