Ethernet Margins: Attenuation, PoE Budget, Camera Capacity, and Deterministic Traffic

Ada rechecks the chapter’s Ethernet cable-loss margin, camera oversubscription, PoE headroom, robot timing, and VLAN field size

foundations
math-foundations
ethernet
poe
beginner
Ada ADA · CALCULATION AUDIT

Ethernet Margins: Attenuation, PoE Budget, Camera Capacity, and Deterministic Traffic

Ethernet feels simple because the cable plugs in, but the physics still sets margins: insertion loss, power budget, shared uplinks, and scheduled traffic all need arithmetic before the link is called reliable. The chapter’s deployment records supply the numbers — a 72 m Cat6 run, 50 cameras at 25 Mbps each, a 370 W PoE switch, and a fleet of 50 robots. This audit rechecks every one of those margins.

Companion to the chapter Wired Access: Ethernet — every number here comes from that chapter.

Rebuild the Cable-Loss Margin

1. Rebuild the cable-loss margin. The chapter gives a 21 dB channel-loss budget at 100 MHz and Cat6 attenuation of 19.8 dB per 100 m. For the 72 m run in the deployment record:

loss = 19.8 dB/100 m x 72 m = 14.256 dB; margin = 21 dB - 14.256 dB = 6.744 dB

At the full 100 m channel limit, the same calculation leaves only 21 - 19.8 = 1.2 dB of insertion-loss margin, which is why termination quality and cable testing matter near the limit.

Audit the Camera Bandwidth Claim

2. Audit the camera bandwidth claim. The warehouse scenario gives 50 cameras at 25 Mbps each:

aggregate video = 50 x 25 Mbps = 1250 Mbps = 1.25 Gbps
Check Arithmetic shown Audit result
One camera on a 1 Gbps access port 25 Mbps / 1000 Mbps = 0.025 = 2.5% Matches the chapter's per-camera headroom claim.
All 50 cameras on one 1 Gbps uplink 1250 Mbps / 1000 Mbps = 1.25 = 125% The access ports are fine, but a single 1 Gbps uplink would be oversubscribed.
All 50 cameras on a 10 Gbps aggregation path 1250 Mbps / 10000 Mbps = 0.125 = 12.5% A 10 Gbps aggregation path leaves operational headroom.

Check the PoE Switch Headroom

3. Check the PoE switch headroom. The chapter's PoE example uses a 370 W switch and 24 devices at 15 W each:

peak draw = 24 x 15 W = 360 W; utilization = 360 / 370 = 0.97297 = 97.3%
80% planning limit = 370 W x 0.80 = 296 W; 360 W - 296 W = 64 W over the recommended headroom target

Separate Bandwidth From Timing for Robot Traffic

4. Separate bandwidth from timing for robot traffic. The robot scenario gives 50 robots, 500 bytes per update, one update every 100 ms, and a 10 ms latency requirement:

per robot = 500 bytes x 8 / 0.1 s = 40000 bps = 40 kbps; fleet = 50 x 40 kbps = 2 Mbps
2 Mbps / 1000 Mbps = 0.002 = 0.2% of a 1 Gbps link; 0.069 ms / 10 ms = 0.0069 = 0.69% of the latency budget

The math explains the physics claim: the hard part is not raw throughput, but bounded timing, queue configuration, and a wired path that preserves the schedule.

Verify the VLAN Field Count

5. Verify the VLAN field count. The under-the-hood section says an 802.1Q tag has a 12-bit VLAN identifier:

possible VLAN ID codes = 212 = 4096

Every number above is taken from the chapter’s own Ethernet deployment examples and re-derived step by step.