Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi friends,

i want to know the difference between Web Server and HTTP Server?
Posted
Comments
Sergey Alexandrovich Kryukov 7-Jun-11 15:05pm    
Incorrect question. What do you want to know on each of them?
--SA

HTTP is a protocol as the captial P in HTTP indicates. So a pure HTTP server would be a server that answers to this protocol only. Most of the web servers out in the wild also support other protocols like FTP and others have protocols that work over HTTP as a transport service. If you really are interested in this kind of thing please refer to some of the links below:


  1. Extend Your WCF Services Beyond HTTP With WAS[^]
  2. WCF hosting non HTTP protocols in IIS 7[^]


Please feel free to google some on your own. If you have still any doubts as to the difference please leave a comment!

Cheers!

-MRB
 
Share this answer
 
Comments
guendouz bachir 7-Jun-11 12:34pm    
ohhhh! big friend Thank you so much "this moment i'm developing an HTTP Server"
Sergey Alexandrovich Kryukov 7-Jun-11 15:06pm    
:-)
Sergey Alexandrovich Kryukov 7-Jun-11 15:06pm    
Good links, my 5.
--SA
There is no difference.
 
Share this answer
 
Comments
Ciumac Sergiu 7-Jun-11 11:55am    
Succinct, and right.
Manfred Rudolf Bihy 7-Jun-11 12:19pm    
Not quite so! Please see my answer for some subtle differences.
Manfred Rudolf Bihy 7-Jun-11 12:03pm    
Not quite correct, John!
Please see my answer.
guendouz bachir 7-Jun-11 12:22pm    
there are differences between Web Server and HTTP Server friends, see below (é_à)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900