S305 Technology Infrastructure - Network Model & Application Layer Flashcards

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

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering fundamental concepts in data communications, network models (OSI and Internet), standards, application architectures, cloud computing models, and application protocols based on Chapters 1-2 and Lectures 1-2.

Last updated 2:09 AM on 9/2/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

Data Communications

The movement of computer information from one point to another via electrical or optical transmission.

2
New cards

Local Area Network (LAN)

A network spanning a single floor, work area, or building, typically operating at speeds of around 100Mbps100\,\text{Mbps}.

3
New cards

Backbone Network (BN)

A high-speed network operating from hundreds of feet to several miles (100Mbps1,000Mbps100\,\text{Mbps} - 1,000\,\text{Mbps}) that connects other networks together.

4
New cards

Wide Area Network (WAN)

A network spanning hundreds or thousands of miles (64Kbps10Gbps64\,\text{Kbps} - 10\,\text{Gbps}), often utilizing leased circuits from Interexchange Carriers (IXCs).

5
New cards

Intranet

A private network restricted exclusively to organization insiders that uses Internet technologies such as HTTP and HTML internally.

6
New cards

Extranet

A network accessible via the Internet that allows invited outside users with authentication logins to access specified company resources.

7
New cards

OSI Model

A formal 7-layer theoretical network model (Physical, Data Link, Network, Transport, Session, Presentation, Application) primarily used for teaching and certification exams.

8
New cards

Internet Model

The dominant 5-layer network model actually used in real-world networking, consisting of Physical, Data Link, Network, Transport, and Application layers.

9
New cards

Protocol

A standardized set of rules, functionality, and message structures that define communication at a specific network layer.

10
New cards

Protocol Data Unit (PDU)

The specific message format or unit added by a network layer (such as Frame, Packet, or Segment) as data travels down the stack.

11
New cards

Encapsulation

The process of wrapping a higher-layer Protocol Data Unit (PDU) inside a lower-layer PDU as a message moves down through the network layers.

12
New cards

De Jure Standard

An official, formal standard established by a recognized industry or government organization (e.g., IEEE 802.3 Ethernet, HTTP).

13
New cards

De Facto Standard

A standard that emerges informally from marketplace adoption and widespread vendor support without official standing (e.g., TCP/IP).

14
New cards

Application Architecture

The structural design dictating how application logic, data storage, data access logic, presentation logic, and services logic are distributed between clients and servers.

15
New cards

Host-Based Architecture

An application architecture where the server (such as a mainframe) performs all processing, data access, storage, and presentation logic, while the client acts as a dumb terminal.

16
New cards

Client-Based Architecture

An architecture where the client handles presentation, application, and data access logic, leaving the server to handle only data storage.

17
New cards

Client-Server Architecture

An architecture where application work is distributed between clients (handling presentation) and servers (handling data storage and access logic), currently the most common architecture.

18
New cards

Middleware

Software located between client and server applications that translates message formats and routes requests across software from different vendors.

19
New cards

Thin Client

A client architecture containing little to no application logic, making applications easier to manage because software updates only occur on the server.

20
New cards

Thick Client

A client architecture carrying most or all application logic, providing greater local functionality but making software management across multiple machines more difficult.

21
New cards

Software as a Service (SaaS)

A cloud service model where the provider manages the entire application, infrastructure, security, and updates, while the user accesses software via a browser.

22
New cards

Platform as a Service (PaaS)

A cloud service model where the provider manages hardware, operating systems, and database platforms, while the client organization manages only the application logic and data.

23
New cards

Infrastructure as a Service (IaaS)

A cloud service model where the provider manages only raw hardware (servers, storage, network), and the client organization retains control of operating systems, software, and data.

24
New cards

Hybrid Cloud Strategy

A cloud deployment strategy combining public, private, or community cloud infrastructure across an organization for different application requirements.

25
New cards

Hypertext Transfer Protocol (HTTP)

The standard application-layer protocol defining communication and request-response cycles between web browsers and web servers.

26
New cards

Simple Mail Transfer Protocol (SMTP)

The standard plain-text email transmission protocol governing client-to-origin-server and server-to-server mail delivery.

27
New cards

Post Office Protocol (POP3)

An email retrieval protocol that downloads copies of messages to the client device and then deletes them from the mail server.

28
New cards

Internet Message Access Protocol (IMAP)

An email retrieval protocol where messages remain stored on the server after being read, supporting consistent access across multiple devices.

29
New cards

Multipurpose Internet Mail Extension (MIME)

An email utility protocol that encodes non-text files (such as images and attachments) into ASCII text code so they can travel via plain-text SMTP.

30
New cards

Telnet

An early host-based application protocol that enables remote command-line login and access to network servers or devices.

31
New cards

SQL Injection

An application security threat where malicious code is entered into unsecured form fields to execute arbitrary SQL commands and manipulate a back-end database.