download port

Everything else that doesn't fall into one of the other PB categories.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8453
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

download port

Post by netmaestro »

Here's a scenario: I'm browsing web pages on the internet when I come across something that looks interesting to download. I click the link, the download starts and I get my file. My question is, did the browser open another port for the download or did it come in on port 80 like my webpage? The reason I ask is that I'm experiencing stability issues with my broadband connection. From time to time I will lose connectivity and be unable to load web pages for a couple of minutes. Windows network diagnostics will say the broadband modem is experiencing connectivity issues and recommend a reset. But all the while I can't load pages, if I have a download coming down, it seems to churn along unhindered. This happens on multiple computers, with both wired and wireless connections to the router. Quite mystifying, to me and to the 3 different cable techs who've visited. Any thoughts on the subject would be most welcome.
BERESHEIT
TassyJim
Enthusiast
Enthusiast
Posts: 194
Joined: Sun Jun 16, 2013 6:27 am
Location: Tasmania (Australia)

Re: download port

Post by TassyJim »

netmaestro wrote: My question is, did the browser open another port for the download or did it come in on port 80 like my webpage?
Every item on a web page is download using a different connection. They will usually all use port 80 on the web server end but your PC uses (usually) consecutive high numbered ports on it's end. Each connection is defined by the IP address and port number for each end.

The problem you are describing can occur if you are having problems with DNS.
I would usually try setting my DNS to OpenDNS or Google.

A program such as WireShark can be useful to see what is going on.

Jim
User avatar
Shield
Addict
Addict
Posts: 1021
Joined: Fri Jan 21, 2011 8:25 am
Location: 'stralia!
Contact:

Re: download port

Post by Shield »

When you download something, most likely a new connection on port 80 will be established.
Try deleting all caches, as well as DNS tables and ARP tables.

*edit: little too late*
Image
Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: download port

Post by Zebuddi123 »

Also Procmon in the proprties tab of your selected browser, select TCP/IP tab and you can see which ports and protocols used as a file is download, with browser and procmon in half/half screen view

Zebuddi. :)
malleo, caput, bang. Ego, comprehendunt in tempore
deesko
User
User
Posts: 39
Joined: Fri Sep 21, 2012 11:40 pm
Location: Portugal

Re: download port

Post by deesko »

Each download creates a new socket. It usually maps to port 80 as destination and a sequential available (not used) port as source. This way each connection is unique and separate from each other.

If your happens with more than one pc, the problem most likely isn't in your pcs or it's configurations.

The problem either rely on the broadband router's hardware or it's configuration (most likely), or the provider's backbone infraestructure (doubtful - unless it's a DNS server problem - that's more usual).

Can't you test another router to troubleshoot?
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8453
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: download port

Post by netmaestro »

I started with one modem/router combination device, an Arris Touchstone SBG6782. The first tech who came out replaced it with a new identical model. The third tech replaced that with a Cisco DPC3825. No noticeable effect at all to changing hardware.
BERESHEIT
User avatar
heartbone
Addict
Addict
Posts: 1058
Joined: Fri Apr 12, 2013 1:55 pm
Location: just outside of Ferguson

Re: download port

Post by heartbone »

computers are complicated :wink:
:mrgreen:
Keep it BASIC.
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: download port

Post by IdeasVacuum »

I get this same problem about once a year - call our service provider, they say nothing wrong their end, then within 48hrs the issue miraculously disappears........
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Post Reply