The user enters a URL into a web browser, the web browser sends the information to the DNS server to look up the IP address, then the IP address is sent to the web (host) server. What is the final step in the DNS process?

A) The client sends a request to the DNS server.
B) The DNS server the IP adress back to the URL.
C) The process starts over back at the beginning.
D) The web server sends information back to the web broswer.

Answers

Answer 1

The final step in the DNS process is The web server sends information back to the web broswer.

What occurs when you enter a URL in one's browser?

Note that if you enter a URL into a web browser. The browser is said to search for the IP address for the domain name through the use of DNS.

Furthermore, The browser then sends a HTTP request to the server and the server is known to also sends back a HTTP response back.

Learn more about web browser from

https://brainly.com/question/18455725


Related Questions

what is you full name ?​

Answers

Answer:

Name: Whydoyouneedtoknow

Answer: Deshawn Reshawn Burgess

Explanation:

My full name

If you were to conduct an Internet search on vegetarian restaurants, which of the following searches would be the best
to use?
'vegetarian restaurants
"restaurants
"vegetarians"
all of these

Answers

Answer:

A.

Explanation:

just did it

you really need to ask brainly for this question? obviously its vegetarian restaurants

During user tests for a new app, the users couldn't figure out which buttons to push, even though the design team thought it was obvious. What's the BEST way for the design team to deal with this problem?

Answers

Answer:

add text that describes what the buttons do.

Explanation:

A program executes 15 billion instructions. You are running this program in two systems: System A: has a processor with 3 GHz and an average CPI of 2.0 System B: has an average CPI 1.2 and execution time is 1.5 X more than system A. What is the clock speed of processor in system B.

Answers

Answer:

Clock speed of B = 7.5 GHz

Given:

Processor speed of A = 3 GHz

Average CPI of A = 2

Average CPI of B = 1.2

Execution time of B is 1.5 times then A

Find:

Clock speed of B

Computation:

Execution time = CPI × Processor speed × Instructions

Execution time of B = 1.5[Execution time of A]

1.2 × Clock speed of B[15 billion] = 1.5[2 × 3][15 billion]

Clock speed of B = 7.5 GHz

Hi everyone! I was wondering if any of you want to help me with a computer science problem I have for one of my classes. I do not understand how to do it which is why I ask.

Here is the problem: Write an algorithm for placing a set of pencils in order from largest to smallest (left to right).

I learned other sorting algorithms but I don't quite understand how to implement them into my own algorithm.

Thanks.

Answers

Answer:

Use bubble sorting

Here is an example program I made:

