What is Adobe Experience Manager
Adobe experience manager is Content management tool developed by Adobe . It’s part of Adobe Experience cloud which can be used to create dynamic web applications and sites .
Sites are created using this tool on cloud . AEM server is hosted on cloud and can be accessed using IMS
Any AEM application consists of 1 author instance and 1 publish instance and 1 dispatcher .
Author can author the content on author instance which can be pushed to publish server .
End user can view the resources or page on publish server .
Dispatcher act as a load balancer which can be used for making application fast and scalable . Dispatcher act as balanced system for different requests .
Whenever client request the browser request send to dispatcher and dispatcher send response back to client .
Content is served from Content Delivery Network CDN for fast retrieval.
Overall architecture of AEM can be read by article in google
Top comments (0)