Kniha Network Application Development Evan Pierce

Network Application Development

Socket Programming and Protocol Implementation for Linux

Autor: Evan Pierce
Jazyk: Angličtina
Väzba: Brožovaná
Dostupnosť: Skladom u dodávateľa
Odosielame za 9-15 dní
17.75
Master the Art of Linux Systems Programming and Network ArchitectureModern computing is entirely dep...

Informácie o knihe

Autor
Jazyk
Angličtina
Väzba
Kniha - Brožovaná
Vydalo
2026
Stránok
510
EAN
9798182407205
Enbook ID
52983931
Hmotnosť
677
Rozmery
152 x 229 x 26

Kompletný popis

Master the Art of Linux Systems Programming and Network Architecture

Modern computing is entirely dependent on networked software. Yet, for many developers, the mechanics of how data physically moves between computers remain a mystery, hidden behind high-level libraries. When performance bottlenecks emerge or connections inexplicably drop, reliance on abstractions becomes a critical vulnerability.

This comprehensive guide strips away the training wheels, plunging you into the core of systems-level network programming using the C language on the Linux operating system. You will not simply learn how to use network libraries; you will learn how to engineer them.

By interacting directly with the Linux kernel through the Berkeley Sockets API, you will gain absolute control over memory management, packet transmission, and connection architecture. From the foundational theory of the TCP/IP protocol stack to the rigorous engineering of secure, highly concurrent servers, this book provides the precise blueprint for building production-ready infrastructure.

What You Will Discover Inside:

  • Network Fundamentals: Understand the physical and logical topologies of communication, hardware interrupts, and the highly optimized Linux socket buffer architecture.

  • The Sockets API: Master the creation, configuration, and management of reliable TCP streams, rapid UDP datagrams, and raw sockets.

  • High-Concurrency Architectures: Move beyond single-threaded limitations. Learn to implement process duplication, multi-threading, and event-driven multiplexing using the modern epoll interface to handle tens of thousands of simultaneous clients.

  • Custom Protocol Design: Design and serialize your own binary application-layer protocols using length-prefixed framing, state machine parsers, and Type-Length-Value encoding.

  • Interprocess Communication (IPC): Utilize UNIX domain sockets, anonymous pipes, and shared memory for blistering fast local data transfer between services.

  • Resilience and Security: Engineer software circuit breakers, implement exponential backoff algorithms, and secure your byte streams using OpenSSL and Transport Layer Security.


Who This Book Is For: This book is written for software engineers, backend developers, and computer science students who possess a foundational understanding of the C programming language and wish to elevate their skills into the realm of high-performance systems architecture.

Stop guessing why your network requests fail. Take command of the Linux kernel, design impenetrable protocols, and build the infrastructure that powers the modern web.