
Fiber optics is the technology of sending information as pulses of light through thin strands of glass or plastic. Instead of moving electrons through copper, a fiber optic link guides photons down a precisely engineered core, which is why fiber can carry far more data, over much longer distances, with less interference than copper Ethernet cabling.
This guide covers what fiber optics is, how a fiber link physically works, the OS and OM cable categories you will see on every datasheet, how fiber compares to copper, and a practical decision framework for picking the right cable for your network. The examples lean on real engineering constraints, not just textbook descriptions.
What Is Fiber Optics?
Fiber optics is the use of optical fibers to transmit data using light. An optical fiber is a single hair-thin strand of glass or, in some short-reach applications, plastic. A fiber optic cable is the finished assembly that protects one or more of those fibers with strength members, buffers, and jackets.
The simplest way to think about it: fiber optics moves data with light instead of electricity. That single change is what makes fiber the backbone of the modern internet, hyperscale data centers, mobile fronthaul and backhaul, and FTTH access networks.
How Does Fiber Optics Work?
A fiber optic link converts electrical signals into light, sends that light down a glass core, and converts it back into electrical signals at the far end. Five things happen in sequence:
- A device (switch, router, OLT, server NIC) produces an electrical signal.
- A transceiver uses a laser (for single-mode) or VCSEL/LED (for multimode) to convert the signal into modulated light at a specific wavelength - typically 850 nm, 1310 nm, or 1550 nm.
- The light propagates through the fiber core, confined by total internal reflection.
- A photodetector at the receiving transceiver converts the light back to an electrical signal.
- The receiving device decodes the signal and passes it up the stack.
Inside an Optical Fiber: Core, Cladding, Coating
Every optical fiber has three concentric layers:
- Core - the glass channel that light actually travels through. Single-mode fiber has a core around 8–10 µm; multimode fiber typically has a 50 µm core (62.5 µm in legacy OM1).
- Cladding - a glass layer surrounding the core with a slightly lower refractive index. Most telecom fiber uses 125 µm cladding.
- Coating - a protective acrylate layer (usually 250 µm) that shields the glass from moisture and handling damage.
Beyond the bare fiber, a finished cable adds buffer tubes, aramid yarn, water-blocking gel or tape, and an outer jacket. Loose-tube and tight-buffered designs serve very different environments - loose-tube for outdoor and direct-burial runs, tight-buffered for indoor cabling.

Why Total Internal Reflection Matters
Light stays in the core because the cladding has a lower refractive index. When light hits the core–cladding boundary at a shallow enough angle, it reflects entirely back into the core instead of leaking out - a phenomenon called total internal reflection. The Fiber Optic Association describes this as the fundamental principle that makes optical transmission possible.
That is also why fiber tolerates gentle bends. It is not why fiber tolerates abuse: violate the cable's minimum bend radius and you generate macrobending loss; let dust sit on a connector end face and you generate insertion loss and back reflection.
Main Types of Fiber Optic Cables: Single-Mode vs Multimode
The first decision in any fiber project is single-mode or multimode. Everything else - connector, transceiver, distance, cost - follows from that choice.
Single-Mode Fiber (SMF)
Single-mode fiber has a very narrow core (typically 8–10 µm) that supports only one propagation mode. Light travels in essentially a straight line down the core, which eliminates modal dispersion and allows extremely long reach.
Single-mode is the default for:
- Telecom long-haul and metro networks
- ISP backbone and aggregation links
- Campus and building-to-building backbone
- Data center interconnect (DCI) between sites
- FTTH, FTTB, and other access networks
Modern single-mode fiber is categorized as OS1 or OS2. The distinction is mostly about cable construction (tight-buffered vs loose-tube) and attenuation per kilometer, not the glass itself. OS2 is the standard pick for outdoor, long-distance, and FTTH deployments, while OS1 is more common in controlled indoor environments.
Multimode Fiber (MMF)
Multimode fiber has a larger 50 µm core that supports many simultaneous light paths. That makes it cheaper to couple light into - VCSEL transceivers are significantly less expensive than the DFB lasers used for long-haul single-mode - but the different mode paths arrive at the receiver at slightly different times, which limits reach.
Multimode is normally used for:
- Top-of-rack and leaf-spine links inside a data center
- Server-to-switch and storage connections
- Short building or floor backbones
- Lab and test environments
The OM1 through OM5 categories cover progressively higher-performance multimode fiber. OM3 and OM4 cover the great majority of new data center installations, with OM5 added when wideband short-wavelength division multiplexing (SWDM) is in play.

