Not necessarily. A standard microservices architecture takes large applications apart and replaces common functionality by RPC calls to independent small services, frequently using a bus architecture. It might all be present on the same physical box.
Some services could be hosted on other machines ("distributed computing"), or outside the local network on the "cloud". However, that has the drawback of slowing down the calls used by microservices.
no subject
Date: 2020-03-11 09:00 pm (UTC)Some services could be hosted on other machines ("distributed computing"), or outside the local network on the "cloud". However, that has the drawback of slowing down the calls used by microservices.
no subject
Date: 2020-03-12 12:55 am (UTC)