You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1967,6 +1968,14 @@ A three-way handshake is primarily used to create a TCP socket connection. It wo
1967
1968
- The client node receives the SYN/ACK from the server and responds with an ACK packet.
1968
1969
</b></details>
1969
1970
1971
+
<details>
1972
+
<summary>What is round-trip delay or round-trip time?</summary><br><b>
1973
+
1974
+
From [wikipedia](https://en.wikipedia.org/wiki/Round-trip_delay): "the length of time it takes for a signal to be sent plus the length of time it takes for an acknowledgement of that signal to be received"
1975
+
1976
+
Bonus question: what is the RTT of LAN?
1977
+
</b></details>
1978
+
1970
1979
<details>
1971
1980
<summary>How does SSL handshake work?</summary><br><b>
1972
1981
</b></details>
@@ -6709,6 +6718,34 @@ as key-value pair, document-oriented, etc.
6709
6718
<summary>Explain what is Downward API</summary><br><b>
6710
6719
</b></details>
6711
6720
6721
+
## Storage
6722
+
6723
+
<details>
6724
+
<summary>What is a storage device? What storage devices are there?</summary><br><b>
6725
+
6726
+
* Hard Disks
6727
+
* SSD
6728
+
* USB
6729
+
* Magnetic Tape
6730
+
</b></details>
6731
+
6732
+
<details>
6733
+
<summary>Explain the following:
6734
+
6735
+
* Block Storage
6736
+
* Object Storage
6737
+
* File Storage</summary><br><b>
6738
+
</b></details>
6739
+
6740
+
<details>
6741
+
<summary>What is Random Seek Time?</summary><br><b>
6742
+
6743
+
The time it takes for a disk to reach the place where the data is located and read a single block/sector.
6744
+
6745
+
Bones question: What is the random seek time in SSD and Magnetic Disk?
6746
+
Answer: Magnetic is about 10ms and SSD is somewhere between 0.08 and 0.16ms
6747
+
</b></details>
6748
+
6712
6749
## Shell Scripting
6713
6750
6714
6751
<details>
@@ -7093,7 +7130,7 @@ An availability set is a logical grouping of VMs that allows Azure to understand
Copy file name to clipboardExpand all lines: credits.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,4 @@ Testing logo by [Flatart](https://www.iconfinder.com/Flatart)<br>
17
17
Google Cloud Plataform Logo created by <ahref="https://about.google/">Google®</a><br>
18
18
VirtualBox Logo created by <ahref="http://www.iconarchive.com/artist/dakirby309.html">dAKirby309</a>, under the <ahref="https://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-Noncommercial 4.0 License</a>.
19
19
Certificates logo by <ahref="https://www.iconfinder.com/Flatart">Flatart</a><br>
20
+
Storage icon by <ahref="https://www.iconfinder.com/iconic_hub">Dinosoftlab</a><br>
0 commit comments