Multiple choice technology web technology

Ajax technology emaphasizes mostly on

  1. Synchronous Communication between Browser and server

  2. Asynchronous Communication between Browser and server

  3. Socket Connection

  4. None

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

AJAX (Asynchronous JavaScript and XML) is designed specifically for asynchronous communication between the browser and server. This allows web pages to update partially without reloading the entire page. Synchronous communication would block the browser, and socket connections are not the primary mechanism AJAX uses.