| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr" lang="en-US">
|
|---|
| 3 | <head profile="http://purl.org/net/uriprofile/">
|
|---|
| 4 |
|
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|---|
| 6 | <meta http-equiv="Content-Language" content="ja" />
|
|---|
| 7 | <meta http-equiv="Content-Style-Type" content="text/css" />
|
|---|
| 8 | <meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|---|
| 9 | <title>BitTorrent</title>
|
|---|
| 10 |
|
|---|
| 11 | <meta name="author" content="Florence Jacq" />
|
|---|
| 12 | <meta name="description" content="BitTorrent Présentation" />
|
|---|
| 13 | <meta name="keywords" content="Protocole : Présentation et fonctionnement" />
|
|---|
| 14 | <link rev="made" href="mailto:jacq@lal.in2p3.fr" />
|
|---|
| 15 | <link rel="Shortcut Icon" type="image/vnd.microsoft.icon" href="http://www.cybergarden.net/favicon.ico" />
|
|---|
| 16 | <link rel="stylesheet" href="../../tags/Tools/v4/css/screen.css" type="text/css" media="screen, projection, tv, print" />
|
|---|
| 17 | <link rel="stylesheet" href="../../tags/Tools/v4/Slidy/slidy-toc.css" type="text/css" media="screen, projection, print" />
|
|---|
| 18 | <script src="../../tags/Tools/v4/Slidy/slidy.js" type="text/javascript"></script>
|
|---|
| 19 | <script src="../../tags/Tools/v4/Slidy/slidy-toc.js" type="text/javascript"></script>
|
|---|
| 20 | </head>
|
|---|
| 21 |
|
|---|
| 22 | <body style="font-size: 18pt;">
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 | <!-- Introduction [Start] -->
|
|---|
| 26 |
|
|---|
| 27 | <div class="slide">
|
|---|
| 28 | <p><br /><br /><br /><br /></p>
|
|---|
| 29 | <center><h2>BitTorrent</h2></center>
|
|---|
| 30 | <center><h3><font color="#FF8C00">Présentation et Fonctionnement</font></h3></center><br />
|
|---|
| 31 | <p align="right"><i>F.Jacq - 3 Mai 2007</i></p>
|
|---|
| 32 | <p> </p>
|
|---|
| 33 | <!--center-->
|
|---|
| 34 | <!--img src="BT_fichiers/Qt4logo.jpg" height="200" width="200" alt="Qt4"/-->
|
|---|
| 35 | <!--/center-->
|
|---|
| 36 | </div>
|
|---|
| 37 |
|
|---|
| 38 |
|
|---|
| 39 |
|
|---|
| 40 | <!-- Diapo -->
|
|---|
| 41 | <div style="border-style: none; display: none; visibility: hidden; position: absolute;" class="slideLogo">
|
|---|
| 42 |
|
|---|
| 43 | <h1>Généralités</h1>
|
|---|
| 44 | <ul class="incremental">
|
|---|
| 45 | <li>Protocole de transfert <b><font color="#FF8C00">Peer-to-Peer</font></b>
|
|---|
| 46 | <ul>
|
|---|
| 47 | <li>Développé en python par Bran Cohen en avril 2001 et déployé durant l’été 2002</li>
|
|---|
| 48 | <li>Maintenu par la société BitTorrent <br /><br /></li>
|
|---|
| 49 | </ul>
|
|---|
| 50 |
|
|---|
| 51 | <li><b><font color="#FF8C00">Peer-to-Peer</font></b>:<br /><br /><font color="#111199">Modèle de réseau informatique dont les nœuds sont à la fois client et serveur</font>
|
|---|
| 52 | </li>
|
|---|
| 53 | </ul>
|
|---|
| 54 | </div>
|
|---|
| 55 |
|
|---|
| 56 | <!-- Diapo -->
|
|---|
| 57 | <div style="border-style: none; display: none; visibility: hidden; position: absolute;" class="slideLogo">
|
|---|
| 58 |
|
|---|
| 59 | <h1>Particularités</h1>
|
|---|
| 60 | <ul class="incremental">
|
|---|
| 61 | <li><b>Nouvelle génération</b> après Napster, Kazaa, eMule...
|
|---|
| 62 | </li>
|
|---|
| 63 | <li><b>Bande passante réservée à un fichier</b>
|
|---|
| 64 | <ul>
|
|---|
| 65 | <li>On partage ce que l'on récupère</li>
|
|---|
| 66 | <li>Plus on "Upload" plus on "Download"</li>
|
|---|
| 67 | </ul>
|
|---|
| 68 | <li><b>Process</b>
|
|---|
| 69 | <ul>
|
|---|
| 70 | <li>Partage de fichiers découpés</li>
|
|---|
| 71 | <li>Moins lourds et plus faciles à télécharger</li>
|
|---|
| 72 | </ul>
|
|---|
| 73 | </li>
|
|---|
| 74 | <li><b>Pas d’outil intégré à la recherche</b>
|
|---|
| 75 | <ul>
|
|---|
| 76 | <li>Recherche classique via le web</li>
|
|---|
| 77 | </ul>
|
|---|
| 78 | </li>
|
|---|
| 79 | <li><b>Disponibilité</b>
|
|---|
| 80 | <ul>
|
|---|
| 81 | <li>Fichiers récents</li>
|
|---|
| 82 | <li>Pendant une courte période</li>
|
|---|
| 83 | </ul>
|
|---|
| 84 | </li>
|
|---|
| 85 | </ul>
|
|---|
| 86 | </div>
|
|---|
| 87 |
|
|---|
| 88 |
|
|---|
| 89 | <!-- Diapo -->
|
|---|
| 90 | <div style="border-style: none; display: none; visibility: hidden; position: absolute;" class="slideLogo">
|
|---|
| 91 |
|
|---|
| 92 | <h1>Mots clés</h1>
|
|---|
| 93 | <ul class="incremental">
|
|---|
| 94 | <li><b>Torrent : </b><p align ="justify" style="line-height:1.6">Fichier *.torrent, contient les méta données nécessaires pour télécharger le fichier cible, notamment l’(es) adresse(s) du <b><font color="#FF8C00">tracker</font></b>.<br /> Très léger, quelques Ko.<br /> Disponible via n’importe quel système d’échange (Serveur web, ftp, mail…).</p><br /></li>
|
|---|
| 95 |
|
|---|
| 96 | <li><b>Tracker : </b><p align = "justify" style="line-height:1.6">Programme de surveillance, répertorie les nœuds où se trouve le fichier, sait qui récupère quoi, connecte les nœuds entre eux.<br /> Le tracker peut être privé (poste client/serveur) ou public (site web).<br /> L’application Azureus propose un tracker intégré pour facilité la création de fichiers torrent.</p></li>
|
|---|
| 97 |
|
|---|
| 98 | </ul>
|
|---|
| 99 | </div>
|
|---|
| 100 |
|
|---|
| 101 | <!-- Diapo -->
|
|---|
| 102 | <div style="border-style: none; display: none; visibility: hidden; position: absolute;" class="slideLogo">
|
|---|
| 103 | <h1>Mode : Télécharger un fichier</h1>
|
|---|
| 104 |
|
|---|
| 105 | <div class="incremental" style= "margin-left: 10em; position: relative;">
|
|---|
| 106 |
|
|---|
| 107 | <img src="BT_fichiers/Diapositive1.jpg" width="720" height="540" style="position: absolute; left: 0pt; top: -4pt" alt="Schema"/>
|
|---|
| 108 |
|
|---|
| 109 | </div>
|
|---|
| 110 | </div>
|
|---|
| 111 |
|
|---|
| 112 |
|
|---|
| 113 | <!-- Diapo -->
|
|---|
| 114 | <div style="border-style: none; display: none; visibility: hidden; position: absolute;" class="slideLogo">
|
|---|
| 115 |
|
|---|
| 116 | <h1>Mode : Partage d'un fichier</h1>
|
|---|
| 117 | <ol class="incremental">
|
|---|
| 118 | <li>Fichier source à partager doit être répertorié dans un <b>tracker</b>.<br /> Activer un tracker privé ou avoir recours à un tracker public.<br /><br />
|
|---|
| 119 | <center><i><font color="#FF8C00">./bttrack.py --port 6969 --dfile dstate --logfile tracker.log</font></i></center><br />
|
|---|
| 120 | <li>Création du fichier<b>*.torrent</b><br /><br />
|
|---|
| 121 | <center><i><font color="#FF8C00">./btmaketorrent.py http://localhost:6969/announce nomfichier</font></i></center><br />
|
|---|
| 122 | <li>Publication du fichier <b>*.torrent</b><br /><br />
|
|---|
| 123 | <li>Publication du fichier source : Penser au pseudo téléchargementr<br /><br />
|
|---|
| 124 | <center><i><font color="#FF8C00">./btdownloadheadless.py ./monfichier.torrent --save_as monfichier</font></i></center><br />
|
|---|
| 125 | </li>
|
|---|
| 126 | </ol>
|
|---|
| 127 | </div>
|
|---|
| 128 |
|
|---|
| 129 |
|
|---|
| 130 | <!-- Diapo -->
|
|---|
| 131 | <div style="border-style: none; display: none; visibility: hidden; position: absolute;" class="slideLogo">
|
|---|
| 132 |
|
|---|
| 133 | <h1>Sources</h1>
|
|---|
| 134 | <ul>
|
|---|
| 135 | <li><a href="http://fr.wikipedia.org/wiki/Peer-to-peer">http://fr.wikipedia.org/wiki/Peer-to-peer</a></li>
|
|---|
| 136 | <li><a href="http://fr.wikipedia.org/wiki/Bittorent">http://fr.wikipedia.org/wiki/Bittorent</a></li>
|
|---|
| 137 | <li><a href="http://ratiatum.com/dossier1356_BitTorrent_Le_guide_complet.html?page=1">http://ratiatum.com/dossier1356_BitTorrent_Le_guide_complet.html?page=1</a></li>
|
|---|
| 138 | <li><a href="http://asdrad.9online.fr/bittorrent/bittorrent.html">http://asdrad.9online.fr/bittorrent/bittorrent.html</a></li>
|
|---|
| 139 | <li><a href="http://btfaq.com/serve/cache/51.html">http://btfaq.com/serve/cache/51.html</a></li>
|
|---|
| 140 | <li><a href="http://en.wikipedia.org/wiki/BitTorrent">http://en.wikipedia.org/wiki/BitTorrent</a></li>
|
|---|
| 141 | <li><a href="http://wiki.theory.org/index.php/BitTorrentSpecification">http://wiki.theory.org/index.php/BitTorrentSpecification</a></li>
|
|---|
| 142 | <li><a href="http://www.run.montefiore.ulg.ac.be/~martin/resources/BitTorrentTutoriel.html">http://www.run.montefiore.ulg.ac.be/~martin/resources/BitTorrentTutoriel.html</a></li>
|
|---|
| 143 | </ul>
|
|---|
| 144 | </div>
|
|---|
| 145 |
|
|---|
| 146 | </body>
|
|---|
| 147 | </html>
|
|---|