Thursday, November 29, 2007

ما هو دياناس؟

دياناس (نظام أسماء المجالات) ، هو الذي يترجم خدمة الانترنت بين أسماء وعناوين الانترنت.
Internet names are the names which we use to refer to hosts on the Internet, such as www.tech-faq.com and www.freebsd.org. انترنت الاسماء هي الاسماء التي نستخدمها للاشارة الى المضيفين على الانترنت ، مثل www.tech - faq.com وwww.freebsd.org.
Internet addresses are the numbers which routers use to move traffic across the Internet, such as 216.17.138.115 and 216.136.204.117. عناوين الانترنت هي الارقام التي تستخدم لتحريك مسارات المرور عبر الانترنت ، مثل و 216.136.204.117 216.17.138.115.
nslookup Nslookup
One of the best ways to understand DNS is to look at the DNS testing tool, `nslookup`. واحد من أفضل الطرق لفهم دياناس هو ان ننظر في دياناس اختبار أداة ، `nslookup`.
Let's start by doing a forward DNS lookup on www.freebsd.org: دعنا نبدأ بعمل الامام علي www.freebsd.org دياناس المشاهده :
bash-2.05a$ nslookup www.freebsd.org باش - 2.05a $ nslookup www.freebsd.org Server: localhost.net الخادم : localhost.net Address: 127.0.0.1 العنوان : 127.0.0.1 Name: www.freebsd.org الاسم : www.freebsd.org Address: 216.136.204.117 العنوان : 216.136.204.117
Next, let's do a reverse DNS lookup on 216.136.204.117: المقبل ، دعونا نفعل عكسي على 216.136.204.117 دياناس المشاهده :
bash-2.05a$ nslookup 216.136.204.117 باش - 2.05a $ nslookup 216.136.204.117 Server: localhost.net الخادم : localhost.net Address: 127.0.0.1 العنوان : 127.0.0.1 Name: www.freebsd.org الاسم : www.freebsd.org Address: 216.136.204.117 العنوان : 216.136.204.117
DNS Record Types سجل انواع دياناس
DNS records which map names to numbers are known as "A Records" or "Address Records". دياناس السجلات التي لاعداد خريطه اسماء معروفة بأنها "السجلات" او "معالجة السجلات".
DNS records which map numbers to names are known as "PTR Records" or "Pointer Records". دياناس السجلات التي خارطه الاعداد لأسماء معروفة بأنها "رمز السجلات" او "مؤشر السجلات".
Two other types of useful records which are stored in DNS are MX (Mail eXchange) Records and NS (Name Server) Records. نوعين آخرين من المفيد السجلات التي يتم تخزينها في دياناس هي MX (تبادل البريد) وسجلات م و (اسم الخادم) السجلات.
NS records show where the DNS servers are for a domain. م ج تظهر السجلات حيث دياناس هي خدمة للحقل. Let's find IBM's name servers using `nslookup`: ولندع اي بي ام العثور على اسم خدمة باستخدام `nslookup` :
bash-2.05a$ nslookup باش - 2.05a $ nslookup Default Server: localhost.net الافتراضي الخادم : localhost.net Address: 127.0.0.1 العنوان : 127.0.0.1 > set type=ns > تحديد نوع م ج = > ibm.com > Ibm.com Server: localhost.net الخادم : localhost.net Address: 127.0.0.1 العنوان : 127.0.0.1 Non-authoritative answer: عدم حجيه الجواب : ibm.com nameserver = ns.watson.ibm.com Ibm.com؟؟؟؟؟؟؟ = ns.watson.ibm.com ibm.com nameserver = internet-server.zurich.ibm.com ؟؟؟؟؟؟؟ الانترنت ibm.com = - server.zurich.ibm.com ibm.com nameserver = ns.almaden.ibm.com Ibm.com؟؟؟؟؟؟؟ = ns.almaden.ibm.com ibm.com nameserver = ns.austin.ibm.com Ibm.com؟؟؟؟؟؟؟ = ns.austin.ibm.com Authoritative answers can be found from: حجيه يمكن العثور على اجابات من : ns.watson.ibm.com internet address = 129.34.20.80 Ns.watson.ibm.com عنوان الانترنت = 129.34.20.80 internet-server.zurich.ibm.com internet address = 195.176.20.204 الانترنت - server.zurich.ibm.com عنوان الانترنت = 195.176.20.204 ns.almaden.ibm.com internet address = 198.4.83.35 Ns.almaden.ibm.com عنوان الانترنت = 198.4.83.35 ns.austin.ibm.com internet address = 192.35.232.34 Ns.austin.ibm.com عنوان الانترنت = 192.35.232.34 >
MX Records tell us where the e-mail servers are for a domain. MX سجلات يخبرنا فيها البريد الالكتروني هي خدمة للحقل. This tells our mail systems where to send mail to. يروي لنا هذا البريد حيث نظم لارسال البريد الي. Let's use `nslookup` to find the mail systems for IBM: ولندع استخدام `nslookup` لايجاد نظم البريد لشركة اي بي ام :
bash-2.05a$ nslookup باش - 2.05a $ nslookup Default Server: localhost.net الافتراضي الخادم : localhost.net Address: 127.0.0.1 العنوان : 127.0.0.1 > set type=mx > مجموعة النوع = MX > ibm.com > Ibm.com Server: localhost.net الخادم : localhost.net Address: 127.0.0.1 العنوان : 127.0.0.1 ibm.com preference = 10, mail exchanger = e35.co.us.ibm.com Ibm.com تفضيل = 10 بريد مبدل = e35.co.us.ibm.com ibm.com preference = 10, mail exchanger = e1.ny.us.ibm.com Ibm.com تفضيل = 10 ، البريد المبدل = e1.ny.us.ibm.com ibm.com preference = 10, mail exchanger = e2.ny.us.ibm.com Ibm.com تفضيل = 10 ، البريد المبدل = e2.ny.us.ibm.com ibm.com preference = 10, mail exchanger = e3.ny.us.ibm.com Ibm.com تفضيل = 10 ، البريد المبدل = e3.ny.us.ibm.com ibm.com preference = 10, mail exchanger = e4.ny.us.ibm.com Ibm.com تفضيل = 10 ، البريد المبدل = e4.ny.us.ibm.com ibm.com preference = 10, mail exchanger = e5.ny.us.ibm.com Ibm.com تفضيل = 10 ، البريد المبدل = e5.ny.us.ibm.com ibm.com preference = 10, mail exchanger = e6.ny.us.ibm.com Ibm.com تفضيل = 10 ، البريد المبدل = e6.ny.us.ibm.com ibm.com preference = 10, mail exchanger = e31.co.us.ibm.com Ibm.com تفضيل = 10 بريد مبدل = e31.co.us.ibm.com ibm.com preference = 10, mail exchanger = e32.co.us.ibm.com Ibm.com تفضيل = 10 بريد مبدل = e32.co.us.ibm.com ibm.com preference = 10, mail exchanger = e33.co.us.ibm.com Ibm.com تفضيل = 10 بريد مبدل = e33.co.us.ibm.com ibm.com preference = 10, mail exchanger = e34.co.us.ibm.com Ibm.com تفضيل = 10 بريد مبدل = e34.co.us.ibm.com ibm.com nameserver = internet-server.zurich.ibm.com ؟؟؟؟؟؟؟ الانترنت ibm.com = - server.zurich.ibm.com ibm.com nameserver = ns.almaden.ibm.com Ibm.com؟؟؟؟؟؟؟ = ns.almaden.ibm.com ibm.com nameserver = ns.austin.ibm.com Ibm.com؟؟؟؟؟؟؟ = ns.austin.ibm.com ibm.com nameserver = ns.watson.ibm.com Ibm.com؟؟؟؟؟؟؟ = ns.watson.ibm.com e35.co.us.ibm.com internet address = 32.97.110.133 E35.co.us.ibm.com عنوان الانترنت = 32.97.110.133 e1.ny.us.ibm.com internet address = 32.97.182.101 E1.ny.us.ibm.com عنوان الانترنت = 32.97.182.101 e2.ny.us.ibm.com internet address = 32.97.182.102 E2.ny.us.ibm.com عنوان الانترنت = 32.97.182.102 e3.ny.us.ibm.com internet address = 32.97.182.103 E3.ny.us.ibm.com عنوان الانترنت = 32.97.182.103 e4.ny.us.ibm.com internet address = 32.97.182.104 E4.ny.us.ibm.com عنوان الانترنت = 32.97.182.104 e5.ny.us.ibm.com internet address = 32.97.182.105 E5.ny.us.ibm.com عنوان الانترنت = 32.97.182.105 e6.ny.us.ibm.com internet address = 32.97.182.106 E6.ny.us.ibm.com عنوان الانترنت = 32.97.182.106 e31.co.us.ibm.com internet address = 32.97.110.129 E31.co.us.ibm.com عنوان الانترنت = 32.97.110.129 e32.co.us.ibm.com internet address = 32.97.110.130 E32.co.us.ibm.com عنوان الانترنت = 32.97.110.130 >
Books on DNS كتب علي دياناس
DNS in Action: A Detailed and Practical Guide to DNS Implementation, Configuration, and Administration دياناس في العمل : مفصل ودليل عملي لتنفيذ دياناس ، التشكيل ، والادارة
The Domain Name System is one of the foundations of the internet. نظام أسماء المجالات هو أحد أسس شبكة الانترنت. It is the system that allows the translation of human-readable domain names into machines-readable IP addresses and the reverse translation of IP addresses into domain names. وهو نظام يسمح بترجمه حقوق مقروء أسماء النطاقات الى آلات قراءتها عناوين بروتوكول انترنت ، والعكس ترجمة عناوين بروتوكول انترنت في أسماء النطاقات. This book describes the basic DNS protocol and its extensions; DNS delegation and registration, including for reverse domains; using DNS servers in networks that are not connected to the internet; and using DNS servers on firewall machines. هذا الكتاب يصف الاساسية دياناس البروتوكول وتمديدات ؛ دياناس وفد والتسجيل ، بما في ذلك من اجل عكس المجالات ؛ دياناس خدمة تستخدم في الشبكات التي ليست متصله بشبكه الانترنت ؛ وباستخدام دياناس خدمة جدار ناري على الالات. Many detailed examples are used throughout the book to show perform various configuration and administration tasks. العديد من الامثله التفصيليه وتستخدم في جميع انحاء الكتاب الى اظهار أداء مختلف تشكيل ومهام الادارة.
Read a sample chapter from DNS in Action قراءة الفصل عينه من دياناس في العمل
DNS and BIND دياناس والزام
DNS and BIND is about one of the Internet's fundamental building blocks: the distributed host information database that's responsible for translating names into addresses, routing mail to its proper destination, and many other services. دياناس وتربط حوالى واحد للانترنت في اللبنات الاساسية : وزعت المضيفه ان معلومات قاعدة البيانات للمسؤولين عن ترجمة الاسماء الى عناوين ، توجيه البريد لحسن المقصد ، والعديد من الخدمات الأخرى. As the authors say in the preface, if you're using the Internet, you're already using DNS--even if you don't know it. وكما يقول المؤلفان في المقدمة ، اذا كنت تستخدم انترنت ، وكنت بالفعل باستخدام دياناس -- حتى اذا كنت لا تعرف ما هو.
This edition brings you up to date on the new 9.1.0 and 8.2.3 versions of BIND along with the older 4.9 version. هذه الطبعه يجلب لكم على احدث الجديد 9.1.0 والنسخ من 8-2-3 الى جانب الزام مع النسخه 4.9 من كبار السن. There's also more extensive coverage of NOTIFY, IPv6 forward and reverse mapping, transaction signatures, and the new DNS Security Extensions; and a new section on accommodating Windows 2000 clients, servers and Domain Controllers. هناك ايضا تغطية واسعة اكثر من اخطار ، ipv6 الى الامام وعكس رسم الخرائط ، والمعاملات التوقيعات ، وتمديدات جديدة دياناس الأمن ؛ وقسم جديد على استيعاب ويندوز 2000 العملاء ، وخدمة مجال اجهزة التحكم.
Whether you're an administrator involved daily with DNS or a user who wants to be more informed about the Internet and how it works, you'll find this book essential reading. سواء كنت مدير تشارك يوميا مع دياناس او المستخدم الذي يريد ان يكون اكثر وابلغ عن الانترنت وكيفية عملها ، وستجد هذا الكتاب قراءة اساسية.
Topics include: وتشمل المواضيع :
What DNS does, how it works, and when you need to use it دياناس ما يفعل ، وكيف تعمل ، وعندما كنت تحتاج الى استخدامها
How to find your own place in the Internet's name space كيف تجد بنفسك مكان في الانترنت اسم الفضاء
Setting up name servers انشاء مراكز خدمة الاسم
Using MX records to route mail MX باستخدام السجلات الى طريق البريد
Configuring hosts to use DNS name servers تشكيل تستضيف استخدام اسم خدمة دياناس
Subdividing domains (parenting) تقسيم مجالات (الابوه)
Securing your name server: restricting who can query your server, preventing unauthorized zone transfers, avoiding bogus name servers, etc. ضمان اسمك الخادم : تحديد من يمكن الاستفسار ملقمك ، ومنع التحويلات غير مأذون بها المنطقة ، وتجنب اسم مزيف لخدمة الشبكه ، الخ.
Mapping one name to several servers for load sharing رسم خرائط اسم واحد الى عدة لخدمة تقاسم الحمل
Troubleshooting: using nslookup, reading debugging output, common problems حل المشاكل : باستخدام nslookup ، القراءة التنقيح الناتج ، والمشاكل المشتركة
DNS programming, using the resolver library and Perl's Net::DNS module دياناس البرمجه ، باستخدام مكتبة المصمم وبيرل صافي : : دياناس الوحدة
DNS & BIND Cookbook دياناس & تربط كتاب الطبخ
The DNS & BIND Cookbook presents solutions to the many problems faced by network administrators responsible for a name server. فان دياناس & الزام يعرض كتاب الطبخ حلول لكثير من المشاكل التي تواجه مديري الشبكه المسءوله عن اسم الخادم. Following O'Reilly's popular problem-and-solution cookbook format, this title is an indispensable companion to DNS & BIND, 4th Edition, the definitive guide to the critical task of name server administration. التالية o'reilly الشعبية - المشكلة والحل - كتاب الطبخ الشكل ، وهذا العنوان هو اداة لا غنى عنها لمرافقة دياناس & الزام ، الطبعه الرابعة ، ودليل قاطع على المهمة الحرجه المتمثلة في خدمة الاسم الادارة. The cookbook contains dozens of code recipes showing solutions to everyday problems, ranging from simple questions, like, "How do I get BIND?" فإن كتاب الطبخ يحتوى على عشرات الوصفات المدونه عرض حلول للمشاكل اليوميه ، بدءا من الاسءله البسيطة ، مثل ، "كيف أحصل على الزام؟" to more advanced topics like providing name service for IPv6 addresses. لأكثر المواضيع المتقدمه مثل تقديم اسم خدمة لipv6 العناوين. It's full of BIND configuration files that you can adapt to your sites requirements. فهو مليء تربط ترتيب الملفات يمكنك ان تتكيف مع متطلبات مواقعك.
With the wide range of recipes in this book, you'll be able to مع طائفة واسعة من الوصفات في هذا الكتاب ، فستتمكن
Check whether a name is registered تأكد ما اذا كان الاسم مسجل
Register your domain name and name servers سجل اسم نطاقك واسم خدمة
Create zone files for your domains انشاء منطقة الملفات لنطاقاتك
Protect your name server from abuse حمايه اسمك من تعاطي الخادم
Set up back-up mail servers and virtual email addresses انشاء احتياطى لخدمة البريد الالكتروني ، وعناوين البريد الالكتروني
Delegate subdomains and check delegation مندوب النطاقات الفرعية ومراقبة الوفد
Use incremental transfer استخدام نقل تدريجي
Secure zone transfers منطقة آمنة التحويلات
Restrict which queries a server will answer الاستفسارات التي تحد من خادم يجيب
Upgrade to BIND 9 from earlier version ترقية الى الزام 9 من النسخه السابقة
Perform logging and troubleshooting أداء قطع الاشجار واستكشاف الاخطاء واصلاحها
Use IPv6 استخدام ipv6
DNS on Windows Server 2003 دياناس على خادم ويندوز 2003
While computers and other devices identify each other on networks or the Internet by using unique addresses made up of numbers, humans rely on the Domain Name System (DNS), the distributed database that allows us to identify machines by name. بينما الحواسيب والاجهزه الاخرى التعارف على شبكات الانترنت أو باستخدام عناوين فريد يتألف من إعداد البشر تعتمد على نظام أسماء المجالات (دياناس) ، وقاعدة البيانات الموزعه التي تتيح لنا التعرف آلات بالاسم. DNS does the work of translating domain names into numerical IP addresses, routing mail to its proper destination, and many other services, so that users require little or no knowledge of the system. هل دياناس اعمال ترجمة أسماء النطاقات إلى عناوين بروتوكول انترنت العدديه ، توجيه البريد لحسن المقصد ، والعديد من الخدمات الأخرى ، حتى أن مستخدمي قليلا او لا تتطلب معرفة النظام. If you're a network or system administrator, however, configuring, implementing, and maintaining DNS zones can be a formidable challenge. اذا كنت مدير شبكة او نظام ، ومع ذلك ، تشكيل ، تنفيذ ، والحفاظ على المناطق دياناس يمكن ان يشكل تحديا هائلا. And now, with Windows Server 2003, an understanding of the workings of DNS is even more critical. والآن ، مع ويندوز 2003 الخادم ، وفهم للعمل دياناس هي اكثر اهمية.
DNS on Windows Server 20003 is a special Windows-oriented edition of the classic DNS and BIND, newly updated to document the many changes to DNS, large and small, found in Windows Server 2003. دياناس على النوافذ 20003 هو خادم خاص يندوز موجة طبعة التقليديه دياناس والزام ، حديثا مستكمله لتوثيق تغييرات كثيرة الى دياناس ، كبيرها وصغيرها ، وجدت في ويندوز 2003 الخادم. Veteran O'Reilly authors, Cricket Liu, Matt Larson, and Robbie Allen explain the whole system in terms of the new Windows Server 2003, from starting and stopping a DNS service to establishing an organization's namespace in the global hierarchy. O'reilly المؤلفين القدامى والكريكيت ليو ، مات لارسن روبي والين تفسير كل نظام من حيث الجديد ويندوز 2003 الخادم ، وابتداء من ايقاف اي خدمة دياناس الى انشاء المنظمه العالمية العالم المجرد في السلم الوظيفي.
Besides covering general issues like installing, setting up, and maintaining the server, DNS on Windows Server 2003 tackles the many issues specific to the new Windows environment, including the use of the dnscmd program to manage the Microsoft DNS Server from the command line and development using the WMI DNS provider to manage the name server programmatically. الى جانب تغطي قضايا عامة مثل تركيب وانشاء ، والحفاظ على الخادم ، دياناس على خادم ويندوز 2003 ويتناول العديد من القضايا المحددة لنوافذ جديدة للبيئة ، بما في ذلك استخدام للdnscmd برنامج لإدارة خادم مايكروسوفت دياناس من سطر الاوامر والتنمية باستخدام الجبال دياناس مقدم لادارة الاسم خادم البرنامجية. The book also documents new features of the Microsoft DNS Server in Windows Server 2003, including conditional forwarding and zone storage in Active Directory (AD) application partitions. الكتاب ايضا وثائق السمات الجديدة لمايكروسوفت ويندوز في دياناس خادم خادم 2003 ، بما في المشروط الشحن والتخزين في منطقة نشطة دليل (اعلانيه) تطبيق الحواجز.
DNS on Windows Server 2003 provides grounding in: دياناس على خادم ويندوز 2003 ويوفر المعلومات الاساسية في :
Security issues القضايا الامنية
System tuning نظام الضبط
Caching استخدام الذاكرة الوسيطه
Zone change notification منطقة تغيير الاخطار
Troubleshooting حل المشاكل
Planning for growth التخطيط للنمو
If you're a Windows administrator, DNS on Windows Server 2003 is the operations manual you need for working with DNS every day. اذا كنت مدير النوافذ ، دياناس على خادم ويندوز 2003 هو دليل العمليات كنت بحاجة للعمل مع دياناس كل يوم. If you're a Windows user who simply wants to take the mystery out of the Internet, this book is a readable introduction to the Internet's architecture and inner workings. اذا كنت مستخدم ويندوز الذي يريد بكل بساطة ان تتخذ من الغموض الانترنت ، وهذا الكتاب عبارة عن قراءة مقدمة الى الانترنت للأعمال الهندسه المعماريه والداخلية.

No comments: