الانتقال إلى المحتوى
CyberEd DZ

نموذج OSI

باختصار

نموذج OSI ذو الطبقات السبع — الخريطة المشتركة لتحديد أين يحدث الشيء في الشبكة. ستستعمل أرقام طبقاته طوال مسيرتك.

الأهداف

  • ذكر طبقات OSI السبع بالترتيب
  • تحديد موقع IP و TCP و HTTP
  • شرح مسار البيانات نزولاً ثم صعوداً

The OSI model describes a network as seven layers, from the physical wire up to the application you use. It is a map: no real system implements it exactly, but everyone uses its vocabulary to talk about where things happen.

7ApplicationHTTP, DNS6PresentationTLS, encoding5Sessionconnections4TransportTCP, UDP3NetworkIP, routing2Data linkEthernet, MAC1Physicalcables, radio
The seven OSI layers. Data travels down the stack on the sender and up on the receiver.

Reading the stack

Data starts at the top, on your application, and travels down the stack as each layer adds its header. It crosses the wire, then travels back up the stack on the other machine, each layer stripping the header its counterpart added.

The layers you will meet most as a security learner are 3 (network, where IP lives), 4 (transport, where TCP and UDP live), and 7 (application, where HTTP lives).

Note

People say "that is a layer-7 problem" or "a layer-2 attack" constantly. The number is just shorthand for where in this stack something happens.

للمراجعة

  • لـ OSI سبع طبقات، الفيزيائية أسفل والتطبيق أعلى
  • تنزل البيانات في المكدّس ثم تعبر ثم تصعد
  • الطبقات 3 و4 و7 الأهم للأمن