Kahibaro
Discord Login Register

5.6 Signal Loss

Understanding Signal Loss

Signal loss is a natural effect that makes signals weaker as they travel through a medium. At the physical layer, every real cable, fiber, or wireless link introduces some amount of loss. This limits how far you can transmit data, what speeds you can use, and what kind of equipment you need.

In networking, signal loss is usually described as attenuation, which means the reduction of signal strength between the transmitter and the receiver.

Attenuation and dB

Attenuation is often measured in decibels, written as dB. The decibel scale is logarithmic, which makes it easier to work with very large or small power ratios.

If $P_{in}$ is the power when the signal enters a medium and $P_{out}$ is the power when it leaves, the attenuation in decibels is:

$$A_{dB} = 10 \log_{10}\left(\frac{P_{in}}{P_{out}}\right)$$

Larger positive values of $A_{dB}$ mean more loss. For example, 3 dB of loss means the power is about half of what it was, and 10 dB of loss means the power is one tenth.

Manufacturers often specify how much loss a cable introduces per unit length. For example, a twisted pair cable might have an attenuation of 20 dB per 100 meters at a particular frequency.

Key rule: Higher attenuation (more dB of loss) means weaker signals and a shorter usable distance for a given data rate.
Important formula: $$A_{dB} = 10 \log_{10}\left(\frac{P_{in}}{P_{out}}\right)$$

Distance and Frequency Effects

Signal loss always increases with distance. The farther a signal travels, the more it is absorbed, converted to heat, or scattered. This is true for copper cables, fiber optics, and wireless links.

Frequency also affects attenuation. In many media, higher frequency components of a signal are absorbed more strongly than lower ones. Because high speed digital signals contain higher frequency components, they often suffer more from attenuation.

A simple way to think about it is that a long, high speed link needs better quality media and often more powerful or more sensitive equipment than a short, low speed link.

Signal Loss in Copper Cables

In copper cables, such as twisted pair and coaxial cables, attenuation is mainly caused by resistance in the metal and dielectric losses in the insulation. As the signal moves, some of its energy is converted to heat.

For twisted pair Ethernet cables, attenuation increases with both length and frequency. This is one reason there are standard maximum lengths for Ethernet over copper. For example, typical structured cabling standards limit many twisted pair Ethernet runs to about 100 meters. Beyond that, attenuation and other impairments cause too much signal degradation for reliable communication at the designed speed.

In coaxial cables, the central conductor, dielectric material, and shield all contribute to loss. Higher quality coaxial cables use materials and construction that reduce attenuation per meter, which allows longer runs at a given frequency.

Signal Loss in Fiber Optics

In optical fiber, attenuation is the reduction in light power as it travels along the fiber. Light can be absorbed by the glass itself or scattered by imperfections.

Fiber attenuation is usually specified in dB per kilometer. For example, a typical single mode fiber might have an attenuation around 0.2 dB/km at a specific wavelength. Over 10 km, that would introduce about 2 dB of loss.

Different wavelengths of light experience different losses. Network designers choose wavelengths that offer low attenuation and are supported by the optical transceivers in the devices.

Because fiber can have very low attenuation, it supports much longer distances than copper for high speed links, but it still has limits. Over long distances, optical amplifiers or repeaters are used to boost the weakened signal.

Signal Loss in Wireless Links

In wireless communication, signal loss is caused by the spreading of radio waves in space, absorption by objects like walls or trees, and reflections from surfaces.

Even in free space, signal strength drops with distance because the energy spreads out over a larger area. This is described by the free space path loss relationship. At a basic level, the idea is that, as distance doubles, the received power drops significantly.

Walls, floors, glass, and other materials introduce extra attenuation. Some materials block signals more than others. For example, reinforced concrete typically introduces more loss than drywall. This is very important in Wi Fi networks inside buildings.

Because wireless is exposed to the environment, additional effects like multipath, shadowing, and interference interact with attenuation and further weaken or distort the signal that reaches the receiver.

Attenuation vs Noise and SNR

Signal loss reduces the strength of the desired signal, but background noise usually does not reduce as much. The ratio between signal power and noise power is called the signal to noise ratio, or SNR, and it is often also measured in dB.

Attenuation by itself does not create noise, but a weaker signal at the receiver has a worse SNR if the noise level stays the same. A low SNR makes it harder for the receiver to correctly interpret bits, which increases error rates and forces lower data rates or retransmissions.

Important idea: Higher attenuation lowers signal power. If noise stays roughly constant, this lowers SNR. A low SNR leads to more errors and lower usable data rates.

Equalization and Amplification

To cope with signal loss, systems use several techniques.

Repeaters or amplifiers can boost a signal after a certain distance, so it can travel farther. In digital systems, a repeater may reconstruct the original digital signal instead of just amplifying everything, including noise.

In copper and some high speed links, equalization is used. Equalization shapes the received signal to compensate for the frequency dependent losses in the channel. High frequency components that were attenuated more can be amplified relative to low frequency components. This helps restore the original waveform more accurately at the receiver.

In optical systems, optical amplifiers can boost the light power directly over long fiber spans. Transceivers are also chosen with appropriate transmit power and receiver sensitivity for the link budget.

Link Budget and Practical Limits

When designing a link, engineers calculate a link budget. The link budget accounts for all the gains and losses from the transmitter through the medium to the receiver.

A simplified link budget considers:

Transmitter power in dBm.
Total attenuation in dB, including cable loss, connector loss, and any additional losses.
Receiver sensitivity in dBm, which is the weakest signal level the receiver can handle reliably.

If the received power is above the receiver sensitivity by a safe margin, the link is expected to work. If attenuation is too high, the signal at the receiver will be too weak and the link will be unreliable or fail entirely.

Table: Simple example of attenuation effects on a copper link

Distance (m)Attenuation at given frequencyEffect on link
10LowStrong signal, high data rate possible
100ModerateWithin standard Ethernet limits
150HighErrors likely, link may be unstable

Impact on Data Rates and Standards

Signal loss directly limits the combination of distance and data rate that can be supported by a medium. To handle higher data rates over the same medium and distance, better materials, better connectors, and better electronics are needed to keep effective SNR high enough.

Networking standards specify maximum cable lengths, types of media, and sometimes specific performance requirements like maximum attenuation at certain frequencies. These limits are based largely on how much signal loss and distortion the physical layer equipment can tolerate while still meeting error rate targets.

For example, newer Ethernet standards over copper often require higher quality cable categories for the same distances, because higher speeds mean higher frequency components and thus more attenuation. When the medium cannot meet the required performance, distances must be reduced or different media such as fiber must be used.

Summary of Signal Loss Concepts

Signal loss is unavoidable in any transmission medium. In copper, it is mostly due to resistance and dielectric losses. In fiber, it comes from absorption and scattering in the glass. In wireless, it comes from geometric spreading and environmental absorption and blockage.

Attenuation is measured in dB and increases with distance and often with frequency. It reduces signal strength, which affects SNR and therefore the maximum achievable data rate and distance. To overcome it, networks use better media, amplifiers or repeaters, equalization, and careful link budgeting within the limits described by physical layer standards.

Views: 39

Comments

Please login to add a comment.

Don't have an account? Register now!