1
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 3 years have passed since last update.

ネットワーク上のサービス

Posted at

ネットワーク上のサービス

サービスというのは、サーバーがネットワーク上で提供している機能。

ファイル共有、プリンタ共有もこの一つ。
プリンタは1台あるだけで、スマホからもPCからもなど複数のデバイスから印刷できるので便利ですよね。

ゲートウェイ

外部ネットワークとのやり取り管理

ファイル共有

ネットワーク上でファイルを共有可能にする

DNS

コンピューター名からIPアドレスを取得する

プリンタ共有

ネットワーク上でプリンタ共有可能にする

DHCP

IPアドレスの割当などネットワーク設定を自動化します。
↑Wifiルーターに搭載されている機能なんかな?

NTP

稼働しているコンピューターの時刻を同期できる。
スマホやpcなどが同時にネットにつながるのも、こういうサービスのおかげらしいです。

IPマスカレード

1つのIPで複数の端末でシェアできるみたい。
そのため、ネットを複数台で同時に閲覧可能だとか。

1
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
1
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?