answersLogoWhite

0


Best Answer

A single application may employ many different supporting Application layer services; thus what appears to the user as one request for a web page may, in fact, amount to dozens of individual requests. And for each request, multiple processes may be executed. For example, a client may require several individual processes to formulate just one request to a server.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does application layer process multiple client request?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a role of a client?

What is the need of a USER in Internet.. :)Actually "Client" can be term used for a "user".i.e. A client is an application or system that accesses a service made available by a server.Client sends request to the server for its further access.Server responses to the client request.Client is your browser. It sends a URL as request to the Server.Sever responses to the client request. so that the corresponding page is displayed in your browser. This is the process of Client and Server communication.


What is bad request?

It simply means the web server was unable to understand the request of the client and process it.


What is client request in an organization?

Client request is a formal request by the client requesting for data or enhancement of product.If client find that something is missing in his application or if he need any additional information about the data, he generates a request to product developerWe will check the comment given by the client and understand what exactly Client's requirement .we will take an action with respect to the comment mentioned in client requestWe will reply to the client request by posting comment in which the action taken by usWe will Investigate to find the reason(s) why client request has been raisedWe will take an action not to repeat the same issue


How do you fix the 400 bad request error message?

It simply means the web server was unable to understand the request of the client and process it.


How does the application layer on a server usually process multiple client request for servers?

The process can happen within a few limitations. The first is bandwith. According to the speed that the server uploads, the number of users logged on to the server may grow until the bandwith is maxed. Then after completion of a users request then the next user can log on. On the server itself each request is stored into memory(were talking a process that happens in nanoseconds). Once the request is repopulated or times out then the next users request is resolved. Under multiprocessor abilities these action may transpire simultaneously and at alarming rates depending on size and speed of the processor. The application itself usually is not posted to run on the server unless it has been tested. Newer calls to java and .net services are making the software side much more seemless.uses support from lower layer functions to distinguish between connections to the service


What is Client Server mechanism?

Client side (web browser) where user types his/her query and web browser sends request to server side (multiple data provider) reads the query and in response provides respective data to the client in HTML format. its a repetitive cycle called request and response between client and server.


What message does a client use to request a webpage?

To request a webpage from the server, an HTTP client sends the server a GET request.


How to Tackle Latency problems between client and server located far apart?

The latency between client and server can tackled by the following ways:1. we can break the client code for smaller request and replies. So when a part of data is received by the client, it can start working on that till the next part comes.2. client can run multiple sessions with server and data obtained can be added at the client end.3. the client can use the time between request and reply for other processes.


When the client runs an application on a terminal server which of the client computer's resources does the application utilize?

When a client runs an application on a terminal computer the application execution takes place. The server uses the clients time zone resource.


What do you call the 'HTTP' part of a URL?

HTTP is an Application layer protocol, which is acronym of the Hyper Text Transfer Protocol. Client, which is usually a browser , sends the request to sever for objects (e.g. images,web pages, audio, video e.t.c. ), and server sends back the requested objects to client(s). this process is accomplished using the HTTP messages, between client and server.These messages has a predefined standard format.


What furnishes the request of the client (server)?

The furnishes the request of the clint (server )


What is client-server database?

A client-server database is the relationship between two computer programs. One makes a service request (client) and the other (server) fulfills the request.