Table of Contents Previous Next
Logo
Chapter 38
Copyright © 2003-2009 ZeroC, Inc.

Chapter 38 

The Ice Protocol

38.1 Chapter Overview

The Ice protocol definition consists of three major parts:
• a set of data encoding rules that determine how the various data types are serialized
• a number of message types that are interchanged between client and server, together with rules as to what message is to be sent under what circumstances
• a set of rules that determine how client and server agree on a particular protocol and encoding version
Section 38.2 describes the encoding rules, Section 38.3 describes the various protocol messages, Section 38.4 describes compression, and Section 38.5 explains how the protocol and encoding are versioned and how client and server agree on a common version. (Both encoding and protocol specifications are currently at version 1.0.) Finally, Section 38.6 provides a comparison of the Ice protocol and encoding with those used by CORBA.
Table of Contents Previous Next
Logo