Ajax is the client side , but it (almost always) will access the server that provides the data.
Sometimes server-side scripts will not have any specific Ajax support, because they simply return XML-style data, but in other cases, the server may have some support, written, for example, in the popular JSONP case.
[SEPARATE RESPONSE]
Roger source share