Please help me my isp provide high download speed for google drive it goes upto 2-3 mbps bit when i download from other sites it goes only upto 1 mbps at max
Some sites impose speed limits on transfers rate.
What other sites youâre talking about? elaborate.
I mean if i use mediafire or mega or any other site from where i need to download any file isp provides low speed .I only get high speed when downloading link is of google drive
I Answered it already.
How is the performance and speed of transfers affected Mega.nz?
The performance of your transfer speed is dependent on your Internet Service Provider (ISP). MEGA does not impose any artificial speed limits on transfers.
When you consider your current internet package or shop for a new one, you should take note of these important facts:
- Upload and download speed differ in the packages offered by providers. For instance, if your downloads and streaming in MEGA are faster than uploading files, you are likely getting faster download speed compared to upload speed in your package.
- ISP reported speeds are theoretical maximums - the actual connection speeds you experience may be slower than what your internet package advertises.
- Download and upload speeds are measured by ISPs and online speed-test tools in Mb/s (megabits per second) or b/s (bits per second), while MEGA clients report both in MB/s or KB/s (megabytes or kilobytes per second).
Latency and speed
- Latency measures the response time between your device and our servers, which means that distance is important to consider when measuring latency. As data travels from device to a server, data must travel across multiple hops, and more hops increase latency.
- The farther you are from MEGAâs storage servers, the longer latency youâll experience. Latency can explain the disparity you may see between a speed test result and your actual MEGA speed. It is not possible to compare the performance of a provider transferring to local servers (using domestic bandwidth from ISP) with performance transferring to MEGAâs servers, which may be located farther from you (using international bandwidth from ISP).
In addition to the factors described above, the following also plays a role in performance:
- Traffic/Packet shaping and Bandwidth limits: ISPs and other organisations set limits on the amount of network traffic allotted to a service or prioritise bandwidth for certain services.
- Network Congestion: Too much traffic on a particular network (congestion) impacts connection speed.
- The age of your computer and RAM capacity.
Tips to improve your upload / download performance in a web browser :
Login to your account and go to Menu - My Account - Advanced - Transfers
- Increase the number of parallel upload connections to 6 if you are uploading lots of small files.
- Increase the number of parallel download connections to 6 if you are downloading lots of small files.
- Set the Upload speed limit to None.
Tips to improve your upload / download performance in MEGAsync :
If the synchronisation is very slow, enable Show notifications in the Account tab of the Preferences/Settings dialog to see if MEGAsync shows any informative message about problems downloading or uploading files.
Go to the Bandwidth tab of the Preferences/Settings dialog and:
- Tick the check box Donât use HTTP as your ISP might be caching connections to MEGAâs servers.
- Increase the number of parallel upload connections to 6 if you are uploading lots of small files.
- Increase the number of parallel download connections to 6 if you are downloading lots of small files.
- Set the Upload rate limit to Auto , or if you are already using that, change it to Donât limit .
- Set the Download rate limit to Donât limit .
If any of the tips above have not helped, we suggest to enquire with your ISP and get them to check all connection points between you and MEGA servers.
You should use Megasync itâs better than direct downloading.
And for other sites youâre talking, as I said they might impose speed limit for free users, you can read their FAQ to find out transfer rate they provide, else your ISP limiting speed considering such matters that written above.
Good luck! 
Haadi bro
This is Google peering system.
So you can use below method for downloading whatever you want
Use Google colab to download anything to Google drive then you can download high speed your files from Gdrive.
Itâs very easy.
Visit:- https://colab.research.google.com/notebooks/intro.ipynb
CODE
from google.colab import drive
drive.mount(â/content/gdriveâ)
CODE
import requests
file_url = âhttp://us.download.nvidia.com/Windows/442.74/442.74-desktop-win10-64bit-international-dch-whql.exeâ
r = requests.get(file_url, stream = True)
with open(â/content/gdrive/My Drive/442.74-desktop-win10-64bit-international-dch-whql.exeâ, âwbâ) as file:
for block in r.iter_content(chunk_size = 1024):
if block:
file.write(block)
Note:- make new notebook and use above codes.
Tutorial link:-. https://www.geeksforgeeks.org/download-anything-to-google-drive-using-google-colab/amp/
I am using above method for downloading whatever I want for high speed download files.
Another ways to torrents download to Google drive directly. Using magnet links or torrent file.
Enjoy Thanks
Your ISP maybe throttling u can try VPN to Bypass itâŚIt should work
Thanks alot