<?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>IDS Web Hosting Blog &#187; Web Hosting Stuffs</title>
	<atom:link href="http://www.idswebhosting.com/blog/category/web-hosting-stuffs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idswebhosting.com/blog</link>
	<description>IDS Web Hosting</description>
	<lastBuildDate>Wed, 27 Apr 2011 11:57:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Speed Up DNS Propagation</title>
		<link>http://www.idswebhosting.com/blog/web-hosting-stuffs/how-to-speed-up-dns-propagation/</link>
		<comments>http://www.idswebhosting.com/blog/web-hosting-stuffs/how-to-speed-up-dns-propagation/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 07:05:47 +0000</pubDate>
		<dc:creator>IDS Web Hosting</dc:creator>
				<category><![CDATA[Web Hosting Stuffs]]></category>

		<guid isPermaLink="false">http://www.idswebhosting.com/blog/?p=87</guid>
		<description><![CDATA[When migrating web host to a different hosting service’s server or modifying the server’s IP address, the most important consideration to guarantee to retain availability of the websites hosted on the server, minimize the downtime of the web sites, avoid strange troubles such as emails get delivered to either server randomly, or surfing at old [...]]]></description>
			<content:encoded><![CDATA[<p>When migrating web host to a different hosting service’s server or   modifying the server’s IP address, the most important consideration to   guarantee to retain availability of the websites hosted on the server,   minimize the downtime of the web sites, avoid strange troubles such as   emails get delivered to either server randomly, or surfing at old   server, is how fast DNS (<a href="http://en.wikipedia.org/wiki/Domain_Name_System">Domain Name System</a>)   will be able to read or resolve hostname or domain name into your new   IP address, rather than the old IP address. Unluckily, webmasters have   limited ability to control or override the DNS propagation process.   However, there are still a few tips, tricks and workarounds that   guarantee DNS cache will refresh the new IP addresses as soon as   possible.</p>
<p>DNS acts in such as aside that when a request for IP address received   by DNS resolver, it will then query the root hosts to find the   authorized server with detailed knowledge of the specific domain name.   If a valid IP address for the domain is returned by the authoritative   server, the DNS resolver will cache the DNS propagation for a given time   period called TTL (<a href="http://en.wikipedia.org/wiki/Time_to_live">Time To Live</a>)   after a successful reply, in what called DNS caching in order to  reduce  the load on particular DNS server. DNS caching provides  resolution of  domain name to IP to happen locally using the cached  information rather  than querying the remote server for subsequent  requests, till the TTL  duration expires.</p>
<p>The Time-To-Live (TTL) timer is the trick  to guarantee that the DNS  cache expires promptly and all of the time  stays fresh. TTL is defined  by domain administrator in the authoritative  DNS server for the zone  wherever data originates, and its values tell  DNS caching resolvers to  expire and dispose the DNS records after TTL  seconds. Lowering the TTL  value will enable fast expiration and  refreshing of DNS records, making  the new records to propagate faster  across the world. Still, the trick  demands the name resolvers comply the  RFC standards, which most do.  Alongside, you must have full control to  change the name server  authoritative for your domains.</p>
<p>The tweaking of TTL in DNS records must be done a couple of days   before it’s about to change (date of server moving or IP change) to   assure that all DNS caching resolvers picks up the fresh TTL value and   expires the old longer value. The trick will cut down the TTL in   anticipation of the alteration to minimize inconsistency during the   change, according to <a href="http://tools.ietf.org/html/rfc1034" target="_blank">RCF 1034</a>.</p>
<p>TTL is defined by Minimum field in SOA (Start of Authority) type as default TTL, or separately at each record as TTL. <a href="http://tools.ietf.org/html/rfc1912">RCF 1912</a> describes the Minimum field in details as below:</p>
<blockquote><p>Minimum: The default TTL (time-to-live) for resource records (RR) — how long data will remain in other nameservers’ cache. ([<a href="http://tools.ietf.org/html/rfc1035" target="_blank">RFC 1035</a>]   defines this to be the minimum value, but servers seem to always   implement this as the default value) This is by far the most important   timer. Set this as large as is comfortable given how often you update   your nameserver. If you plan to make major changes, it’s a good idea to   turn this value down temporarily beforehand. Then wait the previous   minimum value, make your changes, verify their correctness, and turn   this value back up. 1-5 days are typical values. Remember this value can   be overridden on individual resource records.</p></blockquote>
<p>If you are using a web-based or GUI to manage your domain’s DNS   records, and then log on to the system, and edit the SOA records. Inside   you’ll see a field named Minimum, change the value to as low as   possible (in seconds), such as 300 for timeout every 5 minutes. Then   change the TTL for all of the A, MX, CNAME, TXT, SOA, PTR and other   records, if applicable.</p>
<p>If you are using cPanel WebHost Manager (WHM), log-in and select Edit   DNS Zone under DNS Functions section. Choose the applicable zone   (domain name). You’ll be given with a list of records. Alter the minimum   ttl in SOA, and TTL column of A, MX, CNAME and other records defined.</p>
<p>For those manually configure the authoritative nameserver for a   domain zone using BIND, modification has to be done in the zone file.   For example, so domain zone example.com, you will see the following   resource records in the zone file:</p>
<blockquote><p>; zone &#8216;example.com&#8217;<br />
$TTL 14400</p>
<p>@     IN     SOA     ns1.example.com. host.example.com. (<br />
2007080501      ; Serial<br />
10800           ; Refresh 3 hours<br />
3600            ; Retry 1 hour<br />
604800          ; Expire 1 week<br />
86400          ); Minimum 24 hours</p>
<p>@                       NS      ns1.example.com.<br />
@                       NS      ns2.example.com.</p>
<p>@                       A       192.168.0.1<br />
@                       MX     10 mail.example.com.</p>
<p>; nameservers<br />
ns1                     A       192.168.0.11<br />
ns2                     A       192.168.0.12<br />
; mail servers<br />
mail                    A       192.168.0.10<br />
; web server<br />
www                     CNAME   example.com.</p></blockquote>
<p>Now modify the $TTL 14400 with the value you wish (in seconds), such   as 300 (5 minutes). This value defines the default TTL of every  existing  records, and by lowering this value to 300 (for example, you  can choose  your won value), caching server will be hold this records  for more than  5 minutes before querying the authoritative name server  which will be  the 1st to reflect the new IP address when change later  on again. Some  other value that you should modify is minimum TTL, the  last line of SOA  type (remarked as minimum 24 hours).</p>
<p>Afterwards, your DNS zone file will probably looks like this:</p>
<blockquote><p>; zone &#8216;example.com&#8217;<br />
$TTL 300</p>
<p>@     IN     SOA     ns1.example.com. host.example.com. (<br />
2007080501      ; Serial<br />
10800           ; Refresh 3 hours<br />
3600            ; Retry 1 hour<br />
604800          ; Expire 1 week<br />
300            ); Minimum 24 hours</p>
<p>@                       NS      ns1.example.com.<br />
@                       NS      ns2.example.com.</p>
<p>@                       A       192.168.0.1<br />
@                       MX     10 mail.example.com.</p>
<p>; nameservers<br />
ns1                     A       192.168.0.11<br />
ns2                     A       192.168.0.12<br />
; mail servers<br />
mail                    A       192.168.0.10<br />
; web server<br />
www                     CNAME   example.com.</p></blockquote>
<p>Restart the DNS service. The fresh TTL value will propagate to other   DNS nameserver. This process normally takes 48 hours to 72 hours (hence   the need to reduce TTL to try to make it faster when altering the   critical A and MX records). After waiting for a few days, move your   websites to new server or modify the IP address, then update the DNS   records to point to the new server or IP.</p>
<p>Once done, you can now return back the TTL values to reduce the load on your DNS server.</p>
<p><strong>Posted by:</strong></p>
<p>Balvinder Singh Rawat</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.idswebhosting.com%2Fblog%2Fweb-hosting-stuffs%2Fhow-to-speed-up-dns-propagation%2F&amp;title=How%20to%20Speed%20Up%20DNS%20Propagation" id="wpa2a_2"><img src="http://www.idswebhosting.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.idswebhosting.com/blog/web-hosting-stuffs/how-to-speed-up-dns-propagation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bogon Filter Update for Blackberry</title>
		<link>http://www.idswebhosting.com/blog/web-hosting-stuffs/bogon-filter-update-for-blackberry/</link>
		<comments>http://www.idswebhosting.com/blog/web-hosting-stuffs/bogon-filter-update-for-blackberry/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 07:36:43 +0000</pubDate>
		<dc:creator>IDS Web Hosting</dc:creator>
				<category><![CDATA[Web Hosting Stuffs]]></category>
		<category><![CDATA[blackberry email issue]]></category>
		<category><![CDATA[bogon filter]]></category>
		<category><![CDATA[dns blackhole]]></category>
		<category><![CDATA[email issue blackberry]]></category>
		<category><![CDATA[hsphere bogon filter]]></category>

		<guid isPermaLink="false">http://www.idswebhosting.com/blog/?p=63</guid>
		<description><![CDATA[Recently some of customers start complaining that they can&#8217;t send email from their Blackberry. Initially we thought it as an issue with our mail server. After analyzing email server logs, we came to know that it was not an issue with email server. After thorough investigation &#38; help from Blackberry support team, we discovered that [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Recently some of customers start complaining that they can&#8217;t send email from their Blackberry. Initially we thought it as an issue with our mail server. After analyzing email server logs, we came to know that it was not an issue with email server. After thorough investigation &amp; help from Blackberry support team, we discovered that Blackberry has updated their IP ranges and some of these IP ranges were blocked by our DNS server through bogon filtering. After updating the bogon filters, we&#8217;re able to receive emails from Blackberry. The updated bogon list can be obtained from <a title="http://www.team-cymru.org/Services/Bogons/bogon-bn-nonagg.txt" href="http://www.team-cymru.org/Services/Bogons/bogon-bn-nonagg.txt" target="_blank">http://www.team-cymru.org/Services/Bogons/bogon-bn-nonagg.txt</a></p>
<h3><a name="intro">What is a bogon, and why should I filter it?</a></h3>
<p style="text-align: justify;">A bogon prefix is a route that should never appear in the Internet routing table. A packet routed over the public Internet (not including over VPNs or other tunnels) should never have a source address in a bogon range. These are commonly found as the source addresses of DDoS attacks.</p>
<p style="text-align: justify;"><strong>Bogons</strong> are defined as <strong>Martians</strong> (private and reserved addresses defined by <a href="http://tools.ietf.org/html/rfc1918">RFC 1918</a> and <a href="http://tools.ietf.org/html/rfc5735">RFC 5735</a>) and netblocks that have not been allocated to a regional internet registry (RIR) by the <a href="http://www.iana.org/">Internet Assigned Numbers Authority</a>. <strong>Fullbogons</strong> are a larger set which also includes IP space that has been allocated to an RIR, but not assigned by that RIR to an actual ISP or other end-user.  IANA maintains a convenient <a href="http://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.xml">IPv4 summary page</a> listing allocated and reserved netblocks, and each RIR maintains a list of all prefixes that they have assigned to end-users.</p>
<p style="text-align: justify;">It is important to realize that the bogon and fullbogon lists are <strong>NOT</strong> static lists. IP ranges are regularly added to, and more importantly, removed from the bogon lists. If you filter bogons, please try to make sure that you have a plan for keeping your filters up-to-date, or within a short space of time you will be filtering legitimate traffic and creating work for network administrators everywhere.  This is <strong>especially</strong> true for the fullbogons list, which has significant changes every day.</p>
<p><strong>Posted by:</strong></p>
<p>Balvinder Singh Rawat</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.idswebhosting.com%2Fblog%2Fweb-hosting-stuffs%2Fbogon-filter-update-for-blackberry%2F&amp;title=Bogon%20Filter%20Update%20for%20Blackberry" id="wpa2a_4"><img src="http://www.idswebhosting.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.idswebhosting.com/blog/web-hosting-stuffs/bogon-filter-update-for-blackberry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Web Hosting Services India</title>
		<link>http://www.idswebhosting.com/blog/web-hosting-stuffs/linux-web-hosting-services-india/</link>
		<comments>http://www.idswebhosting.com/blog/web-hosting-stuffs/linux-web-hosting-services-india/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 11:34:10 +0000</pubDate>
		<dc:creator>IDS Web Hosting</dc:creator>
				<category><![CDATA[Web Hosting Stuffs]]></category>

		<guid isPermaLink="false">http://www.idswebhosting.com/blog/?p=45</guid>
		<description><![CDATA[Linux web hosting services in India are the ones made on the Linux operating system, whose hallmark feature is the open source code on which it has been devised. The web hosting services are very compatible and make to support and host all sorts of websites with varied features. Linux web hosting is beneficial for [...]]]></description>
			<content:encoded><![CDATA[<p>Linux web hosting services in India are the ones made on the Linux operating system, whose hallmark feature is the open source code on which it has been devised. The web hosting services are very compatible and make to support and host all sorts of websites with varied features. <a title="Linux Web Hosting" href="http://www.idswebhosting.com/linux-web-hosting-services.html" target="_blank">Linux web hosting</a> is beneficial for a lot of reasons. Linux based web hosting ensures that end users can have any application or website hosted. The website can either be static or dynamic. The applications might be made on any sort of software language. The end result is that everything finds a place to get hosted on the Linux web hosting service.</p>
<p>The features in the service are good. The uptime is fast, the bandwidth is reasonably satisfactory and the server space is good enough for anything to fit in.</p>
<p>Linux as an operating system too found a lot of admirers during its launch. The operating system had the ability to support any language or software. It had the capacity to host many complex applications that its contemporaries and rivals failed miserably at doing. So, this virtue struck the common user who identified every benefit that came from Linux. Eventually, when the Linux based web hosting service was launched, people who had used the Linux operating system were the first ones to come forward and have their applications/websites hosted on this service.</p>
<p>The Linux web hosting service offers some exemplary comfort, something not visible in other services. Any interested party which wants its services to find a home where they can be presented as ventures and used for profitability can always come and hire this service, which ensures some sailing and operation. One does not have to struggle hard to know whether it works or not as the efficacy is evident from the moment usage starts.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.idswebhosting.com%2Fblog%2Fweb-hosting-stuffs%2Flinux-web-hosting-services-india%2F&amp;title=Linux%20Web%20Hosting%20Services%20India" id="wpa2a_6"><img src="http://www.idswebhosting.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.idswebhosting.com/blog/web-hosting-stuffs/linux-web-hosting-services-india/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One way of Password retrieval</title>
		<link>http://www.idswebhosting.com/blog/web-hosting-stuffs/one-way-of-password-retrieval/</link>
		<comments>http://www.idswebhosting.com/blog/web-hosting-stuffs/one-way-of-password-retrieval/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 07:57:57 +0000</pubDate>
		<dc:creator>IDS Web Hosting</dc:creator>
				<category><![CDATA[Web Hosting Stuffs]]></category>

		<guid isPermaLink="false">http://www.idswebhosting.com/blog/?p=39</guid>
		<description><![CDATA[Sometime it happens that you have forgotten the host password of DNN portal and you are also not able to request the password through forgot password email. In this case what will we do now, since password is stored in encrypted format with Salt associated with it. The mentioned solution may help you.  1.  Go [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime it happens that you have forgotten the host password of DNN portal and you are also not able to request the password through forgot password email. In this case what will we do now, since password is stored in encrypted format with Salt associated with it. The mentioned solution may help you.</p>
<p> 1.  Go to the DotNetNuke portal and register yourself as a new user .  If &#8220;Register&#8221; is not displayed for the portal, go to table &#8220;Portals&#8221;  in your database and enter value &#8220;2&#8243; into column &#8220;UserRegistration&#8221;.</p>
<p>2. Create a new user account by registration (please remember the password this time the one you entered)</p>
<p>3. Go to database, and find and enter the table &#8220;ASPNet_Membership&#8221;</p>
<p>4. Go to new user account (usually the last one) and copy the encrypted values of columns &#8220;Password&#8221; and &#8220;PasswordSalt&#8221; into the same columns of user account &#8220;host&#8221; (usually the first entry in this table) </p>
<p>5. Login as user &#8220;host&#8221; using the new password and delete the newly created other user.</p>
<p> 6. Complete!</p>
<p> </p>
<p><strong>Note : </strong>This solution may help you in DNN 3 and 4.</p>
<p>Shaukat Ali</p>
<p>Sr.Software Engineer<br />
<a href="http://www.idslogic.com" target="_blank">www.idslogic.com</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.idswebhosting.com%2Fblog%2Fweb-hosting-stuffs%2Fone-way-of-password-retrieval%2F&amp;title=One%20way%20of%20Password%20retrieval" id="wpa2a_8"><img src="http://www.idswebhosting.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.idswebhosting.com/blog/web-hosting-stuffs/one-way-of-password-retrieval/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beware of ‘Unlimited’ term in web hosting industries</title>
		<link>http://www.idswebhosting.com/blog/web-hosting-stuffs/beware-of-unlimited-term-in-web-hosting-industries/</link>
		<comments>http://www.idswebhosting.com/blog/web-hosting-stuffs/beware-of-unlimited-term-in-web-hosting-industries/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 20:04:28 +0000</pubDate>
		<dc:creator>IDS Web Hosting</dc:creator>
				<category><![CDATA[Web Hosting Stuffs]]></category>

		<guid isPermaLink="false">http://www.idswebhosting.com/blog/shared-web-hosting/beware-of-%e2%80%98unlimited%e2%80%99-term-in-web-hosting-industries/</guid>
		<description><![CDATA[Beware of ‘Unlimited’ term in web hosting industries The term ‘unlimited’ is often heard with broadband offerings. In an unlimited broadband package, you get the option to download any amount of data (limited to the space of your hard disk), but with a limited speed. If you want to increase the speed of your broadband [...]]]></description>
			<content:encoded><![CDATA[<p>Beware of ‘Unlimited’ term in web hosting industries</p>
<p>The term ‘unlimited’ is often heard with broadband offerings. In an unlimited broadband package, you get the option to download any amount of data (limited to the space of your hard disk), but with a limited speed. If you want to increase the speed of your broadband connection, you need to pay extra.</p>
<p>Nothing is unlimited. Do you have unlimited Money? Do you have unlimited disk space on your computer or laptop? No.. Everything has a Limit, like 80GB, 160GB or 250GB hard disk space on your computer or laptop.</p>
<p>Come to the point: can a hosting provider offer ‘unlimited space’ or ‘unlimited bandwidth’ for hosting a Web site? When the provider itself is limited by the space in his hosting server, how can he boast of offering ‘unlimited’ space to his clients? The term unlimited bandwidth does not make sense since they have purchased a limited speed package from the market. The bandwidth also varies from one provider to another depending on the technologies they are using; however, the fact is that there is a limit. Despite these limitations, there are many such unlimited offers flying around us, targeting the not-so-educated customers. Beware!</p>
<p>Everyday we listen to stories of innocent users falling victims to such things. If you ever happen to see such offer, take a deep look at their Terms of Service, especially for clauses that reads like “PROVIDER will not restrict the bandwidth used by the CLIENT as long as the use is in compliance with the policies set by the PROVIDER.” Following this, there will be a huge list of clauses, which a normal user will find difficult to gulp down.</p>
<p>By claiming unlimited bandwidth or unlimited space, the provider is limiting the service on other criteria. Experienced customers say they have been victims to such offers. One of the common traps in these offers is the restriction to number of files. Though the provider does not limit the user by disk space, there is restriction on the number of files uploaded! All of us know that it is impossible to create ‘limited’ number of files with ‘unlimited’ memory.</p>
<p>To make situations worse, some providers do not mention these limitations openly anywhere. The customer comes to know about it only when they activate their account – the restriction on file numbers will be mentioned in their file manager control panel. Some hosting provider claims that they offer unlimited space to its users, provided at least 90 percent of the Web pages are linked with files (images, flash, video, etc.). Web sites that have several unlinked files will face penalty or they may be deleted from the hosting server.</p>
<p>Similarly, in the unlimited bandwidth offer, the service provider limits the speed of the service. For example, one of these ‘unlimited bandwidth’ providers in the market say they offer 512 Kbps (connect speed) which is actually 64KBps (transfer speed). In some cases, the speed will be so slow that the Web page does not open in less than 20 sec. A normal user won’t wait for more than 20 sec for a Web page to open. Ultimately, this will affect the page ranking of the Web site.</p>
<p>Marissa Mayer of Google states “Speed Wins” you will gain an better understand of how important Google believe speed to be.</p>
<p>Google Vice President Marissa Mayer (Vice President, Search Products &amp; User Experience) last spoke at the Web 2.0 Conference and offered tidbits on what Google has learned about speed, the user experience, and user satisfaction. Marissa started with a story about a user test they did. They asked a group of Google searchers how many search results they wanted to see.</p>
<p>Users asked for more, more than the ten results Google normally shows. More is more, they said.</p>
<p>So, Marissa ran an experiment where Google increased the number of search results to thirty. Traffic and revenue from Google searchers in the experimental group dropped by 20%. Ouch. Why? Why, when users had asked for this, did they seem to hate it?</p>
<p>After investigation Marissa explained that they found an uncontrolled variable. The page with 10 results took .4 seconds to generate. The page with 30 results took .9 seconds.</p>
<p>Half a second delay caused a 20% drop in traffic. Half a second delay killed user satisfaction.</p>
<p>This conclusion may be surprising &#8212; people notice a half second delay? &#8212; but Amazon.com had a similar experience. In A/B tests, they tried delaying the page in increments of 100 milliseconds and found that even very small delays would result in substantial and costly drops in revenue.</p>
<p>Being fast really matters. As Marissa said in her talk, “Users really respond to speed.”</p>
<p>Marissa went on to explain how the same effect was tested and observed on Google Maps. When Google trimmed their page load time down by about 30 percent, they experienced a 30 percent increase in requests. “It was almost proportional,” said Marissa. “If you make your site faster, you get back that in terms of increased usage almost immediately”.</p>
<p>It’s a situation between the devil and deep blue sea. The only option left for the distressed customer in this situation is to upgrade the service to a costlier plan or withdraw from their service – the last thing they would opt for, owing to the complexity of the process and the expenses involved in hiring a new provider.</p>
<p>It’s business after all. Customers have to be aware of such deals. The very fact that a concept like ‘unlimited bandwidth’ or ‘unlimited disk space’ does not exist reveals the extent of trickery spreading in today’s highly prospective hosting market. This is simply the fight for survival, but it’s clearly the violation of the minimum ethics that should be followed by a responsible provider.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.idswebhosting.com%2Fblog%2Fweb-hosting-stuffs%2Fbeware-of-unlimited-term-in-web-hosting-industries%2F&amp;title=Beware%20of%20%E2%80%98Unlimited%E2%80%99%20term%20in%20web%20hosting%20industries" id="wpa2a_10"><img src="http://www.idswebhosting.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.idswebhosting.com/blog/web-hosting-stuffs/beware-of-unlimited-term-in-web-hosting-industries/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Spam Filter Comparison: Who makes the best spam filter?</title>
		<link>http://www.idswebhosting.com/blog/web-hosting-stuffs/spam-filter-comparison-who-makes-the-best-spam-filter/</link>
		<comments>http://www.idswebhosting.com/blog/web-hosting-stuffs/spam-filter-comparison-who-makes-the-best-spam-filter/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 02:01:46 +0000</pubDate>
		<dc:creator>IDS Web Hosting</dc:creator>
				<category><![CDATA[Web Hosting Stuffs]]></category>

		<guid isPermaLink="false">http://www.idswebhosting.com/blog/?p=20</guid>
		<description><![CDATA[Spam Filter Comparison: Who makes the best spam filter? To find out, we asked our 25,000 registered users to take a 30-second anti-spam comparison survey. Over 1,200 people responded and rated their filters with a letter grade from A-F. The results for all filters with 3 or more responses (slightly over 1,000 responses for the [...]]]></description>
			<content:encoded><![CDATA[<p>Spam Filter Comparison: Who makes the best spam filter?</p>
<p>To find out, we asked our 25,000 registered users to take a 30-second  anti-spam comparison survey. Over 1,200 people responded and rated their  filters with a letter grade from A-F. The results for all filters with 3 or more responses (slightly over 1,000 responses for the top 50 systems) are  summarized below and sorted with the highest rated on top. Dates of the  responses are 6/29/06 &#8211; 7/20/06.</p>
<table id="table3" style="height: 902px;" border="1" cellspacing="0" width="578">
<tbody>
<tr>
<td><strong>Manufacturer</strong></td>
<td><strong>Product name</strong></td>
<td><strong># responses</strong></td>
<td><strong>Grade</strong></td>
</tr>
<tr>
<td><a href="http://www.keir.net/">keir.net</a></td>
<td>K9 Spam Filter Software</td>
<td>3</td>
<td>A</td>
</tr>
<tr>
<td><a href="http://www.abaca.com/">Abaca</a></td>
<td>Email Protection Gateway</td>
<td>3</td>
<td>A</td>
</tr>
<tr>
<td><a href="http://www.mxlogic.com/">MX Logic</a></td>
<td>Email Defense</td>
<td>4</td>
<td>A</td>
</tr>
<tr>
<td><a href="http://www.mailscanner.info/">mailscanner.info</a></td>
<td>MailScanner</td>
<td>19</td>
<td>A-</td>
</tr>
<tr>
<td><a href="http://popfile.sourceforge.net/">popfile.sourceforge.net</a></td>
<td>PopFile</td>
<td>3</td>
<td>A-</td>
</tr>
<tr>
<td><a href="http://assp.sourceforge.net/">assp.sourceforge.net</a></td>
<td>Anti-Spam SMTP Proxy (ASSP)</td>
<td>4</td>
<td>A-</td>
</tr>
<tr>
<td><a href="http://www.fastmail.fm/">Fastmail Unit Trust</a></td>
<td>FastMail</td>
<td>4</td>
<td>A-</td>
</tr>
<tr>
<td><a href="http://www.spamarrest.com/">Spam Arrest LLC</a></td>
<td>Spam Arrest</td>
<td>8</td>
<td>B+</td>
</tr>
<tr>
<td><a href="http://www.cloudmark.com/">Cloudmark</a></td>
<td>Cloudmark Desktop</td>
<td>17</td>
<td>B+</td>
</tr>
<tr>
<td><a href="http://www.vircom.com/">Vircom</a></td>
<td>modusMail &#8211; modusGate</td>
<td>4</td>
<td>B+</td>
</tr>
<tr>
<td><a href="http://www.firetrust.com/">Firetrust</a></td>
<td>Mailwasher Pro</td>
<td>21</td>
<td>B</td>
</tr>
<tr>
<td><a href="http://www.postini.com/">Postini</a></td>
<td>Perimeter Manager</td>
<td>17</td>
<td>B</td>
</tr>
<tr>
<td><a href="http://www.google.com/">Google</a></td>
<td>Mail</td>
<td>45</td>
<td>B</td>
</tr>
<tr>
<td><a href="http://spambayes.sourceforge.net/">spambayes.sourceforge.net</a></td>
<td>SpamBayes</td>
<td>21</td>
<td>B</td>
</tr>
<tr>
<td><a href="http://www.commtouch.com/">Commtouch</a></td>
<td>Anti-Spam Engine</td>
<td>3</td>
<td>B</td>
</tr>
<tr>
<td><a href="http://www.zonelabs.com/">Zone Labs</a></td>
<td>ZoneAlarm Internet Security Suite</td>
<td>3</td>
<td>B</td>
</tr>
<tr>
<td><a href="http://www.sonicwall.com/">SonicWALL</a></td>
<td>Email Security Appliances</td>
<td>10</td>
<td>B</td>
</tr>
<tr>
<td><a href="http://www.symantec.com/">Symantec</a></td>
<td>Brightmail Anti-Spam</td>
<td>12</td>
<td>B</td>
</tr>
<tr>
<td><a href="http://www.c-command.com/">c-command.com</a></td>
<td>SpamSieve</td>
<td>10</td>
<td>B</td>
</tr>
<tr>
<td><a href="http://www.gfi.com/">GFI Software</a></td>
<td>GFI Mail Essentials</td>
<td>7</td>
<td>B</td>
</tr>
<tr>
<td><a href="http://www.symantec.com/">Symantec</a></td>
<td>Norton AntiSpam</td>
<td>34</td>
<td>B</td>
</tr>
<tr>
<td><a href="http://www.spamcop.net/">spamcop.net</a></td>
<td>SpamCop</td>
<td>18</td>
<td>B</td>
</tr>
<tr>
<td><a href="http://www.earthlink.net/">Earthlink</a></td>
<td>SpamBlocker</td>
<td>48</td>
<td>B</td>
</tr>
<tr>
<td><a href="http://www.aol.com/">AOL</a></td>
<td>AOL Mail</td>
<td>134</td>
<td>B-</td>
</tr>
<tr>
<td><a href="http://www.apple.com/">Apple</a></td>
<td>Mac Mail</td>
<td>51</td>
<td>B-</td>
</tr>
<tr>
<td><a href="http://www.yahoo.com/">Yahoo</a></td>
<td>SpamGuard</td>
<td>76</td>
<td>B-</td>
</tr>
<tr>
<td><a href="http://spamassassin.apache.org/">spamassassin.apache.org</a></td>
<td>SpamAssassin</td>
<td>56</td>
<td>B-</td>
</tr>
<tr>
<td>various</td>
<td>RBL lists</td>
<td>3</td>
<td>B-</td>
</tr>
<tr>
<td><a href="http://www.surfcontrol.com/">SurfControl</a></td>
<td>E-mail Filter 4</td>
<td>3</td>
<td>B-</td>
</tr>
<tr>
<td><a href="http://www.symantec.com/">Symantec</a></td>
<td>Mail Security</td>
<td>9</td>
<td>B-</td>
</tr>
<tr>
<td><a href="http://www.symantec.com/">Symantec</a></td>
<td>Norton Internet Security 2006</td>
<td>74</td>
<td>B-</td>
</tr>
<tr>
<td><a href="http://www.qurb.com/">Qurb</a></td>
<td>eTrust Anti-Spam (formerly Qurb)</td>
<td>5</td>
<td>B-</td>
</tr>
<tr>
<td><a href="http://www.mozilla.com/">mozilla.com</a></td>
<td>Thuderbird built-in spam filter</td>
<td>32</td>
<td>B-</td>
</tr>
<tr>
<td><a href="http://www.microsoft.com/">Microsoft</a></td>
<td>Exchange Server spam filter</td>
<td>12</td>
<td>B-</td>
</tr>
<tr>
<td><a href="http://www.barracudanetworks.com/">Barracuda Networks</a></td>
<td>Spam Firewall</td>
<td>5</td>
<td>C+</td>
</tr>
<tr>
<td><a href="http://www.nuclearelephant.com/">Nuclear Elephant.com</a></td>
<td>DSPAM</td>
<td>3</td>
<td>C+</td>
</tr>
<tr>
<td><a href="http://www.trendmicro.com/">TrendMicro</a></td>
<td>InterScan Suite</td>
<td>3</td>
<td>C+</td>
</tr>
<tr>
<td><a href="http://www.symantec.com/">Symantec</a></td>
<td>AntiVirus for SMTP</td>
<td>8</td>
<td>C+</td>
</tr>
<tr>
<td><a href="http://www.microsoft.com/">Microsoft</a></td>
<td>Outlook desktop built-in</td>
<td>99</td>
<td>C</td>
</tr>
<tr>
<td><a href="http://www.trendmicro.com/">Trend Micro</a></td>
<td>PC-cillin</td>
<td>22</td>
<td>C</td>
</tr>
<tr>
<td><a href="http://www.microsoft.com/">Microsoft</a></td>
<td>Hotmail</td>
<td>39</td>
<td>C</td>
</tr>
<tr>
<td><a href="http://netservices.verizon.net/portal/site/msa/index.jsp?case=c2908"> Verizon Online</a></td>
<td>Spam Detector</td>
<td>5</td>
<td>C</td>
</tr>
<tr>
<td><a href="http://www.sunbelt-software.com/">Sunbelt Software</a></td>
<td>iHateSpam</td>
<td>9</td>
<td>C</td>
</tr>
<tr>
<td><a href="http://www.gwava.com/">GWAVA</a></td>
<td>Guinevere</td>
<td>4</td>
<td>C</td>
</tr>
<tr>
<td><a href="http://www.mcafee.com/">McAfee</a></td>
<td>SpamKiller 6</td>
<td>16</td>
<td>C</td>
</tr>
<tr>
<td><a href="http://sourceforge.net/projects/antispam-filter"> sourceforge.net</a></td>
<td>AntiSpam Mail Filter</td>
<td>3</td>
<td>C-</td>
</tr>
<tr>
<td><a href="http://www.rr.com/">Road Runner</a></td>
<td>Road Runner ISP filtering</td>
<td>3</td>
<td>C-</td>
</tr>
<tr>
<td><a href="http://www.eudora.com/">Eudora</a></td>
<td>Eudora</td>
<td>4</td>
<td>C-</td>
</tr>
<tr>
<td><a href="http://www.juno.com/">Juno</a></td>
<td>Juno</td>
<td>3</td>
<td>D+</td>
</tr>
</tbody>
</table>
<div>
<p>Source : http://www.junkfax.org</p></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.idswebhosting.com%2Fblog%2Fweb-hosting-stuffs%2Fspam-filter-comparison-who-makes-the-best-spam-filter%2F&amp;title=Spam%20Filter%20Comparison%3A%20Who%20makes%20the%20best%20spam%20filter%3F" id="wpa2a_12"><img src="http://www.idswebhosting.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.idswebhosting.com/blog/web-hosting-stuffs/spam-filter-comparison-who-makes-the-best-spam-filter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

