SlideShare a Scribd company logo
1 of 37
Pardeshi Dhananjay.

Guide:Mrs. Kale J. S.

October 21, 2013

Presented By:Hamand Amol Sambhaji.
Pardeshi Dhananjay Rajendra.
Pardeshi Dhananjay.

•
•
•
•
•
•
•
•
•
•
•
•
•
•

Introduction
Types Of Data Sharing
Traditional Client-Server Downloading
Peer-Peer Downloading
What is BitTorrent?
Why BitTorrent?
Origin!
BitTorrent Terminology
How BitTorrent works?
Swarm, Tracker, Peers, Leeches, Seeds
Architecture of BitTorrent
Piece Selection
Conclusion
References

October 21, 2013

2
Pardeshi Dhananjay.

• Humans tend to share things.
• As electronic data plays a vital role these days, they acquire the
“sharing” attribute.
• Sharing electronic data(emails, eBooks, multimedia files) is the
need of the hour.
• Usually the data is of large size and takes too much time and
bandwidth to be downloaded.
• Data sharing must be fast enough as we are now moving to 3G
and 4G technologies, users expect data sharing at high speeds.

October 21, 2013

3
Pardeshi Dhananjay.



Manual Sharing Using Removable Media: Such as Memory Cards,
USB drives, External Hard disks etc.



Centralized Servers of Computer Networks: Network of computers
interconnected for sharing resources and information via a central
server (One server – many clients).



Distributed Peer-to-Peer networking: Is a Computer network where
each system in the network acts as client or server allowing shared
access of resources without the need of central server.

October 21, 2013

4
Pardeshi Dhananjay.

• The client – server model is a centralized
model.
• A server is a computer that selectively shares
its data on Web.
• A client is a computer that contacts the server
in order to request for the data.

Client

• The Web browser software on your computer
(the client) tells the server to transfer a copy
of the file to your computer.
• Single server provides service to several
clients simultaneously.

October 21, 2013

Server

Handling
multiple requests.

5
Pardeshi Dhananjay.

• Protocols used:- 1)FTP (File Transfer Protocol)
2)HTTP (Hypertext Transfer Protocol).
• 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.
• Client-server model fails if
1. Single server fails.
2. Cant afford to deploy enough servers.

October 21, 2013

6
Pardeshi Dhananjay.

• A peer-to-peer (P2P) network is a decentralized network.

• In peer-to-peer sharing, all individual nodes(„Peers‟) act as both supplier
and consumer of data or resources.
• In peer-to-peer sharing, a software program is used instead a Web
Browser to locate computers that have the file user want.
• You run peer-to-peer file-sharing software (for example, a Napster
program or Gnutella) on your computer and send out a request for the
file you want to download.
• To locate the file, the software queries other computers that are
connected to the Internet and running the file-sharing software.
October 21, 2013

7
Pardeshi Dhananjay.

• When the software finds a computer that
has the file you want on its hard drive ,
the download begins.
• Others using the file-sharing software can
obtain files they want from your
computer's hard drive.
• The file-transfer load is distributed
between the computers exchanging files,
but file searches and transfers from your
computer to others can cause bottlenecks.

October 21, 2013

8
Pardeshi Dhananjay.

• Bit-Torrent is a peer to peer (P2P) protocol used for sharing files
over the network.
• A P2P client is used on every participating nodes.
• No central resource allocation.
• A single data is accessed effectively by hundreds of peers.
• The data is chopped into pieces and further into sub pieces.
• Every peer acts as both, client and server.
• One of Bit Torrent's most powerful idea is the choking
mechanism.
October 21, 2013

9
Pardeshi Dhananjay.

• 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 Tracker.
• Another difference is that it uses a principal called tit-for-tat.

• This means that in order to receive files, you have to give them.
This solves the problem of leeching -- one of developer Bram
Cohen's primary goal.

October 21, 2013

10
Pardeshi Dhananjay.

• The BitTorrent protocol was designed by Bram Cohen in April
2001, now maintained by BitTorrent, Inc.
• BitTorrent was written in Python prior to version 06 and was a
free software, now rebranded as µTorrent, no longer open source.

• In November of 2004, BitTorrent was responsible for 35% of all
Internet traffic.
• As of 2009, BitTorrent reportedly had about the same number of
active users online as viewers of YouTube and Facebook
combined.
October 21, 2013

