Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M6733

OSI

OSI
BusinessHigh supportManagement
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

The Open Systems Interconnection reference model divides network communication into seven layers: - Physical layer: electrical signal transmission - Data link layer: frame transmission and error detection - Network layer: routing and addressing - Transport layer: end-to-end connection - Session layer: session management - Presentation layer: data format conversion - Application layer: user interface.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Layered decoupling, troubleshooting layer by layer. It decomposes complex network communication into independent layers, facilitating division of labor and fault localization.

anchor

Anchor fast decisions

It splits network communication into seven layers, each layer only interacts with adjacent layers, provides services upward, and calls capabilities downward. Each layer evolves independently (changing the implementation of one layer does not affect others), and faults can be isolated and located layer by layer, achieving 'layered decoupling of complex systems'.

MINIMUM ACTION

In progress 0/4

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

RELATED MODELS