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

18 lines
580 B
Markdown

---
tags: [networks, network-protocols]
created: Saturday, August 03, 2024
---
# Network fundamentals
> A network is a system that allows computing devices to communicate and
> exchange information with each other.
In order for devices to be able to communicate they must share a common
**communication protocol**.
A protocol specifies **rules determining how information is to be exchanged**.
(Simply connecting two devices is not sufficient for them to be able to
communicate, they must have a shared language.)
The nodes of a network are called [hosts](Network_hosts.md).