Which layer is used to handle the HTTP requests?
A
Network Layer
B
Transport Layer
C
Application Layer
D
Presentation Layer
Correct Answer: Network Layer
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.