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

لماذا توجد الطبقات

باختصار

لماذا تُبنى كل شبكة في طبقات، وما معنى التغليف. الفكرة التي تجعل بقية الشبكات مفهومة.

الأهداف

  • شرح فائدة التقسيم إلى طبقات
  • وصف التغليف في جملة واحدة

Networks are built in layers. Each layer solves one problem and hands its result to the next, without needing to know how the others work. This is the single most important idea in networking — get it, and everything else falls into place.

When you send a message, each layer wraps it in its own header, like putting a letter in an envelope, then that envelope in a bigger one. This wrapping is called encapsulation.

Frame hdrIP hdr TCP hdryour data each layer adds its header, left to right
Your data is wrapped by each layer in turn. The receiver unwraps it in reverse.

Why bother?

Because it lets one part change without breaking the rest. Wi-Fi replaced Ethernet cables at the bottom layer, and the web above it never noticed. That is layering earning its keep.

Tip

Whenever a network problem confuses you, ask: which layer is this? Half of troubleshooting is putting the problem on the right layer.

للمراجعة

  • كل طبقة تحلّ مشكلة وتُسلّم للتالية
  • التغليف يلفّ البيانات بترويسات طبقةً طبقة
  • الطبقات تتيح تغيير جزء دون كسر الباقي