0% found this document useful (0 votes)
32 views2 pages

Database Fundamental (TIS 1101 Tutorial 12

In a 3-tier client/server system, the client requests are handled by intermediate servers. The client requests services from the server, which provides those services. Communication between clients and servers is through a middleware layer. An object instance is a specific object that belongs to an object class, which defines common attributes and behaviors for a set of objects. UML class diagrams can represent relationships like each store hiring many staff members or each song being composed by many composers.

Uploaded by

Blackk Worldz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views2 pages

Database Fundamental (TIS 1101 Tutorial 12

In a 3-tier client/server system, the client requests are handled by intermediate servers. The client requests services from the server, which provides those services. Communication between clients and servers is through a middleware layer. An object instance is a specific object that belongs to an object class, which defines common attributes and behaviors for a set of objects. UML class diagrams can represent relationships like each store hiring many staff members or each song being composed by many composers.

Uploaded by

Blackk Worldz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

(Database Fundamental (TIS 1101

Tutorial 12

1. Explain the terms server and client used in client/server computing.

 A client is any computer process that requests specific services from server.
 A server is any computer process that provides requested services to the clients.

2. Discuss the components of 3-tier Client/Server system.

In 3-tier Client/Server, the client requests are handled by intermediate


servers. The client is any computer process that requests services from
the server. It is also known as the front-end application. The server is any
computer process providing services to the clients. The server is also
known as the back-end application. The communication middleware is
any computer process (es) through which clients and servers
.communicate. It is also known as middleware or communications layer

3. What is an object instance? What is an object class?

Object instance is an individual object that belongs to an object


.class
.Object class is a set of objects that share common structure and behaviors

4. Using a graphic representation of objects, draw Unified Modeling Language (UML)


class diagrams for the following relationships:

a) Each STORE hires many STAFFs, and each STAFF works at only one STORE.
Each STORE has only one manager, and each manager manages only one
STORE.
b) Each SONG is composed by many COMPOSERs, and each COMPOSER writes
many SONGs.

You might also like