Skip to main content

Why is fibre optic technology 'faster' than copper?

Why does information travel 'faster' down fibre optic cable than copper wire?
As the name suggests, fibre optic technology uses pulses of light to carry data along strands of glass or plastic.
It's the technology of choice for the government's National Broadband Network (NBN), which promises to deliver speeds of at least 100Mbps.
When we're talking about 'speed' were actually talking about throughput (or capacity) — the amount of data you can transfer per unit time, says Associate Professor Robert Malaney from the University of New South Wales, School of Electrical Engineering and Telecommunications.
And fibre optics can definitely transfer more data at higher throughput over longer distances than copper wire. For example, a local area network using modern copper lines can carry 3000 telephone calls all at once, while a similar system using fibre optics can carry over 31,000.
So what gives it the technical edge over copper wires?
Traditional copper wires transmit electrical currents, while fibre optic technology sends pulses of light generated by a light emitting diode or laser along optical fibres.
"In both cases you're detecting changes in energy, and that's how you encode data.
"With copper wires you're looking at changes in the electromagnetic field, the intensity of that field and perhaps the phase of the wave being sent down a wire.
"With fibre optics, a transmitter converts electronic information into pulses of light — a pulse equates to a one, while no pulse is zero. When the signal reaches the other end, an optical receiver converts the light signal back into electronic information," explains Malaney.
The throughput of the data is determined by the frequency range that a cable will carry — the higher the frequency range, the greater the bandwidth and the more data that can be put through per unit time.
And this is the key difference — fibre optic cables have much higher bandwidths than copper cables.
"Optical fibre can carry much higher frequency ranges — note that light is a very high frequency signal — while copper wire attenuates or loses signal strength at higher frequencies," says Malaney.
Also, fibre optic technology is far less susceptible to noise and electromagnetic interference than electricity along a copper wire.
"You can send the signal for over 200 kilometres without any real loss of quality while a copper cable signal suffers a lot of degradation over that distance," says Malaney.

Where to next?

Just as copper wire technology has improved from the telegraph line to co-axial cables and today's ADSL-2 internet connections, fibre optics will also improve in the future.
"Better quality glass will allow signals to travel for greater distances before they need to be regenerated.
"You can also increase capacity, because as well as the high bandwidth of the light pulses, you can also change the colour. So you can have a red light and a blue light going at the same time.
"This is called wavelength multiplexing, and it lets you put multiple channels on a single strand of fibre," says Malaney.
"Fibre optics lets you look at new applications in areas like medical examinations, government services, improved productivity, telecommuting, three-dimensional conferencing and working from home.
"Current technology is already looking at terabyte speeds and things will only get faster in the future.
"If 90 per cent of homes are connected to the NBN it will cause a paradigm shift with new ideas and innovations, things we haven't even thought about yet."
Associate professor Robert Malaney from the University of New South Wales, School of Electrical engineering and Telecommunications was interviewed by Stuart Gary.

Comments

Popular posts from this blog

Understanding the Evolution: AI, ML, Deep Learning, and Gen AI

In the ever-evolving landscape of artificial intelligence (AI) and machine learning (ML), one of the most intriguing advancements is the emergence of General AI (Gen AI). To grasp its significance, it's essential to first distinguish between these interconnected but distinct technologies. AI, ML, and Deep Learning: The Building Blocks Artificial Intelligence refers to the simulation of human intelligence in machines that are programmed to think like humans and mimic their actions. Machine Learning, a subset of AI, empowers machines to learn from data and improve over time without explicit programming. Deep Learning, a specialized subset of ML, involves neural networks with many layers (hence "deep"), capable of learning intricate patterns from vast amounts of data. Enter General AI (Gen AI): Unraveling the Next Frontier Unlike traditional AI systems that excel in specific tasks (narrow AI), General AI aims to replicate human cognitive abilities across various domains. I...

Normalization of Database

Database Normalisation is a technique of organizing the data in the database. Normalization is a systematic approach of decomposing tables to eliminate data redundancy and undesirable characteristics like Insertion, Update and Deletion Anamolies. It is a multi-step process that puts data into tabular form by removing duplicated data from the relation tables. Normalization is used for mainly two purpose, Eliminating reduntant(useless) data. Ensuring data dependencies make sense i.e data is logically stored. Problem Without Normalization Without Normalization, it becomes difficult to handle and update the database, without facing data loss. Insertion, Updation and Deletion Anamolies are very frequent if Database is not Normalized. To understand these anomalies let us take an example of  Student  table. S_id S_Name S_Address Subject_opted 401 Adam Noida Bio 402 Alex Panipat Maths 403 Stuart Jammu Maths 404 Adam Noida Physics Updation Anamoly :  To upda...

How to deal with a toxic working environment

Handling a toxic working environment can be challenging, but there are steps you can take to address the situation and improve your experience at work: Recognize the Signs : Identify the specific behaviors or situations that contribute to the toxicity in your workplace. This could include bullying, harassment, micromanagement, negativity, or lack of support from management. Maintain Boundaries : Set boundaries to protect your mental and emotional well-being. This may involve limiting interactions with toxic individuals, avoiding gossip or negative conversations, and prioritizing self-care outside of work. Seek Support : Reach out to trusted colleagues, friends, or family members for support and advice. Sharing your experiences with others can help you feel less isolated and provide perspective on the situation. Document Incidents : Keep a record of any incidents or behaviors that contribute to the toxic environment, including dates, times, and specific details. This documentation may b...