Guideline of Tiers Model for Web and Database Server
Preamble:
Designing web applications in tiers is a best practice that reduces the attack surface and limits potential damage in case of a compromise.
Separating the web server and database server ensures that even if the web server is compromised, the database server and valuable data remain protected.
Data can be categorized as public or non-public.
Non-public data is often sensitive, confidential, or proprietary, and its access is restricted to authorized identities only. In contrast, public data is openly accessible to anyone without restrictions.
While separating the web server and database server is beneficial for general cases, it needs to be taken into consideration for systems handling non-public accessible data.
Objective:
The main idea is to enforce tiering for systems that would have serious impact when data leakage found.
Guidelines for consideration:
Tiers model for web and database services is recommended to be adopted by separating web and database services into two separate servers.
For systems handling non-public data, the Database Management System (DBMS) and its databases should be placed in a secure environment that is not publicly accessible from the Internet. (i.e.: the DBMS hosted on dedicated servers that are isolated from the web servers)
Use Cases:
Cases
Expected consideration
Informative web application for public
Implement in tiers is welcome
Web application contains non-public data (e.g. Department Website with content restricted for staff only)
The Database Management System (DBMS) and its databases should be placed in a secure environment that is not publicly accessible from the Internet. (i.e.: the DBMS hosted on dedicated servers that are isolated from the web servers)
This website uses Cookies, including Cookies from Google Analytics, to ensure you get the best browsing experience. If you “Continue” to use this site, you consent to the use of Cookies. Read more about Cookies
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
Cookie
Duration
Description
cookielawinfo-checkbox-analytics
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional
11 months
The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy
11 months
The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.