Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What separates one tier from another in the context of n-tiered architecture?

0
Posted

What separates one tier from another in the context of n-tiered architecture?

0

Location: http://www.jguru.com/faq/view.jsp?EID=128826 Created: Aug 16, 2000 Modified: 2000-10-13 08:54:19.448 Author: John Kroubalkian (http://www.jguru.com/guru/viewbio.jsp?EID=1461) It depends on the application. In a web application, for example, where tier 1 is a web-server, it may communicate with a tier 2 Application Server using RMI over IIOP, and subsequently tier 2 may communicate with tier 3 (data storage) using JDBC, etc. Each of these tiers may be on separate physical machines or they may share the same box. The important thing is the functionality at each tier. • Tier 1 – Presentation – should be concerned mainly with display of user interfaces and/or data to the client browser or client system. • Tier 2 – Application – should be concerned with business logic • Tier 3+ – Storage/Enterprise Systems – should be focused on data persistence and/or communication with other Enterprise Systems.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123