Eh ti potpisi olovka je gratis.Molim za pojasnjenje o cemu se ovde radi nekima je ovo promaklo

Bojan970

Well-known member
Joined
Jan 12, 2021
Messages
640
Reaction score
361
Obe strane će povećati kontrolu avionskih putnika, međusobnu razmenu informacija u okviru šire američke saradnje na Balkanu, i posvetiti se unapređenju tehnologije da bi se sprečile nedozvoljene aktivnosti, primenom skrining i informacionih sistema koje obezbeđuju SAD, uključujući

PISCES, APIS, ATS-G i SRT.

Hypervisors use software switches to steer packets to and from virtual machines (VMs). These switches frequently need upgrading and customization—to support new protocol headers or encapsulations for tunneling and overlays, to improve measurement and debugging features, and even to add middlebox-like functions. Software switches are typically based on a large body of code, including kernel code, and changing the switch is a formidable undertaking requiring domain mastery of network protocol design and developing, testing, and maintaining a large, complex codebase. Changing how a software switch forwards packets should not require intimate knowledge of its implementation. Instead, it should be possible to specify how packets are processed and forwarded in a high-level domain-specific language (DSL) such as P4, and compiled to run on a software switch. We present PISCES, a software switch derived from Open vSwitch (OVS), a hard-wired hypervisor switch, whose behavior is customized using P4. PISCES is not hard-wired to specific protocols; this independence makes it easy to add new features. We also show how the compiler can analyze the high-level specification to optimize forwarding performance. Our evaluation shows that PISCES performs comparably to OVS and that PISCES programs are about 40 times shorter than equivalent changes to OVS source code.
 

Branimir_Maksimovic

Well-known member
Joined
Nov 22, 2018
Messages
928
Reaction score
370
Znas kako prvo su ubedjivali asembler programere da C f-je nemaju overhead,
onda C programere da C++ exceptioni i klase nemaju overhead, onda
su ubedjivali da Java VM nema overhead, onda sad ubedjuju da nekakav
protokol izmedju VM nema overhead 😛
 
Top