IT 009 - Module 1.1

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

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:05 AM on 7/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

Enterprise Architecture (EA)

A framework that links a company's business mission and strategy to its IT strategy, using multiple models that adapt to changing business needs and technology.

2
New cards

Enterprise Information Architecture (EIA)

A part of Enterprise Architecture that focuses on sharing data safely and efficiently across different departments of a company.

3
New cards

Business Architecture

The type of architecture that focuses on an organization's business processes and strategy.

4
New cards

Application Architecture

The type of architecture that focuses on how software applications are structured and interact.

5
New cards

Information Architecture

The type of architecture that focuses on organizing, managing, and structuring data and information.

6
New cards

Infrastructure Architecture

The type of architecture that focuses on the physical and technical foundation (servers, networks, hardware) supporting systems.

7
New cards

Integration Architecture

The type of architecture that focuses on how different systems connect and communicate with each other.

8
New cards

Operational Architecture

The type of architecture that focuses on the day-to-day processes needed to run and maintain systems.

9
New cards

Security Architecture

The type of architecture that focuses on protecting systems, data, and information from threats.

10
New cards

Network Architecture

The type of architecture that focuses on how devices and systems are connected through networks.

11
New cards

EIA Goal

To connect users with the information they need in the simplest way possible, while reducing complexity and removing barriers to change.

12
New cards

Metadata

"Data about data" — key information used to describe and organize data within EIA models.

13
New cards

Conceptual Level (EIA)

The highest level of abstraction in EIA, showing a big-picture view of information without technical details.

14
New cards

Logical Level (EIA)

The middle level of abstraction in EIA, showing how information is organized and related, without specifying actual technology.

15
New cards

Implementation Level (EIA)

The most detailed level of abstraction in EIA, showing exactly how information is built and stored using specific technology.

16
New cards

System Integration

The process of combining different subsystems or components so they work together as one unified system.

17
New cards

Horizontal Integration

Connecting different systems or apps that operate at the same level of the technology stack (e.g., linking two apps that handle similar data).

18
New cards

Vertical Integration

Connecting systems across different levels of the technology stack, such as linking databases to applications to user interfaces.

19
New cards

Functional Integration

Connecting different functions or modules within the same system to make it work as one cohesive application.

20
New cards

Middleware

Software that acts as a "bridge," allowing different systems or applications to communicate and share data.

21
New cards

Message Broker

A type of middleware that helps different systems exchange messages with each other.

22
New cards

API Gateway

A type of middleware that manages and directs API requests between clients and services.

23
New cards

Database Middleware

A type of middleware that connects applications to databases and manages data transactions and queries.

24
New cards

API (Application Programming Interface)

A set of rules that lets different software applications communicate and exchange data with each other.

25
New cards

Monolithic Architecture

An architectural style where all parts of an application are combined into one single unit; simple to build but hard to scale.

26
New cards

Layered Architecture

An architectural style that separates a system into layers (like presentation, business logic, and data access) that work together in order.

27
New cards

Microservices Architecture

An architectural style where a system is broken into small, independent services that communicate through APIs and can be built/deployed separately.

28
New cards

Service-Oriented Architecture (SOA)

An architectural style where a system is made of loosely connected services that communicate using standard protocols, allowing easy reuse and integration.

29
New cards

Modularity

A design principle where a system is broken into smaller, manageable parts that can be built and maintained independently.

30
New cards

Scalability

A design principle where a system can handle more users, data, or workload without losing performance.

31
New cards

Interoperability

A design principle where different systems can work together smoothly, even if built on different technologies or platforms.