Spaces:
Running
Running
copernicusai / computer-science-processes-database /processes /systems /systems-network-protocol.json
| { | |
| "id": "systems-network-protocol", | |
| "name": "Network Protocol", | |
| "category": "computer_science", | |
| "subcategory": "systems", | |
| "subcategory_name": "Systems & Architecture", | |
| "description": "Network Protocol process visualization. This process flowchart outlines key steps, checks, and outputs.", | |
| "complexity": { | |
| "nodes": 11, | |
| "edges": 12, | |
| "conditionals": 1, | |
| "logicGates": { | |
| "orGates": 2, | |
| "andGates": 1, | |
| "notGates": 0, | |
| "total": 3 | |
| }, | |
| "level": "high", | |
| "detailLevel": "source_grounded_rebuild", | |
| "loops": 1 | |
| }, | |
| "colorScheme": { | |
| "red": { | |
| "hex": "#ff6b6b", | |
| "category": "Triggers & Inputs" | |
| }, | |
| "yellow": { | |
| "hex": "#ffd43b", | |
| "category": "Structures & Objects" | |
| }, | |
| "green": { | |
| "hex": "#51cf66", | |
| "category": "Processing & Operations" | |
| }, | |
| "blue": { | |
| "hex": "#74c0fc", | |
| "category": "Intermediates & States" | |
| }, | |
| "violet": { | |
| "hex": "#b197fc", | |
| "category": "Products & Outputs" | |
| } | |
| }, | |
| "mermaid": "graph TD\n N1[\"Network Protocol research question\"]\n N2[\"Endpoints\"]\n N3[\"Payload\"]\n N4[\"Protocol Spec\"]\n N5[\"State Machine\"]\n N6[\"Handshake\"]\n N7[\"Transmit\"]\n N8[\"Session State\"]\n N9[\"Delivered Data\"]\n N10{\"Source-grounded check...\"}\n N11[\"Network Protocol...\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 --> N9\n N9 --> N10\n N10 -->|yes| N11\n N8 -->|iterate| N3\n N4 -->|skip/opt| N7\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ff6b6b,color:#fff\n style N4 fill:#ffd43b,color:#000\n style N5 fill:#ffd43b,color:#000\n style N6 fill:#51cf66,color:#fff\n style N7 fill:#51cf66,color:#fff\n style N8 fill:#74c0fc,color:#fff\n style N9 fill:#b197fc,color:#fff\n style N10 fill:#ffd43b,color:#000\n style N11 fill:#b197fc,color:#fff", | |
| "sources": [ | |
| { | |
| "title": "Operating System Concepts", | |
| "authors": "Silberschatz, A.; Galvin, P. B.; Gagne, G.", | |
| "journal": "Wiley", | |
| "year": "2018", | |
| "pubmed": null, | |
| "doi": null, | |
| "url": "https://www.os-book.com/" | |
| }, | |
| { | |
| "title": "Modern Operating Systems", | |
| "authors": "Tanenbaum, A. S.; Bos, H.", | |
| "journal": "Pearson", | |
| "year": "2015", | |
| "pubmed": null, | |
| "doi": null, | |
| "url": "https://www.pearson.com/en-us/subject-catalog/p/modern-operating-systems/P200000003295" | |
| }, | |
| { | |
| "title": "The Datacenter as a Computer", | |
| "authors": "Barroso, L. A.; Clidaras, J.; Holzle, U.", | |
| "journal": "Morgan & Claypool", | |
| "year": "2013", | |
| "pubmed": null, | |
| "doi": "10.2200/S00516ED2V01Y201306CAC024", | |
| "url": "https://doi.org/10.2200/S00516ED2V01Y201306CAC024" | |
| } | |
| ], | |
| "keywords": [ | |
| "network", | |
| "protocol" | |
| ], | |
| "relatedProcesses": [], | |
| "created": "2026-01-08", | |
| "lastUpdated": "2026-04-30", | |
| "verified": false, | |
| "notes": "Corrective rebuild: replaces the generic scaffold with a process-specific step structure and records topology for duplicate detection.", | |
| "nodeDetails": [ | |
| { | |
| "id": "N1", | |
| "label": "Network Protocol research question", | |
| "detail": "Network Protocol research question", | |
| "type": "process", | |
| "role": "Triggers & Inputs" | |
| }, | |
| { | |
| "id": "N2", | |
| "label": "Endpoints", | |
| "detail": "Endpoints", | |
| "type": "process", | |
| "role": "Triggers & Inputs" | |
| }, | |
| { | |
| "id": "N3", | |
| "label": "Payload", | |
| "detail": "Payload", | |
| "type": "process", | |
| "role": "Triggers & Inputs" | |
| }, | |
| { | |
| "id": "N4", | |
| "label": "Protocol Spec", | |
| "detail": "Protocol Spec", | |
| "type": "process", | |
| "role": "Structures & Objects" | |
| }, | |
| { | |
| "id": "N5", | |
| "label": "State Machine", | |
| "detail": "State Machine", | |
| "type": "process", | |
| "role": "Structures & Objects" | |
| }, | |
| { | |
| "id": "N6", | |
| "label": "Handshake", | |
| "detail": "Handshake", | |
| "type": "process", | |
| "role": "Processing & Operations" | |
| }, | |
| { | |
| "id": "N7", | |
| "label": "Transmit", | |
| "detail": "Transmit", | |
| "type": "process", | |
| "role": "Processing & Operations" | |
| }, | |
| { | |
| "id": "N8", | |
| "label": "Session State", | |
| "detail": "Session State", | |
| "type": "process", | |
| "role": "Intermediates & States" | |
| }, | |
| { | |
| "id": "N9", | |
| "label": "Delivered Data", | |
| "detail": "Delivered Data", | |
| "type": "process", | |
| "role": "Products & Outputs" | |
| }, | |
| { | |
| "id": "N10", | |
| "label": "Source-grounded check...", | |
| "detail": "Source-grounded check: Operating System Concepts", | |
| "type": "decision", | |
| "role": "Structures & Objects" | |
| }, | |
| { | |
| "id": "N11", | |
| "label": "Network Protocol...", | |
| "detail": "Network Protocol prediction/readout", | |
| "type": "process", | |
| "role": "Products & Outputs" | |
| } | |
| ], | |
| "flowchartStandard": { | |
| "name": "source_grounded_rebuild_v1", | |
| "applied": "2026-04-30", | |
| "curationStatus": "source_grounded_draft", | |
| "basis": "cs_exact_template", | |
| "topologySignature": "276faf007b4a1352", | |
| "sourceGrounding": "Graph steps are derived from the process title, existing source metadata, and curated process/subfield templates; citations support the process topic and should be reviewed for node-level claims before marking verified." | |
| }, | |
| "namedCollections": [], | |
| "graphMetrics": { | |
| "nodes": 11, | |
| "edges": 12, | |
| "conditionals": 1, | |
| "andGates": 1, | |
| "orGates": 2, | |
| "notGates": 0, | |
| "loops": 1 | |
| } | |
| } | |