eolas/neuron/14b2609c-4c92-4980-96d4-543ba5a9d0be/Network_protocols.md
2025-03-27 17:52:56 +00:00

582 B

tags created
networks
Saturday, August 03, 2024

Network protocols

Protocols are agreed standards specifying and governing communication between nodes on a network.

Network protocols are typically layered. The implmentation of a network layer is a stack.

Stacks enshrine encapsulation: not every layer has to be directly concerned with every other layer. Only adjacent layers that interface with each other need to be in contact.

A prime example of a layered network stack is the internet_protocol_suite.