answersLogoWhite

0

What is server response?

Updated: 11/8/2022
User Avatar

Wiki User

13y ago

Best Answer

When referring to a mainframe computer it is the reply (or response) output to the input device.

On a Networked PC it refers to the reply received from the PC acting as server (data repository) which may or may not also control domain access.

When using a PC to access the internet it refers to the reply from the ISP servers.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is server response?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How long do capillaries live?

Bad Response From ServerBad Response From Server


What is response in web applications?

Response is the HTTP stream sent from the Web server to the browser. Request is the HTTP stream sent from the browser to the Web server.


What is meant by postback in aspnet?

Postback is the process of posting the page to the server and getting the response back from the server.


What is the FTP server response 220?

SMTP Service Ready


What does the 302 server response code signify?

The page has temporarily moved


What is response lag?

When a server takes a long time to send data to your computer


What protocal used in dns?

Typically User Datagram Protocol (UDP) is used for both the request from the client and the response from the server. However, sometimes when the response from the server is larger, it may be handled with Transmission Control Protocol (TCP).


What is web server and name any three web servers?

A web server can refer to the physical server or the software running on an internet-connected server (such as Apache or Microsoft IIS) that responds to http requests and delivers an HTML response.


What happened after the Titanic sink?

Proxy ErrorThe proxy server received an invalid response from an upstream server.The proxy server could not handle the request Special:Wysiwyg.Reason: Error reading from remote server


What is Request-response paradigm?

request response paradigm is somthiing which define how request and response work in the web application or in real world. First when the user open browser and hit any URL, request object is created. This request object then send to the server. server finds the appropriate resources for that request and executes the logic (if any) ans send back response to the browser. Browser interprets the response and display result


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.


Is JSP server side language?

Yes... Java server page is server side language . but it can create client side code in format of HTML . When the request send the web server the jsp process the HTML request and HTML response. by Arulmurugan C