for(int i = 0; i < length; i++){

     for(int j = 0; j < length; j++){

       if(j != length - 1){

         if(input[j] > input[j + 1]){

          storeVar = input[j];

         

          input[j] = input[j+1]; //storeVar2;

         

          input[j+1] = storeVar;

         }

       }

     }

Complete the statement below with the correct term.

A utility that provides names to each computer on a network is called a ____________naming service.

Answers

Answer:

DOMAIN

Explanation:

A utility that provides names to each computer on a network is called a DOMAIN naming service.

When a peanut farmer adds value to his peanuts by turning them into creamy peanut butter, the farmer is engaging in which of the processes listed below?

Answers

Answer:

The correct options are;

The security administrator makes sure to shred and properly dispose of any printed confidential information

The security administrator uses password-protected files and folders on his work computer

Explanation:

A company's policies as written in the employee manual, with regards to confidentiality, generally includes provisions and procedures on how to handle confidential information, including the requirement for the shredding of of printed confidential information that are to be disposed, such as information about the way the company operates, the earnings of the company and employee records

Password protection keeps confidential files and folders from being able to be accessed by people without the prerequisite authority, which ensures the confidentiality of the company's information is maintained.

Imagine you are an instructor for an online course. A few hours before a test, one student emails you to ask when the test is and how to prepare. How would you help this student? Explain your answer.

Answers

Answer is given below

Explanation:

an instructor for an online course when student emails about exam time its instructor priority to tell as soon as possible tell them test date and time

and if ask for tips for last hour preparation so some advice give them as

First of all, you need to know the minimum basics like what is the name of the subject in the syllabus and how many chapters are there. Start with items that are easy to complete in less time. It boosts your self-confidence and reduces stress. Find the important things that are repeated eleven times in the exam. You can even go through the papers of previous years to find it. When reading a topic, focus 100% with 0% variations. Do not leave unimportant things. At the very least, read it. You do not need to excel in these subjects, but at least you should be able to try those answers. Do not panic before the exam, you may forget the answer in the exam if you are scared. Allocate time for each answer you write. Time management during the exam is also important. Don't forget to revies the keywords in each topic.

Using the flowchart below, what value when entered for Y will generate a mathematical error and prevent our flowchart from being completely executed? 3 0 1 None of these values will produce a mathematical error

Answers

Answer:

The answer is the last choice that is "None of these values will produce a mathematical error".

Explanation:

In this question, the above given choice correct because neither of the flowchart procedures could trigger a mathematical error. This error could not be induced by multiplication, addition and subtraction, and the only division by 15. It is the only divide by 0, that's why the above flowchart will produce a mathematical error.

If a computer file will not open, what should you do? A. Make sure you have the correct software to open it. B. Change the name of the file. C. Keep clicking until it will open. D. Press the F1 key to open it.

Answers

Answer:

A. Make sure you have the correct software to open it.

Explanation:

If a computer file will not open, what you should do is to make sure you have the correct software to open it.

Sometimes, computer users make the mistake of opening files with the wrong software application or program, this often leads to an error due to the incompatibility of the software application with the particular file.

Basically, all software applications are designed and developed for use with specific file extensions or formats and as such, when used to open a file it isn't developed for, it result in an error.

For instance, you cannot use Microsoft Word to open a Coreldraw file or to play music and video files.

Hence, it is necessary and important to ensure that you have the right software associated with a file format before opening any file.

Additionally, actions such as changing the name of the file, continually clicking or opening the file and pressing F1 would never open the file because of the incompatibility issue.

A _____ pattern is a heart-shaped pattern that captures sound from a single direction, mostly from the front.

Answers

Answer:

Cardioid

Explanation:

Answer: A cardioid pattern is a heart-shaped pattern that captures sound from a single direction, mostly from the front.

Explanation:

what is the full form of PDP​

Answers

Answer:

Plasma display panel (PDP)

Explanation:

Plasma display panel (PDP) is a type of flat panel display that uses small cells containing electrically charged ionized gases or plasmas, to produce an image. PDP consists of millions of tiny gas-filled compartments, or cells, between two panels of glass with parallel electrodes deposited on their surfaces.

What is a domain?

A) The scalability of a network cable
B) An individual computer or other physical device
C) A server on a circuit board a network organization that uses at least one computer as a server
D) A utility that provides names to each computer on a network

Answers

Answer:

D

Explanation:

In general, a domain name identifies a network domain, or it represents an Internet Protocol (IP) resource, such as a personal computer used to access the Internet, a server computer hosting a web site, or the web site itself or any other service communicated via the Internet.

Name a website or app that collects user data. How is the data used to help solve a problem, either for the website creators or the users?

Answers

Answer:

Google

Explanation:

Google collects user data to personolize your experiance online.

it is used to replace numeric number of a website​

Answers

greatflombles or gr8flombles or go2flombles

a cpu handless all the instruction that it recieces from hard ware and software which are available on the computer true or false




Answers

Answer:

True

Explanation:

The CPU controls the computer like a brain controls a body. And yes it takes instruction from hardware and software and runs it.

WILL DO A BRAINLY! help pls.

Answers

What’s the question. There’s no question to answer.

After spending a year in India, Giovanna returns home to the United States and is inspired to raise money to help her new friends build a school. She makes a pitch to the Rotary Club in her hometown. This was the best experience of my life. Not only did I get to learn about a new culture and explore new ideas, but I am learning to speak their language. But don't just take my word for it. I've asked the children to join us today from India through web-conferencing, and they'd like to say a few words. Giovanna is using digital communications in a civic-minded way to improve the conditions of people in other countries. demonstrate the language of the children of India. increase her chances of getting into a top-notch college. do away with the digital divide

Answers

Answer: A) Improve the conditions of people in other countries. :)

Screenplays do not need to include

Answers

Answer:

WGA Registration Numbers. ...

Copyright Numbers. ...

Personal Mailing Address and Multiple Contact Numbers. ...

Logline or Synopsis. ...

Character Breakdowns. ...

Opening Credit Sequence Slugline. ...

Scene Numbers. ...

Draft Color Pages.

Explanation:

This is what I found

Which of the following tasks is an interactive media professional most likely to do? Check all of the boxes that apply. 1. decide how a website should look 2.install an art-design–oriented software program for other users 3. monitor the network connection 4. test a software program to ensure that the visual elements are working 5. set up a new computer for the president of a company

Answers

Answer:

decide how a website should look and  

test a software program to ensure that the visual elements are working

Explanation:

Answer:

A,D

Explanation:

The person above was right

what is similar software engineering, Hardware engineer, Network Architect, and Web developer?

Answers

I Am Pretty Sure The Answer Is - "B"

Hope This Help's

16.
A cone has a volume of 4950 cm². If its vertical height is 21 cm, find its base radius.

take PI = 22/7

Answers

Answer:

r = 15 cm

Explanation:

formula

V = πr²×h/3

replace

4950 = 22/7×r²×21/3

4950 = 22/7×r²×7

4950 = 22×r²

r² = 4950/22

r² = 225

r = √225

r = √15²

r = 15 cm

Alexis wants to learn HTML and CSS. She wants to test your coding skills in these design languages how can she practice code writing abilities?

Answers

She can use a text document to edit HTML files. Hope it helped!
Thank You!

Does this photo look good? I took it myself for photography class

Answers

Yep it looks good :)
AMAZING! I LOVE IT! IT'S AWESOME!

Mrs. Patel uses a computer program to balance her checkbook. Which of the following best explains how the
computer algorithm helps Mrs. Patel?

It gives judgments about how Mrs. Patel spends her money.

It makes Mrs. Patel modern.

It reduces errors.

It shows how to write checks.

Answers

Answer:

c it reduces errors

Explanation:

Instead of Mrs.Patel doing it she has an online program made for checks to do it for her.

Answer:

c

Explanation:

What is the name of the access panel where you can configure the
appearance or actions in an application, operating system, or hardware?

Answers

Answer:

control panel

Mario wants to make his document accessible to technology users. He first needs to access the Accessibility Checker. He can do this by clicking the _tab. Next, he needs to click the _option. Then, he needs to click the _ icon.

Answers

Answer: see guidelines in explanation

Explanation:

For Mario to make his document accessible to technology assistants, he needs to do the following;

-Access the accessibility checker by clicking the FileHomeReview tab

-Click the InfoNewOpen option

-Click the Check for IssuesManageDocumentProtect, the document icon

-Then, click Check accessibility option, the accessibility pane will open.

-He needs to read the information about errors, warning, tips and steps to take to make his document accessible to other users.

What type(s) of media can be pre-recorded (read only), recordable (write once), or re-recordable (read and write multiple times)? (2 points) Enter your answer​

Answers

Answer:

An optical disc.

Explanation:

An optical disc is a small and flat digital-optical disc that is usually circular and used to store computer data by using a laser beam.

The optical disc is able to store digital data because it is made up of a polycarbonate (a tough-brittle plastic) with one (1) or more metal layers.

Additionally, the data stored in an optical disc cannot be scrambled by a magnet because it isn't made of a magnet or doesn't have a magnetic field. There are different types of optical disc and these are; CD-ROM, CD-R, CD-RW, DVD-RAM, DVD-ROM, DVD+/-RW, BD-RE, DVD+/-R, BD-R, BD-ROM.

Where; CD is an acronym for compact disc.

DVD is an acronym for digital video disc.

BD is an acronym for Blu-ray disc.

R represents read only.

RW represents read and write.

RE represents read, write and erasable.

Hence, an optical disc is a type of media that can be pre-recorded (read only), recordable (write once), or re-recordable (read and write multiple times).

What is the difference between operating systems and application software?
* Application software translates itself into language for the BIOS, whereas operating systems are what users
interact with
Application software is what the user interacts with, and operating systems are what translate application
software.
Application software is located within the hardware, and operating systems are what the user interacts with.
Application software is located within the hardware, and operating systems are what translate application
software for the BIOS.