11
Pardeshi Dhananjay.

• .torrent - A pointer file that directs your computer to the file you
want to download.
• Peer – Active node in the network that does not have the
complete file (upload & download).
• Leeches - People who download files but do not upload files on
their own computer with others.
• Seed - A computer with a complete copy of a BitTorrent file
(At least one seed computer is necessary for a BitTorrent
download to operate).
• Swarm - A group of computers simultaneously sending
(uploading) or receiving (downloading) the same file.
October 21, 2013

12
Pardeshi Dhananjay.

• Tracker - A server that keeps track of leechers and seeds in the
network. The tracker is centralized.
• Share Ratio – The ratio of amount of a file downloaded to that of
uploaded.
• Index sites -Also referred to as a torrent search engine.
Contains .torrent files for download.

October 21, 2013

13
Pardeshi Dhananjay.

•You open a Web page and click on a link for the file you want.

•BitTorrent client software communicates with a tracker to find
other computers running BitTorrent that have the complete file
(seed computers) and those with a portion of the file (peers that are
usually in the process of downloading the file).
•The tracker identifies the swarm, which are connected computers
that have all or a portion of the file and are in the process of sending
or receiving it.
•The tracker helps the client software to trade pieces of the file we
want with other computers in the swarm. Your computer receives
multiple pieces of the file simultaneously.
October 21, 2013

14
Pardeshi Dhananjay.



Swarm
 Set of peers all downloading the same file.
 Organized as a random mesh.



Each node knows list of pieces downloaded by neighbors.



Node requests pieces it does not own from neighbors.
 Exact method explained later.

October 21, 2013

15
Pardeshi Dhananjay.







October 21, 2013

File Ubantu.iso .torrent
hosted at a (well-known)
webserver.
The .torrent has address of
tracker for file.
The tracker, which runs on a
webserver as well, keeps
track of all peers
downloading file.

16
Pardeshi Dhananjay.

www.bittorrent.com

1

Peer

October 21, 2013







File Ubantu.iso .torrent
hosted at a (well-known)
webserver.
The .torrent has address of
tracker for file.
The tracker, which runs on a
webserver as well, keeps
track of all peers
downloading file.

17
Pardeshi Dhananjay.

www.bittorrent.com





Peer

2


Tracker

October 21, 2013

File Ubantu.iso .torrent
hosted at a (well-known)
webserver.
The .torrent has address of
tracker for file.
The tracker, which runs on a
webserver as well, keeps
track of all peers
downloading file.

18
Pardeshi Dhananjay.

www.bittorrent.com




Peer



3

Tracker

File Ubantu.iso .torrent
hosted at a (well-known)
webserver
The .torrent has address of
tracker for file
The tracker, which runs on a
webserver as well, keeps
track of all peers
downloading file

Swarm
October 21, 2013

19
Pardeshi Dhananjay.

• Manages users participating in a torrent (known as peers).

• Stores statistics about the torrent.
• Allows peers to find each others and start communication.
• Keeps track of pieces of file and what peer have which piece.
• Peers communicate with tracker using HTTP protocol.

October 21, 2013

20
Pardeshi Dhananjay.

October 21, 2013

21
Pardeshi Dhananjay.



Peers: A peer is another computer on the internet that you connect to
and transfer data. Generally a peer does not have the complete
file.



Leeches: They are similar to peers in that they won‟t have the complete
file. But the main difference between the two is a leech will not
upload once the file is downloaded.



Seeds: A computer that has a complete copy of a certain torrent. It only
uploads the file.

October 21, 2013

22
Pardeshi Dhananjay.

Tracker

Web Server

C
A
Peer
Peer

[Leech]
Downloade
r
October 21, 2013

“US”

B

[Seed]

Peer
[Leech]

23
Pardeshi Dhananjay.

Tracker

Web Server

C
A
Peer
Peer

[Leech]
Downloade
r
October 21, 2013

“US”

B

[Seed]

Peer
[Leech]

24
Pardeshi Dhananjay.

Tracker

Web Server

C
A
Peer
Peer

[Leech]
Downloade
r
October 21, 2013

“US”

B

[Seed]

Peer
[Leech]

