OSI Model and Networking Fundamentals

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

1/34

flashcard set

Earn XP

Description and Tags

A vocabulary-style set of flashcards covering OSI model concepts, layers, data units, signaling types, error checking, addressing, and foundational networking organizations.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

35 Terms

1
New cards

OSI Model

Open Systems Interconnection reference model; a universal standard for networking that standardizes communications across LANs, MANs, WANs, and defines seven layers from Physical to Application.

2
New cards

Stack

A group of OSI layers treated as a unit; each layer provides services to the layer above and uses services from the layer below.

3
New cards

Physical Layer (Layer 1)

Bottom OSI layer responsible for transmitting raw bit streams over physical media; defines voltage levels, signaling, and physical connections.

4
New cards

Data Link Layer (Layer 2)

Second OSI layer that ensures error-free data transfer over the physical layer; includes framing, addressing, error detection; contains LLC and MAC sublayers.

5
New cards

Network Layer (Layer 3)

Third OSI layer that regulates movement of packets along network routes; handles physical and logical routes; acts as traffic director.

6
New cards

Transport Layer (Layer 4)

Fourth OSI layer that provides end-to-end delivery of data and ensures reliable transmission; may segment data into smaller units.

7
New cards

Session Layer (Layer 5)

Fifth OSI layer that establishes, maintains, and terminates communication sessions; coordinates data exchange and recovery from errors; supports TWA and TWS modes.

8
New cards

Presentation Layer (Layer 6)

Sixth OSI layer that formats, translates, and encrypts data for the application; handles encoding standards like ASCII and EBCDIC.

9
New cards

Application Layer (Layer 7)

Top OSI layer providing user applications access to network services; supports email, file transfer, remote access, and interaction with software.

10
New cards

Frame

Unit of data at the Data Link Layer; a structured data packet used for transmission over a network.

11
New cards

Packet

Discrete unit of data at the Network Layer; PDU that moves across networks and contains routing information.

12
New cards

Bit

The basic unit of data in digital communications; a 0 or 1.

13
New cards

CRC (Cyclic Redundancy Check)

An error-detection method used to verify data integrity in frames and packets.

14
New cards

LLC (Logical Link Control)

Data Link Layer sublayer responsible for flow control, error control, frame synchronization, and avoiding network congestion.

15
New cards

MAC (Media Access Control)

Data Link Layer sublayer that handles physical addressing and access control to the network medium.

16
New cards

MAC Address

A unique 48-bit hardware address assigned to a network interface; often shown as hexadecimal like 00:04:AC:84:28:DE.

17
New cards

OUI (Organizationally Unique Identifier)

The first half of a MAC address identifying the vendor/manufacturer; the second half is the interface-specific identifier.

18
New cards

ASCII

An 8-bit character coding method that supports 128 characters; commonly used with UNIX/Linux, Windows, and Mac OS X.

19
New cards

EBCDIC

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

20
New cards

Digital Signal

A signal that uses discrete voltage levels to represent binary data (0s and 1s); preferred for LANs and high-speed WANs.

21
New cards

Analog Signal

A continuous signal with varying voltage or wavelength; examples include natural voice, light, radio signals.

22
New cards

EMI (Electromagnetic Interference)

Interference caused by magnetic fields from electrical devices that disrupt signal transmission.

23
New cards

RFI (Radio Frequency Interference)

Interference from devices emitting radio waves (e.g., radios, TVs) that disrupt signals.

24
New cards

TWA (Two-Way Alternate / Half-Duplex)

Half-duplex communication where only one direction at a time is allowed (e.g., walkie-talkie).

25
New cards

TWS (Two-Way Simultaneous / Full-Duplex)

Full-duplex communication where sending and receiving occur simultaneously.

26
New cards

Discovery (Network Layer)

Process of gathering location information about networks/nodes to determine efficient routes using metrics.

27
New cards

Encapsulation (OSI concept)

Process of moving data from a higher layer to a lower layer, with each layer adding its own header/trailer for transmission.

28
New cards

Logical vs Physical Routes

Physical routes are actual cables/wireless paths; logical routes are software-based routing paths.

29
New cards

Gateway

A device or software that connects different networks and enables inter-network communication.

30
New cards

IEEE

Institute of Electrical and Electronics Engineers; international organization focused on advancing technology.

31
New cards

ANSI

American National Standards Institute; private, non-profit that monitors standards for US enterprises, government, and international groups.

32
New cards

ITU

International Telecommunication Union; United Nations agency dedicated to safety and quality of ICT products and services.

33
New cards

ISO

International Organization for Standardization; non-governmental federation of national standards bodies; develops and publishes standards.

34
New cards

Network Topology (Physical Layer context)

The physical layout of network connections; a concept managed at the Physical Layer.

35
New cards

Layer-to-Hardware Mapping (OSI)

Corresponding hardware/software shown for each OSI layer (e.g., NICs, MAC/LLC, routers, switches, gateways).