FTP vs HTTP Protocols

  • Thread starter Thread starter Dudley Henriques
  • Start date Start date
D

Dudley Henriques

Hi; I have a question please about these two protocols.

Without getting too technical :-)

Sometimes, when downloading a new program for my system, I'm given a choice
between using an FTP server or an HTTP server to do this.

Is there any advantage to using one over the other?
Does it matter which one I choose?
Which one SHOULD I choose and why?

I'm using IE6.0 for this.

Many thanks

Dudley
 
Either FTP or HTTP is fine. FTP is somewhat faster and more efficient, but
it doesn't work in some situations (through some firewalls, for example).
 
FTP is more reliable because it is 'connection' oriented protocol. HTTP is
'connectionless'.
HTTP is best effort. FTP is assured.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top