25
Pardeshi Dhananjay.

Tracker

Web Server

C
A
Peer
Peer

[Leech]
Downloade
r
October 21, 2013

“US”

B

[Seed]

Peer
[Leech]

26
Pardeshi Dhananjay.

Tracker

Web Server

C
A
Peer
Peer

[Leech]
Downloade
r
October 21, 2013

“US”

B

[Seed]

Peer
[Leech]

27
Pardeshi Dhananjay.

Tracker

Web Server

C
A
Peer
Peer

[Leech]
Downloade
r
October 21, 2013

“US”

B

[Seed]

Peer
[Leech]

28
Pardeshi Dhananjay.

Tracker

Web Server

C
A
Peer
Peer

[Leech]
Downloade
r
October 21, 2013

“US”

B

[Seed]

Peer
[Leech]

29
Pardeshi Dhananjay.



Random First Piece
 Special case, at the beginning.



Rarest First
 General rule.



Endgame Mode
 Special case.

October 21, 2013

30
Pardeshi Dhananjay.



Initially, a peer has nothing to trade.



Important to get a complete piece ASAP.
 So as to assemble first complete piece quickly.
 Then participate in uploads.



Select a random piece of the file and download it.

October 21, 2013

31
Pardeshi Dhananjay.



Look at all pieces at all peers, and request piece that‟s owned
by fewest peers.


Increases diversity in the pieces downloaded.
 avoids case where a node and each of its peers have
exactly the same pieces; increases throughput.



Increases likelihood all pieces still available even if original
seed leaves before any one node has downloaded entire file.

October 21, 2013

32
Pardeshi Dhananjay.



Near the end, missing pieces are requested from every peer
containing them.



This ensures that a download is not prevented from
completion due to a single peer with a slow transfer rate.



Some bandwidth is wasted, but in practice, this is not too
much.

October 21, 2013

33
Pardeshi Dhananjay.

{1,2,3,4,5,6,7,8,9,10}

Seeder:

A

{}
{1,2,3}
{1,2,3,5}
{}
{1,2,3}
{1,2,3,4}
{1,2,3,4,5}

Downloader
Downloader
October 21, 2013

C

B
34
Pardeshi Dhananjay.



News of increased adoption of this revolutionary protocol
continues to emerge, and this seems to be a rich area for
continued research in computer networking, with
significant potential benefits to society.



If BitTorrent and similar protocols do find a legal place in
the internet, it will certainly help to pave the way for
distributing rich media on the internet, and provide the
impetus for new innovations.

October 21, 2013

35
Pardeshi Dhananjay.

1.
2.
3.
4.
5.
6.

http://computer.howstuffworks.com/bittorrent.htm
http://en.wikipedia.org/wiki/BitTorrent
http://computer.howstuffworks.com/file-sharing.htm
http://en.wikipedia.org/wiki/World_Wide_Web
http://en.wikipedia.org/wiki/Computer_network
http://www.bittorrent.com/help/guides/beginners-guide

October 21, 2013

36
Pardeshi Dhananjay.

October 21, 2013

37

More Related Content

What's hot

Bit Torrent technology
Bit Torrent technology Bit Torrent technology
Bit Torrent technology Parth Akbari
 
Bit torrent protocol by milan varia
Bit torrent protocol by milan variaBit torrent protocol by milan varia
Bit torrent protocol by milan variaMilan Varia
 
UNRAVEILING BIT-TORRENT
UNRAVEILING BIT-TORRENTUNRAVEILING BIT-TORRENT
UNRAVEILING BIT-TORRENTSudhansu Dash
 
Torrent Seminar inc.- working, terms, details
Torrent Seminar inc.- working, terms, detailsTorrent Seminar inc.- working, terms, details
Torrent Seminar inc.- working, terms, detailsMayur Kathale
 
Bit torrent protocol seminar by Sanjay R
Bit torrent protocol seminar by Sanjay RBit torrent protocol seminar by Sanjay R
Bit torrent protocol seminar by Sanjay RSanjay Ravishankar
 
Torrent Protocol
Torrent ProtocolTorrent Protocol
Torrent ProtocolHarsht2888
 
Bit Torrent Protocol Report
Bit Torrent Protocol ReportBit Torrent Protocol Report
Bit Torrent Protocol ReportSridharBR
 
