What are the necessary procedures in calculating subnet mask or simply subnetting? Show an example solution for the calculation
Answers
The number of subnets is found by counting the number of bits by which the initial mask was extended, also known as the subnet bits. Our initial address allocation was 192.168.0.0 with a mask of 255.255.0.0. Using the host's formula, we selected a subnet mask of 255.255.254.0.
Answer:
ShareShare on Facebook
Companies, universities and other organizations often have a set of Internet protocol addresses that they can assign to computers and other devices on their networks. For security and efficiency purposes, it often makes sense to divide these networks into units called subnets rather than maintain one sprawling and unified network. One way to do this is by using mathematical tools called subnet masks, where a router can use a quick subnet mask calculation to determine which subnet a particular IP belongs to.