Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
通信の種類と例 / network protocol image
Search
n_sugi
July 01, 2019
Programming
0
73
通信の種類と例 / network protocol image
シリーズ「下手な絵1枚で描く概要」
通信プロトコルイメージとhttpのサンプルデータの絵です。
n_sugi
July 01, 2019
Tweet
Share
More Decks by n_sugi
See All by n_sugi
SQL文の読み書き / Reading and Writing SQL
n_sugibayashi
1
46
同期と非同期 / sync and asynchronous
n_sugibayashi
0
76
Other Decks in Programming
See All in Programming
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
210
Namespace and Its Future
tagomoris
6
700
モバイルアプリからWebへの横展開を加速した話_Claude_Code_実践術.pdf
kazuyasakamoto
0
320
print("Hello, World")
eddie
1
520
OSS開発者という働き方
andpad
5
1.7k
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.6k
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
230
Performance for Conversion! 分散トレーシングでボトルネックを 特定せよ
inetand
0
120
為你自己學 Python - 冷知識篇
eddie
1
350
Updates on MLS on Ruby (and maybe more)
sylph01
1
180
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
560
はじめてのMaterial3 Expressive
ym223
2
240
Featured
See All Featured
The Cult of Friendly URLs
andyhume
79
6.6k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
The Invisible Side of Design
smashingmag
301
51k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
4 Signs Your Business is Dying
shpigford
184
22k
Six Lessons from altMBA
skipperchong
28
4k
Rails Girls Zürich Keynote
gr2m
95
14k
A better future with KSS
kneath
239
17k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Embracing the Ebb and Flow
colly
87
4.8k
Transcript
通信の種類と例 ほとんど「~P」って付いてる シリーズ「下手な絵1枚で描く概要」 通信プロトコル, http n_sugi
基本の単語 代表的な用途(類似Protocol) HTTP ブラウザのWeb画面表示 (HTTPS) FTP ファイル転送 (FTPS, SFTP) SMTP
メール送信 DNS URLアクセス時のIP変換 →UDP TFTP 使わない高速ファイル転送 →UDP TCP エラー修正など高信頼性だが遅い通信 UDP 速度優先で信頼性が低い通信 IP Internetのほとんどの通信 (IPv4, IPv6) OSI7層(OSI参照)モデル → 宅配の例え話 L7 アプリケーション層 配達受付窓口 L6 プレゼンテーション層 包装リボン付け L5 セッション層 伝票記入,トラック手配 L4 トランスポート層 品質(振動,温度など)管理 L3 ネットワーク層 地図を見る運転手 L2 データリンク層 配達員達のバケツリレー L1 物理層 道路
None
もっと知りたい時の検索ワード 概念 「通信プロトコル」「TCP/IPプロトコル階層」 HTTP関連 「HTTPリクエストメソッド」「HTTPステータスコード」 「HTTPヘッダー」「コンテンツタイプ Content-Type」 「HTTPS SSL TLS」
他 「SFTP SSH」