IT

[IT] What is the difference between Webserver and Web Application Server?

AlexHouse 2023. 2. 16. 14:19
728x90

 

 

What is the difference between Webserver and Web Application Server?  

(무슨 차이가 있을까 웹서버와 웹 애플리케이션 서버 사이에)

 

 


 

Method

 

A web server and a web application server are two distinct types of server software that are commonly used in web application development.

 

( 웹 서버와 웹 애플리케이션 서버는 웹 애플리케이션 개발에 일반적으로 사용되는 두 가지 유형의 서버 소프트웨어입니다.)

 


 

A web server is a software application that is responsible for serving static web pages, files, and other content over the HTTP protocol. Its primary function is receiving requests from clients (usually web browsers) and responding by serving the requested content. Examples of web servers include Apache, Nginx, and Microsoft IIS.

 

(웹 서버 정적인 웹 페이지, 파일, 또 다른 HTTP 프로토콜에서 합리적인 소프트웨어이고, 웹 서버의 주된 기능은 요청을 보내는 것이다 고객의 요청을 내용물을 제공함으로서. 웹 서버의 예로 아파치, Nginx, 마이크로프트 IIS 가 있음)

 

 


 

On the other hand, a web application server is a more complex software application that provides the infrastructure for running web-based applications. It typically includes a web server as a component but also provides additional functionality such as support for server-side scripting, database connectivity, and application frameworks. Web application servers are designed to handle dynamic content and provide a platform for building and deploying web-based applications. Examples of web application servers include Tomcat, JBoss, and WebSphere.

 

(반면, 웹 어플리케이션 서버는 웹 기반시설을 제공하는 더 복잡한 소프트 웨어이다. 전형적으로 웹 애플리케이션은 웹 서버를 구성요소로 포함하고 추가의 기능을 제공한다. 서버 사이드 스크립트, 데이터 베이스 연결, 애플리케이션 프레임워크 등등..

웹 애플리케이션 서버는 동적인 컨텐츠를 다루고 웹 애플리케이션 기반을 기축하는 플랫폼을 제공한다고 명시되어있다.

웹 애플리케이션의 예시로는 톰캣, 제이보스, 웹스피어가 있다.)

 


 

In summary, a web server is a basic software application that serves static web content, while a web application server is a more complex application that provides the infrastructure for running web-based applications, including dynamic content and support for server-side scripting and database connectivity.

 

(요약하자면, 웹 서버는 정적인 웹 컨탠츠 기본 소프트웨어 앱이고 반면에 웹 어플리케이션 서버는 웹 애플리에키션 기반으로 산업기반을 제공하고, 동적인 컨탠츠 그리고 서버사이드 스크리트와 데이터베이스와의 연결을 제공한다.)

 

 

요약

 

(서버사이드 스크립트 : .jsp 같은 문서를 말한다. was에서만 읽을수 있음) 

(WAS 안에 Webserver가 내장되어있음)


 

 

To be continued..

728x90

'IT' 카테고리의 다른 글

[IT] 왼손 글씨 연습 (2일차)  (0) 2023.03.24
[IT] 왼손 글씨 연습 (1일차)  (0) 2023.03.24
[IT] Postman Usage  (0) 2023.02.08
[IT] Chrome Developer Mode Tips  (0) 2023.02.07
[IT] 국민은행 공인인증서 복사 방법  (0) 2023.02.05