Skip to content

OSI Model

kimschles edited this page Oct 31, 2018 · 1 revision

The Open System Interconnection (OSI) model is a 7-layer model that describes how network protocols work together to pass data back and forth between a client and server.

  • The layers are numbered from the bottom up
  • Layer 4 (transport) opens a TCP connection
  • Layer 7 is the application level where http requests are sent and responded to

Clone this wiki locally