Based On What You Know of The Operation of A University
Based On What You Know of The Operation of A University
This basic three-tiered infrastructure is used in most of the university portals by administration
departments. I will explain this using an example of Stanford University in the US, using this three-
tiered infrastructure for their administration portal.
The presentation tier is where the students of Stanford are able to interact with the interface of the
university admission portal. At this layer, the students will be able to pass on certain command
prompts, such as keyboard inputs and mouse clicks. So, for example, they would be able to type in
their usernames and setup passwords for their login identifications provided to them by the
university administration. Furthermore, they would be able to visually see all the data the program
would have to show them, that is all the viewable elements will be displayed here.
The application tier is where the computer logic is logged. It performs the algorithmic logic of
arithmetic and any other computations. It acts as an intermediate between the presentation layer
and data layer. The user would provide a command, such as calculating their attendance of a month,
and the application layer would perform this task of calculating the attendance percentage from
extracting data from the data tier.
The data tier is where all the data of the students and staff members would be saved. It responds to
the application tier providing it with a prompt. It would carry all the information and particulars of
staff members and students. It is also able to store large amounts of data and perform data search
when provided with a prompt quickly and efficiently. The information is then provided back to the
processing layer for further processing.
If a student from Stanford wants to find know about their marks in their exams, they would interact
with the presentation tier providing inputs for finding their results. The application tier would
perform the intermediate task and ask the data tier for the required information. The data is passed
back to the application tier that would be displayed on the presentation tier. The benefit of using N-
tier architecture is that more than three tiers could be added to the program depending upon the
usage of the customer. So, for example, if the university wants to allow the students to access and
update information from anywhere in the world, they will add another tier of internet server as an
intermediate tier for the students to be able to see the database. Likewise, cloud storage could be
provided as an alternate tier of architecture to provide extra storage space, and capable of accessing
data online using internet (Xiaong, Wang, & Malkowski, 2011). Furthermore, the tiers are easier to
manage and the modifications you make when working on one part won't influence the other
functions. Additionally, you can quickly identify the source of any issue. Attention should be made
that network bandwidth and hardware specifications are enough to deal with the fast-paced
interfacing between tiers, or else the program would be slow and laggy in response.