TCP Client Server Implementation in C | Socket Programming in C

preview_player
Показать описание
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.

Join this channel to get access to perks:

MY GEARS:

FOLLOW ME:
Рекомендации по теме
Комментарии
Автор

you gave a great in depth example of this. Amazing Job

diegosuarezcarranco
Автор

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.

SanjeevKumar-cjcl
Автор

Nice Video!!. Please give explanation while adding the functions, why this was function was added/used.

PTeja-trqw
Автор

Thank you! Was stuck on an assignment like this for school.

firepower
Автор

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?

sen
Автор

i expected a sock_dgram with your own custom implementation, but fair.

exapsy
Автор

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 ?

incodewetrust
Автор

dear sor how to contact you please tell me

ssaconsultancy
Автор

Good video, can you explain some lines like y do you use it etc....( In depth) . Or did you do it in other video?

akashbhandary
Автор

How to interface client in other state and server in other states how to connect is tha program work

rajubai
Автор

How can we do in two machines like server in one and client in another machine

suryasreedharreddy
Автор

bro There is an error showing in arpa/inet.h please help

snehadeepgolui
Автор

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

mbongmendzuiofficiel
Автор

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?".

janeturk
Автор

how to keep client always in accept mode, like the server is always in listning mode.

shubhammulik
Автор

Excellent work thanks for this video👍❤️

shashankshah
Автор

Sir I have query can we send multiple messages during a single connection between client and server?

anmolparmar
Автор

What if i want to get the transfer speed?

gllllll
Автор

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 ....

jaiemandi
Автор

Can you show how server sent random number 100-999 to client/server ?

dynatrace