From the course: Azure Service Fabric for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Service Fabric architecture

Service Fabric architecture - Azure Tutorial

From the course: Azure Service Fabric for Developers

Start my 1-month free trial

Service Fabric architecture

- [Instructor] The essential objective of Service Fabric is to assign work to computing resources. In this case these computing resources are nodes within a cluster. Additionally, Azure Service Fabric has several levels of systems that provide the main functionality of the platform where you can host and run services in a scalable, reliable, and highly available way. These subsystems are the transport subsystem for secure communication between nodes and between clusters and clients. The federation subsystem for failure detection, reliability which provides a mechanism for state replication and fault tolerance. The administration subsystem which manages the application lifecycle. For example, deployment, update, and the provisioning. The hosting subsystem, which manages the lifecycle of the application on a particular node. Communication. This subsystem includes the naming service. It provides reliable messaging…

Contents