Add MQTT
This commit is contained in:
@@ -417,7 +417,9 @@ For instance, take into account the snaptshot above. If you already know how to
|
|||||||
* HTTP/S
|
* HTTP/S
|
||||||
* Certificate Authorization
|
* Certificate Authorization
|
||||||
* SSL-TLS
|
* SSL-TLS
|
||||||
* [How TLS (1.2) Handshake work - Computerfile](https://www.youtube.com/watch?v=86cQJ0MMses) 📼🆓
|
* [How TLS (1.2) Handshake work - Computerfile](https://www.youtube.com/watch?v=86cQJ0MMses) 📼 🆓
|
||||||
|
* MQTT
|
||||||
|
* [Intro to Message Queue Telemetry Transport](https://www.youtube.com/watch?v=eS4nx6tLSLs) 📼 🆓
|
||||||
* Edge
|
* Edge
|
||||||
* CDN
|
* CDN
|
||||||
* "Global Accelerator"
|
* "Global Accelerator"
|
||||||
|
|||||||
@@ -123,7 +123,6 @@ graph TD
|
|||||||
SecM --> Vlt[Vaul]
|
SecM --> Vlt[Vaul]
|
||||||
IaC --> SessM[Session Management]
|
IaC --> SessM[Session Management]
|
||||||
SessM --> Bdry[Boundary]
|
SessM --> Bdry[Boundary]
|
||||||
|
|
||||||
OPS --> NET[Networking]
|
OPS --> NET[Networking]
|
||||||
NET --> NETP[Protocols]
|
NET --> NETP[Protocols]
|
||||||
NETP --> DNS
|
NETP --> DNS
|
||||||
@@ -133,6 +132,8 @@ graph TD
|
|||||||
TCP --> SSH
|
TCP --> SSH
|
||||||
TCP --> HTTP
|
TCP --> HTTP
|
||||||
TCP --> SSL[TLS-SSL]
|
TCP --> SSL[TLS-SSL]
|
||||||
|
SSL --> mTLS[mTLS]
|
||||||
|
TCP --> MQTT[MQTT]
|
||||||
NET --> NETE[Edge]
|
NET --> NETE[Edge]
|
||||||
NETE --> CDN
|
NETE --> CDN
|
||||||
NETE --> GAL[Global Accelerator]
|
NETE --> GAL[Global Accelerator]
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 300 KiB After Width: | Height: | Size: 305 KiB |
Reference in New Issue
Block a user