حاسبة الشبكات الفرعية
احسب عنوان الشبكة، وعنوان البث، ونطاق المضيفين، وعدد المضيفين من أي CIDR لـ IPv4.
| network | 192.168.1.0 |
| broadcast | 192.168.1.255 |
| mask | 255.255.255.0 |
| firstHost | 192.168.1.1 |
| lastHost | 192.168.1.254 |
| hosts | 254 |
| total | 256 |
كيفية استخدام هذه الأداة
- 1
Type an IPv4 address with a prefix length into the box, for example 192.168.1.0/24. The field is pre-filled with that example to start.
- 2
Read the results table as you type. The network and broadcast addresses, dotted-decimal subnet mask, first and last usable host, usable host count, and total address count appear immediately.
- 3
Adjust the prefix length (the number after the slash) to widen or narrow the subnet and watch the host counts change.
- 4
If you see an Invalid CIDR or Invalid IP message, fix the input. The prefix must be 0 to 32 and each of the four octets must be 0 to 255.
ما هي حاسبة الشبكات الفرعية؟
تعبّر صيغة CIDR (التوجيه غير الصنفي بين النطاقات) عن الشبكة الفرعية بالشكل IP/bits؛ فمثلًا، 192.168.1.0/24 يعني أن أول 24 بِتًا تحدّد الشبكة، تاركةً 8 بِتات (256 عنوانًا) للمضيفين. تحسب هذه الأداة كل ما تحتاج إلى معرفته عن الشبكة الفرعية: عنوان الشبكة، وعنوان البث، ونطاق المضيفين القابلين للاستخدام، وإجمالي العناوين.
حالات الاستخدام الشائعة
Sizing a subnet for an office VLAN by checking how many usable hosts a /26 or /25 provides before you assign it.
Finding the network and broadcast addresses you must exclude when configuring a static DHCP address pool.
Translating a CIDR prefix into the dotted-decimal subnet mask a router or firewall interface expects, for example /22 to 255.255.252.0.
Confirming the usable host range when writing an access-control list or firewall rule for a specific subnet.
Verifying that a /31 point-to-point link between two routers gives you exactly two usable addresses with no broadcast waste.
Teaching or studying subnetting for a networking course or a CCNA exam by experimenting with prefixes and seeing host math update live.
الأسئلة الشائعة
ما هما /31 و/32؟▼
أدوات ذات صلة
البحث في DNS
استعلم عن سجلات DNS (A، AAAA، MX، TXT، NS، CNAME) لأي نطاق. مفيدة لتصحيح أخطاء البريد والاستضافة وإعداد SSL.
استعلام WHOIS
استعلم عن بيانات تسجيل أي نطاق: المُسجِّل، وتاريخا التسجيل والانتهاء، وخوادم الأسماء، ومعلومات الاتصال (عندما تكون عامة).
أداة فحص شهادات SSL
افحص شهادة SSL/TLS لأي نطاق: جهة الإصدار، وتواريخ الصلاحية، والأيام حتى انتهاء الصلاحية.
محلّل ترويسات HTTP
افحص ترويسات استجابة HTTP لأي رابط. يُبرز ترويسات الأمان الغائبة.
فاحص رموز حالة HTTP
تحقق من رمز حالة HTTP الذي يعيده أي رابط. يكتشف 200 و301 و404 و500 وغيرها.
أداة تتبّع سلاسل إعادة التوجيه
تتبّع كل قفزة في سلسلة إعادة التوجيه. تكشف حلقات إعادة التوجيه والقفزات المفرطة التي تضرّ بالأداء.