- Web Penetration Testing with Kali Linux(Third Edition)
- Gilberto Najera Gutierrez Juned Ahmed Ansari
- 289字
- 2021-06-24 18:44:55
AJAX
Asynchronous JavaScript and XML (AJAX) is the combination of multiple existing web technologies, which let the client send requests and process responses in the background without a user's direct intervention. It also lets you relieve the server of some part of the application's logic processing tasks. AJAX allows you to communicate with the web server without the user explicitly making a new request in the web browser. This results in a faster response from the server, as parts of the web page can be updated separately and this improves the user experience. AJAX makes use of JavaScript to connect and retrieve information from the server without reloading the entire web page.
The following are some of the benefits of using AJAX:
- Increased speed: The goal of using AJAX is to improve the performance of the web application. By updating individual form elements, minimum processing is required on the server, thereby improving performance. The responsiveness on the client side is also drastically improved.
- User friendly: In an AJAX-based application, the user is not required to reload the entire page to refresh specific parts of the website. This makes the application more interactive and user friendly. It can also be used to perform real-time validation and autocompletion.
- Asynchronous calls: AJAX-based applications are designed to make asynchronous calls to the web server, hence the name Asynchronous JavaScript and XML. This lets the user interact with the web page while a section of it is updated behind the scenes.
- Reduced network utilization: By not performing a full-page refresh every time, network utilization is reduced. In a web application where large images, videos or dynamic content such as Java applets or Adobe Flash programs are loaded, use of AJAX can optimize network utilization.
推薦閱讀
- Linux運維之道(第3版)
- Linux網絡管理與配置(第2版)
- Implementing Cisco UCS Solutions
- 阿里云數字新基建系列:云原生操作系統Kubernetes
- UNIX操作系統設計
- 精通Linux內核開發
- SOA實踐者說
- Windows Server 2012 Hyper-V Cookbook
- 8051軟核處理器設計實戰
- jQuery UI Cookbook
- Windows 8實戰從入門到精通(超值版)
- Kali Linux高級滲透測試(原書第3版)
- Linux軟件管理平臺設計與實現
- Learn SwiftUI
- Agile IT Security Implementation Methodology