<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Why of Things</title>
	<atom:link href="http://churchofthegeek.com/2008/04/04/the-why-of-things/feed/" rel="self" type="application/rss+xml" />
	<link>http://churchofthegeek.com/2008/04/04/the-why-of-things/</link>
	<description>Who shot who in the what now?</description>
	<lastBuildDate>Wed, 22 Dec 2010 15:30:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: tyler</title>
		<link>http://churchofthegeek.com/2008/04/04/the-why-of-things/comment-page-1/#comment-1060</link>
		<dc:creator>tyler</dc:creator>
		<pubDate>Mon, 07 Jul 2008 19:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://churchofthegeek.com/?p=822#comment-1060</guid>
		<description>NEEEEEERRDD!!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>NEEEEEERRDD!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gerry</title>
		<link>http://churchofthegeek.com/2008/04/04/the-why-of-things/comment-page-1/#comment-958</link>
		<dc:creator>gerry</dc:creator>
		<pubDate>Thu, 12 Jun 2008 22:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://churchofthegeek.com/?p=822#comment-958</guid>
		<description>More important is what you can explain by what exactly is the meaning of the why question.

Is it only relevant to ask the why of events from intelligent free acting beings like presumably humans for an example, or is it also relevant to ask the why of events from non-intelligent entities like stones and presumably non-intelligent plants and animals?

This is the question I like to read from you about, but you brought it up and never expatiate on it.




Think about it and write about it again, this time more productively as to enlighten me on what is the why of things.

And when you do, please notify me, gertes(at)hotmail.com.


I just hope you don&#039;t disappoint me: the better part of intelligence is not only to ask questions but also and specially to attempt an explanation with one&#039;s intelligence and mastery of ideas and experiences of the world.



gerry</description>
		<content:encoded><![CDATA[<p>More important is what you can explain by what exactly is the meaning of the why question.</p>
<p>Is it only relevant to ask the why of events from intelligent free acting beings like presumably humans for an example, or is it also relevant to ask the why of events from non-intelligent entities like stones and presumably non-intelligent plants and animals?</p>
<p>This is the question I like to read from you about, but you brought it up and never expatiate on it.</p>
<p>Think about it and write about it again, this time more productively as to enlighten me on what is the why of things.</p>
<p>And when you do, please notify me, gertes(at)hotmail.com.</p>
<p>I just hope you don&#8217;t disappoint me: the better part of intelligence is not only to ask questions but also and specially to attempt an explanation with one&#8217;s intelligence and mastery of ideas and experiences of the world.</p>
<p>gerry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Neir</title>
		<link>http://churchofthegeek.com/2008/04/04/the-why-of-things/comment-page-1/#comment-936</link>
		<dc:creator>Mike Neir</dc:creator>
		<pubDate>Sat, 05 Apr 2008 01:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://churchofthegeek.com/?p=822#comment-936</guid>
		<description>More info if you want it.. While in the bathroom^H^H^H^H^H^H^H^H^H^ my office, I was thinking about the logical stuff I was talking to you about. Here&#039;s the basic routing decision I hinted at: if ($IP logicalAND $SubnetMask) equals $NetworkAddress, then $IP is in the network defined by $NetworkAddress and a netmask of $SubnetMask.

Routing priority (almost) always goes from the most specific choices that match the routing decision (those with the largest prefix numbers, and therefore the smaller subnets) to the least specific (smaller prefix numbers, larger networks). So if you&#039;re looking at a hypothetical routing table like so:
10.0.0.0/24 routes out eth0
10.0.0.0/16 routes out eth1
10.0.0.0/8 routes out eth2
default gateway 10.254.254.254, via eth2

If you wanted to route to 10.0.0.1, you&#039;d have three options, but the path via eth0 would be chosen because it&#039;s most specific. If you wanted to route to 10.0.1.1, your eth0 path wouldn&#039;t match, so it would take eth1, because it&#039;s more specific than the eth2 path, even though both match. Trying route to 10.1.0.1 wouldn&#039;t match either eth0 or eth1&#039;s path, so eth2 would be chosen. Destinations that don&#039;t match any of the defined routes get tossed at the default gateway.

There you go... More helpful information on how CIDR is useful. Not only does it define networks, but most (if not all) devices using TCP/IP use the CIDR calculations in routing decisions as well.</description>
		<content:encoded><![CDATA[<p>More info if you want it.. While in the bathroom^H^H^H^H^H^H^H^H^H^ my office, I was thinking about the logical stuff I was talking to you about. Here&#8217;s the basic routing decision I hinted at: if ($IP logicalAND $SubnetMask) equals $NetworkAddress, then $IP is in the network defined by $NetworkAddress and a netmask of $SubnetMask.</p>
<p>Routing priority (almost) always goes from the most specific choices that match the routing decision (those with the largest prefix numbers, and therefore the smaller subnets) to the least specific (smaller prefix numbers, larger networks). So if you&#8217;re looking at a hypothetical routing table like so:<br />
10.0.0.0/24 routes out eth0<br />
10.0.0.0/16 routes out eth1<br />
10.0.0.0/8 routes out eth2<br />
default gateway 10.254.254.254, via eth2</p>
<p>If you wanted to route to 10.0.0.1, you&#8217;d have three options, but the path via eth0 would be chosen because it&#8217;s most specific. If you wanted to route to 10.0.1.1, your eth0 path wouldn&#8217;t match, so it would take eth1, because it&#8217;s more specific than the eth2 path, even though both match. Trying route to 10.1.0.1 wouldn&#8217;t match either eth0 or eth1&#8242;s path, so eth2 would be chosen. Destinations that don&#8217;t match any of the defined routes get tossed at the default gateway.</p>
<p>There you go&#8230; More helpful information on how CIDR is useful. Not only does it define networks, but most (if not all) devices using TCP/IP use the CIDR calculations in routing decisions as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.566 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-07 10:16:31 -->

