Content deleted Content added
Omnipaedista (talk | contribs) per MOS:APPENDIX |
→Properties: hyphen missing from compound modifier |
||
(24 intermediate revisions by 13 users not shown) | |||
Line 1:
{{
The '''Fast Local Internet Protocol''' ('''FLIP''') is a
In the [[OSI model]], FLIP occupies [[Network layer|layer 3]], thus replacing [[Internet Protocol|IP]], but it also obviates the need for a transport-level protocol like [[Transmission Control Protocol|TCP]].▼
==Comparison to TCP/IP==
FLIP is a connectionless protocol designed to support transparency, group communication, secure communication and easy network management. The following FLIP properties helps to achieve the efficiency requirements:▼
▲In the [[OSI model]], FLIP occupies the [[Network layer |network layer (3)]], thus replacing [[Internet Protocol|IP]], but it also obviates the need for a [[Transport layer |transport
{| class="wikitable"
*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.▼
|+ Layers of functionality in OSI, TCP/IP, and FLIP.<ref name="FLIP"/>
*FLIP routes messages based on NSAP.▼
! Layer !! OSI !! TCP/IP !! FLIP
*FLIP uses a bit in the message header to request transmission of sensitive messages across trusted networks.▼
|-
| 7 || Application || User-defined || User-defined
|-
| 6 || Presentation || User-defined || Amoeba Interface Language (AIL)
|-
| 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 communication |connectionless]] protocol designed to support transparency (with respect to the underlying network layers of the OSI model: 2. data link and 1. physical), efficient RPC, group communication, secure communication and easy network management. The following FLIP properties helps to achieve the
# FLIP identifies entities with a ___location-independent 64-bit identifier called ''Network Service Access Points'' (NSAPs). An entity can, for example, be a [[Process (computing) |process]]; contrary to the IP protocol where an [[IP address]] identifies a [[Host (network) |host]].
▲
# FLIP discovers routes on demand.
▲
==See also==
* [[IL (network protocol)]]
Line 19 ⟶ 42:
{{DEFAULTSORT:Flip (Fast-Local-Internet-Protocol)}}
[[Category:Internet protocols]]
{{Compu-network-stub}}
|