eolas/neuron/10a99c7d-3445-4f21-a0e2-3c028de3bb75/Network_protocols.md
2024-10-23 15:05:28 +01: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.