• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Common Architecture Queestion

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Friends,  Please find question attached. I have answered as N Tier, Three Tier, Two tier and single tier.
But it is showing as wrong answer. can you please provide your comments on this?
answer.png
[Thumbnail for answer.png]
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The correct answer should be N-tier, single tier, 2-tier, 3-tier

N-tier = distributed "mutiple" tiers kinda obvious

Single tier = "all client" needs updating because of business logic or data model (DB) change

2-tier = presentation and business logic intertwine (together), assuming the DB separate server

3-tier = presentation and business logic in common (assuming separate) server; DB separate server

 
Srinath Vangari
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Tsang. Have referred my notes and agree with you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic