System Design PrimerLearn How to Design Large-Scale Systems
  • Introduction
  • Performance vs scalability
  • Latency vs throughput
  • Availability vs consistency
  • Consistency patterns
  • Availability patterns
  • Domain name system
  • Content delivery network
  • Load balancer
  • Reverse proxy
  • Application layer
    • RDBMS
    • NoSQL
    • SQL or NoSQL
  • Cache
  • Asynchronism
    • Overview
    • HTTP
    • TCP
    • UDP
    • RPC and REST
  • Security
    • Overview
    • Powers of two
    • Latency numbers
    • Interview questions
    • Real world architectures
    • Company architectures
    • Company engineering blogs
  • Introduction
  • Performance vs scalability
  • Latency vs throughput
  • Availability vs consistency
  • Consistency patterns
  • Availability patterns
  • Domain name system
  • Content delivery network
  • Load balancer
  • Reverse proxy
  • Application layer
    • RDBMS
    • NoSQL
    • SQL or NoSQL
  • Cache
  • Asynchronism
    • Overview
    • HTTP
    • TCP
    • UDP
    • RPC and REST
  • Security
    • Overview
    • Powers of two
    • Latency numbers
    • Interview questions
    • Real world architectures
    • Company architectures
    • Company engineering blogs

Communication overview#

http://www.escotal.com/osilayer.html
Asynchronism
HTTP

MIT 2022 © Jeffrey Liu.
Edit this page on GitHub
  • Communication overview