e.g. 'git checkout git cherry-pick '
Formula to count the number of servers possible in a Clos = N^2/2
Formula to count the number of switches needed in a Clos = N+N/2
- Virtual chassis - Uniform latency
- Pod based - 2 types of latency (within pod Vs inter pod)
Virtual chassis are better suited for homogeneous applications like say FB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 types of encryption | |
1. Symmetric | |
2. Asymmetric (private/public keys) | |
3. Hashes | |
How SSH work? | |
Client-Server model | |
1. Negoticate the encryption of the session (Diffie-Hellman algorithm) | |
2. Authenticate the user | |