- Mastering Linux Network Administration
- Jay LaCroix
- 127字
- 2021-07-09 20:56:28
Chapter 2. Revisiting Linux Network Basics
Whether you have a lot of knowledge of Linux networking or you are just getting started, we will round off the basics of Linux networking in this chapter. While the TCP/IP stack in Linux is implemented with the same features as in other platforms, specific tools are used to manage such networks. Here, we'll discuss how Linux handles IP addressing, network device naming, as well as bringing interfaces up and down. In addition, we'll discuss the graphical and nongraphical tools used to manage our interfaces.
In this chapter, we will cover:
- Understanding the TCP/IP protocol suite
- Naming the network device
- Understanding Linux hostname resolution
- Understanding the iproute2 and net-tools suites
- Managing network interfaces manually
- Managing connections with Network Manager
推薦閱讀
- Spring Boot 2實戰之旅
- 零基礎學C++程序設計
- 跟老齊學Python:輕松入門
- 算法大爆炸:面試通關步步為營
- Python進階編程:編寫更高效、優雅的Python代碼
- DevOps Automation Cookbook
- 你必須知道的204個Visual C++開發問題
- 概率成形編碼調制技術理論及應用
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Mastering Apache Maven 3
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Visual Studio Code 權威指南
- Angular應用程序開發指南
- C編程技巧:117個問題解決方案示例
- Python期貨量化交易實戰