From 275d729623ffbb685fab382dffd17b6639601717 Mon Sep 17 00:00:00 2001 From: adx7893 <61700737+adx7893@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:58:17 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a122b59..4653170 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # sockets -Snippets on socket programming in C +Socket and Snippets programing in C +TCP/IP socket programming in C +Sockets are the "virtual" endpoints of any kind of network communications done between 2 hosts over in a network. For example when you type www.google.com in your web browser, it opens a socket and connects to google.com to fetch the page and show it to you.