Endpoint addresses
A client or server is identified by two values:- Node ID – Identifies the processor hosting the endpoint.
- Port ID – Identifies a port within that node, assigned when the endpoint is created.
- Service ID – Identifies the service.
- Instance ID – Identifies a particular instance of that service (useful when multiple instances run).
Control-path events
Routers use control messages to propagate:- Node status (a processor came up or went down)
- Service registration (a service started or stopped)
- Client connections (a client connected or disconnected)
- Flow-control notifications (a destination is ready or not ready for more data)

