[ Team LiB ] Previous Section Next Section

1.6 Roadmap to Client/Server Examples in the Text

Two client/server examples are used predominantly throughout the text to illustrate the various techniques used in network programming:

To provide a roadmap for the different topics that are covered in this text, we will summarize the programs that we will develop, and give the starting figure number and page number in which the source code appears. Figure 1.10 lists the versions of the daytime client, two versions of which we have already seen. Figure 1.11 lists the versions of the daytime server. Figure 1.12 lists the versions of the echo client, and Figure 1.13 lists the versions of the echo server.

Figure 1.10. Different versions of the daytime client developed in the text.

graphics/01fig10.gif

Figure 1.11. Different versions of the daytime server developed in the text.

graphics/01fig11.gif

Figure 1.12. Different versions of the echo client developed in the text.

graphics/01fig12.gif

Figure 1.13. Different versions of the echo server developed in the text.

graphics/01fig13.gif

    [ Team LiB ] Previous Section Next Section