본문 바로가기

what is ???

Server의 분류

Type of Server

1. application Server
 Web Server와 Database Server 중간에 위치.
 Web Application Server (WAS)가 동작하는 하드웨어를 의미함.

 인터넷 상에서 http를 통해 user가 computer 또는 device에 application(신청)을 수행해주는 middleware(software engine)이다.

 

2. Computing Server
 일반적으로 말하는 슈퍼컴퓨터로, 초고속/대용량 컴퓨터를 의미함. 기업에서 클라우딩 환경 제공을 위해 사용키도한다.

3. database Server
 Microsoft MQL Server

4. file Server
 workstation에 접근할 수 있는 computer file(문서, 영상)을 공유하고있는 기억공간의 위치를 제공하는 것이 주 목적인 컴퓨터.

5. game Server
 Multiplay Video game을 위해 game clien에 사용되는 server.

6. mail Server
 Mail Tranfer Agent (MAT)는 전자우편을 (Simple Mail Tranfer Protocol)를 이용해 다른 전자우편서버로 전달하는 프로그램.
 sendmail,qmail,postfix같은거

7. Proxy Server
 client가 자신을 통해서 다른 network에 간접적으로 접속할 수 있게 해주는 computer 또는 응용프로그램을 말함.
 server와 client사이의 중계기 역할도 함.

8. Web Server
 S/W적 의미로 Web Browser같은 Client로부터 http요청을 받아들이고, html문서와 같은 webpage를 반환하는 computer program.
 H/W적 의미로 이런 program을 실행하는 computer를 의미함.
 주 기능은 web page를 client로 전달하는 것. image, css, javascript등을 포함한 html문서가 client로 전달됨.
 보통은 system의 모니터링 또는 장치관리를 위한 목적으로 사용됨. 
 client에 다른 software의 설치 없이 web browser만으로 service를 제공할 수 있는 Server임.
 Apache가 대부분이고, IIS가 2위임.

 

 

'what is ???' 카테고리의 다른 글

패리티 (Parity)  (0) 2022.11.01
마이크로프로세서와 마이크로컨트롤러의 차이  (0) 2022.08.15