<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>2 tier architecture in dbms - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/2-tier-architecture-in-dbms/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/2-tier-architecture-in-dbms/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Fri, 03 Jun 2022 09:33:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>2 tier architecture in dbms - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/2-tier-architecture-in-dbms/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is tier-3 architecture in DBMS ?</title>
		<link>https://www.wikitechy.com/interview-questions/dbms/what-is-tier-3-architecture-in-dbms/</link>
					<comments>https://www.wikitechy.com/interview-questions/dbms/what-is-tier-3-architecture-in-dbms/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Fri, 03 Jun 2022 09:32:48 +0000</pubDate>
				<category><![CDATA[DBMS]]></category>
		<category><![CDATA[1 tier 2 tier 3 tier architecture]]></category>
		<category><![CDATA[2 tier and 3 tier architecture]]></category>
		<category><![CDATA[2 tier and 3 tier architecture in dbms]]></category>
		<category><![CDATA[2 tier architecture in dbms]]></category>
		<category><![CDATA[3 schema architecture in dbms]]></category>
		<category><![CDATA[3 schema architecture of dbms with diagram]]></category>
		<category><![CDATA[dbms architecture]]></category>
		<category><![CDATA[dbms architecture diagram]]></category>
		<category><![CDATA[dbms architecture diagram with explanation]]></category>
		<category><![CDATA[dbms architecture explanation]]></category>
		<category><![CDATA[dbms architecture three level]]></category>
		<category><![CDATA[two tier v/s three tier architecture]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4385</guid>

					<description><![CDATA[  This architecture divides the entire system into a three inter related and independent modules. Physical Level: In data, information about the location of database objects in the data store is kept in this level. Various DBMS users are unaware of the object locations. Information of data storage in secondary devices like disc, tapes  are [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="wp-image-4436 size-full aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/3-Tier-DBMS-Architecture.jpg" alt="" width="579" height="498" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/3-Tier-DBMS-Architecture.jpg 579w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/3-Tier-DBMS-Architecture-300x258.jpg 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/3-Tier-DBMS-Architecture-390x335.jpg 390w" sizes="(max-width: 579px) 100vw, 579px" /></p>
<p> </p>
<p>This architecture divides the entire system into a three inter related and independent modules.</p>
<h3 id="physical-level" style="text-align: justify;"><strong>Physical Level:</strong></h3>
<ul style="text-align: justify;">
<li>In data, <strong>information about the location of database objects in the data store is kept in this level.</strong></li>
<li>Various DBMS users are unaware of the object locations.</li>
<li>Information of data storage in secondary devices like disc, tapes  are provided in the level.</li>
</ul>
<h3 id="conceptual-level" style="text-align: justify;"><strong>Conceptual Level:</strong></h3>
<ul style="text-align: justify;">
<li>In this level data is represented in the form of <strong>database tables.</strong></li>
<li>Example student database contain STUDENT and COURSE Table which is visible to users but they don`t  know where data is stored.</li>
<li>In this level, data is referred as <strong>logical schema</strong>, which describes the kind of data stored in the database.</li>
</ul>
<h3 id="external-level" style="text-align: justify;"><strong>External Level:</strong></h3>
<ul>
<li style="text-align: justify;">Data in terms of conceptual level tables can be specified in this level.</li>
<li style="text-align: justify;">To cater the particular needs of user external level view is used.</li>
<li style="text-align: justify;">For Example, university FACULTY is interested in looking course details of students and STUDENTS are interested in looking at all details related to academics, accounts, courses and hostel details as well.</li>
<li style="text-align: justify;">Different user generates different views. So the main focus of external level is <strong>data abstraction.</strong></li>
</ul>
<h3 id="three-tier-architecture">Three Tier Architecture</h3>
<p><img decoding="async" class="alignnone size-full wp-image-4437" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/3-tier-architecture.png" alt="" width="1580" height="628" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/3-tier-architecture.png 1580w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/3-tier-architecture-300x119.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/3-tier-architecture-1024x407.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/3-tier-architecture-768x305.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/3-tier-architecture-1536x611.png 1536w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/3-tier-architecture-390x155.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/3-tier-architecture-820x326.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/06/3-tier-architecture-1180x469.png 1180w" sizes="(max-width: 1580px) 100vw, 1580px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/dbms/what-is-tier-3-architecture-in-dbms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
