Lets start first try to understand what is AJAX in general before we jump in ServiceNow GlideAjax .
AJAX term is stand for Asynchronous JavaScript and XML. AJAX allows us to update part of our web page asynchronously by exchanging small amounts of data with the server, that’s exchange occurs behind the scene instead of reloading the whole form.