Purchase Solution

Discussing the Domain Name System (DNS) for Internet Operations

Not what you're looking for?

Ask Custom Question

How do you think the DNS is important for internet operations? What would happen if the DNS of your company/network or your provider or root DNS fails? What solutions to secure DNS operation do you know?

Purchase this Solution

Solution Summary

This solution talks about the various reasons DNS is important for Internet operations. It also discusses the impact of DNS root failure and what solutions are available to secure DNS operations. This is all completed in about 630 words and includes two references.

Solution Preview

How do you think the DNS is important for internet operations? What would happen if the DNS of your company/network or your provider or root DNS fails? What solutions to secure DNS operation do you know?

The DNS or the Domain Name System is a protocol and the backbone of how computers use internet access and exchange information. The DNS server is the machine that keeps a collection of IP (Internet Protocol) addresses which are identities of computers on the network available for a connection. When a computer is trying to access a website for instance, www.yahoo.com, it is actually looking for a 'technical' address or IP address as it is called such as 174.42.251.32 (this is just an example). This address is stored in a DNS server. Apparently, it's easier to remember www.yahoo.com compared to memorizing the number address of that website. There are many sites a user visits in a day and it is not feasible to remember all of those sites ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.