From 538f1b382f38331bdcf099391e3e83b127f45a49 Mon Sep 17 00:00:00 2001 From: abregman Date: Fri, 18 Oct 2019 20:23:54 +0300 Subject: [PATCH] Add several new questions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0422c2e..767a211 100644 --- a/README.md +++ b/README.md @@ -425,7 +425,7 @@ CSMA/CD algorithm:
-What is a socket?
+What is a socket? Where can you see the list of sockets in your system?
@@ -738,10 +738,20 @@ There are a couple of ways to do that: Explain Process Descriptor and Task Structure
+
+What are the differences between threads and processes?
+
+
Explain Kernel Threads
+
+What happens when socket system call is used?
+ +This is a good article about the topic: https://ops.tips/blog/how-linux-creates-sockets +
+ ## Ansible