Skip to content

Instantly share code, notes, and snippets.

@kemingy
Created October 26, 2020 15:18
Show Gist options
  • Select an option

  • Save kemingy/146a85e22671c5bf82ab18952d67ef4a to your computer and use it in GitHub Desktop.

Select an option

Save kemingy/146a85e22671c5bf82ab18952d67ef4a to your computer and use it in GitHub Desktop.
network note

Open Systems Interconnection model (OSI model)

All People Seem To Need Data Processing

  1. Physical Layer
    • Bit, Symbol
  2. Data Link Layer
    • Frame
  3. Network Layer
    • Packet
    • addressing, routing and traffic control
  4. Transport Layer
    • Segment, Datagram
    • segmentaion, acknowledgement and multiplexing
  5. Session Layer
    • Data
    • managing communication session
  6. Presentation Layer
    • Data
    • translation: character encoding, data compression and encryption/decryption
  7. Application Layer
    • Data
    • API

Load Balancing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment