System Architecture and Network Considerations Study Notes (copy)

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/21

flashcard set

Earn XP

Description and Tags

FROM SUBJECT SAD

Last updated 6:39 AM on 9/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

What is System Architecture?

The overall design defining interactions between hardware and software components to perform information system functions.

2
New cards

What are the key components of System Architecture?

Client, Server, Database, and Application.

3
New cards

What is the importance of System Architecture?

It improves performance and security, simplifies maintenance, increases reliability, and supports scalability for future expansion.

4
New cards

What does a Client do in System Architecture?

It is a device or application used by end users to access the system.

5
New cards

What role does a Server play in System Architecture?

It provides services, processes requests, and stores resources.

6
New cards

What is One-Tier Architecture?

All components exist on a single computer.

7
New cards

What defines Two-Tier Architecture?

Clients communicate directly with a central database server.

8
New cards

What is Three-Tier Architecture?

It separates responsibilities into distinct layers, commonly used for web/enterprise systems.

9
New cards

What is the Presentation Layer in Three-Tier Architecture?

It displays information such as Login pages and Dashboards.

10
New cards

What is an example of a Monolithic architectural style?

A single, unified application.

11
New cards

What does Microservices architecture entail?

The application is broken down into small, independent services.

12
New cards

What are the objectives of Network Architecture?

Reliable communication, fast transmission, secure access, high availability, and support for future growth.

13
New cards

What is the purpose of a Router in a network?

It connects different networks.

14
New cards

What does a Firewall do?

It filters and protects network traffic.

15
New cards

What is a LAN?

A Local Area Network that covers a small area.

16
New cards

What is a WAN?

A Wide Area Network that connects multiple geographic locations.

17
New cards

What does Layer 7 of the OSI model represent?

The Application layer providing network services for users/applications.

18
New cards

What is the function of Layer 4 in the OSI model?

Reliable data transfer with error checking and flow control.

19
New cards

What is meant by Scalability in Network Design?

The ability to handle growth, such as expanding from 2,000 to 10,000 users.

20
New cards

What are some security measures in network design?

Firewalls, VPNs, antivirus, encryption, user authentication, and multi-factor authentication.

21
New cards

What does Backup & Disaster Recovery include?

Daily database backups, off-site storage, and recovery planning.

22
New cards

What is the Interaction Flow in a system?

Users → Client Devices → Network Infrastructure → Web/Application Server → Database Server → Stored Information.