Computing - Client/Server Model

2021-03-02
1 min read
What is the main limitation of HTTP communication??

The client has to request the data for it to be sent.

What is the advantage of WebSockets??

It is full-duplex.

Why are smaller packets in the WebSocket protocol beneficial??

Because the connection can be faster.


Metadata
date: 2021-03-02 10:04
tags:
- '@?computing'
- '@?school'
- '@?public'
- '@?networking'
title: Computing - Client/Server Model