Question

For this assignment you will explore subnet addresses, host addresses and direct broadcast addresses. You will...

For this assignment you will explore subnet addresses, host addresses and direct broadcast addresses. You will be provided an IP addresses and then asked to answer questions related to the IP.

In this assignment, first we explain how to find the subnet address for each subnet, the range of host addresses, and the direct broadcast address. Then you will be asked to do a similar exercise by yourself. Assume that you have been assigned the 192.168.1.0/24 network. You need to create 8 subnets. How many bits do you need to borrow from the host field for the subnet field? We need to borrow 3 bits: 1 bit would give us 2 subnets, 2 would give us 4, and 3 would give us 8. What is the maximum number of subnets that can be created with this number of bits? We can create 2^3 = 8 subnets. How many bits can be used to create the host space? Each byte has 8 bits—we are using 3 bits to define the subnets, and this leaves us with 5 bits for the host space. What is the maximum number of host addresses available per subnet? 2^5 - 2 = 32 - 2 = 30. We have 5 bits for the host space, and each bit can assume a value of 1 or 0 (25). However, two addresses on each subnet are reserved—the first one (all zeros) for the subnet address and last address (all ones) for the broadcast address. What prefix would you use? What is the subnet mask, in binary and decimal format? Recall that the prefix indicates the number of bits used to identify the network. Given that this is a Class C address and we use 3 bytes plus 3 additional bits for subnets (8+8+8+3=27)8+8+8+3=27, our prefix will be /27. Recall that the subnet mask is a continuous stream of 1s—in our case, 27 of them. Therefore, the subnet mask in binary is 11111111.11111111.11111111.11100000.

Subnet Number Subnet Address (first address on the subnet) Range of Host Addresses Direct Broadcast Address (last address on the subnet)

0 192.168.1.0 192.168.1.1–192.168.1.30 192.168.1.31 1 192.168.1.32 192.168.1.33–192.168.1.62 192.168.1.63 2 192.168.1.64 192.168.1.65– 192.168.1.94 192.168.1.95 3 192.168.1.96 192.168.1.97–192.168.1.126 192.168.1.127 4 192.168.1.128 192.168.1.129– 192.168.1.158 192.168.1.159 5 192.168.1.160 192.168.1.161–192.168.1.190 192.168.1.191 6 192.168.1.192 192.168.1.193–192.168.1.222 192.168.1.223 7 192.168.1.224 192.168.1.225–192.168.1.254 192.168.1.255

We need to convert this binary number into a decimal to get the subnet mask. Hands-On Activity 5C might come in handy here. The subnet mask in decimal is 255.255.255.224.

What is the increment value? The increment value is the amount by which the subnet address increases from one subnet to the next and is given by the placeholder value of the last 1 in the subnet mask. Because the last byte in the subnet mask has three 1s, the third number 1 represents 32 (see Hands-On Activity 5C in your book for more detail). So, the increment value is 32.

Complete the following table; define each of the subnets, the range of host addresses on the subnet, and the directed broadcast address on the subnet. Explanation of this table: In part b, we indicated that there were eight subnets. The best way to fill out the table is to identify the subnet addresses for all subnets. The very first subnet’s IP address is when all the bits in the last byte are 0, giving us the following decimal value: 192.168.1.0. Recall from part f that the incremental value is 32, which means that the second subnet’s IP address will have the third placeholder equal to 1, giving us the following address: 192.168.1.32. To find the third subnet’s IP address, we need to multiply the increment value (32) by 2, resulting in 192.168.1.64. You would continue until the eighth subnet, in which all the first 3 bits in the last byte equal 1, giving us 192.168.1.224. The direct broadcast address’s value is one less than the next subnet’s IP address. Also, this address will have all the host bits in the last byte equal to 1. For simplicity, I will only convert the last byte of several broadcast addresses to binary to illustrate this: Broadcast Address Last Byte Converted to Binary (network bits | host bits) 192.168.1.31 0 0 0 | 1 1 1 1 1 192.168.1.63 0 0 1 | 1 1 1 1 1 192.168.1.95 0 1 0 | 1 1 1 1 1 192.168.1.127 0 1 1 | 1 1 1 1 1 The addresses between the subnet address and the broadcast address can be assigned to any hosts on the network.

