Network Subnetting 3
3. On a Class B network, how many hosts per subnet will you get if you have a subnet mask of 255.255.240.0 On how many subnets was divided this class B address? Show your calculations
4. Your company has leased a Class C network whose network ID is 200. 200. 200.0. You want to create 8 subnets within this network. Show how many bits, you would need to change, and the range of addresses in one of the subnets.
3) Class B:
Subnet mask is 255.255.255.240
Convert the Subnet mask into binary values
We get 11111111.11111111.11111111.11110000
As this is a Class B network, the first 16 bits represents Network ID and last 16 bits represents Host ID.
We need to concentrate on Host ID to calculate number of subnets and number of hosts in each subnet.
First we need to find out no. of subnet bits and host bits in Host ID.
Now calculate the number of 1's and 0's in Host ID
Number of 1's=12(also called as subnet bits)
Number of 0's=4(also called as host bits)
We can calculate no. of Subnets by using the formula 2(no.of 1's)
i.e 212=4096 subnets
We can calculate no.of Hosts in each subnet using the formula 2(no.of 0's)-2
i.e 24-2 [we have to subtract 2 because 1 address is fixed for subnet and 1 address is fixed for broadcast]
=> 16-2
=> 14 Hosts in each subnet
4) Class C network:
Given Network ID as 200.200.200.0 and subnet mask would be 255.255.255.0(for class C)
Represent the subnet mask in Binary format.
We get 11111111.11111111.11111111.00000000
As this is a Class C network,the first 24 bits represent Network ID and last 8 bits represent Host ID.
We need to concentrate on Host ID to calculate number of subnets.
Given that we need to create 8 Subnets.
We need to find the no. of subnet bits in Host ID
We know the formula to find no.of subnets i.e 2(no.of subnet bits in Host ID)
Let 'x' be no.of subnet bits in Host ID
=> 2x = 8
=> 2x = 23 [ if am=an , then m=n]
=> x=3
So we need to change first 3 bits of Host ID to create 8 Subnets.
Range of addresses:
After changing the 3 bits in Host ID,we get the new subnet mask as follows
11111111.11111111.11111111.11100000
i.e new subnet mask is 255.255.255.224
no.of subnets=8
no.of hosts=25-2 [we have to subtract 2 because 1 address is fixed for subnet and 1 address is fixed for broadcast]
=> 32-2
=>30 hosts in each subnet
To calculate range of subnet, we need to include subnet address and also broadcast address
so we get 32 different addresses for each subnet
so range is from 200.200.200.0 to 200.200.200.31 for first subnet and 200.200.200.32 to 200.200.200.63 for second subnet and so on till 8th subnet.
Network Subnetting 3 3. On a Class B network, how many hosts per subnet will you...
In a class B subnet, we know the IP address of one of the hosts and the subnet mask as given below: IP Address: 188.48.82.176 Subnet mask: 255.255.255.248 1) What is the first valid host address in the subnet? (in dotted decimal) 2) What is the last valid address in the subnet? (in dotted decimal) 3) What is the subnet network address? (in dotted decimal) 4) What is the subnet broadcast address? (in dotted decimal) 5) What is the number...
The topic is about (Subnetting in computer
networks).
Your help is greatly appreciated!
University of Southern Ontario has been assigned a Class B address with a network number of 132.27.0.0. You are asked to come up with a subnetting scheme that allows to create 650 subnets on that network. Show your work. 1) How many bits must be borrowed for the subnet ID? 2) What is the subnet mask required? 3) How many hosts there can be on each subnet?...
Given an IP address and mask of 192.168.1.0 255.255.255.0 (address / mask) subnet A has 55 hosts subnet b has 112 hosts The 0th subnet is not used. (Do not use 192.168.1.0) (Subnetting Help) Subnet A Specification Student Input Number of Network bits in the subnet mask New Subnet mask (decimal) Number of usable hosts IP Subnet (Network ID) First IP Host address Last IP Host address (Subnetting Help) Subnet B Specification Student Input Number of Network bits in the...
Subnet the following class B IPv4 network into at least 235 subnets. Complete the following table and answer the questions. Given that the network address is 186.100.0.0 with default subnet mask 255.255.0.0. Subnet # Subnet ID First host IP address Last host IP address Broadcast address for the subnet First Subnet Last Subnet How many bits need to be borrowed in order to create at least 235 subnets? What will be the new subnet mask? What will be the new...
Subnet mask 255.255.255.0 can never be used for class B network. Question 1 options: True False Question 2 (1 point) In CIDR notation, /22 indicates there are 22 ones in the subnet mask. Question 2 options: True False Question 3 (1 point) When deploy a network inside a commercial building, there must be only one LAN. Question 3 options: True False Question 4 (1 point) When a packet is going to be routed to a computer in a LAN, other...
To help develop your subnet-calculation skills, you are now challenged with a practice subnetting exercise. Using a separate sheet of paper, solve the following scenario: Based on your network design requirements, you determine that you should use a 26-bit subnet mask applied to your 192.168.0.0/24 network. You now need to calculate each of the created subnets. Additionally, you want to know the broadcast address and the range of usable addresses for each of the created subnets. Advanced Subnetting Practice: Exercise...
COMPUTER NETWORKS: 1. An organization with a Class B IP address of 128.25.0.0/16 wants eight subnets in its network. There are some legacy routers. Hence, they do not want to use zero and all-ones subnets. a. How many bits are used in each of the following three fields? netID: ______________ subnetID: __________ hostID: _________________ b. Determine the subnet mask that needs to be set in the hosts in dotted decimal notation. Subnet Mask in dotted decimal notation: ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬_______________________________________ c. ...
Consider a network with network address 192.168.10.0/24, divide this network into 6 equal size subnets. And find followings Subnet mask Size of a subnet Network addresses of each subnet Broadcast addresses of each subnet First 2 IP addresses of each subnetwork. Answer following questions based on thee values given below Number of needed usable hosts in a single sub net - 22 Network Address - 201.168.75.0 Address class Default mask subnet mask Number of bits borrowed Total number of subnets...
A/ Given the following IP address from the Class B address range using the default subnet mask: 100.110.0.0. Your network plan requires no more than 64 hosts on a subnet. When you configure the IP address in Cisco IOS software, which value should you use as the subnet mask? 255.255.0.0 255.255.128.0 255.255.255.128 255.255.255.252 B/ Identify how many valid host addresses can you have on 192.168.27.32 network with a subnet mask of 255.255.255.240. (2^4) - 2 (2^3) – 2 (2^2)...
1. Determine the range of host addresses on a subnet Network 200.154.150.64 Mask 255.255.255.224 2. Given the network address 192.168.10.0 and the subnet mask /30. how many subnets are there? How many hosts/subnet ? 3. Find subnet and broadcast address for 192.168.0.100 /27