graph LR
subgraph " "
direction LR
C1[Client] --> S1[Server]
end
subgraph " "
direction LR
C2[Client] --> LB[Load Balancer] --> Cache --> S2[Server]
end
style LB stroke-dasharray: 5 5
style Cache stroke-dasharray: 5 5
