473,385 Members | 1,337 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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 1208
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 . ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.