InterviewSolution
Saved Bookmarks
| 1. |
Which layer is used to handle the HTTP requests?(a) Network Layer(b) Transport Layer(c) Application Layer(d) Presentation Layer |
|
Answer» Right option is (a) Network Layer The explanation: HTTP is a protocol which allows the fetching of resources, such as HTML documents. It is the foundation of any data exchange on the Web and a client-server protocol, which means requests are initiated by the recipient, usually the Web browser. The network layer is used to handle the HTTP requests. |
|