Subnetting is the process of dividing the single network into multiple smaller networks.
- Subnetting helps in minimizing the wastage of IP addresses.
- FLSM(Fixed length subnet Mask).
- VLSM(variable length subnet mask).
- Unicast: The process of sending a packet from one host to an individual host.
- Broadcast: Sending a packet from one host to all hosts in the network.
- Multicast: Sending a packet from one host to a selected group of hosts, possibly in different networks.
Network Address |
Usable Host Range |
Broadcast Address: |
192.168.1.0 |
192.168.1.1 - 192.168.1.62 |
192.168.1.63 |
192.168.1.64 |
192.168.1.65 - 192.168.1.126 |
192.168.1.127 |
192.168.1.128 |
192.168.1.129 - 192.168.1.190 |
192.168.1.191 |
192.168.1.192 |
192.168.1.193 - 192.168.1.254 |
192.168.1.255 |
What are the network Id and Broadcast id of: 192.168.60.55/20
|
Subnet Mask: 255.255.240.0 |
Block Size: 256-240= 16 |
Network id: 192.168.48.0 |
Broadcast id: 192.168.63.255 |
Usable IP: 192.168.48.1-
192.168.63.254 |
Wildcard Mask: 0.0.15.255 |
Number of usable Host: 4094 |
|
|
No comments:
Post a Comment