Connecting Tech Pros Worldwide Forums | Help | Site Map

Difference between TCP and HTTP

navneetkaur's Avatar
Member
 
Join Date: Sep 2007
Location: gurgaon
Posts: 45
#1: Oct 25 '07
hi every1

i am little bit confused when i am readind abt web services and .net remoting...while reading difference between these 2...i came to know there is 1 diff based on tcp and http....
i want please we make 1 healthy discussion what are the difference between these 2 protocols 'd what are actually there working....

plz ready to give ur suggestions....
this is a gud way for freshers like me to enhance there knowledge.....


what i have read this is very basic like....
firstly both are communication protocols....
basically http is stateless protocol.....

lets start.....

Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#2: Oct 25 '07

re: Difference between TCP and HTTP


Quote:

Originally Posted by navneetkaur

hi every1

i am little bit confused when i am readind abt web services and .net remoting...while reading difference between these 2...i came to know there is 1 diff based on tcp and http....
i want please we make 1 healthy discussion what are the difference between these 2 protocols 'd what are actually there working....

plz ready to give ur suggestions....
this is a gud way for freshers like me to enhance there knowledge.....


what i have read this is very basic like....
firstly both are communication protocols....
basically http is stateless protocol.....

lets start.....

Moved to software discussions forum
Member
 
Join Date: Oct 2007
Location: Wisconsin, US
Posts: 70
#3: Oct 25 '07

re: Difference between TCP and HTTP


Oh this is a debate that we had in school a couple of classes ago, lets see if the memory is working or not...

tcp is a communications protocol, transmission control protocol I think, which operates the transport layer and allows the packets of information to make it around the internet from the host to the receiving computer. when paired with the ip protocol, tcp/ip, this is what makes up the backbone of the internet.

http is an access protocol that can use the internet to access the web or web pages. It is a method that the browser software uses to access a particular file or web page on the internet. the web, or web pages and http are technically not the internet, just one of the many types of protocols that can be used to share information on the internet. Another example of one of these access protocols would be ftp.

Thats my two cents and worth every penny....
drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 5,566
#4: Oct 25 '07

re: Difference between TCP and HTTP


HTTP Spec .
navneetkaur's Avatar
Member
 
Join Date: Sep 2007
Location: gurgaon
Posts: 45
#5: Oct 26 '07

re: Difference between TCP and HTTP


thanx for ur valuable support 'd time....
ur suggestions are really valuable...
Reply