<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>tracker &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/tracker/</link>
	<description>Feed of posts on WordPress.com tagged "tracker"</description>
	<pubDate>Fri, 05 Sep 2008 12:30:56 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Mortgages arrears show sharp rise]]></title>
<link>http://mortgageweekly.wordpress.com/?p=211</link>
<pubDate>Fri, 05 Sep 2008 10:13:56 +0000</pubDate>
<dc:creator>financialpress</dc:creator>
<guid>http://mortgageweekly.wordpress.com/?p=211</guid>
<description><![CDATA[
Arrears and repossessions among prime mortgage borrowers jumped sharply in the second quarter, acco]]></description>
<content:encoded><![CDATA[<blockquote></blockquote>
<blockquote><p>Arrears and repossessions among prime mortgage borrowers jumped sharply in the second quarter, according to a report by Moody's which suggests that home loans are deteriorating even among borrowers with good credit records.</p>
<p><a href="http://www.thinkmoney.com/mortgage/">Mortgages</a> held by Granite, the securitisation vehicle of Northern Rock, had the second-worst performance of those studied by Moody's.</p>
<p>The credit rating agency examined the performance of more than 14 mortgage securitisations representing billions of pounds of home loans issued by Britain's biggest <a href="http://www.thinkmoney.com/banking/">banks</a>.</p></blockquote>
<p><a href="http://www.ft.com/cms/s/0/4b9dff08-7ae2-11dd-adbe-000077b07658.html"><br />
Mortgages arrears show sharp rise</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How BitTorrent works]]></title>
<link>http://ritesh2103.wordpress.com/?p=87</link>
<pubDate>Thu, 04 Sep 2008 11:31:02 +0000</pubDate>
<dc:creator>Rite$h</dc:creator>
<guid>http://ritesh2103.wordpress.com/?p=87</guid>
<description><![CDATA[BitTorrent is a protocol that enables fast downloading of large files using minimum Internet bandwid]]></description>
<content:encoded><![CDATA[<p>BitTorrent is a protocol that enables fast downloading of large files using minimum Internet bandwidth. It costs nothing to use and includes no <a href="http://computer.howstuffworks.com/spyware.htm">spyware</a> or pop-up advertising.</p>
<p>Unlike other download methods, BitTorrent maximizes transfer speed by gathering pieces of the file you want and downloading these pieces simultaneously from people who already have them. This process makes popular and very large files, such as videos and <a href="http://electronics.howstuffworks.com/tv.htm">television</a> programs, download much faster than is possible with other protocols.</p>
<p>In this article, we'll examine how BitTorrent works and how it is different from other file-distribution methods. In addition, you'll learn how to use BitTorrent and what the future might hold for this innovative approach to serving files over the Internet.</p>
<table border="1" cellspacing="0" cellpadding="3" width="450" align="center" bgcolor="#eef4f6">
<tbody>
<tr>
<td><span style="font-family:arial,helvetica;"> <span style="font-size:xx-small;color:#000099;">BitTorrent Speak</span> <span>Like most Internet phenomena, BitTorrent has its own jargon. Some of the more common terms related to BitTorrent include: </span></span></p>
<ul><span style="font-family:arial,helvetica;"><span></p>
<li><strong>Leeches</strong> - People who download files but do not share files on their own computer with others</li>
<li><strong>Seed</strong> or <strong>seeder</strong> - A computer with a complete copy of a BitTorrent file (At least one seed computer is necessary for a BitTorrent download to operate.)</li>
<li><strong>Swarm</strong> - A group of computers simultaneously sending (uploading) or receiving (downloading) the same file</li>
<li><strong>.torrent</strong> - A pointer file that directs your computer to the file you want to download</li>
<li><strong>Tracker</strong> - A server that manages the BitTorrent file-transfer process</li>
<p></span></span></ul>
<p><span style="font-family:arial,helvetica;"> </span></td>
</tr>
</tbody>
</table>
<p><strong>Traditional Client-Server Downloading</strong><br />
To understand how BitTorrent works and why it is different from other file-serving methods, let's examine what happens when you download a file from a Web site. It works something like this:</p>
<ul>
<li>You open a <a href="http://computer.howstuffworks.com/web-page.htm">Web page</a> and click a link to download a file to your computer.</li>
<li>The Web browser software on your computer (the <strong>client</strong>) tells the <a href="http://computer.howstuffworks.com/web-server.htm">server</a> (a central computer that holds the Web page and the file you want to download) to transfer a copy of the file to your computer.</li>
<li>The transfer is handled by a <strong>protocol</strong> (a set of rules), such as FTP (File Transfer Protocol) or HTTP (HyperText Transfer Protocol).</li>
</ul>
<table border="0" cellspacing="0" cellpadding="3" width="400" align="center">
<tbody>
<tr>
<td><span style="font-family:arial,helvetica;"> <img src="http://static.howstuffworks.com/gif/bittorrent-4.jpg" alt="" /><br />
<span><strong>Client-server download process</strong></span></span></td>
</tr>
</tbody>
</table>
<p>The transfer speed is affected by a number of variables, including the type of protocol, the amount of traffic on the server and the number of other computers that are downloading the file. If the file is both large and popular, the demands on the server are great, and the download will be slow.</p>
<p><strong>Peer-to-peer file sharing</strong> is different from traditional file downloading. In peer-to-peer sharing, you use a <a href="http://computer.howstuffworks.com/software-channel.htm">software</a> program (rather than your Web browser) to locate computers that have the file you want. Because these are ordinary computers like yours, as opposed to servers, they are called <strong>peers</strong>. The process works like this:</p>
<ul>
<li>You run peer-to-peer file-sharing software (for example, a <a href="http://computer.howstuffworks.com/file-sharing.htm">Gnutella program</a>) on your computer and send out a request for the file you want to download.</li>
<li>To locate the file, the software queries other computers that are connected to the Internet and running the file-sharing software.</li>
<li>When the software finds a computer that has the file you want on its <a href="http://computer.howstuffworks.com/hard-disk.htm">hard drive</a>, the download begins.</li>
<li>Others using the file-sharing software can obtain files they want from your computer's hard drive.</li>
</ul>
<table border="0" cellspacing="0" cellpadding="3" width="400" align="center">
<tbody>
<tr>
<td><span style="font-family:arial,helvetica;"> <img src="http://static.howstuffworks.com/gif/bittorrent-5.gif" alt="Gnutella's peer-to-peer download process" /><br />
<span><strong>Gnutella's peer-to-peer download process</strong></span></span></td>
</tr>
</tbody>
</table>
<p>The file-transfer load is distributed between the computers exchanging files, but file searches and transfers from your computer to others can cause bottlenecks. Some people download files and immediately disconnect without allowing others to obtain files from their system, which is called <strong>leeching</strong>. This limits the number of computers the software can search for the requested file.</p>
<p>Unlike some other peer-to-peer downloading methods, BitTorrent is a protocol that offloads some of the file tracking work to a central server (called a <strong>tracker</strong>). Another difference is that it uses a principal called <strong>tit-for-tat</strong>. This means that in order to receive files, you have to give them. This solves the problem of leeching -- one of developer <a href="http://www.howstuffworks.com/framed.htm?parent=bittorrent.htm&#38;url=http://bitconjurer.org/">Bram Cohen's</a> primary goals. With BitTorrent, the more files you share with others, the faster your downloads are. Finally, to make better use of available Internet bandwidth (the pipeline for data transmission), BitTorrent downloads different pieces of the file you want simultaneously from multiple computers.</p>
<p>Here's how it works:</p>
<table border="0" cellspacing="0" cellpadding="3" width="400" align="center">
<tbody>
<tr>
<td><span style="font-family:arial,helvetica;"> <img src="http://static.howstuffworks.com/gif/bittorrent-6.gif" alt="BitTorrent's peer-to-peer download process" /><br />
<span><strong>BitTorrent's peer-to-peer download process</strong></span></span></td>
</tr>
</tbody>
</table>
<ul>
<li>You open a Web page and click on a link for the file you want.</li>
<li>BitTorrent client software communicates with a <strong>tracker</strong> to find other computers running BitTorrent that have the complete file (<strong>seed</strong> computers) and those with a portion of the file (peers that are usually in the process of downloading the file).</li>
<li>The tracker identifies the <strong>swarm</strong>, which is the connected computers that have all of or a portion of the file and are in the process of sending or receiving it.</li>
<li>The tracker helps the client software trade pieces of the file you want with other computers in the swarm. Your computer receives multiple pieces of the file simultaneously.</li>
<li>If you continue to run the BitTorrent client software after your download is complete, others can receive .torrent files from your computer; your future download rates improve because you are ranked higher in the "tit-for-tat" system.</li>
</ul>
<p>Downloading pieces of the file at the same time helps solve a common problem with other peer-to-peer download methods: Peers upload at a much slower rate than they download. By downloading multiple pieces at the same time, the overall speed is greatly improved. The more computers involved in the swarm, the faster the file transfer occurs because there are more sources of each piece of the file. For this reason, BitTorrent is especially useful for large, popular files.</p>
<p>Source: http://www.howstuffworks.com</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[The Essentials On Bad Credit Mortgage Refinancing]]></title>
<link>http://mortgageweekly.wordpress.com/?p=209</link>
<pubDate>Thu, 04 Sep 2008 08:56:17 +0000</pubDate>
<dc:creator>financialpress</dc:creator>
<guid>http://mortgageweekly.wordpress.com/?p=209</guid>
<description><![CDATA[If you are a homeowner with less than desirable credit, you can still refinance your current mortgag]]></description>
<content:encoded><![CDATA[<p style="margin-bottom:0;margin-top:5pt;"><span style="font-family:Arial,Sans-Serif;"><span style="font-size:10pt;font-family:Arial;">If you are a homeowner with less than desirable credit, you can still refinance your current mortgage with a competitive loan offer. Poor credit will not prevent you from refinancing your mortgage; it simply means you will have to work harder to do it. Here is what you need to get started refinancing your mortgage with bad credit.</p>
<p>Refinancing your <a href="http://www.thinkmoney.com/mortgage/bad-credit-mortgages.asp">mortgage with bad credit</a> is easier than ever. There is an entire industry of mortgage lenders that has sprung up around poor credit mortgage loans. The problem you will find when applying for mortgages with poor credit is that it is very easy to overpay for your new mortgage. Because of this you will need to shop around and compare lender fees, interest rates, and closing costs, along with the terms and conditions from a variety of lenders.</p>
<p>In today's economy having bad credit means you will have to pay more for your financing. Poor credit is no longer a barrier to financing; it simply means it is going to cost you more. Don't let your credit prevent you from trying to find the financing you need, many homeowners are embarrassed or ashamed of their credit. Keep in mind that nearly 50% of Americans today have bad credit for one reason or another. Bad things happen to everyone at one time or another; credit problems are simply one of those bad things.</p>
<p>When comparing loan offers it is important to request the Good Faith Estimate from each lender you consider. Pay close attention to lender fees and closing costs found on the Good Faith Estimate. The origination fees you pay should not be higher than 2% of the loan amount for bad credit mortgage refinancing.</p>
<p>Refinancing a home loan with bad credit requires effort on your part. You have to search for the best deal. Because of your credit situation, most lenders will take advantage of you. They will charge a huge interest rate and huge fees because they know your options are limited. When applying for a refinancing, contact your current mortgage lender. If your payment history is good with this lender, they may be willing to negotiate a decent rate. Before signing on the dotted line, you must shop around.</span></span></p>
<p style="margin-bottom:0;margin-top:5pt;"><span style="font-family:Arial,Sans-Serif;"><span style="font-size:10pt;font-family:Arial;">Article Source: <a href="http://www.articlesmaker.com/">ArticlesMaker.com</a></span></span></p>
<p><span style="font-family:Arial,Sans-Serif;"><span style="font-size:10pt;font-family:Arial;color:#800000;"> <span style="font-weight:700;"> About the Author:</span><span style="font-weight:400;"> </span></span><span style="font-size:10pt;font-family:Arial;">Learn about <a href="http://mortgage-refinancing-tips.biz/" target="_blank">mortgage rates refinancing</a> and get a Free limited copy of "Mortgage Refinancing Insights" by visiting http://mortgage-refinancing-tips.biz, a popular website that provides tips and advice on <a href="http://mortgage-refinancing-tips.biz/" target="_blank">best mortgage refinancing</a> </span></span></p>
<p>Related Resources:</p>
<ul>
<li><a href="http://www.thinkmoney.com/mortgage/">http://www.thinkmoney.com/mortgage/</a></li>
<li><a href="http://www.thinkmoney.com/mortgage/bad-credit-mortgages.asp">http://www.thinkmoney.com/mortgage/bad-credit-mortgages.asp</a></li>
</ul>
]]></content:encoded>
</item>

</channel>
</rss>
