Data Communication Computer Network 简明教程

Physical Layer Introduction

What is Physical Layer in OSI Model?

OSI 模型中的物理层承担着与实际硬件和信令机制交互的作用。物理层是 OSI 网络模型中唯一真正处理两个不同站点的物理连接的层。该层定义了用于表示二进制信号的硬件设备、布线、布线、频率、脉冲等。

Physical layer in the OSI model plays the role of interacting with actual hardware and signaling mechanism. Physical layer is the only layer of OSI network model which actually deals with the physical connectivity of two different stations. This layer defines the hardware equipment, cabling, wiring, frequencies, pulses used to represent binary signals etc.

物理层为数据链路层提供服务。数据链路层将帧移交给物理层。物理层将它们转换为代表二进制数据的电脉冲。然后通过有线或无线媒体发送二进制数据。

Physical layer provides its services to Data-link layer. Data-link layer hands over frames to physical layer. Physical layer converts them to electrical pulses, which represent binary data.The binary data is then sent over the wired or wireless media.

Signals

当数据通过物理介质发送时,它需要首先转换为电磁信号。数据本身可以是模拟的,例如人声,也可以是数字的,例如磁盘上的文件。模拟和数字数据都可以用数字或模拟信号表示。

When data is sent over physical medium, it needs to be first converted into electromagnetic signals. Data itself can be analog such as human voice, or digital such as file on the disk.Both analog and digital data can be represented in digital or analog signals.

  1. Digital Signals Digital signals are discrete in nature and represent sequence of voltage pulses. Digital signals are used within the circuitry of a computer system.

  2. *Analog Signals * Analog signals are in continuous wave form in nature and represented by continuous electromagnetic waves.

Transmission Impairment

当信号通过介质传播时,它们往往会变弱。这可能有许多原因,如下所示:

When signals travel through the medium they tend to deteriorate. This may have many reasons as given:

  1. Attenuation For the receiver to interpret the data accurately, the signal must be sufficiently strong.When the signal passes through the medium, it tends to get weaker.As it covers distance, it loses strength.

  2. Dispersion As signal travels through the media, it tends to spread and overlaps. The amount of dispersion depends upon the frequency used.

  3. Delay distortion Signals are sent over media with pre-defined speed and frequency. If the signal speed and frequency do not match, there are possibilities that signal reaches destination in arbitrary fashion. In digital media, this is very critical that some bits reach earlier than the previously sent ones.

  4. Noise Random disturbance or fluctuation in analog or digital signal is said to be Noise in signal, which may distort the actual information being carried. Noise can be characterized in one of the following class: Thermal Noise Heat agitates the electronic conductors of a medium which may introduce noise in the media. Up to a certain level, thermal noise is unavoidable. Intermodulation When multiple frequencies share a medium, their interference can cause noise in the medium. Intermodulation noise occurs if two different frequencies are sharing a medium and one of them has excessive strength or the component itself is not functioning properly, then the resultant frequency may not be delivered as expected. Crosstalk This sort of noise happens when a foreign signal enters into the media. This is because signal in one medium affects the signal of second medium. Impulse This noise is introduced because of irregular disturbances such as lightening, electricity, short-circuit, or faulty components. Digital data is mostly affected by this sort of noise.

Transmission Media

称为传输介质的信息在两个计算机系统之间的发送介质。传输介质有两种形式。

The media over which the information between two computer systems is sent, called transmission media. Transmission media comes in two forms.

  1. Guided Media All communication wires/cables are guided media, such as UTP, coaxial cables, and fiber Optics. In this media, the sender and receiver are directly connected and the information is send (guided) through it.

  2. Unguided Media Wireless or open air space is said to be unguided media, because there is no connectivity between the sender and receiver. Information is spread over the air, and anyone including the actual recipient may collect the information.

Channel Capacity

信息的传输速度称为信道容量。在数字世界中,我们将其计为数据速率。它取决于许多因素,例如:

The speed of transmission of information is said to be the channel capacity. We count it as data rate in digital world. It depends on numerous factors such as:

  1. Bandwidth:  The physical limitation of underlying media.

  2. Error-rate:  Incorrect reception of information because of noise.

  3. Encoding:  The number of levels used for signaling.

Multiplexing

多路复用是一种在单个介质上混合和发送多个数据流的技术。此技术需要称为多路复用器 (MUX) 的系统硬件来对数据流进行多路复用并将其发送到介质,以及从介质中获取信息并将其分发到不同目的地的解复用器 (DMUX)。

Multiplexing is a technique to mix and send multiple data streams over a single medium. This technique requires system hardware called multiplexer (MUX) for multiplexing the streams and sending them on a medium, and de-multiplexer (DMUX) which takes information from the medium and distributes to different destinations.

Switching

交换是一种从源头向目的地发送数据/信息但未直接连接的机制。网络具有互连设备,这些设备从直接连接的源获取数据,存储数据,分析数据,然后转发到最接近目的地的下一个互连设备。

Switching is a mechanism by which data/information sent from source towards destination which are not directly connected. Networks have interconnecting devices, which receives data from directly connected sources, stores data, analyze it and then forwards to the next interconnecting device closest to the destination.

交换可以分为:

Switching can be categorized as:

switching

Functions of Physical Layer

  1. It defines the physical characteristics and functions of the physical devices and interfaces so that transmission can occur. It states the number of pins in each of the devices as well as the purpose of each pin.

  2. It lays out the transmission medium and type of signal for transmitting the bits, i.e., electrical pulses, optical pulses or radio signals.

  3. It defines the procedure of encoding of the bits, for example, how many volts should represent a 0 bit and 1 bit in case of electrical signals.

  4. It states the data transmission rate, i.e., number of bits transmitted per second; and the duration of a bit, i.e., how long a bit stays.

  5. It defines the topology, i.e., physical layout, of the network devices.

  6. It also states the direction of transmission, i.e., whether the transmission is in simplex mode, half-duplex mode or full-duplex mode.