I'm revising for a first year ug networking exam. HTTP is easier to get your head round, because its possible to view HTTP requests and responses.
TCP/IP less so.
So far as I understand it when a HTTP request is made from a client to a web server they must set up a Transmission Control Protocol 'connection' - a protocol by which they agree to exchange information. I know its at the transmission layer and its analagous to the delivery firm you choose to deliver a package.
Is it possible to see some kind of code that would firm up my understanding? As far as I know TCP is also a request/response type protocol, so it must send messages itself...
Networking seems so abstract! Anyway the plan is over summer to start using Linux - perhaps that'll help.
TCP/IP less so.
So far as I understand it when a HTTP request is made from a client to a web server they must set up a Transmission Control Protocol 'connection' - a protocol by which they agree to exchange information. I know its at the transmission layer and its analagous to the delivery firm you choose to deliver a package.
Is it possible to see some kind of code that would firm up my understanding? As far as I know TCP is also a request/response type protocol, so it must send messages itself...
Networking seems so abstract! Anyway the plan is over summer to start using Linux - perhaps that'll help.