Avant tout : de quoi un réseau est fait. Les hôtes, les liens qui les relient, et les adresses qui permettent à une machine d'en trouver une autre.
Hôtes, liens et adresses
En bref
Objectifs
- Définir un hôte, un lien et une adresse
- Nommer les trois identifiants de tout hôte
A network is nothing more than a set of machines that agree on how to exchange data. Each machine is a host; the paths between them are links; and every host needs an address so the others can reach it.
Think of it like the postal system. A host is a building, a link is a road, and an address is what lets a letter find one specific door among millions. Without addressing, there is no network — only noise.
Three things every host has
| Identifier | Scope | Example |
|---|---|---|
| MAC address | The local link | a4:83:e7:2b:11:9c |
| IP address | The whole network | 192.168.1.42 |
| Hostname | Human-friendly | laptop.local |
Note
A host can have several addresses at once — one per network it is attached to. Your laptop has a different address on Wi-Fi than on a cabled connection.
À retenir
- Un réseau, ce sont des hôtes reliés par des liens
- L'adressage distingue un réseau du bruit
- Un hôte peut porter plusieurs adresses