IT-312 Systems Integration and Architecture Preliminary Examination Reviewer

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

1/41

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards generated from the IT-312 Preliminary Examination Reviewer covering system architecture, integration concepts, enterprise systems, OSI layers, system qualities, and development methodologies.

Last updated 11:31 AM on 9/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

42 Terms

1
New cards

System Architecture

Refers to the structural design and layout of interconnected components within a system, describing how different parts are organized and work together.

2
New cards

Presentation Layer (System Architecture)

The architectural layer primarily associated with the user interface, responsible for how information is presented to and interacted with by users.

3
New cards

Application Layer (System Architecture)

The architectural layer commonly associated with the business logic of an application, containing the functions and processes that implement operations.

4
New cards

Data Layer

The architectural layer commonly associated with the database and data management of a system.

5
New cards

Modular System

A system divided into modules or components that can be independently developed and maintained, making it easier to manage and modify.

6
New cards

System

A combination of interconnected components working together to achieve a specific goal, which may include hardware, software, people, and processes.

7
New cards

Information System (IS)

A combination of technology, people, and processes that manage and distribute information.

8
New cards

System Integration

The process of bringing multiple systems together so they function as a unified whole.

9
New cards

Heterogeneous Systems

Different systems developed separately that need to communicate and work together, potentially using different technologies, platforms, or applications.

10
New cards

Interoperability

The ability of different systems to communicate and exchange data in a useful way.

11
New cards

Software System

A system consisting of applications designed to perform specific tasks or provide services, such as a database.

12
New cards

Hardware System

A system consisting of physical technology components such as computers, servers, routers, and IoT devices.

13
New cards

Distributed System

A system where components are located on different networked computers and communicate with each other to achieve a common goal, such as a cloud computing platform.

14
New cards

ERP

Enterprise Resource Planning; a common enterprise system that may need to be integrated with other systems.

15
New cards

CRM

Customer Relationship Management; a common enterprise system that may need integration with other systems.

16
New cards

OSI Model

Open Systems Interconnection model; a seven-layer model used to describe how communication occurs between systems over a network.

17
New cards

Application Layer (OSI Model)

Layer 7 of the OSI model; the highest layer that directly serves end-user software such as web browsers and email clients.

18
New cards

HTTP

An example of an Application Layer protocol in the OSI model.

19
New cards

FTP

A protocol commonly associated with transferring files.

20
New cards

Presentation Layer (OSI Model)

The layer of the OSI model that prepares data through encoding, encryption, and compression.

21
New cards

Session Layer

The layer of the OSI model that creates, maintains, and terminates communication sessions between applications, and can establish checkpoints for data recovery.

22
New cards

Transport Layer

The layer of the OSI model responsible for breaking data into segments, as well as performing flow control and error control.

23
New cards

Network Layer

The layer of the OSI model responsible for routing packets, commonly using IP addresses.

24
New cards

Data Link Layer

The layer of the OSI model that breaks packets into frames, associated with LLC (Logical Link Control) and MAC (Media Access Control).

25
New cards

MAC (Media Access Control)

A component of the Data Link Layer that uses MAC addresses to identify devices and help define permissions to transmit and receive data.

26
New cards

LLC

Logical Link Control; one of two components associated with the Data Link Layer.

27
New cards

Physical Layer

The layer of the OSI model responsible for transmitting raw data as bits, associated with connectors, electrical cables, and wireless technology.

28
New cards

Scalability

Refers to a system's ability to handle increased users, data, or functionality without major architectural changes.

29
New cards

Redundancy

Involves incorporating backup components so the system can continue operating during a failure.

30
New cards

Security

Focuses on protecting system data, services, and operations from unauthorized access and attacks.

31
New cards

Monolithic Architecture

An architectural style that builds the entire application as a single unit.

32
New cards

Microservices Architecture

An architectural style that breaks a system into independent, loosely coupled services.

33
New cards

Service-Oriented Architecture (SOA)

An architecture in which services are designed primarily to be reusable components.

34
New cards

Source System

The system where data originates.

35
New cards

Target System

The system that receives or consumes data from another system.

36
New cards

Middleware

Software used to help connect different systems and facilitate communication or data exchange.

37
New cards

Message Broker

An example of middleware that helps systems exchange messages and communicate with one another.

38
New cards

Subsystem

A smaller system within a larger system.

39
New cards

Waterfall

A development methodology that follows a structured and sequential approach where activities proceed through defined stages.

40
New cards

Rapid Application Development (RAD)

A development methodology focusing on rapid development and emphasizing producing applications quickly through an accelerated process.

41
New cards

Agile

A development methodology that emphasizes flexibility, iterative development, and responding to changing requirements.

42
New cards

DevOps

Combines development and operations practices to improve collaboration and the delivery of software.