• ↑↓ pour naviguer
  • pour ouvrir
  • pour sélectionner
  • ⌘ ⌥ ↵ pour ouvrir dans un panneau
  • ←→ pour naviguer
  • esc pour rejeter
⌘ '
raccourcis clavier

The Problem

Need ordering but still want packet efficiency — can we reserve a logical path without reserving bandwidth like circuit?

Formal Definition

Per Wikipedia: “A virtual circuit network sets up a logical path before data, packets carry VCI and follow same path, combining setup with packet switching.”

Explanation

Like booking a train seat but not the whole train — you have reserved route but share tracks.

How It Works

  1. Signal setup reserves VCI along path
  2. Packets tag VCI not full address
  3. Routers forward via VCI table
  4. Packets arrive in order
  5. Teardown releases VCIs

Visual Explanation

virtual_circuit_network A Setup B VCI Forward A->B step 1 C Teardown B->C step 2

Semantic Network

semantic_virtual_circuit_network THIS Virtual Circuit Network REL1 Related THIS--REL1 related REL2 Prereq THIS--REL2 builds from

Key Properties

  • Ordered delivery
  • Per-flow state in routers
  • Setup latency
  • Fails if intermediate router reboots

Real-World Example

MPLS labels are VCIs

Connections

Edge Cases & Gotchas

  • Confusing with circuit — VC shares bandwidth
  • VCI reuse after teardown collides if stale