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.

基本情報技術者試験 アプリケーション層

Posted at

基本情報技術者試験 ネットワーク層 

基本情報技術者試験 ネットワーク層の主要なプロトコルについてまとめました。
yOUTUBEで動画もあります。読むのが苦手な方などはご覧ください。
https://youtu.be/H1CTzFoO_X4

プロトコル

コンピュータ同士が通信するときに使用する手順や約束事のこと

アプリケーション層

アプリケーションの機能を提供するもの
なので以下に出てくるプロトコル(約束事)はそれぞれのアプリを通信するときに使うプロトコル(約束事)のことです。
HTTP: HTML文を送受信するもの。 (HTMLとはwebページをつくるときに使う)
image.png

FTP:ファイルを転送する
image.png

NTP:タイムサーバーの時刻を基に複数のコンピュータの時刻を同期させる
image.png

SMTP:メールを送信するときやメールサーバー間でメールを送受信する
image.png

POP3:メールサーバーのメールボックスからメールを取り出す
image.png

SMTPとPOP3の違いはメールをサーバーに送るのがSMTPであり、POP3はメールを取り出すだけ。
image.png

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?