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 1 year has passed since last update.

Windows系OSとUnix系OSとの違い

Posted at

インターネット上のサーバーで広く利用されているOSは、大きく分けてWindows系OSとUnix系OS(Linuxを含む)の2系統

Unix系OSがもともとネットワークへの接続に適したOS
→昔からサーバーOSとして使われ続けていた

Unix系OSでは多くのフリーソフトウェアが動作する
一方でWindows系OSでしか動かないソフトウェアもある

特に業務用のアプリはWindows向けが多い
それらのアプリを動かすためにはWindows系OSがいる
社内ファイルサーバーなどディレクトリサービスを利用してデスクトップ版のWindowsと連携するような用途にもWindows系OSが適任

Windows上でしか動かないアプリやほかのWindowsシステムとの連携が必要であればWindows系OS
それ以外ならUnix系OS(主にLinux)を選択する

Windows系OSとUnix系OSは異なるOS
同じバイナリ(実行プログラム)を動かすことが基本的にできない
Windows用のプログラムとUnix用のプログラムをそれぞれ用意する必要がある

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?