Saved Bookmarks
| 1. |
What are the system calls in tcp socket programming? |
|
Answer» Answer: A typical TCP CLIENT and server APPLICATION issues a sequence of TCP SYSTEM to attain certain functions. Some of these system CALLS include SOCKETS (), bind(), listen (), accept (), send (),and receive (). |
|