Question
Which of the following operation is performed by Domain Name Server (DN
- S ?
Solution
- Why Correct: DNS translates human-readable domain names (like openai.com) into IP addresses (like 104.18.xx.xx), allowing communication over the internet.
- Why Others are Wrong:
- Option 1: Thatโs ARP (Address Resolution Protocol).
- Option 2: That describes HTTP.
- Option 4: Thatโs DHCP (assigns IPs to MAC addresses).
More IT Operating System Questions
- What is the purpose of the #include directive in C/C++ programming?
- Which is best fit for blank space 16?
- Which function can fetch and issue instructions from a queue or latch?
- int i=10; float f=i; What kind of typecasting is happening in the above scenario?
- Complete the recurrence relation for dp[i][j] in the Longest Common Subsequence (LCS) problem when text1[i-1] is *not equal* to text2[j-1]. # dp[i][j] s...
- What is the primary purpose of Apache Hive in the Hadoop ecosystem?
- Which of the following IPC mechanisms allows two unrelated processes to communicate by mapping a region of physical memory into their respective virtual ad...
- MAC Address size is :
- The Maximum Power transfer theorem states that maximum power is delivered when_______
- Which of the following statements about the #include directive in C/C++ is correct?