Add networking links and global accelerator

This commit is contained in:
Marcelo Boeira
2020-08-20 08:37:37 +02:00
parent 57a18daab2
commit c4d92b169a
3 changed files with 16 additions and 0 deletions

View File

@@ -347,12 +347,24 @@ For instance, take into account the snaptshot above. If you already know how to
* Network
* [Computer Networks, 5th Edition](http://www.mypearsonstore.com/bookstore/computer-networks-9780132126953?xid=PSED) 📕 💰
* Protocols
* DNS
* Socket
* UDP
* TCP
* Build Your Own
* [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 3)](https://www.youtube.com/watch?v=8GE6ltLRJA4) 📼 🆓
* [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
* Metrics
* Prometheus

View File

@@ -109,12 +109,16 @@ graph TD
SerM --> IsT[Istio]
OPS --> NET[Networking]
NET --> NETP[Protocols]
NETP --> DNS
NETP --> Socket
NETP --> UDP
NETP --> TCP
TCP --> SSH
TCP --> HTTP
TCP --> SSL[TLS-SSL]
NET --> NETE[Edge]
NETE --> CDN
NETE --> GAL[Global Accelerator]
OPS --> MON[Monitoring]
MON --> Metr[Metrics]
Metr --> Prom[Prometheus]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 KiB

After

Width:  |  Height:  |  Size: 295 KiB