Transmission of Digital DATA : Interfaces and Modems

Slides:



Advertisements
Similar presentations
1 Fall 2005 Local Serial Asynchronous Communication Qutaibah Malluhi Computer Science and Engineering Qatar University.
Advertisements

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.
Chapter 5 Analog Transmission
Chapter 8 Data Transmission and Modems. Agenda Circuit Mode of transmission Digital transmission Analog transmission for digital signals - modems –Methods.
Analog Transmission.
13 - Winter 2005 ECE ECE 766 Computer Interfacing and Protocols 1 Modems Goal: Carry data over telephone lines Modulator / Demodulator Baud rate / Bit.
Transmission of Digital Data: Interfaces and Modems NETE 0510 Dr.Apichan Kanjanavapastit.
Chapter 8: Data Communication Fundamentals Business Data Communications, 4e.
1 Pertemuan 12 Layer Physical Matakuliah: H0174/Jaringan Komputer Tahun: 2006 Versi: 1/0.
Chapter 2 Data Communication Concepts Code Transmission Signal Modulation Service.
CS335 Networking & Network Administration Tuesday, April 6.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 6: Digital Data Communications Techniques.
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
CSCI 4550/8556 Computer Networks Comer, Chapter 5: Local Asynchronous Communication (RS-232)
COMP3221: Microprocessors and Embedded Systems
William Stallings Data and Computer Communications 7th Edition Chapter 6 Digital Data Communications Techniques.
Data Communications Chapter 6 The Data Communications Interface.
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.
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.
Data Communication and Networking
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.
Communication Systems I CPE 313: Micro Processors and Interfacing.
1 Ch 5 Local Asynchronous Communication (RS-232).
COMMUNICATION TECHNOLOGY by Shashi Bhushan School of Computer and Information Sciences.
Line Coding, Modem, RS232 interfacing sequences.
Chapter 5: Local Asynchronous Communication 1. Bit-wise data transmission 2. Asynchronous communication 3. Sending bits with electric current 4. Standard.
DATA AND PULSE COMMUNICATION
Day 7 Connections. Standards Unless we had connection standards nothing would be interchangeable. –There would be different printers for Macs and Windows.
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.
Session 3. Objectives: By the end of this session, the student will be able to: Identify a dial-up modem and cite its basic operating characteristics.
Chapter 8: Data Communication Fundamentals Business Data Communications, 4e.
NETWORK DESIGN TIJ3053 Chapter 3.2 – Remote Network Design.
1 Transmission of Digital Data : Interface and Modems.
Lecture 2 Physical Layer Standards. DTE-DCE INTERFACE Two terms are important in computer networking: – Data terminal equipment(DTE) – Data circuit-terminating.
Digital Interfaces An interface links two devices Interface Standards define: – mechanical specifications - how many wires & connector type –electrical.
Ch. 6 Digital Data Communication Techniques
การส่งข้อมูลผ่าน PSTN
Review: The physical layer. Bandwidth/Capacity bit rate/baud rate How to determine the number of bits per symbol? Relation between the bandwidth and capacity:
ANALOG AND DIGITAL PHYSICAL INTERFACES
CSC 335 Data Communications and Networking Lecture 4b: Communication and Multiplexing Dr. Cheer-Sun Yang.
1 Chapter Overview Modems The Internet and Web Browsers.
©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.
Figure 6-14 WCB/McGraw-Hill  The McGraw-Hill Companies, Inc., 1998 DB-37 and DB-9 Connectors.
Ch. 6 Digital Data Communication Techniques. 6.1Asynchronous & Synchronous Transmission Asynchronous Transmission: transmission in which each information.
Chapter 5 Analog Transmission.
BASICS OF SERIAL COMMUNICATIONS BIRLA VISHWKARMA MAHAVIDYALAYA ELECTRONICS & TELECOMMUNICATION DEPARTMENT PRESENTING BY: ABHISHEK SINGH AMANDEEP.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 5 Analog Transmission.
Data Communications: The Basics Chapter 4 The Management of Telecommunications Houston H. Carr and Charles A. Snyder.
Chapter 6 Transmission of Digital Data Interfaces and Modems Digital Data Transmission DTE-DCE Interface Other Interface Standards Modems WCB/McGraw-Hill.
William Stallings Data and Computer Communications
6장 Transmission of Digital Data: Interfaces and MODEMs
DATA COMMUNICATION Lecture-22.
DATA COMMUNICATION Lecture-21.
Pemrosesan Data Tersebar
Local Asynchronous Communication (RS-232)
William Stallings Data and Computer Communications 7th Edition
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
ANALOG AND DIGITAL PHYSICAL INTERFACES
Broadband Transmission
William Stallings Data and Computer Communications
Presentation transcript:

