<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title>Topic &#x27;[Servers] ip address assignment&#x27; in forum &#x27;Networking&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Servers-ip-address-assignment-7373044</link>
<description></description>
<language>en</language>
<pubDate>Wed, 23 Mar 2022 15:06:57 EDT</pubDate>
<lastBuildDate>Wed, 23 Mar 2022 15:06:57 EDT</lastBuildDate>

<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7381221</link>
<description><![CDATA[tschmidt posted :  <BLOCKQUOTE><SMALL>said by <a href="/profile/211848" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=211848');">PC Dreams</a>:</SMALL><HR>If I understand correctly(probally not) when you subnet you broadcast(255) and network(0) octet changes also.  <HR></BLOCKQUOTE> In a given network the lowest address is the network address the highest broadcast. Depending on the size of the address block these are not necessarily 0 and 255. An IP address is an unsigned 32-bit binary number. Dividing it into 4 8-bit octets is purely for human convenience. <br><br>As Wily_One says you need to think of IP address as a binary number - then it becomes obvious what the lowest and highest address is. Using dotted decimal makes the relationship more confusing then it needs to be.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7381221</guid>
<pubDate>Sat, 12 Jul 2003 10:22:09 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7380032</link>
<description><![CDATA[Wily_One posted : tim_k, in the example given above, you have two networks:<br>192.168.16.0 /22:  192.168.16.1 - 192.168.19.254<br>192.168.32.0 /22:  192.168.32.1 - 192.168.35.254<br><br>The broadcast addresses for these are 192.168.19.255 and 192.168.35.255, respectively.<br><br>All addresses in the ranges listed are valid.  In a /22 network, you will have three .0 addresses that are valid: 192.168.17.0, 18.0, and 19.0.  Likewise you will have three .255 addresses that are valid: 192.168.16.255, 17.255, and 18.255.<br><br>For each network you have 1,022 total addresses available.  The formula for this is (2^n)-2, where 'n' is the number of bits in the subnet mask.  The -2 is to subtract the subnet address (192.168.16.0) and the broadcast address (192.168.19.255) from the network.  (This is why I refer to this network size as a 10-bit subnet: the subnet mask of 255.255.252.0 leaves 10 bits for the subnet.)  [(2^10)-2] = 1,022.<br><br>The real key to understanding all of this is an understanding of binary numbers.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7380032</guid>
<pubDate>Sat, 12 Jul 2003 02:54:21 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7379934</link>
<description><![CDATA[PC Dreams posted : If I understand correctly(probally not) when you subnet you broadcast(255) and network(0) octet changes also. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7379934</guid>
<pubDate>Sat, 12 Jul 2003 02:28:19 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7379917</link>
<description><![CDATA[tim_k posted : I must be missing something. How can you assign a node the network address (0) or broadcast address (255)?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7379917</guid>
<pubDate>Sat, 12 Jul 2003 02:23:29 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7379299</link>
<description><![CDATA[Wily_One posted : Yes.  A good reference is the official <B>RFC 1878</B>:<br><br>&raquo;<A HREF="http://www.faqs.org/rfcs/rfc1878.html" >www.faqs.org/rfcs/rfc1878.html</A>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7379299</guid>
<pubDate>Sat, 12 Jul 2003 00:38:19 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7379016</link>
<description><![CDATA[PC Dreams posted : ok so the /# tells you how many bits the network address is, now that makes sense]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7379016</guid>
<pubDate>Sat, 12 Jul 2003 00:00:47 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7378990</link>
<description><![CDATA[tschmidt posted : When the Internet was first developed addresses were segmented by address.  By simply looking at the first, second or third octet the router knew the size of the address block. Nice, simple easy to implement but it had a serious flaw. Each address block had 254, 65,535, or 16,777,213 addresses. Class C was too small for many organization and Class A was way to large.<br><br>Very early it became clear IPv4 was rapidly running out of addresses. The clever folks at the IETF came up with the notion of classless routing. In classless routing the boundary between the network and host portion of the address may be located anywhere. In the new nomenclature:<br>Class A address became /8<br>Class B address became /16<br>Class C address became /24<br><br>This allows addresses to be allocated with much finer granularity. A user that needs 1,000 addresses no longer had to be issued four class C's or a single wasteful Class B. They can be issued a /22. 22 bits reserved for network address 10 bits for host addresses.<br><br>Classless addressing did add some complexity in that the address no longer carried the address class embedded in the address itself. A new parameter called the subnet mask is used to specify the boundary between the network and host portion.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7378990</guid>
<pubDate>Fri, 11 Jul 2003 23:56:42 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7378787</link>
<description><![CDATA[PC Dreams posted : just checked out learningtosubnet.com. Wow Very informative.<br><br>Only question I have so far is:<br><br>on a class c network your subnet id is taken from the 4th octet. So how do you set your host?  or can you only use the first 6 bits for a subnet id?<br><br>I don't get the /# but thats ok for now. I just want to understand the rest first :)<br><small>--<br>"As if you could kill time without injuring eternity." H.D. Thoreau<BR><BR><BR>"Read your fate, see what is before you, and walk on into futurity." H.D. Thoreau</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7378787</guid>
<pubDate>Fri, 11 Jul 2003 23:28:55 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7378590</link>
<description><![CDATA[ender78 posted : Rolande,<br><br>Chuck's subnetting paper is the best out there.  I got my start with that paper many a year ago.  I was going to past the link if you had not. <br><br>Google Search Terms : 3com subnetting chuck<br><br>Just in case others want it directly from 3COM<br><br>&raquo;<A HREF="http://www.3com.com/other/pdfs/infra/corpinfo/en_US/501302.pdf" >www.3com.com/other/pdfs/ &middot;&middot;&middot; 1302.pdf</A>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7378590</guid>
<pubDate>Fri, 11 Jul 2003 23:05:23 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7376906</link>
<description><![CDATA[Wily_One posted : Yeah, that's right.  I sit corrected. &nbsp;;)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7376906</guid>
<pubDate>Fri, 11 Jul 2003 19:53:27 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7376784</link>
<description><![CDATA[rolande posted : Wily_One, the network is 192.168.16.0/22  <br><br>192.168.17.0/22 is illegal because it is not on the even bit boundary. The broadcast is 192.168.19.255. <br><br>192.168.33.0/22 is an illegal designation too. It has to be 192.168.32.0/22 and the broadcast would be 192.168.35.255<br><small>--<br>Remember what they say: "There are 10 types of people in the world.. those who understand binary, and those who don't."</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7376784</guid>
<pubDate>Fri, 11 Jul 2003 19:39:18 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7375955</link>
<description><![CDATA[Wily_One posted : There's nothing wrong with the question.  A subnet mask of 255.255.252.0 means you have a /22 network, also called a 10-bit subnet.  From using base-2 math, or using subnet tables, you will see that a /22 network is the equivalent size of 4 Class C networks.<br><br>So, when you get a problem like this, first figure out the range of each subnet.  In this case, they are:<br><br>192.168.16.1 - 192.168.19.254<br>192.168.32.1 - 192.168.35.254<br>(remember that the first and last address of the subnet cannot be used.  192.168.16.0 is the subnet address, and 192.168.19.255 would be the broadcast address, for example.)<br><br>OK, once you have this broken down, you can easily see that the only correct answers are 192.168.18.255 and 192.168.35.0.  The other answers fall outside of the range of the given subnets.<br><br>This question is trying to trick you by giving you addresses that end in 0 and 255.  You have to think of the whole subnet, not the individual octets.  192.168.18.255 is a valid address for this subnet, but would not be valid if the subnet was 192.168.18.0 /24, for example.<br><br>Hope that helps.<br><br>(BTW, I see I'm saying about the same thing as rolande & tschmidt said.  Hopefully out of the 3 of us, it will help.  Sometimes you have to think of something in a certain way before you can wrap your mind around it. &nbsp;:))<br><br><I>Edit: thanks rolande</I><br><br><i>[text was edited by author 2003-07-11 19:55:28]</i><br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7375955</guid>
<pubDate>Fri, 11 Jul 2003 18:04:53 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7375755</link>
<description><![CDATA[rolande posted : Sorry for the sarcasm... I felt the same way when reading over all the Admin distance values for all the different routing protocols and types of routes. I feel like such an idiot for not knowing that kind of stuff cold years ago.<br><small>--<br>Remember what they say: "There are 10 types of people in the world.. those who understand binary, and those who don't."</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7375755</guid>
<pubDate>Fri, 11 Jul 2003 17:44:00 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7375149</link>
<description><![CDATA[PC Dreams posted : hey don't knock your head to hard. No one can know everything :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7375149</guid>
<pubDate>Fri, 11 Jul 2003 16:39:25 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7374467</link>
<description><![CDATA[tehzrd posted : Yea I had lunch and thought about this and did a little reading. It is possable......sorry <br>I did not put 2 and 2 together. So the "class B" mask on the "class C" got me, and had the mindset it was a typo.<br>I understand subnetting just fine. I just never read anything about this....Shows what I really know. ;)<br>Sorry PC Dreams for the bad info.<br> <br><br>Thanks rolande for tcpip links.<br><br>This is really eating at me, that I did not know this and I should.......:( <br>But I learned something today.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7374467</guid>
<pubDate>Fri, 11 Jul 2003 15:37:04 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7374105</link>
<description><![CDATA[rolande posted : Here is a great tutorial on IP addressing, split into 3 parts, that 3com used to have on their website. I could no longer find it out there, but I had a copy in my archives. I used this when it came out in 1996 to learn all the ins and outs of IP addressing for myself.<br><small>--<br>Remember what they say: "There are 10 types of people in the world.. those who understand binary, and those who don't."</small><!-- 7374105  HASH(0xad37ee8)   --><div class="borderless"><TABLE WIDTH=96% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=MIDDLE WIDTH=33%><A HREF="/r0/download/386658~09cbce5a7eb84caadda488d4d24e17a9/tcpip1.zip"><i class="fa fa-download"></i> <big>tcpip1.zip</big></A><br><small>58,191 bytes</small><br><small>(tcpip1.pdf)</small></TD><TD ALIGN=CENTER VALIGN=MIDDLE WIDTH=33%><A HREF="/r0/download/386659~0c678586a4c6911e947246862f111d07/tcpip2.zip"><i class="fa fa-download"></i> <big>tcpip2.zip</big></A><br><small>84,777 bytes</small><br><small>(tcpip2.pdf)</small></TD><TD ALIGN=CENTER VALIGN=MIDDLE WIDTH=33%><A HREF="/r0/download/386660~adc64c2f5375cc546b2f1e5fd6892e86/tcpip3.zip"><i class="fa fa-download"></i> <big>tcpip3.zip</big></A><br><small>48,112 bytes</small><br><small>(tcpip3.pdf)</small></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7374105</guid>
<pubDate>Fri, 11 Jul 2003 15:01:07 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7374005</link>
<description><![CDATA[PC Dreams posted : my head is starting to hurt :) I'm going to go do some remodling of the house. I'll come back to this a little later.<br><br>Thanks for the info though guys. I need to study up on binary math before I can make heads or tails of it though.<br><small>--<br>"As if you could kill time without injuring eternity." H.D. Thoreau<BR><BR><BR>"Read your fate, see what is before you, and walk on into futurity." H.D. Thoreau</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7374005</guid>
<pubDate>Fri, 11 Jul 2003 14:48:52 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373926</link>
<description><![CDATA[tschmidt posted : Sometimes dealing with dotted decimal make addressing more confusing then necessary.<br><br>Both subnets are 255.255.252.0 also called a /22 address. The high 22 bits are the network address the low 10 the host address. Converting subnet mask to binary we have:<br>11111111.11111111.11111100.00000000<br><br>To be on the same network the upper 22 bits must be the same. To determine the address range for this subnet take the address 192.168.17.1 and mask off the lowest 10 bits setting them to 0. This gives us a base address of 192.168.16.0. Adding 10 bits (3.255)to the base address gives us the maximum address of 192.168.19.255 <br><br>Use the same method to determine the other subnet address range.<br><br>LAy3R_III, as Rolande said, Classfull addressing does not play into this.<br> <br><br><i>[text was edited by author 2003-07-11 14:55:54]</i><br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373926</guid>
<pubDate>Fri, 11 Jul 2003 14:38:45 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373861</link>
<description><![CDATA[PC Dreams posted : I was hoping you'd drop in Rolande :) While what you said just went way over my head :) I know if I knew the math it would work out.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373861</guid>
<pubDate>Fri, 11 Jul 2003 14:31:09 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373734</link>
<description><![CDATA[rolande posted : There is this little thing called VLSM and CIDR, LAy3r_III. It allows you to use non-classful masks with your networks and still be able to route them, even though historically the address space was meant to only be for Class C use. The Internet would not work today if it weren't for this capability.<br><br>The netmask 255.255.255.252 only gives you 2 host addresses since the network and broadcast eat up the first and last address. The netmask 255.255.252.0 gives you the equivalent of 4 Class C subnets all merged together. With only the first and last address reserved that leaves you with 1022 host addresses. You have to remember that IP addressing is based on the binary format not the decimal representation of that value.<br><br>So, with and address of 192.168.17.1 and a netmask of 255.255.252.0 the network is 192.168.16.0/22 and the broadcast address is 192.168.19.255. With an address of 192.168.33.1 and a netmask of 255.255.252.0 the network is 192.168.32.0/22 and the broadcast address is 192.168.35.255<br><br>Based on the netmask, the first address in a network always has to fall on an even binary bit boundary. <br><small>--<br>Remember what they say: "There are 10 types of people in the world.. those who understand binary, and those who don't."</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373734</guid>
<pubDate>Fri, 11 Jul 2003 14:18:24 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373709</link>
<description><![CDATA[tehzrd posted : Yea for the net+ test it shouldn't try and get crazy subnetting questions. Like class C with class B subnetmask. But I dont know, I did not take network+.<br><br>Good Luck]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373709</guid>
<pubDate>Fri, 11 Jul 2003 14:15:20 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373635</link>
<description><![CDATA[PC Dreams posted : maybe the question is just wrong on the practice test. Hmm strange indeed.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373635</guid>
<pubDate>Fri, 11 Jul 2003 14:08:43 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373592</link>
<description><![CDATA[tehzrd posted : Its a class C address and that subnetmask wont work. Is the address 172.16.X.X?? now it a class B and the subnetmask will work.<br><br>I just looking at the question,choices and answers; It does not match.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373592</guid>
<pubDate>Fri, 11 Jul 2003 14:05:21 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373525</link>
<description><![CDATA[PC Dreams posted : yep 255.255.252.0 is what it gave me. I'm fairly sure that the reason the subnet mask doesn't match is because of subnetting.  Remember when you subnet your class changes(usually).<br><small>--<br>"As if you could kill time without injuring eternity." H.D. Thoreau<BR><BR><BR>"Read your fate, see what is before you, and walk on into futurity." H.D. Thoreau</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373525</guid>
<pubDate>Fri, 11 Jul 2003 13:57:46 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373494</link>
<description><![CDATA[PC Dreams posted : Identify IP addresses (IPv4,IPv6) and their default subnet mask)<br><br>taken from comptia objectives.<br><br>Not that I mind if it is on there. I just want to know so I know what to study<br><SMALL>--<br>"As if you could kill time without injuring eternity." <br>H.D. Thoreau<br><BR><BR><BR><br>"Read your fate, see what is before you, and walk on into futurity." H.D. Thoreau</SMALL><br><i>[text was edited by author 2003-07-11 13:58:24]</i><br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373494</guid>
<pubDate>Fri, 11 Jul 2003 13:54:02 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373489</link>
<description><![CDATA[tehzrd posted : Are you sure 255.255.252.0 is the subnet the question gives you and not 255.255.255.252?? Thats a class C and the subnetmask does not match. The info on the question does not match.  <br><i>[text was edited by author 2003-07-11 13:59:38]</i><br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373489</guid>
<pubDate>Fri, 11 Jul 2003 13:53:25 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373391</link>
<description><![CDATA[claydean posted : why not?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373391</guid>
<pubDate>Fri, 11 Jul 2003 13:43:13 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373350</link>
<description><![CDATA[PC Dreams posted : thanks for the link. Although I thought subnetting wasn't part of the Network+. Hmm]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373350</guid>
<pubDate>Fri, 11 Jul 2003 13:38:47 EDT</pubDate>
</item>
<item>
<title>Re: [Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373267</link>
<description><![CDATA[claydean posted : it has to do with how the subnet mask affects the ip address to indicate network range.<br><br>Nice little utility to generate charts to show different network ranges.<br>&raquo;<A HREF="http://www.warriorsofthe.net/utils/index.html" >www.warriorsofthe.net/ut &middot;&middot;&middot; dex.html</A>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Servers-ip-address-assignment-7373267</guid>
<pubDate>Fri, 11 Jul 2003 13:28:50 EDT</pubDate>
</item>
<item>
<title>[Servers] ip address assignment</title>
<link>http://www.dslreports.com/forum/Servers-ip-address-assignment-7373044</link>
<description><![CDATA[PC Dreams posted : doing a practice net+ exam and this question is throwing me. can someone explain?<br><br>You manage a location where there are two subnets. The router interfaces for each subnet are assigned the IP (Internet protocol) addresses as shown in the diagram.<br>the subnet mask for both subnets is 255.255.252.0<br><br>select a valid IP address for the server shown on each subnet and place the address in the box above the appropriate server.<br><br>Choices are:<br>           <br>192.168.36.128<br>192.168.35.0<br>192.168.20.10<br>192.168.15.254<br>192.168.30.1<br>192.168.18.255<br><br>it says the answer is<br><br>192.168.18.255 for the Corp-Svr<br>192.168.35.0 for the  DNS-10<br><small>--<br>"As if you could kill time without injuring eternity." H.D. Thoreau<BR><BR><BR>"Read your fate, see what is before you, and walk on into futurity." H.D. Thoreau</small><!-- 7373044  HASH(0xad380e0)   --><div class="borderless"><TABLE WIDTH=96% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=MIDDLE COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/7373044?c=386605&ret=64urlL2ZvcnVtL3I3MzczMDQ0LnhtbA"><IMG class="apic" id="p15985" TITLE="17075 bytes" BORDER=0 SRC="/r0/download/386605~80d76a2e35a30f658455847865632538/ipquestion.JPG"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Servers-ip-address-assignment-7373044</guid>
<pubDate>Fri, 11 Jul 2003 13:07:33 EDT</pubDate>
</item>
</channel>
</rss>
