InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by subnetting in the context of computer networks? |
|
Answer» Subnetting is the PROCESS of dividing a larger network into smaller networks in order to preserve security. As a result, smaller networks are easier to maintain. To divide a network into two pieces, select ONE bit from the host ID part for each Subnet. To divide a network into four subnets, two bits from the host id component must be CHOSEN for each subnet and so on. In the above image, we can SEE that we have divided the network 20.0.0.0/24 into two subnets 20.0.1.0/24 and 20.0.3.0/24. |
|