Essays about: "client server"

Showing result 1 - 5 of 327 essays containing the words client server.

  1. 1. Integration of Service-Oriented Embedded Systems with External Systems in Software Product Lines

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Nils Johansson; [2024]
    Keywords : software architecture; software product lines; integration of systems;

    Abstract : Developing software for complicated systems is often done by collaboration and consists of deliverables by a multitude of organisations. The deliverables can range from smaller devices and commercial-off-the-shelf software components, to larger systems. READ MORE

  2. 2. Evaluating Connectivity for RabbitMQ stream clients in front of Load Balancers

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : Hanna Littorin; [2024]
    Keywords : ;

    Abstract : Message brokers play a crucial role in decoupling senders and receivers within distributed systems. In some scenarios, it is necessary to distribute a message broker across multiple nodes to form a cluster. To ensure even and fair distribution of client requests across nodes, load balancers are commonly employed in front of the cluster. READ MORE

  3. 3. Approaches and Techniques to Assess the Accuracy of Network Emulators

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

    Author : Alice Ekblad; Anna Höglund; [2023]
    Keywords : network emulator; mobile networks; testing;

    Abstract : As the mobile communication world expands in size and complexity, the need for testing the solutions in a controlled environment before deployment is as pronounced as ever. Simultaneously, new tools and products are developed to optimize the process and reduce costs. READ MORE

  4. 4. Comparisons of Server-side Rendering and Client-side Rendering for Web Pages

    University essay from Uppsala universitet/Avdelningen för beräkningsvetenskap

    Author : Carl Nordström; August Dixelius; [2023]
    Keywords : ;

    Abstract : Page load speed on the web is one of the most important metrics for retaining users and the way a web page is rendered plays a big part in page load speed. There are many different ways to render a web page and the design of websites differs a lot, so in this paper a website was developed with differently designed layouts and then tested with client-side rendering and server-side rendering . READ MORE

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