what is the difference between HTTP and TCP/IP protocal?

Answers were Sorted based on User's Feedback



what is the difference between HTTP and TCP/IP protocal?..

Answer / sl

TCP/IP : Transmission control protocol / Internet Protocol

HTTP: Hyper Text Transfer Protocol

HTTP runs on top of TCP/IP. TCP is responsible for making
sure that a file sent from one network node to another ends
up as a complete file at the destination, even though the
file is split into chunks when it is sent. IP is the
underlying protocol that moves or routes the chunks/packets
from one host to another on their way to the destination.
HTTP then is another network protocol that has web -specific
features, but it depends on TCP / IP to get the complete
request and response from one place to another. The
structure of an HTTP conversation is a simple Request/
Response sequence; a browser requests, and a server responds.

Is This Answer Correct ?    52 Yes 9 No

what is the difference between HTTP and TCP/IP protocal?..

Answer / guest

HTTP - Hper text transfer protocol is used for websites.
(External)
TCP/IP - Transmission control protocol/Internet protocol is
used for access internet connection.

Is This Answer Correct ?    58 Yes 30 No

what is the difference between HTTP and TCP/IP protocal?..

Answer / soumik banerjee

The basic difference of HTTP and TCP is HTTP works in
application layer .it is Hyper text transfer protocol.
TCP works in network layer and its work is to provide
client error free network.

Is This Answer Correct ?    35 Yes 13 No

what is the difference between HTTP and TCP/IP protocal?..

Answer / nizam

In order to fetch a web page for you, your web browser must
"talk" to a web server and when web browsers talk to web
servers, they speak a language known as HTTP.
TCP/IP is a basic communication language or protocol of the
internet. It can also be used as a communications protocol
in a private network (either intranet, extranet)

Is This Answer Correct ?    22 Yes 8 No

what is the difference between HTTP and TCP/IP protocal?..

Answer / srikanth

HTTP is the hyper text transfer protocol used to send/receive request/response to/from web server respectively.
Where as the TCP is a transmission control protocol used send/transfer data from one system to anoter system in the network. here the data is split-ted into ip packets.

Is This Answer Correct ?    7 Yes 2 No

what is the difference between HTTP and TCP/IP protocal?..

Answer / alex

1. TCP is a core operates a relatively high level; HTTP is an Application Layer protocol that is a request/response standard found in client server computing.

2. TCP provides communication services at an intermediate level between an application program and the IP; in HTTP there are a series of sessions in which the client sends a request and the server sends a reply message back to the client including the request, an error message, or another piece of information.

Is This Answer Correct ?    1 Yes 1 No

what is the difference between HTTP and TCP/IP protocal?..

Answer / cdeepakmca,pgcollg,secbad

Your question is actually asked in an incorrect format.
There is really only a difference between FTP & HTTP
protocols. However, both protocols are part of the TCP/IP
suite. So in reality FTP and HTTP are 2 different
protocols, as FTP is a a file transfer protocol opposed to
HTTP which is hyper-text (a hyper text transfer protocol).

Is This Answer Correct ?    35 Yes 48 No

what is the difference between HTTP and TCP/IP protocal?..

Answer / shahul hameed

hyper text transfer protocol

Is This Answer Correct ?    7 Yes 44 No

Post New Answer

More Networking AllOther Interview Questions

What is a router?

21 Answers   iGate, Wipro,


How to take backup of Outlook Express explain all the steps in detail.

1 Answers   CDS Technologies, HCL, Jubilant,


Domain user can have multiple login password true or false

4 Answers  


I need to know the driver name associated with the DSN ? In java we can get it by using getDriverName()(implemented by 3rd party vendors.) method ? but i need the implemetation to get the driver name? so can u give me the code ? how to get the code ?

0 Answers  


If A sends a message to B with encryption then key is a)A public key b)B public key c)A private key d)B private key

2 Answers   Hughes, TCS,






What is Active Directory?

3 Answers   CMS,


1.what i gain frist knowledge in networking ?plz tell me step by step point that i preaper for career because i m frasher 2.tell me main basic topic of MCSE.

0 Answers  


hi , can you Suggest me the books (with author names) to learn Network programming from basics. Thanks in Advance... Prakash

0 Answers  


Can a machine with a single DNS name have multiple IP addresses? If so give a possible example. If not then explain why not?

2 Answers  


1.Explain the main purpose of IP address? 2.List two purposes for a web browser? 3.Explain an advantage and a disadvantage of multiple search engines? 4.Describe two roles of Internet Services Providers (ISPs)?

0 Answers   IBM,


Explain leaky bucket algorithm and compare it with token bucket algorithm.

0 Answers  


Compare the maximum window size in go-back-N and selective-repeat ARQs.

0 Answers  


Categories
  • Networking Protocols Interview Questions Networking Protocols (671)
  • Networking Administration Interview Questions Networking Administration (1008)
  • Networking Security Interview Questions Networking Security (196)
  • Networking General Interview Questions Networking General (266)
  • Networking AllOther Interview Questions Networking AllOther (430)