Security of The Network and Reduces The Size of The Broadcast Domain
Security of The Network and Reduces The Size of The Broadcast Domain
Subnetting is the practice of dividing a network into two or more smaller networks. It increases routing efficiency, enhances the
security of the network and reduces the size of the broadcast domain.
Network identity (network ID) is a portion of the TCP/IP address that is used to identify individuals or devices on a network such
as a local area network or the Internet. Network ID is designed to ensure the security of a network and related resources.
Broadcast ID is an address that enables transmission to every node in a local network. The address is the highest numeric value of
the address format being used. ... An IP broadcast address is the highest number in its class; for example, the broadcast address of
a Class C 192.168.16.0 network is 192.168.16.255.
The network ID is used by routers so they have something like any address belong to 192.168.1.0/24 network send it over to this
router. The Broadcast ID is used by nodes as the destination address when they want to send a broadcast like ARP requests.
A subnet mask neither works like an IP address nor does it exist independently of them. Instead, subnet masks accompany an IP
address and the two values work together. Applying the subnet mask to an IP address splits the address into two parts, an
extended network address, and a host address.
Example 1
64 – 2 = 62
Now, we will use this column, since we will subnet an IP address into 3 subnets. Now we will make a subnet table containing the
Following: NETWORK ID, SUBNET MASK, USABLE HOST ID RANGE, # USABLE ID, and BROADCAST ID.
Example 2
To solve this kind of problem, trial and error is applied using OCTET METHOD.
OCTET METHOD
To get the equivalent subnet mask, just add the exponential equivalent of two remaining bits, therefore the equivalent
subnet mask for 192.168.10.0/26 is 255.255.255.192
And the number of host ID is the exponential equivalent of the last bit, which is 26 = 64
Now, the answer to the given problem is /28: showing the solution
8 8 8 4 24 = 16 interval
Since all the given addresses belong to the same IP address class. Just focus on the last octet.
We have 33 -47 on the first network and 49- 62 on the second network.