Chapter 6 - Physical Layer It is about the characteristics of Physical Layer, the lowest layer in the ISO/OSI reference model. Most of the network problems.

Slides:



Advertisements
Similar presentations
Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
Advertisements

Telecommunication Technologies
DATA COMMUNICATIONS Some organisations concerned with standards: EIA - Electroonic Industries Association (RS standards including RS-232) IEEE - Institute.
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 8 Data Transmission and Modems. Agenda Circuit Mode of transmission Digital transmission Analog transmission for digital signals - modems –Methods.
Csc333 Data communication & Networking Credit: 2.
EUT 1040 Lecture 10: Programmable Logic Controllers.
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.
CS335 Networking & Network Administration Tuesday, April 6.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 6: Digital Data Communications Techniques.
CSCI 4550/8556 Computer Networks Comer, Chapter 5: Local Asynchronous Communication (RS-232)
William Stallings Data and Computer Communications 7th Edition Chapter 6 Digital Data Communications Techniques.
Data Communications Chapter 6 The Data Communications Interface.
Chapter 8 COMMUNICATION AND COMPUTER NETWORK
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.
Local Asynchronous Communications. Bit-wise data transmission Data transmission requires: Encoding bits as energy Transmitting energy through medium Decoding.
Lecturer: Tamanna Haque Nipa
University of Tehran 1 Interface Design Serial Communications Omid Fatemi.
Technology Training that Works Hands of Data Communications, Networking & TCP/IP Troubleshooting.
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.
Chapter 2 Basic Communication Theory Basic Communications Theory w Understand the basic transmission theory, and figure out the maximum data rate. w.
1 Long-Distance Communication. 2 Illustration of a Carrier Carrier –Usually a sine wave –Oscillates continuously –Frequency of carrier fixed.
Information Technology
1 Information Technology in Business: Telecommunications and Networks Chapter 6.
Chapter 7 Networking: Computer Connections. Networks n Network - a computer system that uses communications equipment to connect two or more computers.
Universal Synchronous/Asynchronous Receiver/Transmitter (USART)
Line Coding, Modem, RS232 interfacing sequences.
Day 7 Connections. Standards Unless we had connection standards nothing would be interchangeable. –There would be different printers for Macs and Windows.
© Agilent Technologies Copyright 2000 H7211A+212, Rev. 2.0 Review of WAN Protocol Basics.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 OSI Data Link Layer Network Fundamentals – Chapter 7.
ECS 152A 4. Communications Techniques. Asynchronous and Synchronous Transmission Timing problems require a mechanism to synchronize the transmitter and.
1 Chap. 3 Interface. 2 Interface  Physical connection between node and transceiver  Network interface card (NIC)  Physical connection between transceivers.
7. Peripherals 7.3 Data transmission Computer Studies (AL)
3.2 Software Fundamentals. A protocol is a formal description of digital message formats and the rules for exchanging those messages in or between computing.
Department of Industrial Engineering Sharif University of Technology Session# 10.
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.
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
ANALOG AND DIGITAL PHYSICAL INTERFACES
CSC 335 Data Communications and Networking Lecture 4b: Communication and Multiplexing Dr. Cheer-Sun Yang.
Unit 3 Physical Layer.
1 Chapter Overview Modems The Internet and Web Browsers.
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.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
 Introduction to Wide Area Networks 2 nd semester
Chapter Nine: Data Transmission. Introduction Binary data is transmitted by either by serial or parallel methods Data transmission over long distances.
William Stallings Data and Computer Communications
(11.6) Addressing Using International Data Number (X.121)
6장 Transmission of Digital Data: Interfaces and MODEMs
Serial I/O and Data Communication.
DATA COMMUNICATION Lecture-21.
Pemrosesan Data Tersebar
William Stallings Data and Computer Communications 7th Edition
Lecture 4 Continuation of transmission basics Chapter 3, pages 75-96
PLC’s Are ... Similar to a Microcontroller: Microprocessor Based
Network Fundamentals – Chapter 8
Chapter Nine: Data Transmission
Chapter 6 Transmission of Digital Data Interfaces and Modems
ANALOG AND DIGITAL PHYSICAL INTERFACES
Chapter 6. Data Communications Interface
William Stallings Data and Computer Communications
Chapter 6: INTERFACES Visit for more Learning Resources.
Presentation transcript:

