Add networking links and global accelerator
This commit is contained in:
12
README.md
12
README.md
@@ -347,12 +347,24 @@ For instance, take into account the snaptshot above. If you already know how to
|
|||||||
* Network
|
* Network
|
||||||
* [Computer Networks, 5th Edition](http://www.mypearsonstore.com/bookstore/computer-networks-9780132126953?xid=PSED) 📕 💰
|
* [Computer Networks, 5th Edition](http://www.mypearsonstore.com/bookstore/computer-networks-9780132126953?xid=PSED) 📕 💰
|
||||||
* Protocols
|
* Protocols
|
||||||
|
* DNS
|
||||||
|
* Socket
|
||||||
|
* UDP
|
||||||
* TCP
|
* TCP
|
||||||
* Build Your Own
|
* Build Your Own
|
||||||
* [Implementing TCP in Rust (part 1)](https://www.youtube.com/watch?v=bzja9fQWzdA) 📼 🆓
|
* [Implementing TCP in Rust (part 1)](https://www.youtube.com/watch?v=bzja9fQWzdA) 📼 🆓
|
||||||
* [Implementing TCP in Rust (part 2)](https://www.youtube.com/watch?v=OCpt1I0MWXE) 📼 🆓
|
* [Implementing TCP in Rust (part 2)](https://www.youtube.com/watch?v=OCpt1I0MWXE) 📼 🆓
|
||||||
* [Implementing TCP in Rust (part 3)](https://www.youtube.com/watch?v=8GE6ltLRJA4) 📼 🆓
|
* [Implementing TCP in Rust (part 3)](https://www.youtube.com/watch?v=8GE6ltLRJA4) 📼 🆓
|
||||||
* [Implementing TCP in Rust (code)](https://github.com/jonhoo/rust-tcp) 🆓
|
* [Implementing TCP in Rust (code)](https://github.com/jonhoo/rust-tcp) 🆓
|
||||||
|
* SSH
|
||||||
|
* HTTP/S
|
||||||
|
* SSL-TLS
|
||||||
|
* Edge
|
||||||
|
* CDN
|
||||||
|
* "Global Accelerator"
|
||||||
|
* [AWS Global Accelerator Introduction](https://www.youtube.com/watch?v=L-mmnEbiTmc) 📼 🆓
|
||||||
|
* 11:00 - Explanation regarding GA
|
||||||
|
* [AWS Global Accelerator](https://www.youtube.com/watch?v=YqcEntZ8pQ4) 📼 🆓
|
||||||
* Monitoring
|
* Monitoring
|
||||||
* Metrics
|
* Metrics
|
||||||
* Prometheus
|
* Prometheus
|
||||||
|
|||||||
@@ -109,12 +109,16 @@ graph TD
|
|||||||
SerM --> IsT[Istio]
|
SerM --> IsT[Istio]
|
||||||
OPS --> NET[Networking]
|
OPS --> NET[Networking]
|
||||||
NET --> NETP[Protocols]
|
NET --> NETP[Protocols]
|
||||||
|
NETP --> DNS
|
||||||
NETP --> Socket
|
NETP --> Socket
|
||||||
NETP --> UDP
|
NETP --> UDP
|
||||||
NETP --> TCP
|
NETP --> TCP
|
||||||
TCP --> SSH
|
TCP --> SSH
|
||||||
TCP --> HTTP
|
TCP --> HTTP
|
||||||
TCP --> SSL[TLS-SSL]
|
TCP --> SSL[TLS-SSL]
|
||||||
|
NET --> NETE[Edge]
|
||||||
|
NETE --> CDN
|
||||||
|
NETE --> GAL[Global Accelerator]
|
||||||
OPS --> MON[Monitoring]
|
OPS --> MON[Monitoring]
|
||||||
MON --> Metr[Metrics]
|
MON --> Metr[Metrics]
|
||||||
Metr --> Prom[Prometheus]
|
Metr --> Prom[Prometheus]
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 289 KiB After Width: | Height: | Size: 295 KiB |
Reference in New Issue
Block a user