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.