In Linux, the command
ip address add [...]
has a scope
argument. The man page says that the scope is "the scope of the area where this address is valid". Follows the list of legal scopes:
- global
- site
- link
- host
What does this "area" of "validity" refer to?