1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Add guide on jump servers

This commit is contained in:
Kamran Ahmed
2023-03-20 19:37:31 +00:00
parent 648985cefc
commit 148bfd8736

View File

@@ -20,13 +20,9 @@ tags:
- "guide-sitemap"
---
Given below is the demonstration of a sample production environment for a web application that consists of two different components, application server and database server.
![](https://i.imgur.com/otqj9D4.png)
Given above is the demonstration of a sample production environment for a web application that consists of two different components:
- Application Server
- Database Server
![](https://i.imgur.com/nBJDuVO.png)
Application server has both a public and private IP address. It is accessible from the internet. Database server has only a private IP address and is accessible only from the application server.