Network Models and Enterprise Protocols

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

1/25

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards based on lecture notes covering the OSI model layers, enterprise networking protocols such as SMB, SSH, RDP, DNS, and DHCP, and web protocols like HTTP/HTTPS.

Last updated 2:51 PM on 5/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

26 Terms

1
New cards

OSI Model

A conceptual framework that divides network communication functions into 77 layers to provide a universal language for computer networking.

2
New cards

Layer 7 – Application Layer

The layer where humans or software interact with the network, facilitating tasks like reading messages and file transfers via protocols like HTTP, FTP, and SMTP.

3
New cards

Layer 6 – Presentation Layer

The layer that translates or formats data based on accepted syntax, handling encryption, decryption, and data compression.

4
New cards

Layer 5 – Session Layer

The layer responsible for establishing, maintaining, and terminating communication sessions, as well as managing dialogue control and synchronization.

5
New cards

Layer 4 – Transport Layer

The layer that manages data transmission between devices, breaking data into segments and utilizing protocols such as TCP and UDP.

6
New cards

Layer 3 – Network Layer

The layer responsible for moving data through different networks by routing, assigning logical IP addresses, and packaging data into packets.

7
New cards

Layer 2 – Data Link Layer

The layer that handles data entry and exit from the physical link, packaging packets into frames and using MAC addresses for internal network communication.

8
New cards

Layer 1 - Physical Layer

The layer that transmits raw bits (00 and 11) through physical media such as cables, switches, and radio waves.

9
New cards

Protocol

A set of rules used to format and process data, acting as a common language for computers to communicate regardless of differences in hardware or software.

10
New cards

SMB (Server Message Block)

A client-server communication protocol used for sharing access to files, printers, and other resources on a network.

11
New cards

SSH (Secure Socket Shell)

A protocol that allows network administrators to securely access a remote server over an unsecured network using encryption and public key cryptography.

12
New cards

Symmetric Encryption

An encryption method in SSH that uses the same secret key for both encryption and decryption by both the host and client.

13
New cards

Asymmetric Encryption

An encryption method using two different keys, a public key and a private key, primarily used during the SSH key exchange process.

14
New cards

Hashing

A one-way encryption method in SSH that creates a unique fixed-length value to verify the authenticity and integrity of messages via HMAC.

15
New cards

RDP (Remote Desktop Protocol)

A protocol used to allow users to remotely access computers and servers from any location, though it is often a target for ransomware and backdoor attacks.

16
New cards

ICMP (Internet Control Message Protocol)

An error-reporting protocol used by network devices to notify senders of transmission problems or to check connectivity using Echo Request and Reply.

17
New cards

Ping

A common command that uses ICMP Echo Request and Echo Reply messages to test the connectivity between two network devices.

18
New cards

DNS (Domain Name System)

A system that translates domain names like www.example.com into corresponding numerical IP addresses for network routing.

19
New cards

A Record

A basic DNS record type used to point a website name to a specific IPv4 address.

20
New cards

AAAA Record

A DNS record similar to an A Record, but specifically used to point to an IPv6 address.

21
New cards

MX Record

A DNS record that specifies the mail server responsible for receiving emails on behalf of a domain name.

22
New cards

DHCP (Dynamic Host Configuration Protocol)

A protocol that automatically assigns IP addresses, subnet masks, and default gateways to devices on a network to prevent IP conflicts.

23
New cards

HTTP (HyperText Transfer Protocol)

An application-layer protocol based on a request-response model used for exchanging hypermedia like text and images on the World Wide Web.

24
New cards

Stateless

A characteristic of HTTP where each request is executed independently without any link to previous requests.

25
New cards

HTTPS (HyperText Transfer Protocol Secure)

An advanced version of HTTP that uses SSL/TLS certificates to provide privacy, data integrity, and identification through encryption.

26
New cards

SSL Certificate

A digital document used by HTTPS to verify the server's identity and establish an encrypted connection using asymmetric keys.