Answers

Answer:

Application software is what the user interacts with, and operating systems are what translate application software

Explanation:

The difference between the operating system and the software is that the application system has user interaction and the operating system has a translate application. Hence option B is correct.

Waht is a opering system  ?

An operating system is software that manages the computer hardware and software resources and also provides the services to the computer program. The operating system works on the basis of time-sharing and schedules the tasks for efficient allocation of time.

The application software is based on the application that is developed by the company such as Microsoft or adobe.

Find out more information about the operating system.

brainly.com/question/1763761

which is the best reason for john to bring snacks to his study sessions.

Answers

To stay energized? There's no answers to choose from.

Answer:

C to ensure he has enough caffeine

Explanation:

You need energy to think and do and the other answers don't make much sense. Ex: He wouldn't avoid taking breaks because you need breaks, it's required, an essential of life pretty much. B makes no sense at all because why would you avoid leaving to get food? And a makes it difficult to decide whether it's A or D but if you really think about it, it doesn't make sense to bring food to enjoy yourself while in a studying session.

Hope this Helps! :)

Other Questions
Zoe mows the lawn in the summer to earn extra money she usually charges $15 per week but she offers a special rate of $59.50 if a customer prepaid for 5 weeks. how much does a customer pay for each week with a special rate? Are all numbers rational? Which of the following is a promise advertisers could make to promote healthy living using fitness equipment? How can adding dialogue improve a narrative? (Select all correct answers.) Five less than one half of a number is 18.5 = 181/2 5 18x 5 = 185- X = 18 b is the midpoint of AC. a has coordinates (9.11), and B has coordinates (-10,5). find the coordinates of c. find the value of each power 5^-2 The perimeter of a rectangular flower bed is 68 feet. Find the dimensions of the flower bed if the length is 2 less than three times the width. Please help brainiest !! To ensure profits, a store is going to sell a sweater for 115 percent of the production cost. It costs $10 to make the sweater. Below are the calculations for finding the selling price. What mistake did the store owner make? (Original Cost)(Percent) = New Cost ($10)(0.115) = $1.15 The new cost is correct. The owner should have divided by 0.115. The owner should have multiplied by 11.5. The owner should have multiplied by 1.15. What are the 2 steps that are wrong Find the measurement 3x(x+30) i really need help asap When does the first quarter phase of the moon occur?Select one:a. three weeks after the new moon phaseb. one week after the full moon phasec. two weeks after the third quarter phased. two weeks after the new moon phase - --[FREE BRAINLIEST]-- - [Empareja la pregunta con su respuesta correcta. Match the question with its correct answer.]-- - - --[Image 01, Dark-haired man pointing to himself Image 02, A red-haired woman pointing to you Image 03, A blond man Image 04, A short woman by a taller man]-- - [Match Term Definition]-- - [Image 01 - _____]-- -- [Image 02 - _____]-- -- [Image 03 - _____]-- -- [Image 04 - _____]-- -- [A) T eres Estelle; t eres pelirroja.]- - - [B) Yo soy Juan y soy rubio.]- - - [C) Yo soy Esteban; yo tengo el pelo castao.]- - - [D) Me llamo Susan y soy baja.] WELP WILL MARK BRAINLEST 4. Part A: Jerry claimed that the expression -8 + d is negative. Determine whether Jerry's claim is always true, sometimes true, or never true. Provide evidence to support your conclusion. (10 points) How does the author convey the central idea that groups of students can band together to make real-world differences in "We Live on Planet A: Young People Rally for Their Rights"?by suggesting that students take advantage of resources from NASA and NOAAby confirming that students can make a difference just by forming recycling clubs in their communitiesby highlighting the few youth leaders who have stood out in this movementby mentioning specific groups and events that accomplished this goalPLS ASAP WOULD HELP A LOT 13. List the properties that ocean water has due to the fact that it contains saltI In 1956, while digging in the soil in the Crater of Diamonds in Arkansas, a woman from Dallas found a 15-carat diamond. She found a type of __________. A. fossil fuel B. petroleum C. mineral D. renewable resource Please select the best answer from the choices provided A B C D Which is not required for the development of civilization? A more food than is needed for survival B various kinds of work C cities D wheeled transportation