Chapter 9. Network Interoperability

Network interoperability refers to the ability of systems that differ in implementation technology to reliably and accurately interchange information. This means that the factors, such as the underlying hardware, operating system, and implementation language, may differ between platforms, yet they will not adversely affect the ability of these systems to communicate.

There are several factors that can impact interoperability. These range from low-level issues, such as the byte order that is used by primitive data types, to higher-level technologies, such as web services that largely hide much of their implementation details. In this chapter, we will explore many of these factors.

We start with a discussion of ...

Get Learning Network Programming with Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.