ITA 372 Chapter 2

0.0(0)
Studied by 2 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

Last updated 5:48 PM on 3/19/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards
Mainframe architecture
all computing intelligence resides within a powerful central host computer.
2
New cards
Client-server architecture
a network architecture in which each computer on the network is either a client or a server.
3
New cards
Client
a piece of hardware or software that makes requests of \n a more powerful server in order to utilize a shareable resource \n such as applications or data
4
New cards
Server
takes requests from clients and shares its resources
5
New cards
Two-tier architecture
comprised of the server, (back-end application) and the client (front-end application)
6
New cards
Fat client
a client that handles the presentation logic and business logic.
7
New cards
Thin client
a client that handles only the \n presentation logic
8
New cards
Fat server
handles the business and data access logic
9
New cards
Presentation logic
software logic that displays data to the user and accepts input from the user
10
New cards
Business logic
programming logic that specifies how business transactions are processed and what data needs to be accessed from the data storage device
11
New cards
Data access logic
refers to the communication with the database, which is responsible for data storage and retrieval on the physical storage device
12
New cards
Three-tier client-server architecture
places one or more application tiers between the client tier and the database tier
13
New cards
Web-based architecture
the presentation layer is split into a web server and a web browser
14
New cards
Web server
delivers content or services to end users over the Internet
15
New cards
Web browser
talks” to a server and asks it for the pages the user wants to see
16
New cards
Most ERP systems access
a relational database management system (RDBMS)
17
New cards
ERP systems can work with other databases such as an
in-memory database.
18
New cards
Data on an entity (something that can be uniquely identified) is \n stored in a two-dimensional table, also known as
\n relation
19
New cards
\n field
designed to maintain certain \n information about every row in the table.
20
New cards
Records
re groupings of related fields.
21
New cards