From 7dc04fe7435bd8c830aae00122ed77af1d5d43c9 Mon Sep 17 00:00:00 2001
From: andran777 <86196800+andran777@users.noreply.github.com>
Date: Mon, 22 Aug 2022 16:41:56 +0530
Subject: [PATCH] Add sockets content
---
.../102-devops/content/101-os-concepts/105-sockets.md | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/102-devops/content/101-os-concepts/105-sockets.md b/content/roadmaps/102-devops/content/101-os-concepts/105-sockets.md
index fcc70cab7..144407982 100644
--- a/content/roadmaps/102-devops/content/101-os-concepts/105-sockets.md
+++ b/content/roadmaps/102-devops/content/101-os-concepts/105-sockets.md
@@ -1 +1,10 @@
-# Sockets
\ No newline at end of file
+# Sockets
+
+Socket is an endpoint of a two way **communication** link between **two different processes** on the network (same or different machines). The socket mechanism provides a means of inter-process communication (IPC) by establishing named contact points between client and server. It is the combination of IP Address and Port Number.
+
+e.g. `http://192.168.0.1:8080`
+
+Free Content
+What are Sockets?
+Types of Sockets
+Port vs Socket
\ No newline at end of file