eolas/neuron/cad1eefd-a429-432d-ab3c-0841f6b6f238/Network_fundamentals.md

19 lines
580 B
Markdown
Raw Normal View History

2024-12-09 18:34:15 +00:00
---
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).