Results (
English) 3:
[Copy]Copied!
Multi-tiered client/server architecture - the variety architecture client-to-server, in which data processing function recommended by one or a few individual servers. This allows you to divide storage features,Processing and presentation of the data for the more effective use of servers and clients.
the network with a dedicated server - this is a local area network (LAN).In which network devices are centralized and controlled by a single or multiple servers. Individual workstations or clients (such as PC) should contact the network resources through the server.
Ajax - approach to building interactive user interfaces web applications, namely in the "background" data exchange browser to the web server. As a result,When you update data from a web-page is not completely reboots, and web applications are becoming faster and more convenient.
in the classical model web applications:
The user goes to a web page and clicks on any its element.
the browser generates and sends a request to the server.
- in response to the server generates a completely new web page and sends its browser, etc.. d.After which your browser completely overloads your entire page.
if you are using AJAX:
- The user goes to a web page, and presses on any its element.
script (in the javascript language) defines,What information is needed to update the page.
the browser sends a request to a server.
- the server returns only the part of the document, to which the request.
- The script is making changes in the context of the information received (without a full reboot page) .
AJAX - is not a self-contained technology, and the concept of using multiple related technologies.AJAX is based on two basic principles:
Being translated, please wait..
