Project Documentation - exsteps/Group_03_server GitHub Wiki

Definition of communication protocol

The communication protocol/architecture used is by the higher-level TCP (Transmission Control Protocol) since it allows multiple hosts
to establish connection and exchange streams of data. Furthermore, it makes sure that
the packets are delivered in the same in order in which they were sent because we want
the feedback correctly in order for the game to function optimally. In a smaller game,
such as this, it does not matter much if everything runs over TCP as it small data that
needs to be transferred.

⚠️ **GitHub.com Fallback** ⚠️