OS1, OS2 and OM1–OM5: Specifications and Typical Reach
The table below summarizes how each category performs with common Ethernet rates. Distance figures come from the IEEE 802.3 standards for the relevant PMD; longer reaches are possible with specialized optics.
| Category | Fiber Type | Core Diameter | Typical Wavelength | Reach at 10G | Reach at 40/100G | Typical Use |
|---|---|---|---|---|---|---|
| OS1 | Single-mode | ~9 µm | 1310 / 1550 nm | 10 km+ | 10–40 km | Indoor single-mode runs |
| OS2 | Single-mode | ~9 µm | 1310 / 1550 nm | 10–40 km+ | 10–80 km with appropriate optics | Outdoor, long-haul, FTTH, DCI |
| OM1 | Multimode | 62.5 µm | 850 nm | 33 m | Not recommended | Legacy installations |
| OM2 | Multimode | 50 µm | 850 nm | 82 m | Not recommended | Older enterprise LANs |
| OM3 | Multimode (laser-optimized) | 50 µm | 850 nm | 300 m | 100 m at 40G/100G | Mainstream data center short reach |
| OM4 | Multimode (laser-optimized) | 50 µm | 850 nm | 400 m | 150 m at 40G/100G | Higher-performance data center |
| OM5 | Wideband multimode | 50 µm | 850–953 nm | 400 m+ | 150 m at 40G/100G; supports SWDM | Data centers planning SWDM |
Single-Mode vs Multimode Fiber
| Factor | Single-Mode | Multimode |
|---|---|---|
| Core size | 8–10 µm | 50 µm (62.5 µm for OM1) |
| Light source | DFB or FP laser | VCSEL or LED |
| Typical reach | Tens of kilometers | Up to a few hundred meters |
| Optics cost | Higher per port | Lower for short reach |
| Cable cost | Comparable, sometimes lower | Comparable |
| Best for | Backbone, FTTH, DCI, long links | Inside-the-rack, leaf-spine, lab |
A reliable rule of thumb: if the link will ever leave a building, default to single-mode. If it stays inside a single facility and is under a few hundred meters, multimode usually wins on total cost.
Why Fiber Optic Cables Support Higher Bandwidth Than Copper
Fiber's bandwidth advantage is not marketing - it comes from physics. Optical frequencies are several orders of magnitude higher than the frequencies achievable on a twisted pair, so a single fiber can be modulated with vastly more data per second. With wavelength division multiplexing, a single strand can carry dozens of independent channels at 100G, 200G, or 400G each. IEEE 802.3 already defines 400G and 800G Ethernet over fiber; nothing close exists over copper at meaningful distance.
How Far Can Fiber Optic Cables Transmit Data?
Reach depends on the fiber category, the transceiver, and the link's loss budget - not on the cable alone. As reference points:
- OM3/OM4 multimode at 10GBASE-SR: 300 m / 400 m
- OS2 single-mode at 10GBASE-LR (1310 nm): 10 km
- OS2 at 10GBASE-ER (1550 nm): 40 km
- OS2 at 10GBASE-ZR with line-side optics: 80 km
- Coherent DWDM systems: hundreds to thousands of kilometers with amplifiers
Is Fiber More Secure Than Copper?
Fiber is harder to tap covertly than copper Ethernet. Inserting a passive tap on a fiber typically causes measurable insertion loss and back reflection, both of which an OTDR or active link monitoring can detect. Copper, by contrast, leaks electromagnetic radiation that can be picked up nearby.
This does not make fiber "secure" on its own - a determined attacker with physical access and the right splicing equipment can still tap a fiber. Treat fiber as a stronger physical-layer foundation, not as a substitute for encryption and access control.
Disadvantages and Limitations of Fiber Optics
Fiber is the right answer for most high-performance links, but it has real downsides.
Higher Initial Cost on Short Links
For a 20 m run between a switch and a desktop, a Cat 6 patch cord is faster, cheaper, and easier than a fiber alternative. Fiber transceivers, splicing tools, fusion splicers, and OTDR test equipment add real capital cost.
More Specialized Installation
Fiber tolerates poor workmanship badly. Proper installation means respecting bend radius, controlling pulling tension, keeping connectors clean, and testing every termination. Skipping these steps produces links that pass continuity tests but fail under load.
No Native Power Delivery
Standard fiber carries no electrical current, so it cannot deliver PoE to cameras, access points, or phones. Hybrid cables that combine fiber with copper power conductors exist, but they are a different product class.
Compatibility Pitfalls
A fiber link only works when every component agrees: fiber type (SM or MM), connector (LC, SC, MPO), polish (PC, UPC, APC), wavelength, and transceiver reach all have to match. Mismatched APC and UPC connectors, for example, will physically mate but produce unacceptable insertion loss.
Fiber Optic Cable vs Copper Cable
| Factor | Fiber Optic Cable | Copper (Cat 6/6A/8) |
|---|---|---|
| Signal medium | Light | Electrical current |
| Max Ethernet reach | 10–80 km (single-mode) | 100 m (typical), 30 m for Cat 8 |
| Top supported rate | 400G and 800G in IEEE 802.3 | 40G over Cat 8 |
| EMI resistance | Immune | Susceptible |
| Power over cable | None natively | PoE/PoE+/PoE++ up to 90 W |
| Termination skill | Skilled labor, often fusion splicing | Standard RJ45 crimping |
| Upfront cost (short link) | Higher | Lower |
| Long-term scalability | Excellent | Limited |
The honest answer to "fiber or copper" is "both, in their right places." A modern campus typically runs single-mode fiber on the backbone, multimode fiber inside data center halls, and copper from access switches to end devices.
Common Applications of Fiber Optics
Telecom and Internet Backbone
Long-haul carriers run thousands of kilometers of single-mode fiber between cities, lit with DWDM coherent optics. Submarine cables that connect continents are also fiber - typically with optical amplifiers (EDFAs) every 50–100 km.
Hyperscale and Enterprise Data Centers
Inside a modern data center, leaf-to-spine links are usually MPO-based parallel optics over OM4 or OM5, and server-to-leaf links are often LC duplex on OM3/OM4. MPO and MTP trunk and breakout cables are what makes 40G, 100G, and 400G port densities practical at scale.
FTTH and Broadband Access
Fiber to the home extends single-mode fiber from the OLT, through a passive optical splitter, to an ONT at each subscriber. A typical GPON or XGS-PON architecture serves 32 or 64 homes from one PON port and supports gigabit-class downlink speeds. The detailed design of an FTTH access network is worth its own guide.
Industrial, Medical, and Sensing
In factories, fiber replaces copper on any link that crosses high-voltage equipment or variable-frequency drives - copper picks up too much electrical noise to be reliable. Medical endoscopes use fiber bundles to deliver light and image data. Distributed fiber sensors detect vibration, temperature, and strain along pipelines, perimeters, and structures.