Chapter 6 - Physical Layer It is about the characteristics of Physical Layer, the lowest layer in the ISO/OSI reference model. Most of the network problems such as noise interference, incompatible cable connection and line disconnection come from this layer. It is about the characteristics of Physical Layer, the lowest layer in the ISO/OSI reference model. Most of the network problems such as noise interference, incompatible cable connection and line disconnection come from this layer.

Objective Understand various definition of standards related to this layerUnderstand various definition of standards related to this layer Identify the characteristics and role of physical layerIdentify the characteristics and role of physical layer Understand the PC communications using 8250 UART communication chipUnderstand the PC communications using 8250 UART communication chip

Physical Layer The lowest layer in ISO/OSI reference model and is about the transmission of data from one point to another over the communications mediaThe lowest layer in ISO/OSI reference model and is about the transmission of data from one point to another over the communications media This layer is dealt with the physical data transmission and is related to:This layer is dealt with the physical data transmission and is related to: –Type of transmission medium (Copper wire, air, optical fiber etc.) –The transmission media such as telephone cable are sometimes regarded as Layer 0. –Modulation and demodulation scheme (FSK, PSK, digital data). –Message switching techniques

Four Specification Mechanical specification such as socket layout, pin size etc.Mechanical specification such as socket layout, pin size etc. Electrical specification such as the electronic signals for certain pins.Electrical specification such as the electronic signals for certain pins. Functional specification such as timing or clocking signalsFunctional specification such as timing or clocking signals Procedural specification such as the sequence of events required to effect the data transfer across a pair of modems.Procedural specification such as the sequence of events required to effect the data transfer across a pair of modems.

EIA-232-D The EIA standard RS-232C (RS refers to Recommended Standard) was developed in 1969 is still widely used.The EIA standard RS-232C (RS refers to Recommended Standard) was developed in 1969 is still widely used. The latest version is called RS-232D.The latest version is called RS-232D. –Electrical, ITU-T V.28 –Functional, ITU-T V.28 –Mechanical, ISO 2110 –Procedural, CCITT V.24

Characteristics This is a 25-pin connector with data, control, timing and ground signal pins.This is a 25-pin connector with data, control, timing and ground signal pins. Not all of them are used for data transmissionNot all of them are used for data transmission

DTE-DTE (Computer to Computer port) When terminals are connected directly to a computer port, it is necessary to cross over some of the wires in order to communicate properly.When terminals are connected directly to a computer port, it is necessary to cross over some of the wires in order to communicate properly. When two computer ports are connected running at synchronous protocol, either one should provide the correct timing or a null modem with proper timing signals is required.When two computer ports are connected running at synchronous protocol, either one should provide the correct timing or a null modem with proper timing signals is required.

PC to PC Three Pins, Transmit, Receive and Signal ReturnThree Pins, Transmit, Receive and Signal Return

DTE-DCE (Synchronous) This is a normal configuration of the V24 interface between the computer and modem.This is a normal configuration of the V24 interface between the computer and modem. It therefore uses the straight through cable. That is to say there is no cable cross.It therefore uses the straight through cable. That is to say there is no cable cross.

Serial communications It takes place by transmitting and receiving data in a stream of consecutive electrical pulses that represents bits.It takes place by transmitting and receiving data in a stream of consecutive electrical pulses that represents bits. The EIA (Electronic Industries Association) has recommended several standards for serial communication such as:The EIA (Electronic Industries Association) has recommended several standards for serial communication such as: –RS-232-D (Similar to ITU-T V.24) –RS-422 –RS-423 –RS-449

Wiring Diagram Apart from the conventional wiring diagrams between computer & modem and computer & computer.Apart from the conventional wiring diagrams between computer & modem and computer & computer.

