refactor deepen

What is it

Another subject brought to the table is the Client/Server architecture, which is the common communication protocol done. Client/Server architecture is overly simple: It states that there something we consider as a “client”: someone which performs and requests some information or attempts to perform an operation. Server is the opposite, where we treat it as “the one receiving requests”.

This is the standard architecture organization that is leveraged in most situations, and its one of the most simple to implement.