<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UMBC ebiquity &#187; networking</title>
	<atom:link href="http://ebiquity.umbc.edu/blogger/tag/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://ebiquity.umbc.edu/blogger</link>
	<description>EBB is the ebiquity research group\\\'s blog at the University of Maryland, Baltimore County (UMBC).  We focus on technologies that facilitate the design, implementation and control of distributed, intelligent information systems -- mobile and pervasive computing, ad hoc networking, multiagent systems, knowledge representation and reasoning, and the semantic web.  As the tides of technology ebb and flow, we hope the good ideas wash up on our beach and the bad ones drift back out to sea.</description>
	<lastBuildDate>Mon, 30 Jan 2012 02:42:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Speed up your Web access with namebench</title>
		<link>http://ebiquity.umbc.edu/blogger/2010/06/05/speed-up-your-web-access-with-namebench/</link>
		<comments>http://ebiquity.umbc.edu/blogger/2010/06/05/speed-up-your-web-access-with-namebench/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 22:50:57 +0000</pubDate>
		<dc:creator>Tim Finin</dc:creator>
				<category><![CDATA[CS]]></category>
		<category><![CDATA[GENERAL]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://ebiquity.umbc.edu/blogger/?p=2903</guid>
		<description><![CDATA[TweetHere&#8217;s a quick trick that could significantly speed up your Web surfing. Download and run the open source namebench on your computer. It does a thorough test of your current DNS servers and some other popular global and regional alternatives, produces a good report and recommends which ones you should use. Here is how namebench [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton2903" class="tw_button" style="clear:left; float: left; margin-right: 10px; margin-top:10px; margin-left: -80;float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Febiquity.umbc.edu%2Fblogger%2F2010%2F06%2F05%2Fspeed-up-your-web-access-with-namebench%2F&amp;text=Speed%20up%20your%20Web%20access%20with%20namebench&amp;related=ebiquity&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Febiquity.umbc.edu%2Fblogger%2F2010%2F06%2F05%2Fspeed-up-your-web-access-with-namebench%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://ebiquity.umbc.edu/blogger/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Here&#8217;s a quick trick that could significantly speed up your Web surfing. Download and run the open source <a href="http://code.google.com/p/namebench/">namebench</a> on your computer.  It does a thorough test of your current DNS servers and some other popular global and regional alternatives, produces a good report and recommends which ones you should use.</p>
<p>Here is how namebench describes what it does:</p>
<blockquote><p> &#8220;namebench looks for the fastest DNS (Domain Name System) servers accessible to your computer. You can think of a DNS server as a phone book: When you want to dial a company on the phone, you may have to flip through a phone book by name to find their phone number. On the Internet, when you want to visit &#8220;www.google.com&#8221;, a DNS server needs to looks up the correct IP Address for you.
<p> Over the course of loading a single web page, your computer may need to look up a dozen of these addresses. While your Internet provider usually automatically assigns you one of their servers to handle looking up these addresses, there may be others that are significantly faster. namebench finds them.&#8221;  </p>
</blockquote>
<p>Namebench also points out which DNS servers do <a href="http://www.theregister.co.uk/2009/08/17/dzuiba_virgin_media_opendns/">DNS hijacking</a> &#8212; typically by intercepting the error message produced by entering a mistyped URL (e.g., http://umbc.edo/) and redirecting you to a page full of ads and &#8220;helpful&#8221; search results.  Some name severs, like OpenDNS, will also automatically correct some mistyped URLS, e.g., guessing that then you typed <i>http://umbc.edi/</i> you meant to type <i>http://umbc.edu/</i>.  (Shades of <a href="http://en.wikipedia.org/wiki/Warren_Teitelman">DWIM</a>!)  It&#8217;s not dangerous and is a way private DNS services, like <a href="http://www.opendns.com/">OpenDNS</a>, get revenue to support the service and make a profit.</p>
<p>I have been using OpenDNS because it&#8217;s the fastest (for me) and don&#8217;t mind their <a href="http://it.toolbox.com/wiki/index.php/NXDOMAIN">NXDOMAIN</a> hijacking.  But I learned from namebench that OpenDNS reroutes <i>www.google.com</i> to <i>google.navigation.opendns.com</i>.  That site redirects HTTP GET requests to  and then from there onto <i>http://www.google.de/</i>.  And Google itself redirects   HTTP GET requests for <i>http://google.com/</i> to <i>http://www.google.com/</i>.  I&#8217;ll admit I am a bit confused by this.  I imagine they do this to capture queries sent to Google, which provide very useful information even in the aggregate.  OpenDNS says that they are doing this to correct a problem with Google-specific <a href="http://blog.opendns.com/2007/05/22/google-turns-the-page/">software installed on Dell computers</a>. They do not seem to be doing this for Microsoft&#8217;s Bing search engine, which does lend some credence the claim.  I plan on digging into this more to fully understand what is going on and why.</p>
<p>Namebench runs on Macs, Windows and UNIX, and has both a command line and graphical user interface.  See the <a href="http://code.google.com/p/namebench/wiki/FAQ"> namebench FAQ</a> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebiquity.umbc.edu/blogger/2010/06/05/speed-up-your-web-access-with-namebench/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PhD proposal: Context and Policies in Declarative Networked Systems</title>
		<link>http://ebiquity.umbc.edu/blogger/2008/05/19/phd-proposal-context-and-policies-in-declarative-networked-systems/</link>
		<comments>http://ebiquity.umbc.edu/blogger/2008/05/19/phd-proposal-context-and-policies-in-declarative-networked-systems/#comments</comments>
		<pubDate>Mon, 19 May 2008 15:34:35 +0000</pubDate>
		<dc:creator>Tim Finin</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Policy]]></category>
		<category><![CDATA[systems]]></category>

		<guid isPermaLink="false">http://ebiquity.umbc.edu/blogger/2008/05/19/phd-proposal-context-and-policies-in-declarative-networked-systems/</guid>
		<description><![CDATA[TweetUMBC PhD student Palanivel Kodeswaran will present his dissertation proposal on Use of Context and Policies in Declarative Networked Systems at 3:30 on Tuesday May 20 in ITE 325. Dissertation proposals are public and visitors are welcome. If you are a PhD student and are (or should be!) working on your own proposal, going to [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton1507" class="tw_button" style="clear:left; float: left; margin-right: 10px; margin-top:10px; margin-left: -80;float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Febiquity.umbc.edu%2Fblogger%2F2008%2F05%2F19%2Fphd-proposal-context-and-policies-in-declarative-networked-systems%2F&amp;text=PhD%20proposal%3A%20Context%20and%20Policies%20in%20Declarative%20Networked%20Systems&amp;related=ebiquity&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Febiquity.umbc.edu%2Fblogger%2F2008%2F05%2F19%2Fphd-proposal-context-and-policies-in-declarative-networked-systems%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://ebiquity.umbc.edu/blogger/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>UMBC PhD student Palanivel Kodeswaran will present his dissertation proposal on <a href="http://ebiquity.umbc.edu/event/html/id/244/Use-of-Context-and-Policies-in-Declarative-Networked-Systems">Use of Context and Policies in Declarative Networked Systems</a> at 3:30 on Tuesday May 20 in ITE 325.  Dissertation proposals are public and visitors are welcome.  If you are a PhD student and are (or should be!) working on your own proposal, going to these is a good way to prepare.  You can see what&#8217;s involved, what work and doesn&#8217;t and what kind of questions you can expect.  See the link above for the full abstract, but here is a teaser.</p>
<blockquote><p> &#8220;In this thesis, we propose to build a declarative framework that can reason over the requirements of applications, the current network context, operator policies, and appropriately configure the network to provide better network support for applications. &#8230; In particular, the contributions of this thesis are (i) Developing a framework for using context and policies in declarative networked systems (ii) Runtime adaptation of network configuration based on application requirements and node/operator policy (iii) Formalize cross layer interactions as opposed to ad hoc optimizations (iv) Simulation and test bed implementations to validate and evaluate proposed approach.&#8221;  </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ebiquity.umbc.edu/blogger/2008/05/19/phd-proposal-context-and-policies-in-declarative-networked-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

