IT/Server / / 2023. 4. 6. 11:18

[ENG] IT Topic: Differences Between WEB and WAS

반응형

Web servers and application servers are two types of servers used in web development and web applications. While they are both essential components of web infrastructure, they perform different functions and have different features. In this blog, we will explore the concepts and differences between the two.

 


Web Servers
Web servers are servers designed to host and serve web pages, documents, and files over the internet or an intranet. They typically operate on the HTTP and HTTPS protocols and are responsible for handling client requests and returning the appropriate responses. Web servers deliver static content, such as HTML, CSS, JavaScript, images, and multimedia files, to web browsers.

 


A web server operates by listening for incoming requests from client devices, such as web browsers or mobile devices, and responding with the appropriate content. The most common web servers used today are Apache HTTP Server, Microsoft Internet Information Services (IIS), and NGINX. These servers are typically lightweight, and they do not have extensive processing capabilities.

Web Application Servers
Web application servers (WAS) are servers designed to host and run web applications. They provide a platform for web application code to run and execute, along with additional services such as database connectivity, transaction processing, and messaging services. WAS is responsible for generating dynamic content and handling complex business logic.

Unlike web servers, which focus on delivering static content, web application servers can execute server-side code and provide the necessary environment for dynamic content generation. Web application servers support dynamic programming languages such as PHP, Java, Python, and Ruby.

 

Web application servers are more complex than web servers and require a higher degree of configuration and management. They can handle more significant processing loads and provide more extensive scalability and redundancy features. Some popular web application servers include Apache Tomcat, IBM WebSphere, Oracle WebLogic, and JBoss.

Differences between Web Servers and Web Application Servers
The primary difference between web servers and web application servers is the type of content they handle. Web servers handle static content, while web application servers handle dynamic content. A web server is a basic server that serves web pages, while a web application server is a more complex server that can execute server-side code.

Another significant difference between the two is the services they offer. Web servers offer basic services such as serving web pages and handling client requests. Web application servers offer more advanced services, such as database connectivity, messaging services, and transaction processing. Web application servers are also typically more scalable and provide more extensive redundancy features.

In terms of scalability, web application servers can handle more significant processing loads than web servers. This is because web application servers are designed to run complex business logic and execute server-side code. Web servers, on the other hand, are lightweight and are not intended to handle significant processing loads.

Finally, web application servers require more extensive configuration and management than web servers. This is because they provide a more complex set of services and require more resources to run. Web servers are typically easier to configure and manage because they have a simpler set of features.



Web servers and web application servers are both essential components of web infrastructure. While they share some similarities, they perform different functions and have different features. Web servers are designed to handle static content and handle client requests, while web application servers are designed to run dynamic web applications and provide advanced services such as database connectivity and messaging services. By understanding the differences between the two, you can make informed decisions about which type of server to use for your web application.

반응형

'IT > Server' 카테고리의 다른 글

IT 토픽 : WEB과 WAS의 차이점  (0) 2023.04.06
REBOOT/SHUTDOWN [명령어/리눅스]  (0) 2019.03.06
DF/DU [명령어/리눅스]  (0) 2019.03.06
LOCATE [명령어/리눅스]  (0) 2019.03.06
WHICH/WHEREIS [명령어/리눅스]  (0) 2019.03.06
  • 네이버 블로그 공유
  • 네이버 밴드 공유
  • 페이스북 공유
  • 카카오스토리 공유