Transmission of Digital DATA : Interfaces and Modems Prof. Choong Seon HONG ddddd

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)

6.1 Digital Data Transmission Primary concern when considering the transmission of data from one device to another is the wiring

Digital Data Transmission(cont’d) Parallel Transmission By grouping, we can send data n bits at a time instead of one 장점 : 속도(speed) 단점 : 고가(expansive) 전송거리(short distance): 최대 25 feets

Digital Data Transmission(cont’d) Parallel transmission

Digital Data Transmission(cont’d) Serial Transmission one bit follows another 장점 : 단일 channel, 저가 단점 : require interface converter

Digital Data Transmission(cont’d) Serial Transmission

Digital Data Transmission(cont’d) 비동기 전송(Asynchronous Transmission) send one start bit(0) at the beginning and one or more stop bits(1) at the end of each byte ex) the connection of a terminal to a computer 장점 : cheap and effective

Digital Data Transmission 동기전송(synchronous transmission) Sending bits one after another without start/stop bits or gaps. It is the responsibility of the receiver to group the bits The receiver counts the bits as they arrive and groups them in eight-bit units 장점 : 속도(speed)

6.2 DTE-DCE Interface DTE(Data Terminal equipment) : 데이터 단말장치 DCE(Data Circuit-terminating Equipment) : 데이터 회선 종단 장치

DTE-DCE Interface(cont’d) DTE(Data Terminal Equipment) ~ is any device that is a source of destination for binary digital data terminal Personal computer printer fax machine and so on

DTE-DCE Interface(cont’d) DCE (Data Circuit-Terminating Equipment) ~ is any device (functional unit) that transmits or receives data in the form of an analog or digital signal through a network Modulator/demodulator

DTE-DCE Interface(cont’d) 표준안(Standards) defining the connection between a DTE and DCE

DTE-DCE Interface(cont’d) Standards EIA (Electronic Industries Association) EIA-232 EIA-442 EIA-449 ITU-T (International Telecommunications Union-Telecommunications Sector) V series (전화망에 관한 데이터 통신) X series (데이터 통신망에 대한 데이터통신)

DTE-DCE Interface(cont’d) EIA-232(RS-232) defining the mechanical, electrical and functional characteristics 기계적인 규격 (mechanical specification) defining the interface as a 25-wire cable with a male (plug) and a female (receptacle) DB-25 pin connector length may not exceed 15m(50 feet) 전자적인 규격 (electrical specification) define voltage levels and the type of signal(예 : NRZ-L)

DTE-DCE Interface(cont’d) Sending the data To be recognized as data, the amplitude of a signal must fall between 3 and 15 volts or between –3 and –15 volts

DTE-DCE Interface(cont’d) Control and Timing Only 4 wires out of 25 available in an EIA-232 interface are used for data functions Signals must be sent using OFF less than –3 volts and ON greater than +3 volts

DTE-DCE Interface(cont’d) 기능 규격 (Functional Specification)

DTE-DCE Interface(cont’d) Functions of Pins in EIA-232, DB-9

DTE-DCE Interface(cont’d) 예 : synchronous full-duplex transmission Step1 :preparation Step2 : Readiness Step3 : Set up Step1 :preparation Step2 : Readiness Step3 : Set up

DTE-DCE Interface(cont’d) Step4: Data Transfer Step 5 : Clearing Step4:Data Transfer Step 5 : Clearing

DTE-DCE Interface(cont’d) Null Modem not needed to connect two compatible digital devices directly Ex) connecting two DTEs in the same building Using regular data pin connections with and without DCEs

DTE-DCE Interface(cont’d) Crossing Connections Null modem pin connection

6.3 Other Interface Standards needs more speed and/or distance EIA-449 EIA-530 X.21

Other Interface Standards(cont’d) EIA-449 DB-37 pin DB-9 pin DB-37 and DB-9 connections

Other Interface Standards(cont’d) Pin Functions category I pins ~ are compatible with those of EIA-232 category II pins ~ have no equivalent in EIA-232

Other Interface Standards (cont’d) DB-37 pins Pin Functions Category 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 Shield Signal rate indicator Unassigned Send data Send timing Receive data Request to send Receive timing Clear to send Local loopback Data mode Terminal ready Receive ready Remote loopback Incoming call Select frequency Terminal timing Test mode Signal ground 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 Receive Common Terminal in service Select ready Signal quality New signal Standby indicator Send common I II