Deliverables Assume that you have been assigned 205.235.48.0/28 How many bits are borrowed to create the subnet field? ________________ What is the maximum number of subnets that can be created with this number of bits? ________________ How many bits can be used to create the host space? ________________ What is the maximum number of host addresses available per subnet? ________________ What is the subnet mask, in binary and decimal format? ________________ Complete the following table and calculate the subnet that this address is on, and define all the other subnets (the range of host addresses on the subnet and the directed broadcast address on the subnet). Make sure you list all of the subnets. You may need to increase the size of the table shown below. Subnet Number Subnet Address Range of Host Addresses Direct Broadcast Address 0 1 2 3 4 5 6 7 … Last subnet number Note this table may need to be expanded to show all IP Subnets Answer the following: What subnet number is the IP address of 205.235.48.129 on? A junior network administrator is trying to assign 192.168.111.96 as a static IP address for a computer on the network but is getting an error message. Why? Can 205.235.48.254 be assigned as a Host IP address? Why?

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

We need to convert this binary number into a decimal to get the subnet mask. Hands-On Activity 5C might come in handy here. The subnet mask in decimal is 255.255.255.224.


11111111.11111111.11111111.11100000

Deliverables Assume that you have been assigned 205.235.48.0/28

How many bits are borrowed to create the subnet field?

4


What is the maximum number of subnets that can be created with this number of bits?

16


How many bits can be used to create the host space?

2^4=16 hosts


What is the maximum number of host addresses available per subnet?

1


What is the subnet mask, in binary and decimal format?

255.255.255.255

What subnet number is the IP address of 205.235.48.129 on?

Network Subnet       size                   Range                   Broadcast
205.235.48.128   255.255.255.224   30   205.235.48.129 to 205.235.48.158   205.235.48.159

A junior network administrator is trying to assign 192.168.111.96 as a static IP address for a computer on the network but is getting an error message. Why?
because the ip address range is not in the network address range as network is starting with 205.235.48 and 192.168.111 is different network thats why.

Can 205.235.48.254 be assigned as a Host IP address? Why?
yes that address will be from last network

if you have any doubt then please ask me without any hesitation in the comment section below , if you like my answer then please thumbs up for the answer , before giving thumbs down please discuss the question it may possible that we may understand the question different way and we can edit and change the answers if you argue, thanks :)

Add a comment
Know the answer?
Add Answer to:
For this assignment you will explore subnet addresses, host addresses and direct broadcast addresses. You will...
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
  • 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...

  • 1. Determine the range of host addresses on a subnet Network 200.154.150.64 Mask 255.255.255.224 2. Given...

    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

  • 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) Subne...

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

  • In a class B subnet, we know the IP address of one of the hosts and...

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

  • using the information given below . what is the ip address , subnet mask , default...

    using the information given below . what is the ip address , subnet mask , default gateway? ** corrections # of bits in subnet for A :6 # of bits in submet for B: 3 PC-A R1 G0/0 R GO/1 S1 PC-B ? assign the IP ADDRESS information with given information Given, IP address: 202.44.66.0/24 For Subnet A: It needs 2 valid hosts 2 valid hosts + 2 (network and broadcast) = 22 i.e., It needs 2 bit as host...

  • Find the network address, the broadcast address, and the range of host addresses for each given...

    Find the network address, the broadcast address, and the range of host addresses for each given IPv4 address. The network address is calculated by setting all host bits to zero. The broadcast address is calculated by setting all host bits to one. The available addresses to assign to hosts on the network are the addresses between the network address and the broadcast address. The CIDR (Classless Inter-Domain Routing) number indicates the number of network bits. Since IPv4 is a 32-bit...

  • Given the network 192.168.100.0/24, we are going to segment this network into two subnets, Subnet A...

    Given the network 192.168.100.0/24, we are going to segment this network into two subnets, Subnet A and Subnet B. The hosts requirement for Subnet A is 90 and for Subnet B is 20. Calculate below Subnet A: Subnet Mask in decimal & Binary: Number of Useable Hosts in this Subnet IP Network Address First valid IP Address Last valid IP Address Subnet Broadcast IP Address Subnet B: Subnet Mask in Decimal and Binary: Number of Useable Hosts in this Subnet...

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

  • A/ Given the following IP address from the Class B address range using the default subnet...

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

  • NETWORKING I please help.. thanks you. Given that a subnet mask byte value has bits set...

    NETWORKING I please help.. thanks you. Given that a subnet mask byte value has bits set to 1 from left to right there is a small set of possible values. The first tow values are 128,192. What are the rest of the values? Hint: here are place values or each bit in a byte 128           64          32           16            8            4         2          1 What are the rest of the values? 128, 192... Consider the following pc configuration IP address:                 192.168.1.2 Subnet...

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
ADVERTISEMENT