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
75
通信の種類と例 / 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
49
同期と非同期 / sync and asynchronous
n_sugibayashi
0
86
Other Decks in Programming
See All in Programming
モジュラモノリスにおける境界をGoのinternalパッケージで守る
magavel
0
3.5k
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
170
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
210
Fundamentals of Software Engineering In the Age of AI
therealdanvega
1
230
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
780
文字コードの話
qnighy
44
17k
CSC307 Lecture 12
javiergs
PRO
0
470
Ruby x Terminal
a_matsuda
7
590
あなたはユーザーではない #PdENight
kajitack
4
350
Ruby and LLM Ecosystem 2nd
koic
0
270
Swift ConcurrencyでよりSwiftyに
yuukiw00w
0
250
Windows on Ryzen and I
seosoft
0
230
Featured
See All Featured
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
118
110k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
240
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
130
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
970
Marketing to machines
jonoalderson
1
5k
The Power of CSS Pseudo Elements
geoffreycrofte
82
6.2k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.4k
Paper Plane (Part 1)
katiecoart
PRO
0
5.4k
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
190
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
210
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」