fa
Feedback
xtawb

xtawb

رفتن به کانال در Telegram

🚩 Channel was restricted by Telegram

نمایش بیشتر
اطلاعاتی وجود ندارد
مشترکین
-324 ساعت
-197 روز
-2430 روز
آرشیو پست ها
photo content

xtawbPractical-Malware-Analysis.pdf9.45 MB

photo content

xtawbAndroid-Security-Internals.pdf10.41 MB

photo content

xtawbMetasploit-The Penetration Tester s Guide.pdf6.92 MB

photo content

xtawbThe-IDA-Pro-Book.pdf9.25 MB

photo content

xtawbHacking-2ND-EDITION.pdf2.65 MB

photo content

xtawbGray-Hat-Hacking.pdf12.21 MB

photo content

xtawbGray-Hat-Python.pdf3.04 MB

photo content

xtawbBlack-Hat-Python.pdf10.04 MB

photo content

"اقرأ بهدوء وتركيز لتفهم كل شيء. حظاً موفقاً!" ------- "Read with calmness and focus to understand everything. Best of luck!"

عندما يدخل المستخدم عنوانًا لموقع ويب في متصفحه، يقوم متصفح المستخدم أولاً بالاتصال بخادم DNS المحلي الخاص به. يحفظ خادم DNS المحلي قائمة بأسماء النطاقات وعناوين IP المقابلة لها. إذا كان خادم DNS المحلي يحتوي على عنوان IP لموقع الويب الذي يبحث عنه المستخدم، فسيرسل هذا العنوان إلى متصفح المستخدم. إذا لم يكن لدى خادم DNS المحلي عنوان IP لموقع الويب، فسيتصل بخوادم DNS أعلى في التسلسل الهرمي. في الصورة، يحاول المستخدم الوصول إلى موقع الويب "cloudairy.com". يبدأ متصفح المستخدم بالاتصال بخادم DNS المحلي الخاص به. لا يحتوي خادم DNS المحلي على عنوان IP لموقع الويب، لذلك يتصل بخادم DNS الجذر. يحتوي خادم DNS الجذر على قائمة بجميع أسماء النطاقات الأعلى مستوى، بما في ذلك ".com". يتصل خادم DNS المحلي بخادم DNS اسم المجال لـ ".com". يحتوي خادم DNS اسم المجال لـ ".com" على قائمة بجميع أسماء النطاقات التابعة لـ ".com"، بما في ذلك "cloudairy.com". يتصل خادم DNS المحلي بخادم DNS اسم المجال الفرعي لـ "cloudairy.com". يحتوي خادم DNS اسم المجال الفرعي لـ "cloudairy.com" على عنوان IP لموقع الويب "cloudairy.com". يرسل خادم DNS اسم المجال الفرعي لـ "cloudairy.com" عنوان IP إلى خادم DNS المحلي، والذي بدوره يرسله إلى متصفح المستخدم. يستخدم نظام أسماء النطاقات أسماء النطاقات بدلاً من عناوين IP لجعل الإنترنت أسهل في الاستخدام. أسماء النطاقات أسهل في التذكر من عناوين IP، والتي غالبًا ما تكون عبارة عن أرقام طويلة ومعقدة. بالإضافة إلى الشرح أعلاه، هناك بعض التفاصيل الإضافية التي يجب ملاحظتها في الصورة: مؤقت الاسترجاع (TTL): هو مقدار الوقت الذي يحتفظ فيه خادم DNS بعنوان IP لموقع الويب. إذا لم يكن لديك اتصال بالإنترنت، فسيحتفظ متصفحك بنسخة من عنوان IP لموقع الويب حتى تتمكن من الوصول إليه مرة أخرى. خادم DNS الخاص بك: عادةً ما يكون خادم DNS الخاص بك هو خادم DNS الذي توفره لك شركة الإنترنت الخاصة بك. يمكنك تغيير خادم DNS الخاص بك إذا كنت ترغب في استخدام خادم DNS مختلف. خادم DNS العام: خادم DNS العام هو خادم DNS يمكن استخدامه من قبل أي شخص. بعض خوادم DNS العامة الشائعة هي: OpenDNS Google Public DNS Quad9

 English: The image illustrates how the Domain Name System (DNS) works. The Domain Name System is a system that maps domain names (like "cloudairy.com") to Internet Protocol (IP) addresses (like "9.10.11.12"). In the image, there are three types of DNS servers: * Root DNS servers: These servers are the foundation of the DNS system. They store a list of all top-level domains (like ".com", ".org", and ".gov"). * Top-level domain (TLD) DNS servers: These servers store a list of all second-level domains under top-level domains. For example, the TLD DNS servers for ".com" will store a list of all domains that end in ".com". * Subdomain (SLD) DNS servers: These servers store a list of all subdomains under second-level domains. For example, the SLD DNS servers for "cloudairy.com" will store a list of all subdomains under "cloudairy.com". When a user enters a web address into their browser, the user's browser first connects to their local DNS server. The local DNS server stores a list of domain names and their corresponding IP addresses. If the local DNS server has the IP address for the website the user is looking for, it will send that address to the user's browser. If the local DNS server does not have the IP address for the website, it will connect to higher-level DNS servers. In the image, the user is trying to access the website "cloudairy.com". The user's browser begins by connecting to their local DNS server. The local DNS server does not have the IP address for the website, so it connects to the root DNS server. The root DNS server has a list of all top-level domains, including ".com". The local DNS server connects to the TLD DNS server for ".com". The TLD DNS server has a list of all second-level domains under ".com", including "cloudairy.com". The local DNS server connects to the SLD DNS server for "cloudairy.com". The SLD DNS server for "cloudairy.com" has the IP address for the website "cloudairy.com". The SLD DNS server for "cloudairy.com" sends the IP address to the local DNS server, which in turn sends it to the user's browser. The Domain Name System uses domain names instead of IP addresses to make the internet easier to use. Domain names are easier to remember than IP addresses, which are often long and complex numbers. In addition to the explanation above, there are some additional details to note in the image: * Time to live (TTL): This is the amount of time a DNS server will keep the IP address for a website. If you do not have an internet connection, your browser will keep a copy of the IP address for the website so you can access it again later. * Your DNS server: Typically, your DNS server is the DNS server provided to you by your internet service provider. You can change your DNS server if you want to use a different DNS server. * Public DNS server: A public DNS server is a DNS server that can be used by anyone. Some common public DNS servers are:     * OpenDNS     * Google Public DNS     * Quad9 - - - - - - - - - - - - - - - -  Arabic : الصورة توضح كيفية عمل نظام أسماء النطاقات (DNS). نظام أسماء النطاقات هو نظام يربط بين أسماء النطاقات (مثل "cloudairy.com") وعناوين بروتوكول الإنترنت (IP) (مثل "9.10.11.12"). في الصورة، هناك ثلاثة أنواع من خوادم DNS: خوادم الجذر DNS: هذه الخوادم هي أساس نظام أسماء النطاقات. تحفظ هذه الخوادم قائمة بجميع أسماء النطاقات الأعلى مستوى (مثل ".com" و ".org" و ".gov"). خوادم اسم المجال (TLD) DNS: تحفظ هذه الخوادم قائمة بجميع أسماء النطاقات التابعة لمجالات المستوى الأعلى. على سبيل المثال، خوادم اسم المجال لـ ".com" ستحفظ قائمة بجميع أسماء النطاقات التي تنتهي بـ ".com". خوادم اسم المجال الفرعي (SLD) DNS: تحفظ هذه الخوادم قائمة بجميع أسماء النطاقات الفرعية لأسماء النطاقات التابعة لمجالات المستوى الأعلى. على سبيل المثال، خوادم اسم المجال الفرعي لـ "cloudairy.com" ستحفظ قائمة بجميع أسماء النطاقات الفرعية لـ "cloudairy.com".