Summary
This chapter provided a relatively condensed view of basic Linux networking principles. We learned about network communication layers and protocols, IP addressing schemes, TCP/IP configurations, well-known network application servers, and VPN. A good grasp of networking paradigms will give Linux administrators a more comprehensive view of the distributed systems and underlying communication between the application endpoints involved.
Some of the theoretical aspects covered in this chapter will be taken for a practical spin in Chapter 13, Configuring Linux Servers, where we’ll focus on real-world implementations of network servers. Chapter 10, Disaster Recovery, Diagnostics, and Troubleshooting, will further explore network security internals and practical Linux firewalls. Everything we have learned so far will serve as a good foundation for the assimilation of these upcoming chapters.
The following chapter will introduce you to Linux shell scripting, where you...