April 2016
Intermediate to advanced
588 pages
15h 3m
English
Chapter 26
This chapter is about the basics of network programming. It introduces the reader to the concept of writing client–server code. The client usually acts as the agent sourcing data to the server that listens for data from multiple clients. Out of the different techniques that are used for client–server programming, this chapter specifically deals with socket programming. Programming for TCP and UDP transport between client and server is also discussed.
To complete this book on fundamentals of EMS, NMS, and OSS/BSS, it is essential to discuss the implementation basics for developing solutions using the concepts discussed in preceding chapters.
Some of the important aspects in developing management ...