Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

Why we r not using tcp instead of http

Discussion started by: maheswaran (Member) on May 12th, 2008 01:27 PM
Hi I have a basic doubt.

Why we are not using tcp instead of http?

for example http://www.yahoo.com to tcp://www.yahoo.com

What is the difference and usage both of this?
Would you like to join this discussion?
Sign up for a free account, or Login (if you're already a member).
ronverdonk's Avatar
ronverdonk
Moderator
4,138 Posts
May 12th, 2008
01:38 PM
#2

Re: Why we r not using tcp instead of http
This question has nothing to do with PHP, so I will move it to the Misc forum.

In the meantime google some for 'HTTP' and you will find many articles regarding this subject.

moderator

Reply
JosAH's Avatar
JosAH
Chief Editor
6,993 Posts
May 12th, 2008
02:11 PM
#3

Re: Why we r not using tcp instead of http
Quote:
Originally Posted by maheswaran
Hi I have a basic doubt.

Why we are not using tcp instead of http?

for example http://www.yahoo.com to tcp://www.yahoo.com

What is the difference and usage both of this?


TCP and TCP/IP are just transportation and internet layers while HTTP is an
application layer and relies on the TCP/IP layer.

kind regards,

Jos

Reply
Atli's Avatar
Atli
Moderator
1,917 Posts
May 13th, 2008
07:47 AM
#4

Re: Why we r not using tcp instead of http
Yep, these are two completely different things.

According to wikipedia, the HTTP protocol would be a part of the Application Layer of the TCP/IP model, while the TCP protocol is a part of the Transport Layer...

The table in that link makes so much more sense :P

Reply
Reply
Not the answer you were looking for? Post your question . . .
174,849 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Top Miscellaneous Questions Contributors