Essays about: "rpc"

Showing result 1 - 5 of 17 essays containing the word rpc.

  1. 1. Benchmarking the request throughput of conventional API calls and gRPC : A Comparative Study of REST and gRPC

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Johan Berg; Daniel Mebrahtu Redi; [2023]
    Keywords : REST; gRPC; JSON; Protocol Buffers; API; HTTP; Benchmark; Performance; Microservices; Network Communication; REST; gRPC; JSON; Protocol Buffers; API; HTTP; Benchmark; Prestanda; Mikrotjänster; Nätverkskommunikation;

    Abstract : As the demand for better and faster applications increase every year, so does the demand for new communication systems between computers. Today, a common method for computers and software systems to exchange information is the use of REST APIs, but there are cases where more efficient solutions are needed. In such cases, RPC can provide a solution. READ MORE

  2. 2. IMPLEMENTING NETCONF AND YANG ON CUSTOM EMBEDDED SYSTEMS

    University essay from Högskolan i Halmstad/Akademin för informationsteknologi

    Author : Krister Georges; Per Jahnstedt; [2023]
    Keywords : NETCONF; MbedTLS; YANG; Embedded; SNMP; XML; HMS; IETF; IIoT; ABCC; Wireshark; TLS; Porting; RTOS; IoT; Interoperability; Networking; Security; Protocols; C C ; Embedded Linux; Configuration Management; Microcontroller; Microprocessor; Scalability; Hardware Interfaces; Hardware; Open source; QA; Data Modeling; System Integration; Automation;

    Abstract : Simple Network Management Protocol (SNMP) has been the traditional approach for configuring and monitoring network devices, but its limitations in security and automation have driven the exploration of alternative solutions. The Network Configuration Protocol (NETCONF) and Yet Another Next Generation (YANG) data modeling language significantly improve security and automation capabilities. READ MORE

  3. 3. A Peer-to-Peer Networking Framework for Scalable Massively Multiplayer Online Game Development in Unity

    University essay from Högskolan i Halmstad/Akademin för informationsteknologi

    Author : Jakob Forsbacka; Gustav Sollenius; [2023]
    Keywords : P2P; Networking; MMOG; Scalability; Multiplayer; Game; NAT Transversal; Unity; Framework; TCP; UDP; RUDP; Transport layer protocols; RPC; Interest Management; Dead Reckoning;

    Abstract : This thesis investigates designing and implementing a peer-to-peer (P2P) networking frameworkfor Unity, a popular game engine, intending to offer a scalable and efficient solution forconstructing networked multiplayer games. The research covers an analysis of a P2P networkarchitecture, transport layer protocols, challenges in NAT traversal, and peer list management. READ MORE

  4. 4. GMock, a Component Testing Framework for gRPC-oriented Services

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Chuan Su; [2021]
    Keywords : ;

    Abstract : The Google Remote Procedure Calls (gRPC) framework is arising as a high- performance Remote Procedure Call (RPC) framework with large-scale adoptions for connecting distributed microservices applications. However, testing gRPC-oriented applications is challenging as it requires all the dependent gRPC services to be deployed either locally or remotely, and the test data to be set up correctly in each service prior to testing. READ MORE

  5. 5. Applying Design By Contract to Remote Procedure Call Interface Definition Languages

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Matas Kairaitis; [2020]
    Keywords : ;

    Abstract : Design by contract, abbreviated as DBC, is a software development methodology that aims to increase the reliability and robustness of software components. While a fair amount of research has been done around how DbC can be utilised in an in-process object-oriented system, not much is known about how DbC concepts can be applied to systems that predominantly communicate over the network by way of remote procedure calls. READ MORE