I have a problem with network programming. I use TCP protocol for communication between server and client. My code works, but I still can’t find out that the data was sent successfully or if it failed. I have the following questions:
- How to verify that bytes were sent using a TCP socket successfully or not?
- How does acknowledgment (ACK) work in TCP protocoll?
- How to secure communications using socket programming?
You can explain in C #, Java or PHP.
source
share