Bittorrent final seminar
Bittorrent final seminarBittorrent final seminar
Bittorrent final seminarChirodeep Das
 
Bit torrent documentation
Bit torrent documentationBit torrent documentation
Bit torrent documentationAvula Jagadeesh
 
Bit torrent protocol
Bit torrent protocolBit torrent protocol
Bit torrent protocolD bipul lomga
 
Bit torrent protocol
Bit torrent protocolBit torrent protocol
Bit torrent protocolKarwan Jacksi
 

What's hot (20)

Bit Torrent
Bit Torrent Bit Torrent
Bit Torrent
 
Bit Torrent technology
Bit Torrent technology Bit Torrent technology
Bit Torrent technology
 
Bittorrent Basics
Bittorrent BasicsBittorrent Basics
Bittorrent Basics
 
Bit torrent protocol by milan varia
Bit torrent protocol by milan variaBit torrent protocol by milan varia
Bit torrent protocol by milan varia
 
Bittorrent
BittorrentBittorrent
Bittorrent
 
UNRAVEILING BIT-TORRENT
UNRAVEILING BIT-TORRENTUNRAVEILING BIT-TORRENT
UNRAVEILING BIT-TORRENT
 
Bittorrent
BittorrentBittorrent
Bittorrent
 
Torrent technology
Torrent technologyTorrent technology
Torrent technology
 
Bit torrent
Bit torrentBit torrent
Bit torrent
 
Torrent Seminar inc.- working, terms, details
Torrent Seminar inc.- working, terms, detailsTorrent Seminar inc.- working, terms, details
Torrent Seminar inc.- working, terms, details
 
Torrents
TorrentsTorrents
Torrents
 
Bit torrent protocol seminar by Sanjay R
Bit torrent protocol seminar by Sanjay RBit torrent protocol seminar by Sanjay R
Bit torrent protocol seminar by Sanjay R
 
Torrent Protocol
Torrent ProtocolTorrent Protocol
Torrent Protocol
 
Bit Torrent Protocol Report
Bit Torrent Protocol ReportBit Torrent Protocol Report
Bit Torrent Protocol Report
 
Bittorrent final seminar
Bittorrent final seminarBittorrent final seminar
Bittorrent final seminar
 
Bit torrent documentation
Bit torrent documentationBit torrent documentation
Bit torrent documentation
 
Bit torrent protocol
Bit torrent protocolBit torrent protocol
Bit torrent protocol
 
Bit torrent protocol
Bit torrent protocolBit torrent protocol
Bit torrent protocol
 
BitTorrent Seminar Report
BitTorrent Seminar ReportBitTorrent Seminar Report
BitTorrent Seminar Report
 
Bit torrent and tracker
Bit torrent and trackerBit torrent and tracker
Bit torrent and tracker
 

Viewers also liked

Bit Torrent Protocol
Bit Torrent ProtocolBit Torrent Protocol
Bit Torrent ProtocolAli Habeeb
 
P2P in 2020 - The Push for Supplier Self-Service
P2P in 2020 - The Push for Supplier Self-ServiceP2P in 2020 - The Push for Supplier Self-Service
P2P in 2020 - The Push for Supplier Self-ServiceTradeshift
 
The eMule application of the eDonkey protocol
The eMule application of the eDonkey protocolThe eMule application of the eDonkey protocol
The eMule application of the eDonkey protocolzankyw
 
Bittorrent_project_Srikanth_Vanama
Bittorrent_project_Srikanth_VanamaBittorrent_project_Srikanth_Vanama
Bittorrent_project_Srikanth_VanamaSrikanth Vanama
 
Bit torrent techtalks_dht
Bit torrent techtalks_dhtBit torrent techtalks_dht
Bit torrent techtalks_dhtbittorrentinc
 
Introduction to BitTorrent Bundle
Introduction to BitTorrent BundleIntroduction to BitTorrent Bundle
Introduction to BitTorrent Bundlebittorrentinc
 

Viewers also liked (13)

BitTorrent
BitTorrentBitTorrent
BitTorrent
 
Torrent
TorrentTorrent
Torrent
 
Bittorrent
BittorrentBittorrent
Bittorrent
 
