1 / 186

LEARNING OBJECTIVES

LEARNING OBJECTIVES. 1. Define the term modem. 2. Define the term baud. 3. Describe the three types of modulation commonly used in data communications. 4. Explain how baud and bit rate can differ. 5. Compare hardware- and software-oriented (code control) protocols.

adeola
Télécharger la présentation

LEARNING OBJECTIVES

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. LEARNING OBJECTIVES 1. Define the term modem. 2. Define the term baud. 3. Describe the three types of modulation commonly used in data communications. 4. Explain how baud and bit rate can differ. 5. Compare hardware- and software-oriented (code control) protocols. 6. Describe steps to troubleshoot modem problems. 7. Differentiate among typical LAN topologies. 8. Describe the operation and hardware of an Ethernet LAN system. 9. Differentiate among different types of network media (10base2, 10base5, and so on). 10. Describe the operation and hardware of an Arcnet LAN system. 11. Describe steps to troubleshoot LAN networking problems. 12. Define the term wide area network (WAN). 13. Discuss basic concepts relating to Internet access (such as dial-up ISP connections). 14. Describe the function of routers, hubs, and bridges in network systems. 15. Discuss ISDN connections.

  2. 16. Describe FTP operations. 17. Discuss common Internet concepts and terminology (such as email). 18. Identify the purpose of the World Wide Web. 19. Discuss the purpose and use of on Internet browser. 20. Describe steps to troubleshoot WAN networking problems.

  3. Generally, the most difficult aspect of connecting peripheral equipment to a computer is obtaining the proper interfacing and cabling.

  4. Figure 11-1: Modem Communications

  5. In its simplest form, a modem consists of two major blocks: a modulator and a demodulator. The modulator is a transmitter that converts the parallel computer data into a serial format for transmission. The demodulator is the receiver that accepts the serial transmission format and converts it into a parallel format usable by the computer or peripheral.

  6. Figure 11-2: Half- & Full-Duplex Communications

  7. Figure 11-3: Internal and External Modems

  8. The standard telephone system accommodates a range of frequencies between 300Hz and 3300Hz, or a bandwidth of 3000Hz. This is quite adequate for transmitting voice, but it severely distorts digital data. To use the audio characteristics of the phone lines to their best advantage, the modem encodes the digital 1s and 0s into analog signals within this bandwidth.

  9. Figure 11-4: FSK Transmission

  10. Table 11-1: DPSK Encoding

  11. Figure 11-5: Phase Key Shifting

  12. In addition to modulation techniques, advanced modems use data compression techniques to reduce the volume of data that must be transmitted. These data compression schemes are similar in operation to the techniques used with hard-disk drive recordings, tape back-up systems, and the audio/video digitizers described earlier in this text.

  13. Two techniques exist for synchronizing the timing of data transmission between devices. The first method, known as synchronous transmission, places timing synchronization signals at the beginning of each data block to synchronize the transmitter and the receiver.

  14. The other technique, called asynchronous transmission, places a synchronizing bit at the beginning and end of each eight-bit character.

  15. To maintain an orderly flow of information between the computer and the modem (and between the modem and another modem) a protocol, or set of rules governing the transfer of information, must be in place.

  16. The RS-232C standard identifies communication equipment using two categories: Data terminal equipment (DTE), usually a computer Data communication equipment (DCE), usually a modem

  17. Figure 11-6: The DTE/DCE Relationship

  18. Table 11-2: RS-232C Signal/Pin Definitions

  19. These five types of protocols can be broken down into two distinct classes: Hardware-oriented protocols Control code-oriented protocols

  20. Of the control code class of protocols, three types are in widespread use: X-OFF/X-ON ACK/NAK ETX/ACK

  21. Table 11-3: Control Codes

  22. Figure 11-7: ACK/NAK Transmission

  23. Some of the more common protocols include the following: Xmodem Ymodem Zmodem Kermit

  24. Figure 11-8: Asynchronous Character Format

  25. There are three basic conditions during the operation of the modem: Dialing Data exchange (the call) Answering

  26. Figure 11-9: AutoDial/AutoAnswer Modem Cycle

  27. During the data transfer, both modems monitor the signal level of the carrier to prevent the transfer of false data due to signal deterioration. If the carrier signal strength drops below some predetermined threshold level or is lost for a given length of time, one or both modems will initiate automatic disconnect procedures.

  28. Notable advanced UART versions include the 16450 and 16550. The 16450 was the 16-bit improvement of the 8250, and the 16550 was a high-performance UART with an onboard 16-byte buffer.

  29. Figure 11-10: RS-232 Serial Interface

  30. Two serial ports are normally provided in a PC-compatible system: RS-232-1 RS-232-2

  31. Figure 11-11: Inside the UART

  32. TX-RD buffer (3F8/2F8h): This address selects the received data register, which holds the received character if the UART is in read configuration. Conversely, the transmitter holding register is accessed by the same address when the UART is in write configuration and bit-7 is low. If bit-7 is high, this address accesses the least significant byte (LSB) of the programmable baud-rate generator for initialization. (CONTINUED)

  33. Interrupt enable register (3F9/2F9h): The bits of this register enable four different UART interrupts, which, in turn, activate the chip’s INTRPT output. This address also depends on bit 7 of the line-control register. The interrupt enable register is selected by bit 7 being low. If bit 7 is high, this address selects the most significant byte (MSB) of the programmable baud-rate generator for initialization. (CONTINUED)

  34. Interrupt identification register (3FA/2FAh): The contents of this register are used to prioritize four interrupt levels in the UART. The bits of the register are used by software to identify the highest priority interrupt that may be pending and lock out all other interrupts until that particular interrupt has been serviced. (CONTINUED)

  35. Line-control register (3FB/2FBh): The contents of this register are used to define the format of the port’s data exchange. The logic level of the various bits of this register define parameters such as word length, number of stop bits, and the type of parity used. Modem-control register (3FC/2FCh): The bits of this register control the DTE/DCE interface (in particular, the DTR and RTS lines). One bit of this register is used by software to provide loopback diagnostic testing. (CONTINUED)

  36. Line status register (3FD/2FDh): This register provides the system unit with status information concerning data transfers. This information includes data ready in the receiver register, receiver register overrun errors, parity errors, framing errors, transmitter holding register empty, and transmitter shift register empty. Modem status register (3FE/2FEh): The contents of this register indicate the status of the DTE/DCE control lines. These lines include the CTS, DSR, RI, and RLSD lines.

  37. Figure 11-12: A 25-Pin-to-25-Pin RS-232 Cable

  38. Figure 11-13: A 9-Pin-to-25-Pin RS-232 Cable

  39. Figure 11-14: A Null Modem Cable

  40. All modems require software to control the communication session. This software is typically included with the purchase of the modem. At the fundamental instruction level, most modems use a set of commands known as the Hayes-compatible command set.

  41. Table 11-4: The AT Command Set Summary * Default

  42. Table 11-4: The AT Command Set Summary (CONTINUED) * Default

  43. Table 11-5: AT Command Result Codes

  44. Table 11-5: AT Command Result Codes (CONTINUED)

  45. Figure 11-15: The Communications Setting Box

  46. You should mentally divide the Troubleshooting Modems section into two segments: External modems Internal modems

  47. Figure 11-16: Internal and External Modem Components

  48. Typical symptoms associated with modem failures include the following: No response occurs from the modem. The modem does not dial out. The modem does not connect after the number has been dialed. The modem does not transmit after making connection with remote unit. The modem cannot be installed properly for operation. Garbled messages are transmitted. A communication session cannot be terminated. Files cannot be transferred.

  49. As stated earlier, every COM port on a PC requires an IRQ line to signal the processor for attention. In most PC systems, two COM ports share the same IRQ line. The IRQ4 line works for COM1 and COM3, and the IRQ3 line works for COM2 and COM4. This is common in PC-compatibles. The technician must make sure that two devices are not set up to use the same IRQ channel.

More Related