v1.11.4
See the image above; the architecture is
service-based
client-server
peer-to-peer (P2P)
enterprise service bus
pipers-and-filters
Which of the following comply with a service-based architecture?
A monolith architecture
Function based architecture
Microservices
SOA architecture
Components
Enterprise Service Bus
Client-server architecture
uses e.g. cookies to store session data
is based on message passing
comprises several clients sharing the same information with each other
is based on servers that know their clients
is based on clients that manage the resources
P2P network
is divided into unstructured and structured networks
unstructured P2P does not have a central server
consists of nodes that are both consumers and producers
in case of a structured type, is organized by the central entity
are of peer-to-peer network type of architecture
are a way of splitting the monolithic architecture
are easy to test when combined as a larger service
lends itself to DevOps process
A+ presents the exercise submission form here.