Bit Torrent Protocol
Bit Torrent ProtocolBit Torrent Protocol
Bit Torrent Protocol
 
P2P in 2020 - The Push for Supplier Self-Service
P2P in 2020 - The Push for Supplier Self-ServiceP2P in 2020 - The Push for Supplier Self-Service
P2P in 2020 - The Push for Supplier Self-Service
 
The eMule application of the eDonkey protocol
The eMule application of the eDonkey protocolThe eMule application of the eDonkey protocol
The eMule application of the eDonkey protocol
 
Bittorrent_project_Srikanth_Vanama
Bittorrent_project_Srikanth_VanamaBittorrent_project_Srikanth_Vanama
Bittorrent_project_Srikanth_Vanama
 
Magnet links
Magnet linksMagnet links
Magnet links
 
Bit torrent techtalks_dht
Bit torrent techtalks_dhtBit torrent techtalks_dht
Bit torrent techtalks_dht
 
DHT and NAT
DHT and NATDHT and NAT
DHT and NAT
 
Introduction to BitTorrent Bundle
Introduction to BitTorrent BundleIntroduction to BitTorrent Bundle
Introduction to BitTorrent Bundle
 
You Know WebOS
You Know WebOSYou Know WebOS
You Know WebOS
 
webOS Introduction
webOS IntroductionwebOS Introduction
webOS Introduction
 

Similar to Bittorrent Seminar by dhananjay pardeshi

Similar to Bittorrent Seminar by dhananjay pardeshi (19)

Bittorrent Seminar by dhananjay pardeshi
Bittorrent Seminar by dhananjay pardeshiBittorrent Seminar by dhananjay pardeshi
Bittorrent Seminar by dhananjay pardeshi
 
BitTorrent
BitTorrent BitTorrent
BitTorrent
 
Bittorrent
BittorrentBittorrent
Bittorrent
 
Peer to peer(p2 p)
Peer to peer(p2 p)Peer to peer(p2 p)
Peer to peer(p2 p)
 
Bit torrent by SANDA SOLUTIONS
Bit torrent by SANDA SOLUTIONSBit torrent by SANDA SOLUTIONS
Bit torrent by SANDA SOLUTIONS
 
Bit torrent a revolution in p2p
Bit torrent a revolution in p2pBit torrent a revolution in p2p
Bit torrent a revolution in p2p
 
Copy Of Part 4
Copy Of Part 4Copy Of Part 4
Copy Of Part 4
 
BitTorrent Protocol
BitTorrent ProtocolBitTorrent Protocol
BitTorrent Protocol
 
Bittorrent
BittorrentBittorrent
Bittorrent
 
Bittorrent
BittorrentBittorrent
Bittorrent
 
Bit torrent
Bit torrentBit torrent
Bit torrent
 
The big book of bit torrent
The big book of bit torrentThe big book of bit torrent
The big book of bit torrent
 
Bittorrent
BittorrentBittorrent
Bittorrent
 
Project_report_BitTorrent
Project_report_BitTorrentProject_report_BitTorrent
Project_report_BitTorrent
 
Peer to Peer networks and piracy
Peer to Peer networks and piracyPeer to Peer networks and piracy
Peer to Peer networks and piracy
 
Peer To Peer.pptx
Peer To Peer.pptxPeer To Peer.pptx
Peer To Peer.pptx
 
Bit torrent seminar
Bit torrent seminarBit torrent seminar
Bit torrent seminar
 
Legal issues in p2 p sharing and bittorent
Legal issues in p2 p sharing and bittorentLegal issues in p2 p sharing and bittorent
Legal issues in p2 p sharing and bittorent
 
P2P Seminar
P2P SeminarP2P Seminar
P2P Seminar
 

Recently uploaded

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 

Recently uploaded (20)

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 

