Content deleted Content added
review: WP:DUPLINK |
m Disambiguating links to Lag (link changed to Latency (engineering)) using DisamAssist. |
||
Line 3:
The '''Virtual Interface Architecture''' ('''VIA''') is an abstract model of a user-level [[zero-copy]] [[computer network|network]], and is the basis for [[InfiniBand]], [[iWARP]] and [[RDMA over Converged Ethernet|RoCE]]. Created by [[Microsoft]], [[Intel]], and [[Compaq]], the original VIA sought to standardize the interface for high-performance network technologies known as System Area Networks (SANs; not to be confused with [[Storage Area Network]]s).
Networks are a shared resource. With traditional network APIs such as the [[Berkeley sockets|Berkeley socket API]], the [[kernel (computer science)|kernel]] is involved in every network communication. This presents a tremendous performance bottleneck when [[
One of the classic developments in computing systems is [[virtual memory]], a combination of hardware and software that creates the illusion of private memory for each process. In the same school of thought, a virtual network interface protected across process boundaries could be accessed at the user level. With this technology, the "consumer" manages its own buffers and communication schedule while the "provider" handles the protection.
|