OSI Model and Networking Fundamentals

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/31

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering OSI model concepts, layer responsibilities, network signals, and related terminology from the Networking 1 fundamentals notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

32 Terms

1
New cards

OSI model

Open Systems Interconnection reference model; a universal standard for networking formulated in the 1970s to standardize network communications between different types of networks.

2
New cards

OSI seven layers

Bottom to top: Physical (Layer 1), Data Link (Layer 2), Network (Layer 3), Transport (Layer 4), Session (Layer 5), Presentation (Layer 6), Application (Layer 7).

3
New cards

Stack

A set of OSI layers; can be referred to by layer names or by their numeric stack.

4
New cards

Physical Layer (Layer 1)

Bottom layer responsible for transmitting raw bit streams; handles hardware, cables, signals (analog or digital) and voltage levels.

5
New cards

Data Link Layer (Layer 2)

Second layer responsible for node-to-node data transfer; detects and may correct errors; contains LLC and MAC sublayers.

6
New cards

Network Layer (Layer 3)

Third layer that regulates the passage of packets across routes; handles routing and addressing (physical and logical paths).

7
New cards

Transport Layer (Layer 4)

Fourth layer responsible for reliable end-to-end data delivery and fragmentation of messages.

8
New cards

Session Layer (Layer 5)

Fifth layer that establishes, maintains, and terminates communication sessions; controls duration and recovery from transmission errors.

9
New cards

Presentation Layer (Layer 6)

Sixth layer that formats, translates, encrypts, and compresses data; handles character encodings like ASCII and EBCDIC.

10
New cards

Application Layer (Layer 7)

Top layer that provides user access to applications and network services (e.g., HTTP, SMTP) and interfaces for remote access.

11
New cards

Frame

A unit of data at the Data Link Layer used for transmitting data across a single link.

12
New cards

Packet

A discrete unit of data at the Network Layer used for routing across networks.

13
New cards

Bit

A binary digit; the most basic unit of data in computing and digital communications.

14
New cards

MAC address

Media Access Control address; a unique 48-bit hexadecimal identifier assigned to a network interface; first half identifies the vendor.

15
New cards

LLC (Logical Link Control)

Sublayer of the Data Link Layer responsible for flow control, error control, frame synchronization, and avoiding network traffic.

16
New cards

MAC sublayer

Sublayer of the Data Link Layer that handles addressing based on MAC addresses.

17
New cards

CRC (Cyclic Redundancy Check)

An error-detection method used to detect accidental changes to raw data in transmission.

18
New cards

EBCDIC

Extended Binary Coded Decimal Interchange Code; an 8-bit character encoding used by IBM and some older systems.

19
New cards

ASCII

American Standard Code for Information Interchange; an 8-bit character encoding supporting 128 characters, widely used in modern systems.

20
New cards

Analog signal

A continuous signal with varying voltage or amplitude; examples include voice, light waves, and radio signals.

21
New cards

Digital signal

A signal that encodes information in discrete binary values (0s and 1s); commonly used in LANs and high-speed WANs.

22
New cards

EMI

Electromagnetic Interference; interference caused by magnetic fields from electrical devices.

23
New cards

RFI

Radio Frequency Interference; disturbance caused by radio waves from devices like radios or TVs.

24
New cards

TWA (half-duplex)

Two-way alternate mode where only one direction transmits at a time (e.g., walkie-talkie).

25
New cards

TWS (full-duplex)

Two-way simultaneous mode where sending and receiving occur at the same time; more efficient than half-duplex.

26
New cards

Network topology

The arrangement of devices and connections in a network, affecting performance and scalability.

27
New cards

LAN and WAN

Local Area Network and Wide Area Network; OSI model supports internetworking between different network types.

28
New cards

HTTP, DNS, SMTP (Application Layer examples)

Protocols and services used at the Application Layer for web browsing, email, and name resolution.

29
New cards

OSI as foundation

The 7-layer OSI model is the foundation of LAN and WAN communications and guides inter-networking.

30
New cards

Physical Layer responsibilities (examples)

Manages data through physical media (wired and wireless); includes network connectors and conversion between analog and digital signals.

31
New cards

Data Link Layer responsibilities

Ensures proper data transmission, detects errors, and uses CRC; includes LLC and MAC sublayers.

32
New cards

Correlation of layers

Higher layers prepare data (formatting, encryption) and lower layers handle transmission and physical signaling.