Question

Scenario 2 (Use the network 192.126.100.0 for the following questions.) 9) I want to break up my network into subnets for som

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The given network = 192.126.100.0

Since nothing is mentioned about type of IP Addressing, it is assumed to be Classful IP Addressing. The first octet value 192 falls in the range 192 - 223 which is range of IP Addresses supported by Class C. So the given IP Address 192.126.100.0 belongs to Class C.

As per Class C, the first three octets belongs to Network ID and last octet is alloted to Host ID. So to create subnets, the bits to be alloted to subnet must be taken from Host ID and the remaining bits of Host ID will be alloted to hosts within subnets. The binary notation for given network is

11000000.01111110.01100100.00000000

It is given that each subnet should have atleast 12 hosts. But the number of hosts are generally alloted in powers of 2. So the number closest to 12 and representable in power of 2 is 16. So for representing 16 IP Address, log216 = log224 = 4 bits are needed. So least signiifcant four bits in last octet 00000000 are allocated to Host ID and most significant 4 bits will be alloted to Subnet ID.

192.126.100.00000000 Host ID Subnet ID

(9) The possible values of Host ID portion will be from 0000 (0) to 1111 (15). Similarly the possible values for Subnetwork ID will be from 0000(0) to 1111(15).The number of possible subnets will be from Subnet 0 to Subnet 15 = 16 Subnets. So 16 Subnets will be possible in total.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

(10) A mask can be defined as the bits that are being required. Networks that are not subnetted will have default mask which contains 1's in Network ID portion and 0's in Host ID portion. Since given network is Class C, the default mask of the given network without subnetting will be

            11111111.11111111.11111111.00000000

     i.e.,   255.255.255.0

In /n notation it can be represented as /24 where n is number of bits in Network ID part. The Subnet mask is combination of default mask of the network combined with subnet bits. It means when an network is subnetted along with original Network ID, the subnet portion also will contain 1's and Host ID bits will contain 0's as usual. So the subnet mask will be

            11111111.11111111.11111111.11110000

      i.e.,The Subnet mask of the network is 255.255.255.240

In /n notation the entire network with subnets can be represented as 192.126.100.0/28 ( considering Classful Addressing ) where n represents bits of the subnetwork portion.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

(11) The entire information of each subnet is listed below :

Subnet First IP Address Last IP Address First Host Address Last Host Address
0 192.126.100.0 192.126.100.15 192.126.100.1 192.168.100.14
1 192.126.100.16 192.126.100.31 192.126.100.17 192.126.100.30
2 192.126.100.32 192.126.100.47 192.126.100.33 192.126.100.46
3 192.126.100.48 192.126.100.63 192.126.100.49 192.126.100.62
4 192.126.100.64 192.126.100.79 192.126.100.65 192.126.100.78
5 192.126.100.80 192.126.100.95 192.126.100.81 192.126.100.94
6 192.126.100.96 192.126.100.111 192.126.100.97 192.126.100.110
7 192.126.100.112 192.126.100.127 192.126.100.113 192.126.100.126
8 192.126.100.128 192.126.100.143 192.126.100.129 192.126.100.142
9 192.126.100.144 192.126.100.159 192.126.100.145 192.126.100.158
10 192.126.100.160 192.126.100.175 192.126.100.161 192.126.100.174
11 192.126.100.176 192.126.100.191 192.126.100.177 192.126.100.190
12 192.126.100.192 192.126.100.207 192.126.100.193 192.126.100.206
13 192.126.100.208 192.126.100.223 192.126.100.209 192.126.100.222
14 192.126.100.224 192.126.100.239 192.126.100.225 192.126.100.238
15 192.126.100.240 192.126.100.255 192.126.100.241 192.126.100.254

It can be observed that in every subnet 16 IP Address are possible but only 14 can be allocated to the hosts. Because the first IP Address of a Subnet is the Network ID of the Subnet and last IP Address will act as Directed Broadcast Address (DBA) of the Subnet.

The information about first three networks is given below :

