Add several new questions

This commit is contained in:
abregman 2019-10-18 20:23:54 +03:00
parent cc151926a8
commit 538f1b382f

View File

@ -425,7 +425,7 @@ CSMA/CD algorithm:
</b></details>
<details>
<summary>What is a socket?</summary><br><b>
<summary>What is a socket? Where can you see the list of sockets in your system?</summary><br><b>
</b></details>
<details>
@ -738,10 +738,20 @@ There are a couple of ways to do that:
<summary>Explain Process Descriptor and Task Structure</summary><br><b>
</b></details>
<details>
<summary>What are the differences between threads and processes?</summary><br><b>
</b></details>
<details>
<summary>Explain Kernel Threads</summary><br><b>
</b></details>
<details>
<summary>What happens when socket system call is used?</summary><br><b>
This is a good article about the topic: https://ops.tips/blog/how-linux-creates-sockets
</b></details>
## Ansible