How to Choose the Right Fiber Optic Cable
Cable selection should start with the network requirement, not with a product line. Walk through these five questions, in order.
1. What Is the Link Distance and Required Speed?
Map distance against the IEEE 802.3 PMD that matches your speed. A 250 m 10G link can run OM3; a 350 m 10G link wants OM4 or single-mode; anything past 550 m at 10G is single-mode territory. For 100G/400G, multimode reaches collapse fast - single-mode is the safe default beyond a single building.
2. What Transceiver Will Light the Fiber?
The cable and the optical module have to match. Verify:
- Fiber type: single-mode vs multimode
- Wavelength: 850 nm vs 1310 nm vs 1550 nm, or CWDM/DWDM grids
- Connector: LC duplex, SC, or MPO/MTP
- Reach specification (SR, LR, ER, ZR)
- Duplex vs parallel (MPO) signaling
Pairing the wrong transceiver and fiber is the single most common cause of "the link is dark" tickets. A 10GBASE-LR single-mode transceiver on a multimode patch cord may flap intermittently or not link at all.
3. Which Connector Fits Your Equipment?
The four connector types you will see on real equipment today:
- LC - the default on modern SFP/SFP+/SFP28 transceivers and most data center duplex links
- SC - common in telecom, FTTH ONTs, and some legacy enterprise gear
- MPO/MTP - multi-fiber connectors used for parallel 40G/100G/400G optics and high-density trunks
- FC and ST - found in older networks, test equipment, and some industrial deployments
A more detailed walkthrough of each connector type - including polish styles and where APC vs UPC matters - is in our fiber optic connector types guide.
4. What Is the Installation Environment?
The jacket and construction matter as much as the glass:
- Indoor riser or plenum - flame-rated jackets where required by code (CMR, CMP)
- Outdoor aerial - UV-resistant jacket, often with ADSS or figure-8 construction
- Direct burial or duct - armored or gel-filled loose-tube cable
- Industrial - armored cable rated for the relevant chemical and mechanical exposure
5. How Will the Link Be Tested?
Plan testing before you pull cable. At minimum, every termination gets a connector inspection with a fiberscope and an insertion loss test with a light source and power meter. For longer or critical links, add an OTDR trace to locate any high-loss events. Fluke Networks publishes good reference material on test methods for both certification and troubleshooting.
FAQ
Q: What is fiber optics in simple words?
A: Fiber optics is a way to send data using pulses of light through thin glass fibers. It is the technology behind high-speed internet, modern data centers, and most long-distance communication networks.
Q: Is fiber optic cable faster than copper?
A: For long distances and high data rates, yes - significantly. Single-mode fiber routinely carries 100G or 400G over tens of kilometers, while copper Ethernet tops out at 40G over 30 m (Cat 8) or 10G over 100 m (Cat 6A).
Q: What is the maximum distance of single-mode fiber?
A: It depends on the transceiver. Standard 10GBASE-LR runs 10 km, 10GBASE-ER runs 40 km, 10GBASE-ZR runs 80 km, and coherent DWDM systems extend to hundreds or thousands of kilometers with amplification.
Q: Is OS2 better than OS1?
A: For most new installations, yes. OS2 has lower attenuation and uses loose-tube construction suitable for both indoor and outdoor use, while OS1 is essentially an indoor tight-buffered specification with higher loss per kilometer.
Q: Is OM4 better than OM3?
A: OM4 supports longer reach at the same speed - for example, 400 m at 10G versus 300 m for OM3, and 150 m versus 100 m at 40G/100G. If link length is comfortably within OM3's reach, OM3 is usually more cost-effective.
Q: Can fiber optic cable be used outdoors?
A: Yes, with the right construction. Outdoor fiber cables use UV-resistant jackets, water-blocking elements, and often armored or loose-tube designs. Indoor-rated cable should not be used outdoors and vice versa.
Q: What connectors are used for fiber optic cable?
A: The most common are LC (modern data center and SFP optics), SC (telecom and FTTH), MPO/MTP (parallel optics at 40G and above), and FC/ST in older or industrial systems.
Q: Does fiber need a transceiver or modem?
A: It needs a transceiver - typically SFP, SFP+, QSFP+, QSFP28, or QSFP-DD - that converts between electrical and optical signals at each end of the link. FTTH services usually terminate at an ONT, which is the residential equivalent of a transceiver.
Q: Does fiber optic cable carry electricity or PoE?
A: No. Standard fiber transmits only light. To power a remote device, you either install copper alongside the fiber or use a hybrid fiber/copper cable.
Q: Is fiber optic cable fragile?
A: The glass strands are brittle, but a finished cable is robust when installed correctly. Most field failures come from violating bend radius, pulling too hard during installation, or poor connector handling - not from the glass itself failing.
Q: When should I choose fiber instead of copper?
A: Choose fiber when the link is longer than 100 m, when it crosses electrically noisy environments, when it needs to support 25G or faster speeds, or when it is in a pathway that will be expensive to recable later. Copper still wins for short access links, PoE-powered endpoints, and small office runs.
Conclusion
Fiber optics is the foundation of essentially every modern high-performance network - and the cable category, connector type, and transceiver choice each have a real impact on whether a link performs to specification.
- Use OS2 single-mode for anything that leaves a building, plus FTTH and long-haul.
- Use OM4 (or OM5 for SWDM) multimode for in-building data center links under a few hundred meters.
- Use OM3 when budget matters and link length is comfortably within its reach.
- Use copper for short access links, PoE devices, and basic office cabling.
Before procurement, lock down distance, speed, transceiver, connector, environment, and test plan. Doing that work upfront - instead of letting the cable choice drive the design - is the single biggest predictor of whether a fiber installation performs over its full intended lifetime.