Serial communication controller The fundamental element of the serial port is an IC called 8250, universal asynchronous receiver and transmitter (UART).The fundamental element of the serial port is an IC called 8250, universal asynchronous receiver and transmitter (UART).

Modem Commands The modem supports the standard and extended Hayes* AT command set.The modem supports the standard and extended Hayes* AT command set. The AT prefix (also known as the Attention Code), signals the modem that one or more commands are to follow.The AT prefix (also known as the Attention Code), signals the modem that one or more commands are to follow. These commands are industry standard language used to communicate with the modem.These commands are industry standard language used to communicate with the modem. The modem is always either in the command mode, or the on-line mode.The modem is always either in the command mode, or the on-line mode. Commands are only accepted by the modem when it is in command mode.Commands are only accepted by the modem when it is in command mode. Commands may be entered from the terminal mode of most communications software packages.Commands may be entered from the terminal mode of most communications software packages.

Basic Commands AT, This prefix begins all but two commands you issue to the modem locally,, and tells the modem "ATtention! commands to follow".AT, This prefix begins all but two commands you issue to the modem locally,, and tells the modem "ATtention! commands to follow". D, Dial. Use the D command to dial a telephone number from the command line. The format of the command is ATD and the string parameter can contain up to 45 charactersD, Dial. Use the D command to dial a telephone number from the command line. The format of the command is ATD and the string parameter can contain up to 45 characters +++, Escape Character Sequence. After the users have connected to another modem+++, Escape Character Sequence. After the users have connected to another modem A/, Repeat. This command does not use the AT prefix nor does it require a carriage return to enter. Typing this command causes the modem to repeat the last command line enteredA/, Repeat. This command does not use the AT prefix nor does it require a carriage return to enter. Typing this command causes the modem to repeat the last command line entered Zn, Reset Modem. This command (in which n=0 or 1) resets the modem to the configuration profile stored in non-volatile memory location 0 or 1.Zn, Reset Modem. This command (in which n=0 or 1) resets the modem to the configuration profile stored in non-volatile memory location 0 or 1.

An example: ATD Below shows the connection to CityU's Link Plus to access the Internet service.Below shows the connection to CityU's Link Plus to access the Internet service. The AT commands include ATZ, AT10, ATTD2xxxxxx etc.The AT commands include ATZ, AT10, ATTD2xxxxxx etc.

X.20 and X.21 Recommendation For digital networks such as X.25 packet switching network,For digital networks such as X.25 packet switching network, X.20 and X.21 are another interface standards.X.20 and X.21 are another interface standards. X.21 is a 15-pin connector. However, only eight lines as shown below are required.X.21 is a 15-pin connector. However, only eight lines as shown below are required.

EIA RS-449/RS-422/RS-423 RS449 corresponding to CCITT (ITU-T) V.35 is a 37-pin connector and supports transmission rates up to 2Mbps with cable length to 60 meters.RS449 corresponding to CCITT (ITU-T) V.35 is a 37-pin connector and supports transmission rates up to 2Mbps with cable length to 60 meters. It defines both mechanical (pin and plug configuration) and procedural (signal descriptions) aspects similar to RS232.It defines both mechanical (pin and plug configuration) and procedural (signal descriptions) aspects similar to RS232. The electrical specifications (balanced or unbalanced circuit) are defined by RS422 and RS423 respectively. The electrical specifications (balanced or unbalanced circuit) are defined by RS422 and RS423 respectively.

Current Loop An obsolete technology to extend the physical distance up to 300 meters.An obsolete technology to extend the physical distance up to 300 meters. It uses the current signal, presence of current signal or absence (no current), to represent binary 0 or 1 (mark or space) instead of voltage level in RS232D.It uses the current signal, presence of current signal or absence (no current), to represent binary 0 or 1 (mark or space) instead of voltage level in RS232D. The most common current values are 20 mA and 60 mA.The most common current values are 20 mA and 60 mA. This transmission method could support half or full duplex, which requires 2 or 4 wire connectionThis transmission method could support half or full duplex, which requires 2 or 4 wire connection