Bittorrent Seminar by dhananjay pardeshi

  • 1. Pardeshi Dhananjay. Guide:Mrs. Kale J. S. October 21, 2013 Presented By:Hamand Amol Sambhaji. Pardeshi Dhananjay Rajendra.
  • 2. Pardeshi Dhananjay. • • • • • • • • • • • • • • Introduction Types Of Data Sharing Traditional Client-Server Downloading Peer-Peer Downloading What is BitTorrent? Why BitTorrent? Origin! BitTorrent Terminology How BitTorrent works? Swarm, Tracker, Peers, Leeches, Seeds Architecture of BitTorrent Piece Selection Conclusion References October 21, 2013 2
  • 3. Pardeshi Dhananjay. • Humans tend to share things. • As electronic data plays a vital role these days, they acquire the “sharing” attribute. • Sharing electronic data(emails, eBooks, multimedia files) is the need of the hour. • Usually the data is of large size and takes too much time and bandwidth to be downloaded. • Data sharing must be fast enough as we are now moving to 3G and 4G technologies, users expect data sharing at high speeds. October 21, 2013 3
  • 4. Pardeshi Dhananjay.  Manual Sharing Using Removable Media: Such as Memory Cards, USB drives, External Hard disks etc.  Centralized Servers of Computer Networks: Network of computers interconnected for sharing resources and information via a central server (One server – many clients).  Distributed Peer-to-Peer networking: Is a Computer network where each system in the network acts as client or server allowing shared access of resources without the need of central server. October 21, 2013 4
  • 5. Pardeshi Dhananjay. • The client – server model is a centralized model. • A server is a computer that selectively shares its data on Web. • A client is a computer that contacts the server in order to request for the data. Client • The Web browser software on your computer (the client) tells the server to transfer a copy of the file to your computer. • Single server provides service to several clients simultaneously. October 21, 2013 Server Handling multiple requests. 5
  • 6. Pardeshi Dhananjay. • Protocols used:- 1)FTP (File Transfer Protocol) 2)HTTP (Hypertext Transfer Protocol). • 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. • Client-server model fails if 1. Single server fails. 2. Cant afford to deploy enough servers. October 21, 2013 6
  • 7. Pardeshi Dhananjay. • A peer-to-peer (P2P) network is a decentralized network. • In peer-to-peer sharing, all individual nodes(„Peers‟) act as both supplier and consumer of data or resources. • In peer-to-peer sharing, a software program is used instead a Web Browser to locate computers that have the file user want. • You run peer-to-peer file-sharing software (for example, a Napster program or Gnutella) on your computer and send out a request for the file you want to download. • To locate the file, the software queries other computers that are connected to the Internet and running the file-sharing software. October 21, 2013 7
  • 8. Pardeshi Dhananjay. • When the software finds a computer that has the file you want on its hard drive , the download begins. • Others using the file-sharing software can obtain files they want from your computer's hard drive. • The file-transfer load is distributed between the computers exchanging files, but file searches and transfers from your computer to others can cause bottlenecks. October 21, 2013 8
  • 9. Pardeshi Dhananjay. • Bit-Torrent is a peer to peer (P2P) protocol used for sharing files over the network. • A P2P client is used on every participating nodes. • No central resource allocation. • A single data is accessed effectively by hundreds of peers. • The data is chopped into pieces and further into sub pieces. • Every peer acts as both, client and server. • One of Bit Torrent's most powerful idea is the choking mechanism. October 21, 2013 9
  • 10. Pardeshi Dhananjay. • 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 Tracker. • Another difference is that it uses a principal called tit-for-tat. • This means that in order to receive files, you have to give them. This solves the problem of leeching -- one of developer Bram Cohen's primary goal. October 21, 2013 10
  • 11. Pardeshi Dhananjay. • The BitTorrent protocol was designed by Bram Cohen in April 2001, now maintained by BitTorrent, Inc. • BitTorrent was written in Python prior to version 06 and was a free software, now rebranded as µTorrent, no longer open source. • In November of 2004, BitTorrent was responsible for 35% of all Internet traffic. • As of 2009, BitTorrent reportedly had about the same number of active users online as viewers of YouTube and Facebook combined. October 21, 2013 11
  • 12. Pardeshi Dhananjay. • .torrent - A pointer file that directs your computer to the file you want to download. • Peer – Active node in the network that does not have the complete file (upload & download). • Leeches - People who download files but do not upload files on their own computer with others. • Seed - A computer with a complete copy of a BitTorrent file (At least one seed computer is necessary for a BitTorrent download to operate). • Swarm - A group of computers simultaneously sending (uploading) or receiving (downloading) the same file. October 21, 2013 12
  • 13. Pardeshi Dhananjay. • Tracker - A server that keeps track of leechers and seeds in the network. The tracker is centralized. • Share Ratio – The ratio of amount of a file downloaded to that of uploaded. • Index sites -Also referred to as a torrent search engine. Contains .torrent files for download. October 21, 2013 13
  • 14. Pardeshi Dhananjay. •You open a Web page and click on a link for the file you want. •BitTorrent client software communicates with a tracker to find other computers running BitTorrent that have the complete file (seed computers) and those with a portion of the file (peers that are usually in the process of downloading the file). •The tracker identifies the swarm, which are connected computers that have all or a portion of the file and are in the process of sending or receiving it. •The tracker helps the client software to trade pieces of the file we want with other computers in the swarm. Your computer receives multiple pieces of the file simultaneously. October 21, 2013 14
  • 15. Pardeshi Dhananjay.  Swarm  Set of peers all downloading the same file.  Organized as a random mesh.  Each node knows list of pieces downloaded by neighbors.  Node requests pieces it does not own from neighbors.  Exact method explained later. October 21, 2013 15
  • 16. Pardeshi Dhananjay.    October 21, 2013 File Ubantu.iso .torrent hosted at a (well-known) webserver. The .torrent has address of tracker for file. The tracker, which runs on a webserver as well, keeps track of all peers downloading file. 16
  • 17. Pardeshi Dhananjay. www.bittorrent.com 1 Peer October 21, 2013    File Ubantu.iso .torrent hosted at a (well-known) webserver. The .torrent has address of tracker for file. The tracker, which runs on a webserver as well, keeps track of all peers downloading file. 17
  • 18. Pardeshi Dhananjay. www.bittorrent.com   Peer 2  Tracker October 21, 2013 File Ubantu.iso .torrent hosted at a (well-known) webserver. The .torrent has address of tracker for file. The tracker, which runs on a webserver as well, keeps track of all peers downloading file. 18
  • 19. Pardeshi Dhananjay. www.bittorrent.com   Peer  3 Tracker File Ubantu.iso .torrent hosted at a (well-known) webserver The .torrent has address of tracker for file The tracker, which runs on a webserver as well, keeps track of all peers downloading file Swarm October 21, 2013 19
  • 20. Pardeshi Dhananjay. • Manages users participating in a torrent (known as peers). • Stores statistics about the torrent. • Allows peers to find each others and start communication. • Keeps track of pieces of file and what peer have which piece. • Peers communicate with tracker using HTTP protocol. October 21, 2013 20
  • 22. Pardeshi Dhananjay.  Peers: A peer is another computer on the internet that you connect to and transfer data. Generally a peer does not have the complete file.  Leeches: They are similar to peers in that they won‟t have the complete file. But the main difference between the two is a leech will not upload once the file is downloaded.  Seeds: A computer that has a complete copy of a certain torrent. It only uploads the file. October 21, 2013 22
  • 30. Pardeshi Dhananjay.  Random First Piece  Special case, at the beginning.  Rarest First  General rule.  Endgame Mode  Special case. October 21, 2013 30
  • 31. Pardeshi Dhananjay.  Initially, a peer has nothing to trade.  Important to get a complete piece ASAP.  So as to assemble first complete piece quickly.  Then participate in uploads.  Select a random piece of the file and download it. October 21, 2013 31
  • 32. Pardeshi Dhananjay.  Look at all pieces at all peers, and request piece that‟s owned by fewest peers.  Increases diversity in the pieces downloaded.  avoids case where a node and each of its peers have exactly the same pieces; increases throughput.  Increases likelihood all pieces still available even if original seed leaves before any one node has downloaded entire file. October 21, 2013 32
  • 33. Pardeshi Dhananjay.  Near the end, missing pieces are requested from every peer containing them.  This ensures that a download is not prevented from completion due to a single peer with a slow transfer rate.  Some bandwidth is wasted, but in practice, this is not too much. October 21, 2013 33
  • 35. Pardeshi Dhananjay.  News of increased adoption of this revolutionary protocol continues to emerge, and this seems to be a rich area for continued research in computer networking, with significant potential benefits to society.  If BitTorrent and similar protocols do find a legal place in the internet, it will certainly help to pave the way for distributing rich media on the internet, and provide the impetus for new innovations. October 21, 2013 35