深入理解LINUX網(wǎng)絡(luò)內(nèi)幕(影印版 英文版 套裝上下冊)
定 價:178 元
- 作者:[意] 克里斯蒂安·本韋努蒂 著
- 出版時間:2019/5/1
- ISBN:9787564183387
- 出 版 社:東南大學(xué)出版社
- 中圖法分類:TP316.85
- 頁碼:1035
- 紙張:膠版紙
- 版次:1
- 開本:16開
Linux如此的流行正是得益于它的特性豐富及有效的網(wǎng)絡(luò)協(xié)議棧。如果你曾經(jīng)驚嘆于Linux能夠?qū)崿F(xiàn)如此復(fù)雜的工作,或者你只是想通過現(xiàn)實中的例子學(xué)習(xí)現(xiàn)代網(wǎng)絡(luò),《深入理解LINUX網(wǎng)絡(luò)內(nèi)幕(影印版 英文版 套裝上下冊)》將會給你指導(dǎo)。同其他OReilly的流行書籍一樣,《深入理解LINUX網(wǎng)絡(luò)內(nèi)幕(影印版 英文版 套裝上下冊)》清楚地闡述了網(wǎng)絡(luò)的基本概念,并指導(dǎo)你如何用C語言實現(xiàn)。雖然早先的TCP/IP經(jīng)驗是有用的,但初學(xué)者通過《深入理解LINUX網(wǎng)絡(luò)內(nèi)幕(影印版 英文版 套裝上下冊)》仍然可以學(xué)習(xí)到協(xié)議本身和大量的應(yīng)用信息。一旦徹底掌握了這些網(wǎng)絡(luò)工具,你就可以使用《深入理解LINUX網(wǎng)絡(luò)內(nèi)幕(影印版 英文版 套裝上下冊)》所附的代碼,準確地指出Linux內(nèi)核中重要的部分如何工作。
Preface
Part I. General Background
1. Introduction
Basic Terminology
Common Coding Patterns
User-Space Tools
Browsing the Source Code
When a Feature Is Offered as a Patch
2. Critical Data Structures
The Socket Buffer: sk_buff Structure
net_device Structure
Files Mentioned in This Chapter
3. User-Space-to-Kernel Interface
Overview
procfs Versus sysctl
ioctl
Netlink
Serializing Configuration Changes
Part II. System Initialization
4. Notification Chains
Reasons for Notification Chains
Overview
Defining a Chain
Registering with a Chain
Notifying Events on a Chain
Notification Chains for the Networking Subsystems
Tuning via/proc Filesystem
Functions and Variables Featured in This Chapter
Files and Directories Featured in This Chapter
5. Network Device Initialization
System Initialization Overview
Device Registration and Initialization
Basic Goals of NIC Initialization
Interaction Between Devices and Kernel
Initialization Options
Module Options
Initializing the Device Handling Layer: net_dev_init
User-Space Helpers
Virtual Devices
Tuning via/proc Filesystem
Functions and Variables Featured in This Chapter
Files and Directories Featured in This Chapter
6. The PCI Layer and Network Interface Cards
Data Structures Featured in This Chapter
Registering a PCI NIC Device Driver
Power Management and Wake-on-LAN
Example of PCI NIC Driver Registration
The Big Picture
Tuning via/proc Filesystem
Functions and Variables Featured in This Chapter
Files and Directories Featured in This Chapter
Part III Transmission and reception
Part IV Bridging
Part V Internet Protocol Version 4 (IPv4)
Part VI Neighboring Subsystem
Part VII Routing