Showing posts with label Computer network. Show all posts
Showing posts with label Computer network. Show all posts

23 June 2015

Advanced Network Programming

Objectives:
Computer network programming involves writing computer programs that enable processes to communicate with each other across a computer network Network programming is client–server programming Interprocess communication, even if it is bidirectional, cannot be implemented in a perfectly symmetric way: to establish a communication channel between two processes, one process must take the initiative, while the other is waiting for it.