Good Day Sam Fisher
There are 2 steps i can recommend you to try to resolve this.
1) Open Notepad, then paste the following text into notepad
@Echo off
pushd\windows\system32\drivers\etc
attrib -h -s -r hosts
echo 127.0.0.1 localhost>HOSTS
attrib +r +h +s hosts
popd
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset all
netsh int ip reset all
cls
echo Script finished.
pause
del %0
Select Save As, and save it anywhere on your pc with the file name ending in .bat
The icon should change from a notepad to a gear.
Double click the saved file to run it, and restart when it is finished. Check if your connection speed has improved.
2) Phone your internet service provider, and ask them to reset your port. At...