Recursive Internetwork Architecture: Difference between revisions

Content deleted Content added
Hayazin (talk | contribs)
No edit summary
Line 1:
{{POV|date=November 2016}}
 
The '''Recursive InterNetwork Architecture (RINA)''' is a new computer [[network architecture]] proposed as an alternative to the currently mainstream [[Internet protocol suite|TCP/IP]] model. The RINA's fundamental principles are that [[computer network]]ing is just [[Inter-Process Communication]] or IPC, and that layering should be done based on scope/scale, with a single recurring set of protocols, rather than function, with specialized protocols. The protocol instances in one layer interface with the protocol instances on higher and lower layers via new concepts and entities, ofthat whicheffectively the[[Reification most(computer prominentscience)|reify]] arenetworking applicationsfunctions currently specific to protocols like [[BGP]], [[OSPF]] and nodes[[ARP]]. In this way, the RINA proposes to support features like mobility, [[multihoming|multi-homing]] and [[Quality of Service]] without the need for extra specialized protocols like [[Real-time Transport Protocol|RTP]] and [[User Datagram Protocol|UDP]], as well as allow simplified network administration without the need for concepts like [[Autonomous system (Internet)|autonomous systems]] and [[Network address translation|NAT]].
 
==History and motivation==