InterviewSolution
Saved Bookmarks
| 1. |
Explain a procedure of sharing of data between web server and web client |
|
Answer» Hypertext TRANSFER Protocol (HTTP) is a METHOD for encoding and transporting INFORMATION between a client (such as a web browser) and a web SERVER. ... HTTP is an application layer protocol and relies on an underlying network-level protocol such as Transmission Control Protocol (TCP) to function. |
|