All People Seem To Need Data Processing
- Physical Layer
- Bit, Symbol
- Data Link Layer
- Frame
- Network Layer
- Packet
- addressing, routing and traffic control
- Transport Layer
- Segment, Datagram
- segmentaion, acknowledgement and multiplexing
- Session Layer
- Data
- managing communication session
- Presentation Layer
- Data
- translation: character encoding, data compression and encryption/decryption
- Application Layer
- Data
- API
-
https://www.nginx.com/resources/glossary/layer-7-load-balancing/
-
https://www.nginx.com/resources/glossary/layer-4-load-balancing/
-
Layer 4
- forward network packets to and from the upstream server
- Network Address Translation (NAT)
- limited routing by inspecting the first few packtes in the TCP stream (address)
-
Layer 7
- based on the content of the message (URL, header, cookie, etc.)
- apply optimizations and changes to the content (compression and encryption)