Explains the inner mechanisms of Linux from process scheduling to memory management and file systems
Understanding Linux Network Internals
โ Scribed by Christian Benvenuti
- Book ID
- 127445566
- Publisher
- O'Reilly Media
- Year
- 2005
- Tongue
- English
- Weight
- 8 MB
- Edition
- 1
- Category
- Library
- ISBN-13
- 9780596002558
No coin nor oath required. For personal study only.
โฆ Synopsis
If you've ever wondered how Linux carries out the complicated tasks assigned to it by the IP protocols - or if you just want to learn about modern networking through real-life examples - Understanding Linux Network Internals is for you. Like the popular O'Reilly book, Understanding the Linux Kernel, this book clearly explains the underlying concepts and teaches you how to follow the actual C code that implements it. Although some background in the TCP/IP protocols is helpful, you can learn a great deal from this text about the protocols themselves and their uses. And if you already have a base knowledge of C, you can use the book's code walkthroughs to figure out exactly what this sophisticated part of the Linux kernel is doing. Part of the difficulty in understanding networks - and implementing them - is that the tasks are broken up and performed at many different times by different pieces of code. One of the strengths of this book is to integrate the pieces and reveal the relationships between far-flung functions and data structures. Understanding Linux Network Internals is both a big-picture discussion and a no-nonsense guide to the details of Linux networking. Topics include: Key problems with networkingNetwork interface card (NIC) device driversSystem initializationLayer 2 (link-layer) tasks and implementationLayer 3 (IPv4) tasks and implementationNeighbor infrastructure and protocols (ARP)BridgingRoutingICMP Author Christian Benvenuti, an operating system designer specializing in networking, explains much more than how Linux code works. He shows the purposes of major networking features and the trade-offs involved in choosingone solution over another. A large number of flowcharts and other diagrams enhance the book's understandability.
โฆ Subjects
Linux / Unix
๐ SIMILAR VOLUMES
* An ideal resource to understand the internals, line by line* Looks at architecture dependent code for PC version* Addresses process creation, timers, software and hardware interrupts, signals, tracing processes, and the virtual 8086 mode
Authoritative Answers to All Your Linux Network Server Questions-Specifically for Linux AdministratorsTap into Linux's impressive capabilities as a network server. Written by one of the world's leading Linux system administration experts, Linux Network Servers teaches you, step-by-step, all the stan
This unique Linux networking tutorial/reference by experts provides readers with a practical overview and understanding of the implementation of networking protocols in the Linux kernel. The book shows how networking behavior and protocols can be implemented within the Linux operating system. Introd
In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in