0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

サービスプログラムとは?

0
Posted at

サービスプログラムとは

簡単にいうと、OSだけでは実現できないサーバーの機能を提供してくれる「サーバーそのもの」ともいえるプログラムのこと。

前提として、サーバーは複数のクライアントPCに向けて、必要な機能を提供するコンピュータである。

  • PCに不足したハードディスク容量を補う「ファイルサーバー」

  • PCから直接送信できないメールデータを集約する「メールサーバー」

  • PCでは公開できないコンテンツを公開するのが「webサーバー」。

上記のような機能を、サーバー用語で**「サービス」**と呼ぶ。
例えばファイルサーバーはファイルを共有するのでファイル共有サービス、メールサーバーは電子メールの送受信を受け付けるので「webサービス」という具合である。

※ 一般にはサーバーそのものを「〇〇」サーバー、サーバーで提供する機能を「〇〇」サービスと呼ぶ。

また、一口にサービスプログラムと言ってもその種類はいくつかある。

  • ex) メールサーバー機能を提供するサービスプログラム:「sendmail」、「qmail」、「Posfix」
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?