Fundamental Networking in Java

All you need to know about: - Using Streams and Sockets for blocking TCP/IP - Using Buffers and Channels for non-blocking and multiplexed TCP/IP and UDP - Designing servers for scalability and predictable performance - Working with blocking TLS/SSL using Streams and SSLSockets - Unlocking the myster...

Full description

Bibliographic Details
Main Author: Pitt, Esmond
Format: eBook
Language:English
Published: London Springer London 2006, 2006
Edition:1st ed. 2006
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 04205nmm a2200361 u 4500
001 EB000367088
003 EBX01000000000000000220140
005 00000000000000.0
007 cr|||||||||||||||||||||
008 130626 ||| eng
020 |a 9781846282522 
100 1 |a Pitt, Esmond 
245 0 0 |a Fundamental Networking in Java  |h Elektronische Ressource  |c by Esmond Pitt 
250 |a 1st ed. 2006 
260 |a London  |b Springer London  |c 2006, 2006 
300 |a XVIII, 382 p. 23 illus  |b online resource 
505 0 |a to Networking -- IP—Internet Protocol -- Fundamentals of IP -- TCP—Transmission Control Protocol -- Fundamentals of TCP -- Scalable I/O -- Scalable TCP -- Firewalls -- Secure Sockets -- Scalable Secure Sockets -- UDP—User Datagram Protocol -- Unicast UDP -- Scalable UDP -- Multicast UDP -- In Practice -- Server and Clients Models -- Fallacies of Net- working 
653 |a Computer Communication Networks 
653 |a Computer systems 
653 |a Compilers (Computer programs) 
653 |a Compilers and Interpreters 
653 |a Programming Techniques 
653 |a Computer System Implementation 
653 |a Computer programming 
653 |a Computer networks  
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/1-84628-252-7 
856 4 0 |u https://doi.org/10.1007/1-84628-252-7?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.11 
520 |a All you need to know about: - Using Streams and Sockets for blocking TCP/IP - Using Buffers and Channels for non-blocking and multiplexed TCP/IP and UDP - Designing servers for scalability and predictable performance - Working with blocking TLS/SSL using Streams and SSLSockets - Unlocking the mysteries of non-blocking TLS/SSL with the JDK 1.5 SSLEngine - Using DatagramSockets and DatagramPackets for blocking UDP and multicasting - Outlining special programming considerations for multihomed hosts - Managing the transition from IPv4 to IPv6 in Java Features: - Extensive Java index - Accompanying [SVL] website XXXXX with source code download - Comprehensive code samples and some exercises. Esmond Pitt is a Melbourne consultant and author with a distinguished 28-year international career in the design and implementation of systems software products. A well-known Java advisor, he has published a book on Java RMI, and is a member of Sun's Expert Group on Distributed Real-time Java.  
520 |a His IT practice encompasses compiler construction, networking, and security. He is a Fellow of the Australian Computer Society. I was an early reviewer of this book and I admire its economical and thorough but eminently readable style, lucidly describing complex issues without ever outstaying its welcome. This book combines academic rigour with a practical approach deeply informed by real-world experience and I have no hesitation in recommending it to developers of all experience levels. Experienced engineers building network-centric infrastructure or services should not be without this book. In fact, any Java developer building distributed applications such as J2EE, Jini, and Web Services should read this book — at least to understand the fundamental implications of networking on application design and implementation. Michael Geisler, Sun Microsystems 
520 |a This book is an in-depth learning and teaching resource for the understanding and programming of TCP/IP networking in Java. It covers 'everything you can do to a socket in Java' and explains when and why you might - or might not - want to do that. It is addressed both to professional programmers and college students in first or second year networking courses. The book covers TCP and UDP using both blocking streams and non-blocking channels, and also SSL secure sockets in both blocking and non-blocking modes, unravelling the mysteries of the SSLEngine in the process. Particular attention is paid to the neglected topics of multi-homing and multicast. A unique chapter on client and server architectures uses a quantitative approach rather than the usual design-patterns approach, leading to architectures with predictable performance rather than just coding elegance.