Gnutella Forums  

Go Back   Gnutella Forums > Gnutella News and Gnutelliums Forums > General Gnutella Development Discussion
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

General Gnutella Development Discussion For general discussion about Gnutella development.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old November 4th, 2002
Novicius
 
Join Date: November 4th, 2002
Location: Europe
Posts: 4
FuocoNero is flying high
Lightbulb Little Idea

Biggest problem of file sharing is the little upload bandwith.

Is it possible to address the same upload to different people?

I have a file "xyz" that 5 guys want download from me, i have a max upload bandwith of 15 Kb/s: can the file be addressed to all at 15Kb/s?

Effective upload is 15 Kb/s but each one of them will receive 15 Kb/s so virtually a total of 75 Kb/s....

Something like streaming, i sent a person some bytes and other people interested in can have them at the same time.

Something like tell the program/protocol "sent filexyz to 210.11.23.32 and to 213.34.54.66 and to...."


Sorry for poor english, i hope someone had understand the post; and sorry also because i'm not a coder so i can't help in programming
Reply With Quote
  #2 (permalink)  
Old November 5th, 2002
Paradog's Avatar
Distinguished Member
 
Join Date: April 5th, 2002
Location: Germoney
Posts: 739
Paradog is flying high
Default

I think you got something wrong...
If you send the file to 5 people you divide 15 kbps with 5.
You cant send a file to someone with no bandwidth.
Reply With Quote
  #3 (permalink)  
Old November 5th, 2002
Connoisseur
 
Join Date: August 9th, 2001
Location: Philadelphia, PA, USA
Posts: 358
cultiv8r is flying high
Default

You could use multicasting, but there are two problems with that.

First is that most ISPs block multicast traffic (you send a byte, multiple recipients receive that same byte). Because the entire path between you (the uploader) and them (the downloaders) needs to be multicast enabled, you undoubtly run into a few points (ISPs) along that path that don't have multicasting enabled.

The second problem is that multicasting is UDP based. It stands for User Datagram Protocol, but you could freely exchange that with "Unreliable Datagram Protocol" because UDP packets are not guaranteed to arrive at recipient. So a few recipient could end up swiss cheese - a file with lots of missing bytes. You could correct that by re-requesting a certain part of the file, but the cycle can continue over and over - thus eliminating what you were supposed to gain (speed).

With the advent of HUGE, some of these obstacles could be eliminated. If User 1 is downloading file XYZ and User 2 is requesting the same file, through HUGE you could tell User 2 to ask User 1 (who should already have portions of that file at that point). However, this would mean that User 1 must be able to upload a file it is currently downloading AND is sharing files...
Reply With Quote
  #4 (permalink)  
Old November 5th, 2002
Novicius
 
Join Date: November 4th, 2002
Location: Europe
Posts: 4
FuocoNero is flying high
Default

Sorry for my poor english

It's true: actually i divide the total ammount of bandwith for the number of upload people so it's like u tell.

But my idea is to "change gnutella protocol": i'd like to have the possibility of a streaming from one peer to multiple peers receive it.

I see in a live streaming event that the bandwith in upload from a server is for example of 30KB/s and 100 men can receive it but the server doesn't use a bandwith of 3000 KB/s, use only 30KB/s!

Data trasmitted is the same but i address it to different people at the same time: I tell send the file XXX to different Ip addresses but using the same ammount of bandwith of only one upload, so bandwith will not be divide for number of people who download the same file as is actually!

I don't know if it's possible, i don't know if i explain clear my idea and i don't know if this is the right place to explain my idea: please tell me about

Thanks for your attention
Reply With Quote
  #5 (permalink)  
Old November 5th, 2002
Novicius
 
Join Date: November 4th, 2002
Location: Europe
Posts: 4
FuocoNero is flying high
Default

Quote:
Originally posted by cultiv8r
You could use multicasting, but there are two problems with that.

First is that most ISPs block multicast traffic (you send a byte, multiple recipients receive that same byte). Because the entire path between you (the uploader) and them (the downloaders) needs to be multicast enabled, you undoubtly run into a few points (ISPs) along that path that don't have multicasting enabled.
Maybe should be possible implement this feature for people who had a ISP that permit this type of multicast traffic; that should be a little improvement of network.
I think that also if there's 1% of users who can use multicasting the upload should be best.

Quote:
Originally posted by cultiv8r
The second problem is that multicasting is UDP based. It stands for User Datagram Protocol, but you could freely exchange that with "Unreliable Datagram Protocol" because UDP packets are not guaranteed to arrive at recipient. So a few recipient could end up swiss cheese - a file with lots of missing bytes. You could correct that by re-requesting a certain part of the file, but the cycle can continue over and over - thus eliminating what you were supposed to gain (speed).
If the problem of not guaranteed arrive of packet is due to receiver bandwith, should be possible splitting the uploader velocity in little piece that could be surely received.....

For example i have 15 KB/s of bandwith but i divide it little pieces of 2KB/s so also people with slow or difficulties connections can download it surely. If downloader can't guarantee such bandwith he'll be excluded from the streaming and will download the file from other source......

Quote:
Originally posted by cultiv8r With the advent of HUGE, some of these obstacles could be eliminated. If User 1 is downloading file XYZ and User 2 is requesting the same file, through HUGE you could tell User 2 to ask User 1 (who should already have portions of that file at that point). However, this would mean that User 1 must be able to upload a file it is currently downloading AND is sharing files...
So HUGE can't resolve the problem of uploading bandwith....


Thanks for your attention and can u tell me about where i can find documentation about HUGE, UDP and so on?

Last edited by FuocoNero; November 6th, 2002 at 03:21 PM.
Reply With Quote
  #6 (permalink)  
Old November 6th, 2002
Novicius
 
Join Date: November 4th, 2002
Location: Europe
Posts: 4
FuocoNero is flying high
Default

I have another "idea": instead of multicasting isn't possible to "sniffing" low bandwith comunication between two peers?

Peer A transmits only to Peer B and a peer C, interested at the same file "intercept" the data transfert from the peers A and B.

The transfert could be at low speed to avoid too much packet are loss, and eventually correction of the errors can be made at the end of transmission of file....

So Peer A don't need to use multicasting/UDB to address the same file to different peers.....

Sorry if this idea is crazy or like in a science-fiction but i don't know about protocols and programming
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I have NO idea what to do britt21 General Windows Support 1 September 30th, 2006 10:47 PM
another idea(s) :P PDG1 New Feature Requests 0 February 6th, 2005 10:42 PM
Idea about TTL Did General Gnutella Development Discussion 2 November 4th, 2002 11:54 AM
Here's An Idea! Concerned Consumer Windows 4 March 11th, 2002 12:46 PM


All times are GMT -7. The time now is 05:07 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.