AJAX call Doubt

Does ajax call also used for http request and if yes then why do we need axios module

I want to ask that as we can do ajax call using jQuery easily , Axios is module to do the same easily and from both the frontend and backend?

jQuery is available only for frontend, while axios can run on backend also. So you can use axios in backend.