Subnet Questions -solution

doc

School

Centennial College *

*We aren’t endorsed by this school

Course

328

Subject

Computer Science

Date

Feb 20, 2024

Type

doc

Pages

11

Uploaded by MagistrateCobraMaster863

Report
Q1. You are given this network – 192.168.10.0/255.255.255.0. Create 8 subnets out of this network and fill in the table below. n=3, m=p=5, ∆=32, z=30 Subnet # Subnet ID (NID) First usable host IP Last usable host IP Broadcast IP (BID) Subnet mask slash format Subnet mask expanded format 1 192.168.10.0 192.168.10.1 192.168.10.30 192.168.10.31 /27 255.255.255.224 2 192.168.10.32 192.168.10.33 192.168.10.62 192.168.10.63 /27 255.255.255.224 3 192.168.10.64 192.168.10.65 192.168.10.94 192.168.10.95 /27 255.255.255.224 4 5 6 7 8 Q2. Given a network 192.168.11.0/26, how many usable hosts IPs are available for assignment? Our formula: # of SN, Y=2^n, n~# of bits borrowed # of host/SN, Z=2^m -2, m~ all unborrowed bits ∆ = 2^p, p~ remaining bits in the borrowed octet
Q3. You are given this network – 192.168.10.0/255.255.255. Create 16 subnets out of this network and fill in the table below. N=4, m=p=4, ∆=16, z=14 Subnet # Subnet ID (NID) First usable host IP Last usable host IP Broadcast IP Subnet mask slash format Subnet mask expanded format 1 192.168.10.0 192.168.10.1 192.168.10.14 192.168.10.15 /28 255.255.255.240 2 192.168.10.16 192.168.10.17 192.168.10.30 192.168.10.31 /28 255.255.255.240 3 192.168.10.32 192.168.10.33 192.168.10.46 192.168.10.47 /28 255.255.255.240 4 192.168.10.48 192.168.10.47 192.168.10.62 192.168.10.63 /28 255.255.255.240 5 6 7 8 9 10 11 12 13 14 15 16 Our formula: # of SN, Y=2^n, n~# of bits borrowed # of host/SN, Z=2^m -2, m~ all unborrowed bits ∆ = 2^p, p~ remaining bits in the borrowed octet
Q4. You are given a major network – 192.168.99.0/255.255.255.0. You have been told to create enough subnets to accommodate the following network topology. Fill in the table below. Three subnets required, thus n=2, Y=4, m=p=6, ∆=64, z=62 Subnet # Subnet ID (NID) First usable host IP Last usable host IP Broadcast IP Subnet mask slash format Subnet mask expanded format 1 192.168.99.0 192.168.99.1 192.168.99.62 192.168.99.63 /26 255.255.255.192 2 192.168.99.64 192.168.99.65 192.168.99.126 192.168.99.127 /26 3 192.168.99.128 192.168.99.129 192.168.99.190 192.168.99.191 /26 4 192.168.99.192 192.168.99.193 192.168.99.254 192.168.99.255 /26 Q5. You are given a major network – 192.168.100.0/255.255.255.0. You have been told to create enough subnets to accommodate the following network topology. Fill in the table below. Our formula: # of SN, Y=2^n, n~# of bits borrowed # of host/SN, Z=2^m -2, m~ all unborrowed bits ∆ = 2^p, p~ remaining bits in the borrowed octet
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
# of SN required=5, n=3, Y=8, m=p=5, ∆=32 z=30 Subnet # Subnet ID (NID) First usable host IP Last usable host IP Broadcast IP Subnet mask slash format Subnet mask expanded format 1 192.168.100.0 192.168.100.1 192.168.100.30 192.168.100.31 /27 255.255.255.224 2 192.168.100.32 192.168.100.33 192.168.100.62 192.168.100.63 3 192.168.100.64 192.168.100.65 192.168.100.94 192.168.100.95 4 192.168.100.96 192.168.100.97 192.168.100.126 192.168.100.127 5 6 7 8 Our formula: # of SN, Y=2^n, n~# of bits borrowed # of host/SN, Z=2^m -2, m~ all unborrowed bits ∆ = 2^p, p~ remaining bits in the borrowed octet
Q6. You are given a major network – 192.168.200.0/255.255.255.0. Create enough subnets to accommodate the following network topology. Fill in the table below. N=3, Y=8, m=p=5, ∆=32 z=30 Subnet # Subnet ID (NID) First usable host IP Last usable host IP Broadcast IP Subnet mask slash format Subnet mask expanded format 1 2 3 4 5 6 7 8 Our formula: Y=2^n Z=2^m -2 ∆ = 2^p
Q7. You have a Class C network 192.168.0.0/24. You have just created 32 new subnets. Which statement below applies to the resulting subnets? A . One of the subnet being 192.168.0.32 with subnet mask 255.255.255.224 B . One of the subnet being 192.168.0.32 with subnet mask 255.255.255.248 C . One of the subnet being 192.168.0.32 with subnet mask 255.255.248.0 D . One of the subnet being 192.168.0.32 with subnet mask 255.255.255.252 Q8. You are given an IP network address and subnet mask as 155.23.16.0 / 255.255.252.0. How many bits have been borrowed from the host octet? A . 3 bits B . 5 bits C . 6 bits D . 2 bits Q9. You have a network 192.168.99.160/27. Create 8 subnets and fill in the table below: N=3, Y=8, m=p=5, ∆=4, z=30 Subnet # Subnet ID (NID) First usable host IP Last usable host IP Broadcast IP Subnet mask slash format Subnet mask expanded format 1 192.168.99.160 192.168.99.161 192.168.99.162 192.168.99.163 /30 255.255.255.252 2 192.168.99.164 192.168.99.165 192.168.99.166 192.168.99.167 3 192.168.99.168 192.168.99.169 192.168.99.170 192.168.99.171 4 192.168.99.172 192.168.99.173 192.168.99.174 192.168.99.175 5 192.168.99.176 192.168.99.177 192.168.99.178 192.168.99.179 6 192.168.99.180 192.168.99.181 192.168.99.182 192.168.99.183 7 192.168.99.184 192.168.99.185 192.168.99.186 192.168.99.187 8 192.168.99.188 192.168.99.188 192.168.99.190 192.168.99.191
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Q11. Which of the following are network addresses? (Select two) A. 220.12.12.33/27 B. 209.165.200.254/28 C. 198.18.12.16/28 D. 192.135.12.191/26 E . 192.168.12.64/26 Q12. You have been tasked to design a private IP network with 20 subnets. Which of the following IP address scheme will you create? A. 172.22.0.0/255.255.248.0 B. 175.22.0.0/255.255.248.0 C. 192.168.1.0/255.255.255.240 Q13. You have leased a Class C network 223.102.23.0/24 from Bell Canada for your office. You need to create 12 subnets for your branch offices. One of the subnets is 223.102.23.112. What is the broadcast address for this subnet? A . 223.102.23.127 B . 223.102.23.255 C . 223.102.23.95 Q14. You have a network address - 193.22.20.0/255.255.255.248. Pick the appropriate answer for possible broadcast addresses for the subnets. A . 193.22.20.31, 193.22.20.95, 193.22.20.159 B . 193.22.20.32, 193.22.20.64, 193.22.20.96 C . 193.22.20.15, 193.22.20.31, 193.22.20.47 D . A and C Q15. Which subnet masks below are valid? A. 255.0.255.0 B. 255.255.0.255
C. 255.0.0.0 D. 255.255.0.0 Q16. VLSM Example VLSM Example We use the network topology below as example:
The figure above shows 5 different subnets, each with different host requirements. The given IP address from our ISP is 192.168.1.0/24 . The host requirements are: Network A - 14 hosts Network B - 28 hosts Network C - 2 hosts Network D - 7 hosts Network E - 28 hosts As recommended, we begin the process by subnetting for the largest host requirement first. As it seems, the largest requirements are for NetworkB and NetworkE , each with 28 hosts. Don’t forget the cram table! Let’s apply the formula: usable hosts = 2^n - 2. For networks B and E, 5 bits are borrowed from the host portion and the calculation is 2^5 = 32 - 2. Only 30 usable host addresses are available in this case due to the 2 reserved addresses. Borrowing 5 bits meets the requirement but leaves little room for future growth. So we revert to borrowing 3 bits for subnets leaving 5 bits for the hosts. This allows 8 subnets with 30 hosts each. We have created and will allocate addresses for networks B and E first:
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Network B will use Subnet 0: 192.168.1.0/27 Host address range 1 to 30 (192.168.1.1 – 192.168.1.30) 192.168.1.31 (broadcast address) Network E will use Subnet 1: 192.168.1.32/27 Host address range 33 to 62 (192.168.1.33 – 192.168.1.62) 192.168.1.63 (broadcast address) The next largest host requirement is NetworkA, followed by NetworkD. We will borrowing another bit and subnetting the network address 192.168.1.64 will give us the following a host range of: Network A will use Subnet 0: 192.168.1.64/28 Host address range 65 to 78 (192.168.1.65 – 192.168.1.78) 192.168.1.79 (broadcast address) Network D will use Subnet 1: 192.168.1.80/28 Host address range 81 to 94 (192.168.1.81 – 192.168.1.94) 192.168.1.95 ( broadcast address ) This allocation supports 14 hosts on each subnet and satisfies the requirement. * In Network C, there are only two hosts. In this case we borrow two bits to meet this requirement. Beginning from 192.168.1.96 and borrowing 2 more bits results in subnet 192.168.1.96/30.
Network C will use Subnet 1: 192.168.1.96/30 Host address range 97 to 98 (192..168.1.97 – 192.168.1.98) 192.168.1.99 (broadcast address) From the above illustration, we have met all requirements without wasting many possible subnets and available addresses. In this case, bits were borrowed from addresses that had already been subnetted. As you will recall from a previous section, this method is known as Variable Length Subnet Masking, or VLSM .