Compare cert salaries and plan your next career move
LinuxRacr wrote: » This is the question that spawned my earlier question:You Have subnetted the 192.168.14.0 network into 8 subnets. What is the valid host range of the third subnet? I had a mental block in solving it for some reason...
LinuxRacr wrote: » Ok, I've been able to answer quite a few questions in my head now, but this is the latest one that is getting me:How many subnets and hosts per subnet can you get from the 172.28.0.0/26 network. The hosts per subnet part was easy: Since we are past the /24 boundary, we subtract 26 from the next octet boundary of 32: 32-26=6 2^6=64 Hosts per subnet = 64-2=62. It was the number of subnets that I was lost on. Highlight with mouse to see answer below. Answer: 1024 subnets and 62 hosts per subnet.
LinuxRacr wrote: » Question: How many subnets and hosts per subnet can you get from the network 172.19.0.0 255.255.252.0?Answer: 64 subnets and 1022 host < Highlight with mouse to see. I worked this one out on paper, and this one seems wrong to me....
LinuxRacr wrote: » I believe my lack of understanding coupled with the method in which I was trying to solve this lead to my conclusion... sigh... Two steps forward, one step back...
Rhodan wrote: » Hi all, Great thread! I'm stuck with this one:You are designing a subnet mask for the 192.168.100.0 network. You want 3 subnets with up to 50 hosts on each subnet. What subnet mask should you use?The answer given is 255.255.255.192 How do I work this out?
Carl_S_901 wrote: » Rhodan, The smallest block size that will support 50 hosts is 64. Your mask is 255.255.255.192 (256-64) This is also known as a /26 You will have 4 subnets. Couple of ways to do this: 1. If you have a block size of 64 then you are using 6 bits for hosts (2^6) which means you have 2 bits for network (2^2) beyond the mask of /24 you were given. 2. Each time you move the mask a bit to the right you get twice as many subnets which are half the size. If you have a /24 and you borrow one bit and make it a /25 then you have two networks with 128 block size. If you move it one more to the right and make it /26 then you now have a block size of 64 and 4 networks. Remember that usable hosts is always the size of the block MINUS 2 to account for the network and broadcast addresses. Finally, if a question like this says you need 3 subnets that doesn't mean 3 and ONLY 3. It can be more so long as it meets the other requirements.
Rhodan wrote: » Thanks for the quick replies, that makes sense. Here's another type of question I want to check on:How many subnets and hosts per subnet can you get from the network 172.22.0.0/25?Answer given is 512 subnets and 126 hosts This is how I work it out: 172.22.0.0 is a Class B network, so /16. 25 - 16 = 9 network bits 2^9 = 512 subnets There are 7 host bits left from the /25, so (2^7) - 2 = 126 hosts. Is this the correct way of working it out?
Wickedkick wrote: » Hi all,Question: What is the first valid host on the subnetwork that the node 172.16.228.120/22 belongs to? and the actual answer to it is: Answer: 172.16.228.1 -Wicked
elad123 wrote: » Guys, I am reading through this but there is something that is not clicking for me, take the above for example if I am understanding this correctly: 24-22 = 2 2^2 = 4 so you increment the 3rd octet by 4 172.16.0.0 172.16.4.0 172.16.8.0 etc... 172.16.228.0 172.16.232.0 what is the shortcut to do that quickly instead of writing it all out?
r_durant wrote: » Why do you think it's wrong? You have 11111111.11111111.11111100.00000000 2^6 bits for the subnets which = 64 2^10-2 bits for the hosts which = 1022
LinuxRacr wrote: » I'm still confused a little about where the 2^10 came from on this one..... Did it come from the 10 host bits (the zeros)?
Compare salaries for top cybersecurity certifications. Free download for TechExams community.