Chapter 10 Flashcards
system architecture
translates the logical design of an information system into a physical structure that includes hardware, software, network support, processing methods and security
ERP
Enterprise Resource Planning: to establish a company-wide strategy for using IT that includes a specific architecture, standards for data, processing, network, and user interface design
Platform
a specific hardware and software environment that ensures connectivity and easy integration of future systems
SCM
Supply Chain Management: extending internal EPR systems to their suppliers and customers
Scalability/extensibility
a systems ability to expand, change, or downsize easily to meet the changing needs of a business enterprise
node
a physical device, wired or wireless, that can send, receive, or manage network data
applications
programs that handle the input, processing logic, and provide the required output
legacy systems
older systems that use outdated technology, but are still functional
portal
an entrance to a multifunction Web site
corporate portal
provide access to customers, employees, suppliers, and the public
server
computer that supplies data, processing services, or other support to one or more computers
clients
one or more computers that a server supports
mainframe architecture
a system design where the server performs all the processing (or at least significantly more powerful than the clients)
LAN
Local area network: allows sharing of data and hardware resources
WAN
Wide Area Network: spans long distances and can connect LANs that are continents apart.
distributed system
company wide systems that connect one or more LANs or WANs
transparent
a user sees the data on the network as if it were stored on his or her own workstation
client/ server architecture
refers to a system that divides processing between one or more networked clients and a central server
fat/ thick client
a design that locates all or most of the application processing logic is at the client
thin client
a design that locates all or most of the application processing logic is at the server
two- tier design
the user interface resides on the client, all data resides on the server, and the application logic can run either on the server or on the client, or be divided between client and the server
three tier
a user interface runs on the client and the data is stored on the server, and there is a middle layer between the client and the server that processes the client requests and translates them into data access commands to be understood and carried out by the server
Application server
the middle layer in a n-tiered system, runs the application logic or business logiv
n-tier
a three or more tier design to indicate the intermediate layer(s)