TCP/IP is an internet protocol,while HTTP is the web protocol,position of HTTP is higher than the TCP/IPwhen a user click on a link from a webpage.the client browser send the request to the webserver that hosting the requested website.this request send by using HTTP.and server response by sending the requested page to client by using HTTP. then you may be a bit
confusion about TCP/IP...?
The connection handshake between the client and server and maintainance is controlled by TCP/IP.IP ensure that the connection
is on the right direction and routing the packets in to the correct destination.
HTTP is stateless protocol, means it need to be open and close the connection for every single request made by the client and
server
confusion about TCP/IP...?
The connection handshake between the client and server and maintainance is controlled by TCP/IP.IP ensure that the connection
is on the right direction and routing the packets in to the correct destination.
HTTP is stateless protocol, means it need to be open and close the connection for every single request made by the client and
server
0 comments:
Post a Comment