{
  "id": "bbg-p0439-networking-protocols-and-edge-networking",
  "title": "Popular Network Protocols",
  "chapter": "networking-protocols-and-edge",
  "batch": "07",
  "rank": 69,
  "sourcePage": 439,
  "sourcePointer": "p. 439",
  "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",
      "source page render inspected",
      "preserve popular protocol table: FTP, HTTP, HTTPS, WebSocket, TCP, UDP, SMTP, and P2P transfer roles",
      "omit source branding, icons, and copied grid styling"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: FTP",
      "concept: HTTP",
      "concept: HTTPS",
      "concept: WebSocket",
      "concept: TCP and UDP"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "transport",
      "label": "Transport",
      "x": 64,
      "y": 126,
      "w": 250,
      "h": 286
    },
    {
      "id": "web",
      "label": "Web and security",
      "x": 356,
      "y": 126,
      "w": 250,
      "h": 286
    },
    {
      "id": "services",
      "label": "Services",
      "x": 648,
      "y": 126,
      "w": 250,
      "h": 286
    }
  ],
  "shapes": [
    {
      "id": "tcp",
      "kind": "rect",
      "label": "TCP",
      "detail": "reliable",
      "x": 104,
      "y": 164,
      "w": 124,
      "h": 54,
      "tone": "green"
    },
    {
      "id": "udp",
      "kind": "rect",
      "label": "UDP",
      "detail": "low latency",
      "x": 104,
      "y": 278,
      "w": 124,
      "h": 54,
      "tone": "orange"
    },
    {
      "id": "quic",
      "kind": "rect",
      "label": "WebSocket",
      "detail": "real time",
      "x": 104,
      "y": 364,
      "w": 124,
      "h": 54,
      "tone": "purple"
    },
    {
      "id": "http",
      "kind": "rect",
      "label": "HTTP",
      "detail": "web",
      "x": 396,
      "y": 164,
      "w": 124,
      "h": 54,
      "tone": "blue"
    },
    {
      "id": "tls",
      "kind": "rect",
      "label": "TLS HTTPS",
      "detail": "secure",
      "x": 396,
      "y": 278,
      "w": 124,
      "h": 54,
      "tone": "red"
    },
    {
      "id": "api",
      "kind": "gateway",
      "label": "API calls",
      "detail": "contracts",
      "x": 396,
      "y": 356,
      "w": 124,
      "h": 78,
      "tone": "teal"
    },
    {
      "id": "dns",
      "kind": "rect",
      "label": "DNS",
      "detail": "names",
      "x": 688,
      "y": 164,
      "w": 124,
      "h": 54,
      "tone": "green"
    },
    {
      "id": "mail",
      "kind": "rect",
      "label": "SMTP IMAP",
      "detail": "email",
      "x": 688,
      "y": 278,
      "w": 124,
      "h": 54,
      "tone": "gray"
    },
    {
      "id": "file",
      "kind": "rect",
      "label": "FTP P2P",
      "detail": "transfer",
      "x": 688,
      "y": 364,
      "w": 124,
      "h": 54,
      "tone": "orange"
    }
  ],
  "connectors": [
    {
      "from": "tcp",
      "to": "http",
      "label": "carries",
      "flow": "main"
    },
    {
      "from": "tcp",
      "to": "tls",
      "label": "secure",
      "flow": "control"
    },
    {
      "from": "udp",
      "to": "quic",
      "label": "fast",
      "flow": "async"
    },
    {
      "from": "http",
      "to": "api",
      "label": "contract",
      "flow": "data"
    },
    {
      "from": "dns",
      "to": "http",
      "label": "resolve",
      "flow": "data",
      "dashed": true
    },
    {
      "from": "mail",
      "to": "tcp",
      "label": "uses",
      "flow": "data",
      "dashed": true
    },
    {
      "from": "file",
      "to": "tcp",
      "label": "transfer",
      "flow": "main",
      "dashed": true
    }
  ]
}
