TCP Client Server Implementation in C | Socket Programming in C
This video will implement TCP client-server architecture in the C programming language, where both the client and server can communicate with each other.
TCP refers to Transmission Control Protocol, a standard that defines how to establish and maintain a network conversation through which application programs can exchange data. TCP works with the Internet Protocol (IP), which defines how computers send packets of data to each other.
CODE: https://github.com/nikhilroxtomar/TCP-Client-Server-Implementation-in-C
Join this channel to get access to perks:
https://www.youtube.com/channel/UClkqp31PHke-f8b8mjiiY-Q/join
MY GEARS:
Intel i5-7400: https://amzn.to/3ilpq95
Gigabyte GA-B250M-D2V: https://amzn.to/3oPuntd
ZOTAC GeForce GTX 1060: https://amzn.to/2XNtsxn
LG 22MP68VQ 22 inch IPS Monitor: https://amzn.to/3soUKs5
Corsair VENGEANCE LPX 16GB: https://amzn.to/2LVyR2L
WD Green 240 GB SSD: https://amzn.to/3igt1Ft
1TB WD Blue: https://amzn.to/38I6uhw
Corsair VS550 550W: https://amzn.to/3nILHi3
Zebronics BT4440RUCF 4.1 Speakers: https://amzn.to/2XGu203
Segate 1TB Portable Hard Disk: https://amzn.to/3bF8YPG
Seagate Backup Plus Hub 8 TB External HDD: https://amzn.to/39wcqtj
Maono AU-A04 Condenser Microphone: https://amzn.to/35HHiWC
Techlicious 3.5mm Clip Microphone: https://amzn.to/3bERKSD
Redgear Dagger Headphones: https://amzn.to/3ssZNYr
FOLLOW ME:
BLOG: https://idiotdeveloper.com https://sciencetonight.com
FACEBOOK: https://www.facebook.com/idiotdeveloper
TWITTER: https://twitter.com/nikhilroxtomar
INSTAGRAM: https://instagram/nikhilroxtomar
PATREON: https://www.patreon.com/idiotdeveloper
by Idiot Developer
linux web server
Very useful and clear, thank you!
13:22
Nice job. May I know how to set proxy with C?thanks
Thank you! Was stuck on an assignment like this for school.
Sir I have query can we send multiple messages during a single connection between client and server?
Hello please how to modify the codes so that I can run both the server and client from 2 differents computers in order to get the same result?
THANK YOU SO MUCH
you gave a great in depth example of this. Amazing Job
How can we make it work with the internet rather than local connection?
love software eng
i have connect command in a function that returns 0 i call it in an infinity while(1) when ever the server closes connection after some exchange but once the server close connection the program breaks out from the while loop is that normal ?
What if i want to get the transfer speed?
Bro its nice that you have written a code but for clarity purpose you should first explain why we are writing this so, that we can able to make the connection then only we are able to understand the code properly.
Thank you very much, sir.
how to keep client always in accept mode , like the server is always in listning mode.
Sir with all due respect you are just narrating what you are typing, there is almost no explanation, how is that better than just looking at the code?
Eww what a dumb and hard tutorial, I guess it's just a guide with difficulty.
Can you show how server sent random number 100-999 to client/server ?
Good video, can you explain some lines like y do you use it etc….( In depth) . Or did you do it in other video?
amazing!
I have two clients that connected to one server with same port number and I want to read data from one client at same time , I want to write data in another client , what can I do how can I write data in one particular client ….
How can we do in two machines like server in one and client in another machine
Nice Video!!. Please give explanation while adding the functions, why this was function was added/used.
Please how can I change the client and the server programs so that the server responds with the current time of the day if the received text from the client is "What's the time?".
Excellent work thanks for this video👍❤️
Thanks very much!
Can we do in windows or Mac OS system rather than linux