Subnet First IP Address Last IP Address Host IP Address Range Network ID BroadCast Address
0 192.126.100.0 192.126.100.15 192.126.100.1 to 192.168.100.14 192.126.100.0 192.126.100.15
1 192.126.100.16 192.126.100.31 192.126.100.17 to 192.126.100.30 192.126.100.16 192.126.100.31
2 192.126.100.32 192.126.100.47 192.126.100.33 to 192.126.100.46 192.126.100.32 192.126.100.47

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Add a comment
Know the answer?
Add Answer to:
Scenario 2 (Use the network 192.126.100.0 for the following questions.) 9) I want to break up...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • [show your work - no calculators of any sorts] Scenario 1 (Use the network 221.108.72.0 for...

    [show your work - no calculators of any sorts] Scenario 1 (Use the network 221.108.72.0 for the following questions.) 5) We need to subnet this network to support a minimum of 7 (seven) networks. How many bits do we need to use from the last octet to support this?| 6) How many hosts would each network be able to support? 7) What will the subnet mask be? 8) Give the network, IP range, and broadcast address for the first 3...

  • Q6: Subnet the Class C IP Address 195.1.1.0 So that you have 10 subnets each with...

    Q6: Subnet the Class C IP Address 195.1.1.0 So that you have 10 subnets each with a maximum 12 hosts on each subnet. List the Address on host 1 on subnet 0,1,2,3,10. Q7: Subnet the Class C IP Address 205.11.2.0 so that you have 30 subnets. · What is the subnet mask for the maximum number of hosts? · How many hosts can each subnet have? · What is the IP address of host 3 on subnet 2? Q8: You...

  • Network IP Addressing Network Layout of 2 networks Given an IP address and mask of 172.23.29.0/24,...

    Network IP Addressing Network Layout of 2 networks Given an IP address and mask of 172.23.29.0/24, design an IP addressing scheme that satisfies the following requirements. Subnet B Specification This network requires space for 62 machines plus the router Number of bits in the subnet Blank 1 IP mask (binary) Blank 2 New IP mask (decimal) Blank 3 Maximum number of usable subnets of this size when using this mask (including the 0th subnet) Blank 4 Number of usable hosts...

  • You are given a class B IP Address of 169.33.0.0 and you need to create a network with at least 20 subnets and at l...

    You are given a class B IP Address of 169.33.0.0 and you need to create a network with at least 20 subnets and at least 100 hosts in each subnet. Answer the following questions (answers may vary): 1. What subnet mask will you choosse? 2. State what are the IP addresses for: a. The IP address of each subnet b. The IP address of the first host in each subnet c. The IP address of the last host in each...

  • (8 points) A company has a network address of 178.145.20.64 with a subnet mask of 255.255.255.192. The company wants to break this address block into 4 subnets of equal size. a. What Subnet Mask sho...

    (8 points) A company has a network address of 178.145.20.64 with a subnet mask of 255.255.255.192. The company wants to break this address block into 4 subnets of equal size. a. What Subnet Mask should they configure on internal devices to achieve this? b. How many hosts per subnet do they obtain? c. List out the 4 Subnet IDs, the first and last valid host address, and the broadcast address for each of these subnets. 5. a. Subnet Mask: b....

  • 4. Given a network IP address of 130.124.0.0 answer the following questions if 8 subnets are...

    4. Given a network IP address of 130.124.0.0 answer the following questions if 8 subnets are to be created a. What dass (A, B or C) is the IP address 130.124.0.07 b. What is the # of borrowed host bits to create 8 subnets? Show your work and/or explain your answer. c Determine the subnet mask d. Determine the number of usable hosts per subnet e. Determine the network address and the broadcast address for each subnet. Network Address (Subnet)...

  • COMPUTER NETWORKS: 1.   An organization with a Class B IP address of 128.25.0.0/16 wants eight subnets...

    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.  ...

  • Can someone please provide to me the appropriate IP addresses and subnets to use for this...

    Can someone please provide to me the appropriate IP addresses and subnets to use for this assignment? There is a small internal network with 3 different workgroups (A, B, and C) Here is a visual of the network: http://i.imgur.com/niek3p8.png You have been allocated the 172.18.128.0 /23 network to use. Each workgroup has the following number of hosts: Workgroup Hosts A 31 B 16 C 102 You want to use the smallest subnets possible to perserve IP addresses, but you also...

  • Subnet the following class B IPv4 network into at least 235 subnets. Complete the following table...

    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...

  • Consider a network with network address 192.168.10.0/24, divide this network into 6 equal size subnets. And...

    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...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT