Local Interfaces

In UDP multicasting, every multicast group is bound to a network interface, using the IP address of the interface. RAP documentation calls this the local interface. RAP uses IPv4 multicasting, and requires IP addresses configured for the network interface to be 32-bit IPv4 addresses.

Every network interface card (NIC) on your computer has an IP address associated with it. This address is assigned when the computer is configured, or after the card is installed. Typically, a computer has only one network interface, and its IP address becomes the IP address of the host computer. If a second network interface card is added, its IP address must be different from the host IP address.

For systems with a single network interface, multicast groups are always associated with the host IP address. If more than one network interface exists, the multicast group may be associated with the IP address of the second interface. This is often the case when a network interface is dedicated to a subnet for high-speed linkage between hosts within the subnet.

When considering which local interface to use for RAP systems, and there is more than one network interface card installed on your computer, Sybase recommends that you consult with your network administrator to determine which interface to use for RAP. RAP requires an interface capable of transmitting at a minimum rate of 1 gigabit per second.

A demonstration installation of RAP that runs on a single machine may use the loopback interface as the local interface. The loopback interface (127.0.0.1 for IPv4) is not a physical device but a piece of software that simulates a network interface. Any traffic that a computer program sends on the loopback interface is addressed to the same computer.