SØG - mellem flere end 8 millioner bøger:

Søg på: Titel, forfatter, forlag - gerne i kombination.
Eller blot på isbn, hvis du kender dette.

Viser: Understanding Linux Network Internals - Guided Tour to Networking on Linux

Understanding Linux Network Internals, 1. udgave
Søgbar e-bog

Understanding Linux Network Internals Vital Source e-bog

Christian Benvenuti
(2005)
O'Reilly Media, Inc
449,00 kr.
Leveres umiddelbart efter køb
Understanding Linux Network Internals, 1. udgave
Søgbar e-bog

Understanding Linux Network Internals Vital Source e-bog

Christian Benvenuti
(2005)
O'Reilly Media, Inc
485,00 kr.
Leveres umiddelbart efter køb
Understanding Linux Network Internals - Guided Tour to Networking on Linux

Understanding Linux Network Internals

Guided Tour to Networking on Linux
Christian Benvenuti
(2006)
Sprog: Engelsk
O'Reilly Media, Incorporated
524,00 kr.
ikke på lager, Bestil nu og få den leveret
om ca. 15 hverdage

Detaljer om varen

  • 1. Udgave
  • Vital Source searchable e-book (Reflowable pages): 1066 sider
  • Udgiver: O'Reilly Media, Inc (December 2005)
  • ISBN: 9780596552060
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 networking Network interface card (NIC) device drivers System initialization Layer 2 (link-layer) tasks and implementation Layer 3 (IPv4) tasks and implementation Neighbor infrastructure and protocols (ARP) Bridging Routing ICMP 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 choosing one solution over another. A large number of flowcharts and other diagrams enhance the book's understandability.
Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: -1 sider kan printes ad gangen
Copy: højest -1 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • 1. Udgave
  • Vital Source searchable e-book (Fixed pages): 1062 sider
  • Udgiver: O'Reilly Media, Inc (December 2005)
  • ISBN: 9780596523138
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 networking Network interface card (NIC) device drivers System initialization Layer 2 (link-layer) tasks and implementation Layer 3 (IPv4) tasks and implementation Neighbor infrastructure and protocols (ARP) Bridging Routing ICMP 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 choosing one solution over another. A large number of flowcharts and other diagrams enhance the book's understandability.
Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 10 sider kan printes ad gangen
Copy: højest 10 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • Paperback: 1062 sider
  • Udgiver: O'Reilly Media, Incorporated (Februar 2006)
  • ISBN: 9780596002558

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 networking
  • Network interface card (NIC) device drivers
  • System initialization
  • Layer 2 (link-layer) tasks and implementation
  • Layer 3 (IPv4) tasks and implementation
  • Neighbor infrastructure and protocols (ARP)
  • Bridging
  • Routing
  • ICMP

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 choosing one solution over another. A large number of flowcharts and other diagrams enhance the book's understandability.

Preface
Part I: General Background
Chapter 1: Introduction
Chapter 2: Critical Data Structures
Chapter 3: User-Space-to-Kernel Interface
Part II: System Initialization
Chapter 4: Notification Chains
Chapter 5: Network Device Initialization
Chapter 6: The PCI Layer and Network Interface Cards
Chapter 7: Kernel Infrastructure for Component Initialization
Chapter 8: Device Registration and Initialization
Part III: Transmission and Reception
Chapter 9: Interrupts and Network Drivers
Chapter 10: Frame Reception
Chapter 11: Frame Transmission
Chapter 12: General and Reference Material About Interrupts
Chapter 13: Protocol Handlers
Part IV: Bridging
Chapter 14: Bridging: Concepts
Chapter 15: Bridging: The Spanning Tree Protocol
Chapter 16: Bridging: Linux Implementation
Chapter 17: Bridging: Miscellaneous Topics
Part V: Internet Protocol Version 4 (IPv4)
Chapter 18: Internet Protocol Version 4 (IPv4): Concepts
Chapter 19: Internet Protocol Version 4 (IPv4): Linux Foundations and Features
Chapter 20: Internet Protocol Version 4 (IPv4): Forwarding and Local Delivery
Chapter 21: Internet Protocol Version 4 (IPv4): Transmission
Chapter 22: Internet Protocol Version 4 (IPv4): Handling Fragmentation
Chapter 23: Internet Protocol Version 4 (IPv4): Miscellaneous Topics
Chapter 24: Layer Four Protocol and Raw IP Handling
Chapter 25: Internet Control Message Protocol (ICMPv4)
Part VI: Neighboring Subsystem
Chapter 26: Neighboring Subsystem: Concepts
Chapter 27: Neighboring Subsystem: Infrastructure
Chapter 28: Neighboring Subsystem: Address Resolution Protocol (ARP)
Chapter 29: Neighboring Subsystem: Miscellaneous Topics
Part VII: Routing
Chapter 30: Routing: Concepts
Chapter 31: Routing: Advanced
Chapter 32: Routing: Li nux Implementation
Chapter 33: Routing: The Routing Cache
Chapter 34: Routing: Routing Tables
Chapter 35: Routing: Lookups
Chapter 36: Routing: Miscellaneous Topics Colophon
De oplyste priser er inkl. moms

Polyteknisk Boghandel

har gennem mere end 50 år været studieboghandlen på DTU og en af Danmarks førende specialister i faglitteratur.

 

Vi lagerfører et bredt udvalg af bøger, ikke bare inden for videnskab og teknik, men også f.eks. ledelse, IT og meget andet.

Læs mere her


Fysisk eller digital bog?

Ud over trykte bøger tilbyder vi tre forskellige typer af digitale bøger:

 

Vital Source Bookshelf: En velfungerende ebogsplatform, hvor bogen downloades til din computer og/eller mobile enhed.

 

Du skal bruge den gratis Bookshelf software til at læse læse bøgerne - der er indbygget gode værktøjer til f.eks. søgning, overstregning, notetagning mv. I langt de fleste tilfælde vil du samtidig have en sideløbende 1825 dages online adgang. Læs mere om Vital Source bøger

 

Levering: I forbindelse med købet opretter du et login. Når du har installeret Bookshelf softwaren, logger du blot ind og din bog downloades automatisk.

 

 

Adobe ebog: Dette er Adobe DRM ebøger som downloades til din lokale computer eller mobil enhed.

 

For at læse bøgerne kræves særlig software, som understøtter denne type. Softwaren er gratis, men du bør sikre at du har rettigheder til installere software på den maskine du påtænker at anvende den på. Læs mere om Adobe DRM bøger

 

Levering: Et download link sendes pr email umiddelbart efter købet.

 


Ibog: Dette er en online bog som kan læses på udgiverens website. 

Der kræves ikke særlig software, bogen læses i en almindelig browser.

 

Levering: Vores medarbejder sender dig en adgangsnøgle pr email.

 

Vi gør opmærksom på at der ikke er retur/fortrydelsesret på digitale varer.