{
  "id": "bbg-p0378-networking-protocols-and-edge-networking",
  "title": "Network Services Connectivity Map",
  "chapter": "networking-protocols-and-edge",
  "batch": "11",
  "rank": 103,
  "sourcePage": 378,
  "sourcePointer": "p. 378",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "network-topology",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render inspected",
      "preserve modern connectivity services: DNS, DHCP, NTP, VPN, load balancing, proxying, firewall, and monitoring roles",
      "omit source branding, copied table styling, and dense prose"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: DNS",
      "concept: DHCP",
      "concept: NTP",
      "concept: VPN",
      "concept: load balancer"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "identity",
      "label": "Address and time",
      "x": 66,
      "y": 128,
      "w": 250,
      "h": 300
    },
    {
      "id": "traffic",
      "label": "Traffic path",
      "x": 356,
      "y": 128,
      "w": 250,
      "h": 300
    },
    {
      "id": "protect",
      "label": "Protection and ops",
      "x": 646,
      "y": 128,
      "w": 250,
      "h": 300
    }
  ],
  "shapes": [
    {
      "id": "dns",
      "kind": "rect",
      "label": "DNS",
      "detail": "names to IP",
      "x": 106,
      "y": 164,
      "w": 126,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "dhcp",
      "kind": "rect",
      "label": "DHCP",
      "detail": "assign IPs",
      "x": 106,
      "y": 278,
      "w": 126,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "ntp",
      "kind": "rect",
      "label": "NTP",
      "detail": "time sync",
      "x": 106,
      "y": 374,
      "w": 126,
      "h": 58,
      "tone": "gray"
    },
    {
      "id": "vpn",
      "kind": "gateway",
      "label": "VPN",
      "detail": "encrypted path",
      "x": 396,
      "y": 170,
      "w": 126,
      "h": 80,
      "tone": "purple"
    },
    {
      "id": "lb",
      "kind": "gateway",
      "label": "Load balancer",
      "detail": "split traffic",
      "x": 396,
      "y": 326,
      "w": 126,
      "h": 80,
      "tone": "orange"
    },
    {
      "id": "firewall",
      "kind": "gateway",
      "label": "Firewall",
      "detail": "rules",
      "x": 686,
      "y": 170,
      "w": 126,
      "h": 80,
      "tone": "red"
    },
    {
      "id": "monitor",
      "kind": "rect",
      "label": "Monitoring",
      "detail": "health",
      "x": 686,
      "y": 326,
      "w": 126,
      "h": 58,
      "tone": "teal"
    }
  ],
  "connectors": [
    {
      "from": "dns",
      "to": "vpn",
      "label": "resolve",
      "flow": "data"
    },
    {
      "from": "dhcp",
      "to": "vpn",
      "label": "address",
      "flow": "data"
    },
    {
      "from": "vpn",
      "to": "firewall",
      "label": "secure",
      "flow": "control"
    },
    {
      "from": "firewall",
      "to": "lb",
      "label": "allow",
      "flow": "main"
    },
    {
      "from": "lb",
      "to": "monitor",
      "label": "signals",
      "flow": "data",
      "dashed": true
    },
    {
      "from": "ntp",
      "to": "monitor",
      "label": "timestamps",
      "flow": "data",
      "dashed": true
    }
  ]
}
