Multiple choice technology web technology

____________ is a wire protocol that allows a standalone web-server such as Apache talk to Tomcat.

  1. AJP

  2. HTTP

  3. FTP

  4. AJAX

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

AJP (Apache JServ Protocol) is the wire protocol enabling communication between Apache web server and Tomcat. HTTP is for web communication, FTP for file transfer, and AJAX for asynchronous web updates.