answersLogoWhite

0

Both embedded http server and http server handles http requests, static contents. However, for Scalability and high work load balancing we configure an external http server as a managed / unmanaged node in websphere application server environment.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the difference between a preferred DNS server and an altenate DNS server?

What is the difference between a preferred DNS server and an altenate DNS server?Read more: http://wiki.answers.com/What_is_the_difference_between_a_preferred_DNS_server_and_an_altenate_DNS_server#ixzz2LRd3ICed


Difference between URL and HTTP referer?

The difference between URL and HTTP is that a URL is the actual address in the web bar. HTTP is the server or protocol the network connects through. URL stands for Uniform Resource Locator and HTTP stands for Hypertext Transfer Protocol.


Is javascript has facilities for communicating between web browser and http server?

Yes JavaScript can communicate with HTTP Server. It can hit Ajax request to request content from server.


What is the difference between HTTP and SMTP?

SMTP is push protocol, stateful protocol which is used for sending Mails from Client to Client or Server to Server. Generally SMTP uses the encryption method of 7bit or 8bit ISCII but HTTP dose not use that. HTTP is pull protocol which is preferred for sites demand and this is stateless protocol.


Difference between caching proxy server and web server?

In web server you can deploy static contect and web server used to redirect http and https requests to application server and a proxy server can integrate multiple servers to handle webserver requests on behalf of webserver to application server.


Identify five major differences between http get and http post methods of making a request to server?

First we have got the most important one: you have to know what server is the server you want to reach. Because when you want to reach that server, you first have to do something else... qyno


The job of a web server is to process and respond web?

A web server is very similar to a file server; the difference is that it holds web pages instead of files (although web pages are stored in files). A web server waits on HTTP requests and responds with HTTP answers usually formatted in HTML/XHTML.


What is the difference between https and http?

http is secured https is not secured


What Web servers work on a RTOS?

Web (HTTP) servers are not RTOS-dependent. They are part of the application layer of a TCP/IP stack. An embedded web server (such as the Quadnet web server offered by Quadros Systems) is licensed as an option for the underlying networking software.


What is the difference between DNS and HTTP?

sadsgjuh


In the client-server model what is the primary protocol used for communication between a browser and web server?

The primary protocol used for communication between a browser and a web server in the client-server model is HTTP (Hypertext Transfer Protocol). HTTP allows clients (browsers) to send requests to the server for resources like web pages, images, and other content, and for the server to respond with the requested data. Secure versions of this protocol, such as HTTPS, use encryption to protect the data exchanged between the client and server.


Interaction between web browser and web server?

The interaction between a web browser and a web server occurs through the HTTP protocol. When a user enters a URL in the browser, it sends an HTTP request to the server hosting the website. The server processes this request, retrieves the requested resources (like HTML, CSS, or images), and sends back an HTTP response containing the data. The browser then renders the content for the user to view.