473,473 Members | 1,516 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Architecture question ?

Dear all,

SO far I was doing only single windows desktop application
Now I have in front of the fact that some of my customer project demand are
talking about having or using a 3 tier or 2tier component architecture ...

What does this really means in real word, with real words ????

thnaks for your help

regards
Serge
Jul 21 '05 #1
4 1210
Hi Serge,

It means instead of having a single executable, you split it into
parts/layers that communicate with eachother, and may be individually
upgraded when needed. A 3-tier solution often means, one part is doing
the User Interaction, displaying and retrieving data to/from the user,
another part doing the data processing (often called the business logic
layer) and a third doing database storage and retrieval.
2-tier usually means the user interface and business logic is the same
part.

This is a substantial topic with pros and cons that you need to be aware
of, and googling for 2-tier and 3-tier, "fat client" and "thin client"
might give you better information.

--
Happy Coding!
Morten Wennevik [C# MVP]
Jul 21 '05 #2
This page seems to be a good entry level for tier information :)

http://www.woodger.ca/archmult.htm

--
Happy Coding!
Morten Wennevik [C# MVP]
Jul 21 '05 #3
Thnaks for your reply and your post....I will have a look.

Next easy question for you:
what makes the desision to go fora 2 tiers or 3 tiers application if I have
free decision?
"Morten Wennevik" wrote:
Hi Serge,

It means instead of having a single executable, you split it into
parts/layers that communicate with eachother, and may be individually
upgraded when needed. A 3-tier solution often means, one part is doing
the User Interaction, displaying and retrieving data to/from the user,
another part doing the data processing (often called the business logic
layer) and a third doing database storage and retrieval.
2-tier usually means the user interface and business logic is the same
part.

This is a substantial topic with pros and cons that you need to be aware
of, and googling for 2-tier and 3-tier, "fat client" and "thin client"
might give you better information.

--
Happy Coding!
Morten Wennevik [C# MVP]

Jul 21 '05 #4
On Mon, 14 Mar 2005 12:21:07 -0800, serge calderara
<se************@discussions.microsoft.com> wrote:
Thnaks for your reply and your post....I will have a look.

Next easy question for you:
what makes the desision to go fora 2 tiers or 3 tiers application if I
have
free decision?


Difficult to say, and google will provide better answers than I can give.
However, one major factor is bandwith. LAN applications that can afford
heavy traffic between Client and Business Logic part compared to internet
applications that needs to be independent for unknown periods.

--
Happy Coding!
Morten Wennevik [C# MVP]
Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

25
by: David Noble | last post by:
We've been developing a web site using 3-tier architecture for 18 months now. There is a common layer that defines the classes - using XML schemas. The data layer acts as a wrapper to 3 databases...
0
by: Vin | last post by:
Hi, I've got a VB.Net + ASP.Net message board application which has already been customized. There are two solutions in this application. 1. The front end aspx, aspx.vb files, User controls...
4
by: apngss | last post by:
what's the differences between collocated architecture and distributed architecture?? My understanding is that collocated architecture has everything in a single machine? i.e. There is only 1...
2
by: hans | last post by:
Hi! I am new to .NET (coming from Java). We have to implement a desktop application which extracts data from a database, does some analysis, filtering etc. and displays the results. I have...
6
by: Gary James | last post by:
This may not be a direct C# question, but since I'll be using using C# for development, I thought I'd pose the question here. I'll soon be involved in the design of a new software product that...
3
by: RAJESH | last post by:
I am working with c# and asp.net in developing web applications, iam using ..netframework 1.1 ,i want to know what is the need of 3-tier or 4-tier architecture in our application development.what...
1
by: benmorganpowell | last post by:
I have a small windows service which connects to a POP3 server at defined intervals, scans the available messages, extracts the required information and inserts the data into a SQL database. I am...
6
by: carsonbj | last post by:
I have an issue where the below operation works on a little-endian architecture but not on a big-endian architecture. I was under the impression that pointer arithmetic is architecture independant...
13
by: rrs.matrix | last post by:
hi i have to detect the type of CPU. whether it is 32-bit or 64-bit.. how can this be done.. can anyone please help me.. thanks.
0
by: srikar | last post by:
Hi all, I am having a problem, when I am compiling the code in 32 bit option on a 64 bit machine using the macro CPPFLAGS= -m32 I am getting the following warnings from the linker . ...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.