mb.sb/net
Hosts are computers at the beginning or end of network traffic:
Requests and responses are put into IP packets. The IP packet contains the source and destination IP addresses. After that comes the payload of the packet: A request or response in our case.
The example company has the IP address space starting with 10
. The company can assign one of its branches a subnet, for example 10.20.x.x
.
This subnet can again be divided up into different subnets like 10.20.55.x
, forming a hierarchy.
A host in that subnet is for example 10.20.55.8
. The hierarchy of the network allows us to find this host using its IP address.