ITS 101INTRO TO ITS NETWORKING
0:00 / ~30 min · 0%
Field-ready crash course

Intro to ITS Networking

Everything on today's EtherWAN × JAM Services agenda — the OSI model, Layers 1–3, and the hands-on lab — in about 30 minutes. Read, tap, and walk in ready.

Prep for: July 29 · Elk Grove, CA · 8AM–3PM

🔊 Tap Listen on any section for free narration (uses your device's built-in voice — no data, no account).

🗺 Your 8 stops

MODULE 1 · ~3 min

What is ITS — and why does it need a network?

ITS = Intelligent Transportation Systems. It's the tech in the traffic cabinet and along the road that keeps vehicles moving safely — and the network is the nervous system that ties it all back to the Traffic Management Center (TMC).

🚦 The field devices

Signal controllers (ATC / 2070 / Cobalt), CCTV cameras, vehicle detection (loops, radar, video), ramp meters, and Dynamic Message Signs.

🗄 The cabinet

A roadside 332 / ITS cabinet where power, the controller, and the network switch all live. Hot in summer, freezing in winter — hardware must survive both.

🛰 The backhaul

Fiber or wireless links carrying data from each intersection to the TMC, often chained intersection-to-intersection down a corridor.

🖥 The TMC

Operators watch cameras, retime signals, and push updates. Every packet you'll learn about today ends up here.

💡 Why "hardened" gear? A traffic cabinet can swing from −34 °C to +74 °C, take voltage spikes from nearby lightning, and never gets a reboot from IT. That's why ITS uses industrial switches — and why EtherWAN exists.
MODULE 2 · ~3 min

Intro to EtherWAN

EtherWAN builds the hardened Ethernet switches, media converters, and PoE gear that live inside traffic cabinets. Think "office switch, but built to survive the road."

🎯 One thing to remember: a managed EtherWAN switch is the box in the cabinet you'll configure today — give it an IP, set VLANs, join a ring. Everything below builds toward that.
MODULE 3 · ~5 min · interactive

The OSI Model

A map for "where does my problem live?" The OSI model stacks networking into 7 layers. Today lives in the bottom 3 — tap each to expand.

Mnemonic (bottom → top):

PleaseDoNotThrow SausagePizzaAway

Physical · Data Link · Network · Transport · Session · Presentation · Application

📦 Encapsulation — watch data get "wrapped"

As your data goes down the stack to leave the switch, each layer adds its own header. Tap play.

IP Header (L3) MAC Header (L2) Bits on wire (L1) ◂ your DATA

MODULE 4 · LAYER 1 · PHYSICAL · interactive

Layer 1 — Physical

The cables, connectors, and signals themselves — copper, fiber, and light/electricity. This is "is it plugged in and is the link light on?"

🟠 Copper (Cat5e/Cat6)

Cheap, easy to terminate. Max 100 m per run. Picks up electrical noise & can carry surges — risky outdoors.

🔵 Fiber (SMF/MMF)

Carries light. Goes km, immune to EMI & lightning. Single-mode = long haul; Multi-mode = shorter, in-building.

🧪 Copper or fiber? Drag the run length

60 m
MODULE 5 · LAYER 2 · MAC / DATA LINK · interactive

Layer 2 — MAC / Data Link

Where switches work. Devices are identified by MAC addresses, grouped by VLANs, and protected by ring redundancy.

MAC address

Burned-in 48-bit hardware ID, e.g. 00:1B:44:11:3A:B7. Unique per device.

Frame

The L2 package: dest MAC + src MAC + data. Switches forward frames.

Switch table

Learns "MAC X = port 3" so it forwards, not floods.

🎮 VLAN sorter — keep traffic types separate

One physical switch, three virtual networks. Tap a device, then tap the VLAN it belongs in. (Cameras ≠ signal control ≠ management.)

💍 Alpha-Ring — cut a fiber, watch it heal

4 intersections in a ring. One path is the active loop; a backup segment sits idle. Cut a link — recovery in <15 ms.

Ring healthy · all intersections online ✅
🧠 STP vs. Ring: classic Spanning Tree (STP/RSTP) also prevents loops, but heals in seconds. EtherWAN's Alpha-Ring does it in milliseconds — which is why ITS corridors use rings.
MODULE 6 · LAYER 3 · NETWORK · interactive

Layer 3 — Network

Where IP addresses and routers live. Layer 2 moves frames inside one network; Layer 3 moves packets between networks — all the way to the TMC.

Switch vs. Router

Switch = same network, uses MAC (L2). Router = between networks, uses IP (L3). Many EtherWAN units do both (L2/L3).

Default gateway

The "exit door" IP a device uses to reach anything outside its own subnet — e.g. the path back to the TMC.

ARP — the L2↔L3 bridge

To send to an IP on the same subnet, a device asks "who has 10.0.5.20?" and learns its MAC. That's ARP tying Layer 3 to Layer 2.

Static vs. DHCP

Static = fixed, hand-set IP (ITS standard — the TMC always finds it). DHCP = auto-assigned; rare for field gear.

🧬 Anatomy of an IPv4 address

32 bits, written as 4 octets (0–255). The subnet mask / CIDR draws the line between the network part and the host part.

10
0
5
20
◾ NETWORK (10.0.5)◾ HOST (.20)

Private ranges you'll live in (never routed on the public internet):

10.0.0.0 – 10.255.255.255 172.16.0.0 – 172.31.255.255 192.168.0.0 – 192.168.255.255

ITS networks almost always use 10.x.x.x — huge room to give every corridor & intersection its own block.

🧮 Subnet calculator live tool

Type any IP and pick a mask — it computes the whole block. This is the tool you'll reach for in the field.

■ network bits   ■ host bits

📊 CIDR cheat table · tap a row to load it above

CIDRSubnet maskTotalUsable hostsTypical use

⚡ Quick check — same net or route it?

Device 10.0.5.20 (/24) wants to reach these. Direct or via router?

MODULE 7 · HANDS-ON LAB PREP · ~4 min

Hands-on Lab — what to expect

You'll configure a real managed EtherWAN switch. Below is a realistic intersection build — the exact shape of what you'll do — plus a working terminal to practice on.

🗺 Real example — one intersection's IP plan

Corridor block 10.0.5.0/24 · mask 255.255.255.0 · gateway (router to TMC) 10.0.5.1. Every field device gets a fixed static IP:

DeviceIP addressVLAN
Router / Gateway → TMC10.0.5.199 mgmt
EtherWAN switch (mgmt)10.0.5.1099 mgmt
Signal controller (Cobalt/2070)10.0.5.2020 control
CCTV camera #110.0.5.3010 cctv
CCTV camera #210.0.5.3110 cctv
Video detection10.0.5.4010 cctv

Next intersection down the corridor = 10.0.6.0/24, then 10.0.7.0/24… the router carries traffic between them and up to the TMC.

🛠 The build — 5 steps, mapped to the layers

  1. L1 Connect & confirm link

    Plug your laptop into a switch port (or console). Set your laptop to the same subnet first, e.g. 10.0.5.100 / 255.255.255.0. Link light solid = Layer 1 is good.

  2. L3 Give the switch a management IP

    So you can reach its web UI / CLI. Web UI: System → IP Config. CLI equivalent:

    # enter config, set the switch's management IP configure terminal interface vlan 99 ip address 10.0.5.10 255.255.255.0 ip default-gateway 10.0.5.1 # door to the TMC write memory # save! don't skip this
  3. L2 Create & assign VLANs

    Keep cameras, control, and management separate on the one physical switch:

    vlan 10 name CCTV vlan 20 name CONTROL vlan 99 name MGMT # put camera port 3 into VLAN 10 interface gi0/3 switchport access vlan 10
  4. L2 Join the redundant ring

    Enable Alpha-Ring on the two fiber uplink ports (to the neighbor intersections) for <15 ms failover:

    ring enable ring ports gi0/1 gi0/2 # the two fiber uplinks # one switch on the ring is set as ring-master
  5. L3 Verify with ping

    Ping the gateway and a neighbor. Four replies = you're done. 🎉 Practice it in the terminal below.

💻 Practice terminal try it

You're logged into the switch at 10.0.5.10. Run real commands — type help or tap a chip.

 switch@INT-05 — console
$
🔧 Troubleshooting ladder (memorize this):
No link light → Layer 1 (cable/SFP/fiber). · Link up but can't reach a neighbor → Layer 2 (VLAN/switch). · Different subnet, no reply → Layer 3 (IP/gateway/route).
MODULE 8 · FINAL QUIZ · ~5 min

Prove it — 8-question final

No pressure — instant explanations. Score: 0/8

🎴 Glossary flashcards

Tap to flip. Skim these on the drive over.