presentation 45 – modems

34
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 45 Presentation 45 Modems Modems

Upload: ahanu

Post on 17-Jan-2016

39 views

Category:

Documents


1 download

DESCRIPTION

Presentation 45 – Modems. Objectives. At the end of this presentation, you will be able to:. Explain three problems involved in sending data over ordinary telephone lines. Explain the purpose of the Modem and the UART and briefly explain how each works. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Presentation 45  –  Modems

Copyright © 2007 Heathkit Company, Inc. All Rights Reserved

PC Fundamentals

Presentation 45 Presentation 45 –– Modems Modems

Page 2: Presentation 45  –  Modems

2

ObjectivesObjectives

At the end of this presentation, you will be able to:

Page 3: Presentation 45  –  Modems

3

Explain three problems involved in sending data over ordinary telephone lines.

Explain the purpose of the Modem and the UART and briefly explain how each works.

Match the Modem speed to its “V dot” standard.

Recognize the “V dot” standards for Modem error correction and compression.

Match the Serial Port speed to its UART chip type.

List the de facto standards for the resources assigned to Serial Ports COM1 through COM4.

Page 4: Presentation 45  –  Modems

4

Local Exchange

Local Exchange

AnalogAnalog

DigitalDigital

DigitalDigital

Page 5: Presentation 45  –  Modems

5

Local Exchange

Local Exchange

AnalogAnalog

DigitalDigital

DigitalDigital

ModemModem ModemModem

Page 6: Presentation 45  –  Modems

6

Modem-1

PC-1

Modem-2PC-2

Phone System

Page 7: Presentation 45  –  Modems

7

CPU vs. Phone LineCPU vs. Phone Line Digital Signal High Speed Parallel Data

Analog Signal Low Speed Serial Data

Page 8: Presentation 45  –  Modems

8

Analog

Digital

8

Page 9: Presentation 45  –  Modems

9

The ModemThe Modem

Modulator / Demodulator

Converts the digital signals from the computer into the analog signals required by the telephone line.

Converts the analog signals from the telephone line into the digital signals required by the computer.

Page 10: Presentation 45  –  Modems

10

Pulse Amplitude Modulation (PAM)

1 0 1 1 0 1

10

Page 11: Presentation 45  –  Modems

11

Each Amplitude Level Represents Two Bits

11

0001

10

11

Page 12: Presentation 45  –  Modems

12

0º Phase Shift 90º Phase Shift

180º Phase Shift 270º Phase Shift

12

Page 13: Presentation 45  –  Modems

13

BaudBaud

Baud - A single state change of the analog signal.

Baud Rate - The number of times per second that the analog signal changes state.

In early modems, one baud usually represented one bit.

In today’s modems, one baud represents more than one bit.

Page 14: Presentation 45  –  Modems

14

Low Speed

14

High Speed

Page 15: Presentation 45  –  Modems

15

10101110

ParallelParallel

10101110 SerialSerial

Page 16: Presentation 45  –  Modems

16

The UARTThe UART

Universal Asynchronous Receiver/TransmitterThe heart of the Serial (COM) port.Converts the parallel data required by the CPU

into the serial data required by the serial port.Converts the serial data received at the serial

port into the parallel data required by the CPU.

Page 17: Presentation 45  –  Modems

17

Making the CPU and Phone Line Making the CPU and Phone Line Compatible (Transmit).Compatible (Transmit).

CPUCPU

UARTUART ModemModem Phone Line

Phone Line

1. High Speed to Low Speed

2. Parallel to Serial

Digital to Analog

BufferMemoryBuffer

Memory

Page 18: Presentation 45  –  Modems

18

Making the CPU and Phone Line Making the CPU and Phone Line Compatible (Receive).Compatible (Receive).

UARTUART ModemModem Phone Line

Phone Line

1. Serial to Parallel

2. Low Speed to High Speed

Analog to Digital

CPUCPU

BufferMemoryBuffer

Memory

Page 19: Presentation 45  –  Modems

19

Two Types of ModemsTwo Types of Modems

Internal – ISA or PCI board that fits inside the computer.

External – Stand-alone box. Connects to one of the COM Ports.

Page 20: Presentation 45  –  Modems

20

Internal ModemInternal Modem

CPUUART

FunctionModem Function

Phone Line

Internal Modem

Page 21: Presentation 45  –  Modems

21

CPU UART External Modem

Phone Line

Motherboard

Page 22: Presentation 45  –  Modems

22

CPU UART External Modem

Phone Line

Mother-board

I/OAdapter

Card

Page 23: Presentation 45  –  Modems

23

Modulation StandardsModulation Standards

V.22 – 1200bps standard V.22bis – 2400bps standard V.32 – 9600bps standard V.32bis – 14,400 standard V.FC – 28,800 standard V.34 – 33,600 standard V.90 – 56kbps download, 33.6 kbps upload

standard V.92 – 56kbps download/upload standard

Page 24: Presentation 45  –  Modems

24

V.42 Error-Correction StandardsV.42 Error-Correction Standards

Link Access Procedure for Modems (LAPM)

Microcom Networking Protocol – 4 (MNP-4)

Page 25: Presentation 45  –  Modems

25

V.42bis Compression Standard.V.42bis Compression Standard.

Uses a compression technique to reduce the size of out going data.

Can compress data up to about 4 to 1. For example, a 33,600-bps Modem could

transfer data at a rates up to about 134,400 bps.

Page 26: Presentation 45  –  Modems

26

The COM PortThe COM Port

Also called the Serial Port or RS-232 PortThe link between the computer and the Modem.The external Modem connects to the COM port

on the back of the computer via a serial cable.The internal Modem has a built-in COM port

that duplicates the function of the external COM port.

Page 27: Presentation 45  –  Modems

27

9-Pin Serial Port25-Pin Serial Port

Page 28: Presentation 45  –  Modems

28

Standard Modem COM Port Standard Modem COM Port SettingsSettings

COM Port IRQ I/O Address (Hex)

COM1 4 03F8

COM2 3 02F8

COM3 4 03E8

COM4 3 02E8

Page 29: Presentation 45  –  Modems

29

CPU

UART ModemI/O

Memory

COM1

IRQ4

03F8

Page 30: Presentation 45  –  Modems

30

CPU

UART ModemI/O

Memory

COM2

IRQ3

02F8

Page 31: Presentation 45  –  Modems

31

134.4kbps

134.4kbps

33.6 kbps

33.6 kbps

33.6

kbp

s

33.6

kbp

s

134.4kbps

134.4kbps

Page 32: Presentation 45  –  Modems

32

UART SpeedUART Speed

Determines the Serial Port speed. 16550 UART chip can reach speeds of 256

kbps.16440 UART chip can reach speeds of

115.2 kbps.8250 UART was supplied with the original

IBM XT machine.

Page 33: Presentation 45  –  Modems

33

RJ-11RJ-11

RJ-11RJ-11

RJ-45RJ-45

InternalModem

InternalModem

NICNIC

Page 34: Presentation 45  –  Modems

Copyright © 2007 Heathkit Company, Inc. All Rights Reserved

PC Fundamentals

EndEnd