## What is a PON Network?
A PON is a point-to-multipoint fiber architecture where a single optical fiber from the provider's central office serves multiple subscribers through passive optical splitters. "Passive" means no powered equipment between the central office and the customer — only optical splitters, which dramatically reduces maintenance and power costs compared to active Ethernet networks.
```
OLT (Central Office) → Feeder Fiber → Splitter → Distribution Fiber → ONU (Customer)
```
## Layer 1: The Optical Distribution Network (ODN)
The physical fiber plant is the most expensive part of any PON deployment and the hardest to change later. Get this right.
### Splitter Placement: Centralized vs Distributed
| Architecture | Splitter Location | Best For |
|:-------------|:-----------------|:---------|
| Centralized (1-stage) | All splitters at central office or FDH | Low fiber count, easy maintenance |
| Distributed (2-stage) | First split at FDH, second near customers | Saves feeder fiber, harder to troubleshoot |
For most greenfield deployments, a **two-stage distributed architecture** with a 1x4 first split and 1x8 second split (total 1:32) offers the best balance of fiber efficiency and manageable optical budget.
### Optical Power Budget
A standard GPON Class B+ link budget is 28 dB. Here's where it goes:
| Component | Loss per Unit | Units | Total |
|:----------|:------------:|:-----:|:-----:|
| 1x4 Splitter (1st stage) | 7.2 dB | 1 | 7.2 dB |
| 1x8 Splitter (2nd stage) | 10.5 dB | 1 | 10.5 dB |
| G.652 Fiber (feeder) | 0.35 dB/km | 5 km | 1.75 dB |
| G.652 Fiber (distribution) | 0.35 dB/km | 3 km | 1.05 dB |
| Connectors (4 pairs) | 0.5 dB | 4 | 2.0 dB |
| Splices (6 points) | 0.1 dB | 6 | 0.6 dB |
| **Total Loss** | | | **23.1 dB** |
| **Remaining Margin** | | | **4.9 dB** ✅ |
With 4.9 dB margin, this design passes comfortably. If margin drops below 3 dB, consider reducing the split ratio or shortening fiber runs.
## Layer 2: GPON Frame Structure
GPON uses two wavelengths:
- **1490nm downstream** (OLT → ONU): 2.488 Gbps, broadcast to all ONUs
- **1310nm upstream** (ONU → OLT): 1.244 Gbps, TDMA (time-division multiple access)
Each ONU is assigned time slots for upstream transmission. The OLT's DBA (Dynamic Bandwidth Allocation) algorithm distributes upstream bandwidth based on:
- **Fixed bandwidth:** Guaranteed minimum (e.g., VoIP: 100 Kbps)
- **Assured bandwidth:** Minimum with ability to borrow excess
- **Non-assured bandwidth:** Best-effort, no guarantee
- **Best-effort:** Lowest priority (P2P, background downloads)
## Planning for Subscriber Density
| Area Type | Homes per km² | Recommended Split | ONUs per PON Port |
|:----------|:------------:|:-----------------:|:-----------------:|
| Rural | <50 | 1x8 or 1x16 | 16-32 |
| Suburban | 50-500 | 1x32 | 64-128 |
| Urban | 500-2,000 | 1x32 or 1x64 | 128-256 |
| High-rise/MDU | >2,000 | 1x64 (one per building) | 256-512 |
**Rule of thumb:** Don't exceed 70% utilization per PON port. If you have a 1x32 splitter serving 32 homes, plan the OLT capacity assuming only 22 will be active simultaneously during peak hours.
## Capacity Planning Example
You're building a network for 5,000 subscribers in a suburban area:
1. Choose 1x32 splitters → 5,000 / 32 = 157 splitters needed
2. Each PON port serves one splitter → 157 PON ports needed
3. OLT with 16 PON ports per card → 10 cards needed
4. Each OLT chassis holds 8 cards → 2 chassis needed
5. Uplink bandwidth: 157 × 2.5 Gbps × 70% utilization = 275 Gbps
Budget for at least 2 × 40GE or 4 × 100GE uplinks to the core network.
## VLAN Planning
Proper VLAN design prevents broadcast storms and enables per-subscriber service differentiation:
| VLAN Range | Service | Priority |
|:-----------|:--------|:--------|
| 100-199 | Internet (per subscriber) | 0 (best-effort) |
| 200-299 | IPTV (multicast) | 4 |
| 300-399 | VoIP | 5 (EF) |
| 400-499 | Management / TR-069 | 6 |
## Redundancy Considerations
PON is inherently single-path — a fiber cut between the splitter and ONU takes that subscriber offline. Options for adding redundancy:
- **Type B protection:** Dual feeder fibers from OLT to splitter with automatic switchover
- **GPON ring topology:** Optical switches create a self-healing ring at the splitter level
- **Wireless backup:** 4G/5G failover at the ONU for critical customers (hospitals, emergency services)
For residential ISPs, Type B protection on the feeder fiber is the most cost-effective redundancy layer. It adds ~20% to the OLT cost but protects against the most common single point of failure.
## Common Design Mistakes
1. **Underestimating fiber loss** — Always measure, never calculate from datasheet alone. Real-world connectors average 0.5-0.8 dB, not 0.3 dB.
2. **No expansion planning** — Leave 20% spare ports on every splitter and OLT card
3. **Ignoring temperature** — Outdoor splitters in enclosures can reach 60°C in summer. Use industrial-temperature (-40°C to +85°C) splitters for outdoor deployments
4. **Forgetting documentation** — Label every fiber at both ends. An unlabeled 144-fiber cable is a career-limiting move
## Quick Start Checklist
- [ ] Site survey completed with fiber path map
- [ ] Splitter placement decided (centralized or distributed)
- [ ] Optical budget calculated (minimum 3 dB margin)
- [ ] VLAN plan documented
- [ ] OLT chassis and PON port count specified
- [ ] Redundancy strategy defined
- [ ] All fibers labeled
For PON network equipment — including GPON OLTs, PLC splitters, and ONU devices — [Langzhi Technology](https://www.langzhichina.com) provides pre-configured solutions with OLT-ONU compatibility testing for faster deployment.
