<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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>P2P</title>
	<link>http://www.secret-deals.com</link>
	<description></description>
	<pubDate>Fri, 28 Mar 2008 07:37:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>BitTorrent Tracker</title>
		<link>http://www.secret-deals.com/2008/03/28/bittorrent-tracker/</link>
		<comments>http://www.secret-deals.com/2008/03/28/bittorrent-tracker/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 07:37:42 +0000</pubDate>
		<dc:creator>Saad Ahmd</dc:creator>
		
		<category><![CDATA[Torrent Tracker]]></category>

		<guid isPermaLink="false">http://www.secret-deals.com/2008/03/28/bittorrent-tracker/</guid>
		<description><![CDATA[A BitTorrent tracker is a server which assists in the communication between peers using the BitTorrent protocol . It is also, in the absence of extensions to the original protocol, the only major critical point, as clients are required to communicate with the tracker to initiate downloads. (Clients that have already begun downloading also communicate [...]]]></description>
			<content:encoded><![CDATA[<p>A BitTorrent tracker is a server which assists in the communication between peers using the BitTorrent protocol . It is also, in the absence of extensions to the original protocol, the only major critical point, as clients are required to communicate with the tracker to initiate downloads. (Clients that have already begun downloading also communicate with the tracker periodically to negotiate with newer peers and provide statistics; however, after the initial reception of peer data, peer communication can continue without a tracker.)A tracker should be differentiated from a BitTorrent index by the fact that it does not necessarily list files that are being tracked. A BitTorrent index is a list of .torrent files (usually including descriptions and other information). Trackers merely coordinate communication between peers attempting to download the payload of the torrents.Many BitTorrent websites act as both tracker and index. Sites such as these publicize the tracker&#8217;s URL and allow users to upload torrents to the index with the tracker&#8217;s URL embedded in them, providing all the features necessary to initiate a download.A private tracker is a tracker which restricts who can use it, often by requiring registration of a user account. A common method for controlling registration among private trackers is an invite system, which is a system where trusted users are given the ability to grant a new user permission to register at the site. Typically invites, or the codes that are given to prospective users, are granted to users who have uploaded a pre-determined amount, meet specific ratio requirements, and have been registered. Private trackers usually register how much the users upload and download and may enforce a minimum upload-to-download ratio. As a result of the restricted access, their torrents usually offer better availability and speed compared to public trackers where leeching is more common.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secret-deals.com/2008/03/28/bittorrent-tracker/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple file verification</title>
		<link>http://www.secret-deals.com/2008/03/28/simple-file-verification/</link>
		<comments>http://www.secret-deals.com/2008/03/28/simple-file-verification/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 07:35:30 +0000</pubDate>
		<dc:creator>Saad Ahmd</dc:creator>
		
		<category><![CDATA[P2P]]></category>

		<guid isPermaLink="false">http://www.secret-deals.com/2008/03/28/simple-file-verification/</guid>
		<description><![CDATA[Simple file verification (SFV) is a file format for storing CRC32 checksums of files in order to verify the integrity of files. SFV can be used to detect random corruptions in a file, but cannot be used for checking authenticity in any meaningful way. Typically, the .sfv extention is used on SFV files.Files can become [...]]]></description>
			<content:encoded><![CDATA[<p>Simple file verification (SFV) is a file format for storing CRC32 checksums of files in order to verify the integrity of files. SFV can be used to detect random corruptions in a file, but cannot be used for checking authenticity in any meaningful way. Typically, the .sfv extention is used on SFV files.Files can become corrupted for a variety of reasons including: faulty storage media, errors in transmission, write errors during copying or moving, software bugs and so on. SFV verification ensures that a file has not been corrupted by comparing the file&#8217;s CRC hash value to a previously calculated value. Due to the nature of hash functions, hash collisions may result in false negatives, but the likelihood of collisions is usually negligible with random corruption.SFV cannot be used to verify the authenticity of files, as CRC32 is not a collision resistant hash function; even if the hash sum file is not tampered with, it is computationally trivial for an attacker to cause deliberate hash collisions, meaning that a malicious change in the file is not detected by a hash comparison. In cryptography, this attack is called a collision attack. For this reason, the md5sum and sha1sum utilities are often preferred in Unix operating systems, which use the MD5 and SHA-1 cryptographic hash functions respectively.</p>
<p>Even a single-bit error causes both SFV&#8217;s CRC and md5sum&#8217;s cryptographic hash to fail, typically requiring the entire file to be re-fetched from scratch. For this reason, the Parchive and rsync utilities are often preferred for verifying that a file has not been accidentally corrupted in transmission, since they can correct common small errors with a much shorter download.Despite above-mentioned weaknesses possessed by the SFV format, it is still a popular data verification technique. This is due to the relatively small amount of time taken by SFV utilities to calculate the CRC32 checksums, especially when compared to the time taken to calculate equivalent cryptographic hashes such as MD5 or SHA-1.One of the first programs to use the SFV format was WinSFV.SFV uses a plain text file containing one line for each file and its checksum in the format FILENAME<whitespaces>CHECKSUM. Any line starting with a semicolon &#8216;;&#8217; is considered to be a comment and is ignored for the purposes of file verification. The delimiter between the filename and checksum is always one or several spaces; tabs are never used.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secret-deals.com/2008/03/28/simple-file-verification/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BitTyrant</title>
		<link>http://www.secret-deals.com/2008/03/28/bittyrant/</link>
		<comments>http://www.secret-deals.com/2008/03/28/bittyrant/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 07:33:45 +0000</pubDate>
		<dc:creator>Saad Ahmd</dc:creator>
		
		<category><![CDATA[P2P Softwares]]></category>

		<guid isPermaLink="false">http://www.secret-deals.com/2008/03/28/bittyrant/</guid>
		<description><![CDATA[BitTyrant is a BitTorrent client modified from the Java-based Azureus 2.5 code base. BitTyrant is designed to give preference to clients uploading to it fastest and limiting slower uploaders. It is free software and cross-platform, currently available for Windows, OS X and Linux.BitTyrant is a result of research projects at University of Washington and University [...]]]></description>
			<content:encoded><![CDATA[<p>BitTyrant is a BitTorrent client modified from the Java-based Azureus 2.5 code base. BitTyrant is designed to give preference to clients uploading to it fastest and limiting slower uploaders. It is free software and cross-platform, currently available for Windows, OS X and Linux.BitTyrant is a result of research projects at University of Washington and University of Massachusetts Amherst, developed and supported by Professors Tom Anderson, Arvind Krishnamurthy, Arun Venkataramani and students Michael Piatek, Jarret Falkner, and Tomas Isdal. The paper describing how it works, Do Incentives Build Robustness in BitTorrent?, sought to challenge the common belief that BitTorrent&#8217;s &#8220;must upload to download&#8221; transfer protocol prevents strategic clients from gaming the system. It won a Best Student Paper award at the 2007 Networked Systems Design and Implementation conference.As a strategic client, it has demonstrated an average increase in download speed by 70% over a standard BitTorrent client. Non-BitTyrant leechers in the swarm generally receive a decrease in download speed. Even so, if all clients are BitTyrant, high capacity peers are more effectively utilized, allowing for an overall increase in download speed. However, there is a caveat. If high capacity peers are involved in many swarms, low capacity peers lose some performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secret-deals.com/2008/03/28/bittyrant/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Azureus</title>
		<link>http://www.secret-deals.com/2008/03/28/azureus/</link>
		<comments>http://www.secret-deals.com/2008/03/28/azureus/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 07:30:56 +0000</pubDate>
		<dc:creator>Saad Ahmd</dc:creator>
		
		<category><![CDATA[P2P Softwares]]></category>

		<guid isPermaLink="false">http://www.secret-deals.com/2008/03/28/azureus/</guid>
		<description><![CDATA[Azureus Vuze (formerly Azureus) is a BitTorrent client. Like other BitTorrent clients, it is used to transfer files over the BitTorrent Peer-to-peer File sharing network. In other words, it is used to download files that other people have made available.Azureus is written in the programming language Java. Java programs often use more resources than programs [...]]]></description>
			<content:encoded><![CDATA[<p>Azureus Vuze (formerly Azureus) is a BitTorrent client. Like other BitTorrent clients, it is used to transfer files over the BitTorrent Peer-to-peer File sharing network. In other words, it is used to download files that other people have made available.Azureus is written in the programming language Java. Java programs often use more resources than programs written in other languages. However, Java also allows programs written in it to be run on many different operating systems.In 2003, the core developers of Azureus formed a company called Vuze, Inc. (formerly Azureus, Inc.) Vuze, Inc. offers legal downloads of content over the BitTorrent network.The program&#8217;s logo is the Blue Poison Dart Frog (Dendrobates azureus). The Azureus name was given to the project by co-creator Tyler Pitchford, who uses the Latin names of poison dart frogs as codenames for his development projects.Azureus was first released in June 2003 at SourceForge.net, mostly to experiment with the Standard Widget Toolkit from Eclipse. It is now one of the most popular BitTorrent clients.Released under the GNU General Public License, Azureus is free software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secret-deals.com/2008/03/28/azureus/feed/</wfw:commentRss>
		</item>
		<item>
		<title>?Torrent</title>
		<link>http://www.secret-deals.com/2008/03/28/%ce%bctorrent/</link>
		<comments>http://www.secret-deals.com/2008/03/28/%ce%bctorrent/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 07:29:09 +0000</pubDate>
		<dc:creator>Saad Ahmd</dc:creator>
		
		<category><![CDATA[P2P Softwares]]></category>

		<guid isPermaLink="false">http://www.secret-deals.com/2008/03/28/%ce%bctorrent/</guid>
		<description><![CDATA[µTorrent (also microTorrent or uTorrent) is a freeware, closed source, BitTorrent client for Microsoft Windows written in C++[1] and localized for many different languages. It is designed to use minimal computer resources while offering functionality comparable to larger BitTorrent clients such as Azureus or BitComet.The program has received consistently good reviews for its feature set, [...]]]></description>
			<content:encoded><![CDATA[<p>µTorrent (also microTorrent or uTorrent) is a freeware, closed source, BitTorrent client for Microsoft Windows written in C++[1] and localized for many different languages. It is designed to use minimal computer resources while offering functionality comparable to larger BitTorrent clients such as Azureus or BitComet.The program has received consistently good reviews for its feature set, performance, stability, and support for older hardware and versions of Windows. It has been in active development since its first release in 2005. Its name is commonly abbreviated &#8220;µT&#8221; or &#8220;uT&#8221;.On December 7, 2006, µTorrent developer Ludvig Strigeus and BitTorrent, Inc. CEO Bram Cohen announced that BitTorrent, Inc. had acquired µTorrent.BitTorrent, Inc. has employed the code as the basis of version 6.0 of the BitTorrent client which today, in fact, makes it a re-branded version of µTorrent.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secret-deals.com/2008/03/28/%ce%bctorrent/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Opennet and darknet (Friend to Friend) network types</title>
		<link>http://www.secret-deals.com/2008/03/18/opennet-and-darknet-friend-to-friend-network-types/</link>
		<comments>http://www.secret-deals.com/2008/03/18/opennet-and-darknet-friend-to-friend-network-types/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 03:43:01 +0000</pubDate>
		<dc:creator>Saad Ahmd</dc:creator>
		
		<category><![CDATA[Anonymous P2P]]></category>

		<guid isPermaLink="false">http://www.secret-deals.com/2008/03/18/opennet-and-darknet-friend-to-friend-network-types/</guid>
		<description><![CDATA[Like conventional P2P networks, anonymous P2P networks can implement either opennet or darknet (often named Friend to Friend) network type. This describes how a node on the network selects peer nodes:
* In opennet network, peer nodes are discovered automatically. There is no configuration required but little control available over which nodes become peers.
* In a [...]]]></description>
			<content:encoded><![CDATA[<p>Like conventional P2P networks, anonymous P2P networks can implement either opennet or darknet (often named Friend to Friend) network type. This describes how a node on the network selects peer nodes:</p>
<p>* In opennet network, peer nodes are discovered automatically. There is no configuration required but little control available over which nodes become peers.<br />
* In a darknet network, users manually establish connections with nodes run by people they know. Darknet typically needs more effort to set up but a node only has trusted nodes as peers.</p>
<p>Some networks like Freenet support both network types simultaneously (a node can have 5 manually added darknet peer nodes and 5 automatically selected opennet peers) .</p>
<p>In a friend-to-friend (or F2F) network, users only make direct connections with people they know. Many F2F networks support indirect anonymous or pseudonymous communication between users who do not know or trust one another. For example, a node in a friend-to-friend overlay can automatically forward a file (or a request for a file) anonymously between two friends, without telling either of them the other&#8217;s name or IP address. These friends can in turn forward the same file (or request) to their own friends, and so on. Users in a friend-to-friend network cannot find out who else is participating beyond their own circle of friends, so F2F networks can grow in size without compromising their users&#8217; anonymity.</p>
<p>Some friend-to-friend networks allow the user to control what kind of files can be exchanged with friends within the node, in order to stop them from exchanging files that user disapproves of.</p>
<p>Advantages and disadvantages of opennet compared to darknet are disputed, see Friend to Friend article for summary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secret-deals.com/2008/03/18/opennet-and-darknet-friend-to-friend-network-types/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spam and DoS attacks in anonymous networks</title>
		<link>http://www.secret-deals.com/2008/03/18/spam-and-dos-attacks-in-anonymous-networks/</link>
		<comments>http://www.secret-deals.com/2008/03/18/spam-and-dos-attacks-in-anonymous-networks/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 03:37:20 +0000</pubDate>
		<dc:creator>Saad Ahmd</dc:creator>
		
		<category><![CDATA[Anonymous P2P]]></category>

		<guid isPermaLink="false">http://www.secret-deals.com/2008/03/18/spam-and-dos-attacks-in-anonymous-networks/</guid>
		<description><![CDATA[Originally, anonymous networks were operated by small and friendly communities of developers. As interest in anonymous P2P increased and the user base grew, malicious users inevitably appeared and tried different attacks. This is similar to the Internet, where widespread use has been followed by waves of spam and distributed denial-of-service attacks. Such attacks may require [...]]]></description>
			<content:encoded><![CDATA[<p>Originally, anonymous networks were operated by small and friendly communities of developers. As interest in anonymous P2P increased and the user base grew, malicious users inevitably appeared and tried different attacks. This is similar to the Internet, where widespread use has been followed by waves of spam and distributed denial-of-service attacks. Such attacks may require different solutions in anonymous networks. For example, blacklisting of originator network addresses does not work because anonymous networks conceal this information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secret-deals.com/2008/03/18/spam-and-dos-attacks-in-anonymous-networks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Uses of anonymous P2P</title>
		<link>http://www.secret-deals.com/2008/03/18/uses-of-anonymous-p2p/</link>
		<comments>http://www.secret-deals.com/2008/03/18/uses-of-anonymous-p2p/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 03:36:01 +0000</pubDate>
		<dc:creator>Saad Ahmd</dc:creator>
		
		<category><![CDATA[Anonymous P2P]]></category>

		<guid isPermaLink="false">http://www.secret-deals.com/2008/03/18/uses-of-anonymous-p2p/</guid>
		<description><![CDATA[There are many reasons to use anonymous P2P technology; most of them are generic to all forms of online anonymity.
P2P users who desire anonymity usually do so as they do not wish to be identified as a publisher (sender), or reader (receiver), of information. Common reasons include:
    * The material or its [...]]]></description>
			<content:encoded><![CDATA[<p>There are many reasons to use anonymous P2P technology; most of them are generic to all forms of online anonymity.</p>
<p>P2P users who desire anonymity usually do so as they do not wish to be identified as a publisher (sender), or reader (receiver), of information. Common reasons include:</p>
<p>    * The material or its distribution is illegal or incriminating<br />
    * Material is legal but socially deplored, embarrassing or problematic in the individual&#8217;s social world (for example, anonymity is seen as a key requirement for organizations like Alcoholics Anonymous)<br />
    * Fear of retribution (whistleblowers, unofficial leaks, and activists who do not believe in restrictions on information or knowledge)<br />
    * Censorship at the local, organizational, or national level<br />
    * Personal privacy preferences such as preventing tracking or datamining activities</p>
<p>A particularly open view on legal and illegal content is given in The Philosophy Behind Freenet.</p>
<p>Governments are also interested in anonymous P2P technology. The United States Navy funded the original onion routing research that led to the development of the Tor network, which is now funded by the Electronic Frontier Foundation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secret-deals.com/2008/03/18/uses-of-anonymous-p2p/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Anonymous P2P</title>
		<link>http://www.secret-deals.com/2008/03/18/anonymous-p2p/</link>
		<comments>http://www.secret-deals.com/2008/03/18/anonymous-p2p/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 03:35:17 +0000</pubDate>
		<dc:creator>Saad Ahmd</dc:creator>
		
		<category><![CDATA[Anonymous P2P]]></category>

		<guid isPermaLink="false">http://www.secret-deals.com/2008/03/18/anonymous-p2p/</guid>
		<description><![CDATA[An anonymous P2P computer network is a particular type of peer-to-peer network in which the users are anonymous or pseudonymous by default. The primary difference between regular and anonymous networks is in the routing method of their respective network architectures. These networks allow the unfettered free flow of information, legal or otherwise.Interest in anonymous P2P [...]]]></description>
			<content:encoded><![CDATA[<p>An anonymous P2P computer network is a particular type of peer-to-peer network in which the users are anonymous or pseudonymous by default. The primary difference between regular and anonymous networks is in the routing method of their respective network architectures. These networks allow the unfettered free flow of information, legal or otherwise.Interest in anonymous P2P has increased in recent years for many reasons, including distrust of governments (especially in undemocratic regimes), mass surveillance and data retention, and lawsuits against bloggers.Such networks may also appeal to those wishing to share copyrighted files illegally - organizations such as the Recording Industry Association of America and the British Phonographic Industry have successfully tracked and sued users on non-anonymous P2P networks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secret-deals.com/2008/03/18/anonymous-p2p/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Attacks on peer-to-peer networks</title>
		<link>http://www.secret-deals.com/2008/03/07/attacks-on-peer-to-peer-networks/</link>
		<comments>http://www.secret-deals.com/2008/03/07/attacks-on-peer-to-peer-networks/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 12:56:32 +0000</pubDate>
		<dc:creator>Saad Ahmd</dc:creator>
		
		<category><![CDATA[P2P]]></category>

		<guid isPermaLink="false">http://www.secret-deals.com/2008/03/07/attacks-on-peer-to-peer-networks/</guid>
		<description><![CDATA[Many peer-to-peer networks are under constant attack by people with a variety of motives.
Examples include:
    * poisoning attacks (e.g. providing files whose contents are different from the description)
    * polluting attacks (e.g. inserting &#8220;bad&#8221; chunks/packets into an otherwise valid file on the network)
    * freeloaders (Sometimes [...]]]></description>
			<content:encoded><![CDATA[<p>Many peer-to-peer networks are under constant attack by people with a variety of motives.</p>
<p>Examples include:</p>
<p>    * poisoning attacks (e.g. providing files whose contents are different from the description)<br />
    * polluting attacks (e.g. inserting &#8220;bad&#8221; chunks/packets into an otherwise valid file on the network)<br />
    * freeloaders (Sometimes known as &#8216;Leechers&#8217;) (users or software that make use of the network without contributing resources to it)<br />
    * insertion of viruses to carried data (e.g. downloaded or carried files may be infected with viruses or other malware)<br />
    * malware in the peer-to-peer network software itself (e.g. distributed software may contain spyware)<br />
    * denial of service attacks (attacks that may make the network run very slowly or break completely)<br />
    * filtering (network operators may attempt to prevent peer-to-peer network data from being carried)<br />
    * identity attacks (e.g. tracking down the users of the network and harassing or legally attacking them)<br />
    * spamming (e.g. sending unsolicited information across the network- not necessarily as a denial of service attack)</p>
<p>Most attacks can be defeated or controlled by careful design of the peer-to-peer network and through the use of encryption. P2P network defense is in fact closely related to the &#8220;Byzantine Generals Problem&#8221;. However, almost any network will fail when the majority of the peers are trying to damage it, and many protocols may be rendered impotent by far fewer numbers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secret-deals.com/2008/03/07/attacks-on-peer-to-peer-networks/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
