Multiple choice

This is a standard way for a Web server to pass a Web user's request to an application program and to receive data back to forward to the user

  1. interrupt request

  2. forward DNS lookup

  3. data link layer

  4. file transfer protocol

  5. common gateway interface

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

CGI (Common Gateway Interface) is the standard protocol for web servers to pass user requests to application programs and return data to the user. It enables dynamic content generation by allowing web servers to communicate with external applications that process requests and generate responses.