Question

Need help with an IP exercise. If I have been given the IP network 146.127.144.0 from...

Need help with an IP exercise. If I have been given the IP network 146.127.144.0 from my ISP and I currently have 6 locations all about the same size.  

How do I figure out all the networks that could be assigned using CIDR format and their broadcast address.

I do not understand how to do this. I would appreciate a SIMPLE explanation. I am currently taking an introductory Networking course and I will be tested on this tomorrow.

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

As the requirement is of 6 subnet with equal number of hosts , Subnet mask that can provide 8 subnet will be used i.e 255.255.224.0 (/19)

note that number of subnets and number of hosts are in powers of 2 , therefore 8 subnets will be available.

( 2n =6 where n is approx 3.

therefore 3 bits will be borrowed from hosts bits

subnet mask (255.255.0.0) in binary (as given IP address is a class B IP address)=

 11111111.11111111.00000000.00000000

now, we want 3 bits from host bits therefore subnet mask in binary=

 11111111.11111111.11100000.00000000            (255.255.224.0)

As given IP address is of class B therefore /16 is default CIDR value and 3 bits will be borrowed therefore /19 will be used)

According to requirement , 6 subnets are required therefore 2 will be reserved for future use.

Now, subnetting given IP address 146.127.144.0 into 8 subnets with 8190 number of hosts in each subnet.

note tha first and last IP address are network ID and broadcast ID respectively and are not usable IP address.

therefore number of usable IP address are 213=8192

8192-2=8190 (in each subnet))

and address space of 32.

CIDR address space
24 1
23 2
22 4
21 8
20 16
19 32
18 64
17 128

subnet 1

first (usabe) IP address= 146.127.128.1

last IP address=146.127.159.254

broadcast IP address=146.127.159.255

subnet 2

first IP address= 146.127.160.1

last IP address=146.127.191.254

broadcast IP address=146.127.191.255

subnet 3

first IP address= 146.127.192.1

last IP address=146.127.223.254

broadcast IP address=146.127.223.255

subnet 4

first IP address= 146.127.224.1

last IP address=146.127.255.254

broadcast IP address=146.127.255.255

subnet 5

first IP address= 146.128.0.1

last IP address=146.128.31.254

broadcast IP address=146.128.31.255

subnet 6

first IP address= 146.128.32.1

last IP address=146.128.63.254

broadcast IP address=146.128.63.255

Add a comment
Know the answer?
Add Answer to:
Need help with an IP exercise. If I have been given the IP network 146.127.144.0 from...
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
  • You are a network planner tasked with developing an IP structure for the following networks. The IP space is to be assig...

    You are a network planner tasked with developing an IP structure for the following networks. The IP space is to be assigned sequentially from the lowest to the highest address. The largest subnet is to be assigned first then followed in turn by the next largest subnet until they are all assigned. The answers are to be put into the appropriate boxes in the table. You have the address space 123.97.80.0/21. The networks are listed below: Network A: 463 Network...

  • You are a network planner tasked with developing an IP structure for the following networks. The...

    You are a network planner tasked with developing an IP structure for the following networks. The IP space is to be assigned sequentially from the lowest to the highest address. The largest subnet is to be assigned first then followed in turn by the next largest subnet until they are all assigned. The answers are to be put into the appropriate boxes in the table. You have the address space 123.97.80.0/21. The networks are listed below: Network A: 463 Network...

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

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

  • Hello, I need help with the questions below. And, can you show your work so I...

    Hello, I need help with the questions below. And, can you show your work so I can understand how you got your answer. Without the work, I won't be able to comprehend how you split the subnets. Please and thank you. Name Day/Night Homework 5 Subnetting For the Class A network 5.0.0.0 which has been subnetted into 2 subnets, fill in the following chart (dotted decimal). Show your work. (6 points) Network Address Broadcast Address Host Address Range First Subnet...

  • ***Topic is Networking & Data Communications I. Conversion between binary and decimal forms of IP addresses...

    ***Topic is Networking & Data Communications I. Conversion between binary and decimal forms of IP addresses Convert the binary IP address into decimal form. 10011010 . 00110010 . 00100000 . 00011111 01100101 . 11001101 . 11011111 . 11100000 Convert the IP addresses from decimal to binary form. 64.27.101.17 141.233.128.31 II. Determining Whether Two IP Addresses in Binary Form are on the Same Subnet In each of the following exercises, you are to use the subnet mask to determine whether the...

  • COMPUTER NETWORKS: 3.   Consider an organization that needs 400 IP addresses. The organization has been assigned...

    COMPUTER NETWORKS: 3.   Consider an organization that needs 400 IP addresses. The organization has been assigned two blocks Class C addresses. 200.128.64.0 – 200.128.64.255, and 200.128.65.0 – 200.128.65.255. Having obtained these 512 addresses, the organization decided to subnet its address space with 3 bit subnetID. e.   Determine the number of subnets possible in this organization. The organization plans to use zero and all-ones subnets. Number of subnets possible: __________________________________________________ f.   Determine the number of hosts possible in each subnet. Number...

  • I have to mimic how the packets travel from he source IP addressto the destination...

    I have to mimic how the packets travel from the source IP address to the destination IP address within the network. How do I solve this?Routing Paths and Subnets 192.168.0.0/24 10.1.0.0/16 192.168.1.64/26 192.168.1.0/26 10.2.1.0/16 172.16.100.0/24 

  • I need some help with the cp command in Unix/Linux. I need to copy all the...

    I need some help with the cp command in Unix/Linux. I need to copy all the files in my current directory A03 into the backup directory. How do I do this? I am taking an introductory unix/linux course so I need a basic answer. Thanks.

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

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
Active Questions
ADVERTISEMENT