{
  "id": "bbg-p0369-architecture-source-map-architecture-source",
  "title": "IP Address Range Cheat Sheet",
  "chapter": "networking-protocols-and-edge",
  "batch": "22",
  "rank": 211,
  "sourcePage": 369,
  "sourcePointer": "p. 369",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "comparison",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "preserve coarse grouping, sequence, and hierarchy from the inspected candidate page",
      "short generic labels only"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: Cheat Sheet",
      "concept: Architecture Source Map"
    ],
    "labelSource": "source-summary",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "public",
      "label": "Public and private",
      "x": 56,
      "y": 146,
      "w": 260,
      "h": 286
    },
    {
      "id": "special",
      "label": "Special ranges",
      "x": 350,
      "y": 146,
      "w": 260,
      "h": 286
    },
    {
      "id": "ipv6",
      "label": "IPv6 basics",
      "x": 644,
      "y": 146,
      "w": 260,
      "h": 286
    }
  ],
  "shapes": [
    {
      "id": "public",
      "kind": "rect",
      "label": "Public IP",
      "detail": "internet routed",
      "x": 94,
      "y": 194,
      "w": 148,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "private",
      "kind": "rect",
      "label": "Private IP",
      "detail": "RFC1918",
      "x": 94,
      "y": 314,
      "w": 148,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "loopback",
      "kind": "rect",
      "label": "Loopback",
      "detail": "127.0.0.0/8",
      "x": 388,
      "y": 184,
      "w": 148,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "linklocal",
      "kind": "rect",
      "label": "Link local",
      "detail": "169.254/16",
      "x": 388,
      "y": 294,
      "w": 148,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "multicast",
      "kind": "rect",
      "label": "Multicast",
      "detail": "224/4",
      "x": 388,
      "y": 382,
      "w": 148,
      "h": 46,
      "tone": "red"
    },
    {
      "id": "v6global",
      "kind": "rect",
      "label": "Global unicast",
      "detail": "2000::/3",
      "x": 682,
      "y": 184,
      "w": 148,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "v6local",
      "kind": "rect",
      "label": "Unique local",
      "detail": "fc00::/7",
      "x": 682,
      "y": 304,
      "w": 148,
      "h": 58,
      "tone": "teal"
    }
  ],
  "connectors": [
    {
      "from": "private",
      "to": "public",
      "label": "NAT",
      "flow": "control"
    },
    {
      "from": "loopback",
      "to": "linklocal",
      "label": "host only",
      "flow": "data",
      "dashed": true
    },
    {
      "from": "v6local",
      "to": "v6global",
      "label": "scope",
      "flow": "control"
    }
  ]
}
