Essays about: "Remote Procedure Calls"

Showing result 1 - 5 of 7 essays containing the words Remote Procedure Calls.

  1. 1. Implicit Message Integrity Provision : In Heterogeneous Vehicular Systems

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

    Author : Paul Molloy; [2023]
    Keywords : Privacy; Code Generation; Vehicle-to-infrastructure; Vehicular ad hoc Networks; Standardization; Remote Procedure Calls; Safety; Integritet; Kodgenerering; Fordon-till-infrastruktur; Ad hoc-nät för Fordon; Standardisering; Samtal om fjärrprocedur; Säkerhet;

    Abstract : Vehicles on the road today are complex multi-node computer networks. Security has always been a critical issue in the automotive computing industry. It is becoming even more crucial with the advent of autonomous vehicles and driver assistant technology. There is potential for attackers to control vehicles maliciously. READ MORE

  2. 2. 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

  3. 3. 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

  4. 4. Examining the Impact of Microarchitectural Attacks on Microkernels : a study of Meltdown and Spectre

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Gunnar Grimsdal; Patrik Lundgren; [2019]
    Keywords : Genode; Meltdown; Spectre; Nova; Okl4; microarchitectural attacks; microkernel;

    Abstract : Most of today's widely used operating systems are based on a monolithic design and have a very large code size which complicates verification of security-critical applications. One approach to solving this problem is to use a microkernel, i.e., a small kernel which only implements the bare necessities. READ MORE

  5. 5. System Testing of Distributed Systems Using Node-Based Framework

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Lars Liljenberg; [2015]
    Keywords : ;

    Abstract : Existing methods for testing distributed systems are discussed and compared. A prototype of a new tool with support for executing distributed tests is developed and discussed. The new tool supports writing tests consisting of multiple nodes which can be coordinated from a master node through the use of remote procedure calls. READ MORE