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

التقسيم الفرعي عملياً

باختصار

تقسيم شبكة إلى شبكات أصغر معزولة، وقراءة بادئات CIDR مثل /24 و/30.

الأهداف

  • قراءة بادئة CIDR
  • حساب المضيفين القابلين للاستخدام
  • شرح عزل المقاطع

Subnetting is splitting one network into smaller ones. The /24 in 192.168.1.0/24 means the first 24 bits are the network, leaving 8 bits — 256 addresses — for hosts.

Borrow bits from the host part and you make more, smaller subnets. This is how an organisation gives each department its own isolated segment.

Prefix Hosts Typical use
/24 254 A department LAN
/30 2 A link between two routers
/32 1 A single host

Tip

Usable hosts = 2^(host bits) − 2. The two subtracted are the network address and the broadcast address, which can never be assigned to a machine.

للمراجعة

  • البادئة تحدّد عدد بتات الشبكة
  • المضيفون = 2^بتات-المضيف − 2
  • الشبكات الفرعية تعزل الأقسام