Fast Local Internet Protocol
The Fast Local Internet Protocol is a communication protocol for LAN and WAN, conceived for distributed applications. FLIP was designed at the Vrije Universiteit Amsterdam to support remote procedure call in the Amoeba distributed operating system.
Comparison to TCP/IP
In the OSI model, FLIP occupies the network layer, thus replacing IP, but it also obviates the need for a transport layer protocol like TCP.| Layer | OSI | TCP/IP | FLIP |
| 7 | Application | User-defined | User-defined |
| 6 | Presentation | User-defined | Amoeba Interface Language |
| 5 | Session | Not used | RPC and Group communication |
| 4 | Transport | TCP or UDP | Not needed |
| 3 | Network | IP | FLIP |
| 2 | Data Link | E.g., Ethernet | E.g., Ethernet |
| 1 | Physical | E.g., Coaxial cable | E.g., Coaxial cable |
Properties
FLIP is a connectionless protocol designed to support transparency, efficient RPC, group communication, secure communication and easy network management. The following FLIP properties helps to achieve the requirements of distributed computing:- FLIP identifies entities with a location-independent 64-bit identifier called Network Service Access Points. An entity can, for example, be a process; contrary to the IP protocol where an IP address identifies a host.
- FLIP uses a one-way mapping between the “private” address, used to register an endpoint of a network connection, and the “public” address used to advertise the endpoint.
- FLIP routes messages based on NSAP.
- FLIP discovers routes on demand.
- FLIP uses a bit in the message header to request transmission of sensitive messages across trusted networks.