Sockets are the low level endpoint used for processing information across a network. Some common protocols like HTTP, FTP rely on sockets to make connections. Socket Programming is the route of connecting two points on a network to communicate with each other. In this video, you will learn basics of Socket Programming like definitions, Client socket workflow, Server Socket Workflow and many more. Learn more about socket programming at https://youtu.be/mStnzIEprH8
Half Yearly Sale Is Back!!Recently Launched Courses At Just $9 – Use Coupon Code: ‘Youtube17’
Click here: https://www.eduonix.com/courses
■ Thank You!!! A Comment would be appreciated 🙂
Also, Don’t forget to hit the “Like” button, and make sure to subscribe to the Eduonix Learning Solution Channel for more videos
https://www.youtube.com/channel/UCAQjmY2DJqwU3Eqz0oN83aw?sub_confirmation=1
➢ Follow us on other social networks :
■ Facebook : http://bit.ly/2nL2p59
■ Linkedin : http://bit.ly/2nKWhKa
■ Instagram : http://bit.ly/2nL8TRu | @eduonix
Amazon Auto Links: No products found.
have you seen your video yourself? all the command you are typing is not visible
For Download this video source code : https://github.com/adhavalboy/server-client.c
Thank you so much , for such a nice tutorial 🙂
there is little typo in client : close(network_socket);
really helpful, thx
Thanks so much! I had no idea where to begin, and this is a big help.
Thanks this video was well structured and easy to follow unlike most tutorials.
Great class!
“We are going to use VIM to keep it SIMPLE” – vim? simple? there is no such thing
what would be the difference if, let’s say, I programmed in a scripting language rather than low level programming language
keep it up mate thanks very much
If the connection won’t work, try the perror() function to print a description of what happened. Also see man perror, man strerror, man errno and all that jazz.