The Problem::
Let an ISP is assigned an address block, and consider one of the address from that block is 20.69.0.0 /10
•Subnet the network so that each subnet has at least 3600 hosts ( Host IP loss should be as minimum as possible)
1. How many subnets?
2. Consider subnet # 373, and Find
a.Network Address of the subnet
b.First, Last host address
c.Broadcast address
d.Unnecessary Host address in the subnet
3. How many Host address losses for subnetting?
Solution::
Given Address: 20.69.0.0 = 20.01000101.0.0
Given Mask : 255.192.0.0 = 255.11000000.0.0
______________________________________
Given Network : 20.64.0.0 = 20.01000000.0.0
Net Bits in given Address = 10
Required 3600 Hosts
Required Host Bits = 12(why?211 = 2048, 212= 4096 )
Bits remain for subnetting = 32 –10 –12 = 10
ANS::
•256 128 64 32 16 8 4 2 1
•1 0 1 1 1 0 1 0 1 ( 9 bits only)
•But the binary of 373 has only 9bits
•Put One additional 0 before the binary number
•And place it in the place holder of Subnet bits
For First Address just add 1with Net address
20 . 87 . 80 . 0
+ 1
____________
20 . 87 . 80 . 1
For Last Address just subtract 1 from broadcast address
20 . 87 . 95 . 255
-1
______________
20 . 87 . 95 . 254
Great Post. Thanks a lot.
ReplyDelete