Other Interface Standards(cont’d) DB-9 pins Pin Function EIA-232 Equivalent 1 2 3 4 5 6 7 8 9 Shield Secondary receive ready Secondary send data Secondary receive data Signal ground Receive common Secondary request to send Secondary clear to send Send common 1 14 16 7 12 19 13

Other Interface Standards(cont’d) Electrical specification : RS-423 and RS-422 EIA-449 uses two other standards to define its electrical specification RS-423 (unbalanced circuits) RS-422 (balanced circuits)

Other Interface Standards(cont’d) RS-423 : Unbalanced Mode

Other Interface Standards(cont’d) RS-422 : Balanced Mode

Other Interface Standards(cont’d) Canceling of noise in balanced mode

Other Interface Standards(cont’d) EIA-530 is a new version of EIA-449 that uses DB-25 pins

Other Interface Standards(cont’d) X.21 ~ is an interface designed by the ITU-T to address many of the problems existing in the EIA eliminating most of the control circuits of the EIA standards DB-15 connector Byte timing (pins 7 and 14) : byte synchronization Control and indication Pin 3 : equivalent of request to send (control) Pin 5 : equivalent of clear to send (indication)

Other Interface Standards DB-15 pins Pin Function Pin Function 1 2 3 4 5 6 7 8 Shield Transmit data or control Control Receive data or control Indication Signal element timing Bye timing Signal ground 9 10 11 12 13 14 15 Transmit data or control Control Receive data or control Indication Signal element timing Byte timing Reserved

6.4 MODEMs The most familiar type of DCE

MODEMs(cont’d) MODEM stands for modulator/demodulator Modulator : converts a digital signal to an analog signal using the digital-to-analog mechanism of ASK, FSK, PSK, and QAM Demodulator : converts an analog signal to a digital signal

MODEMs(cont’d) Transmission Rate Bandwidth Each line has an upper limit and a lower limit on the frequencies of the signals it can carry. This limited range is called the bandwidth

MODEMs(cont’d) Telephone line bandwidth A telephone line has bandwidth of almost 3000 Hz

MODEMs(cont’d) Modem speed The bandwidth required for ASK transmission is equal to baud rate of signal in half-duplex ASK, because the effective bandwidth of a telephone line is 2400Hz, the maximum bit rate is also 2400.

MODEMs(cont’d) Baud rate in full-duplex ASK Although ASK has a good bit rate, it is not used today because of noise

MODEMs(cont’d) FSK(Frequency Shift Keying) Baud rate in half-duplex FSK Baud rate in full-duplex FSK Max baud rate = Max bit rate = [2400 – (fc1 – fc0)]/2

Baud Rate in Full-Duplex FSK MODEMs(cont’d) Baud Rate in Full-Duplex FSK

MODEMs(cont’d) Encoding Half-Duplex Full-Duplex ASK, FSK, 2-PSK PSK and QAM(비교) Theoretical bit rates for modems Encoding Half-Duplex Full-Duplex ASK, FSK, 2-PSK 4-PSK, 4-QAM 8-PSK, 8-QAM 16-QAM 32-QAM 64-QAM 128-QAM 2400 4800 7200 9600 12,000 14,400 16,800 1200 2400 3600 4800 6000 7200 8400 256-QAM 19,200 9600

MODEMs(cont’d) Modem Standards Bell modem ITU-T modem The first commercial modems in the early 1970s ITU-T modem

MODEMs(cont’d) Bell Modems(cont’d) For flow control or error control

MODEMs(cont’d) Bell Modems 212 --> 201 : Same technology, data rate double

MODEMs(cont’d) ITU-T Modem Standards(cont’d)

MODEMs(cont’d) ITU-T Modem Standards

MODEMs(cont’d) ITU-T Bell Baud Rate Bit Rate Modulation V.21 V.22 V.23 ITU-T/Bell Compatibility ITU-T Bell Baud Rate Bit Rate Modulation V.21 V.22 V.23 V.26 V.27 V.29 103 212 202 201 208 209 300 600 1200 1600 2400 300 1200 2400 4800 9600 FSK 4-PSK 8-PSK 16-QAM

MODEMs(cont’d) Intelligent Modems ~ contain software to support a number of additional function, such as automatic answering and dialing AT Command[parameter] command[parameter]… Ex) ATDT4088648902

MODEMs(cont’d) Command Meaning Parameters A B D E H L P T AT commands Command Meaning Parameters A B D E H L P T The number to dial 0 or 1 n Put modem in answer mode Use V.22bis at 1200 bps Dial the number Enable/disable echo printing Put modem on/off hook Adjust speaker volume Use pulse dialing Use tone dialing

MODEMs(cont’d) Traditional Modems

MODEMs(cont’d) 56K Modem

MODEMs(cont’d) Cable Modem