An organizations help desk is flooded with phone calls from users stating they can no longer access certain websites.
The help desk escalates the issue to the security team, as these websites were accessible the previous day.
The security analysts run the following command: ipconfig /flushdns, but the issue persists. Finally, an analyst changes the DNS server for an impacted machine, and the issue goes away.
Which of the following attacks MOST likely occurred on the original DNS server?[...]
a. DNS cache poisoning
b. Domain hijacking
c. Distributed denial-of-service
d. DNS tunneling

Answers

Answer 1

The distributed denial-of-service (DDoS) attack is known to be a malicious  attack. Distributed denial-of-service attacks can mostly likely occurred on the original DNS server.

Distributed denial-of-service often tires to hinder the normal traffic of the said targeted server, service or network by filling up the target or its environment/ infrastructure with a flood of Internet trash.

The symptom of a DDoS attack is that the site or service will suddenly run slow or become unavailable. Traffic analytics tools can help one to know  the signs of a DDoS attack. DDOS attack can be prevented by  switching DNS servers.

Learn more from

https://brainly.com/question/13977863


Related Questions

What do people in the movie e.t think about the character E.T


please answer its due in 8:30 PM pleaeee

Answers

Answer:

They were scared of him then they felt devotion to him.

Explanation:

If you clean your camera’s lens incorrectly, what might you damage?

Group of answers:

1. the aperture port
2. the outer coating
3. the inner coating
4. the battery port

Answers

Answer:

2. the outer coating

Answer:

Its number 2 the outer coating

Explanation:

How Powerpoint is useful in education aspect?

Answers

Answer:

(Hope this helps can I pls have brainlist (crown)☺️)

Explanation:

PowerPoint may be a useful tool in the classroom for presenting content and encouraging student learning. PowerPoint may be used to present graphics that would be difficult to bring to class otherwise. PowerPoint may be a useful tool in the classroom for presenting content and encouraging student learning.

It improves learning by giving pupils a greater comprehension of the subject and inspiring them. It meant that technology-based instruction had a considerable favourable impact on students' grades. Analyses revealed that the experimental group students outperformed the control group.

Which of the following uses the proper syntax for creating an HTML comment?
a.
b. Home page for my personal website
c. // Home page for my personal website
d.

Answers

Answer:

c

Explanation:

b. Differentiate Operation System from other software. give me 4-5 sentences pls.

Answers

Answer:

An operating system or OS is system software that manages computer hardware, software resources, and provides common services for computer programs. All operating systems are system software. Every desktop computer, tablet, and smartphone includes an operating system that provides basic functionality for the device while on the other hand The System software is a type of computer program that is designed to run a computer’s hardware and application programs it controls a computer’s internal functioning, chiefly through an operating system. It also controls peripherals devices such as monitors, printers, and storage devices.

Explanation:

write a q basic program to find the sum of all the even numbers from 1 to 50​

Answers

Answer:

CLS

M=2

SUM=0

DO WHILE M<=50

SUM=SUM+M

M=M+2

LOOP

PRINT " The sum of all even numbers between 1 and 50 is"; sum

A programmer wants to determine whether a score is within 10 points of a given target. For example, if the target is 50, then the scores 40, 44, 50, 58, and 60 are all within 10 points of the target, while 38 and 61 are not.

Which of the following Boolean expressions will evaluate to true if and only if score is within 10 points of target ?

Answers

Answer:

(target - 10 ≤ score) AND (score ≤ target + 10)

Explanation:

(target - 10 ≤ score) AND (score ≤ target + 10).

What are Boolean expression?

A logical assertion that can only be TRUE or FALSE is known as a Boolean expression. As long as both sides of the expression have the same fundamental data type, boolean expressions can compare data of any kind.

Oracle OLAP evaluates this expression by comparing each value of the variable actual to the fixed value 20,000.

Unless parentheses indicate a different evaluation order, operators with equal priorities are evaluated from left to right. When the truth value has been determined, the evaluation is stopped.

Therefore, (target - 10 ≤ score) AND (score ≤ target + 10).

To learn more about Boolean expressions, refer to the link:

https://brainly.com/question/13265286

#SPJ6

25 points select 3 options!!!!!!!!!!!!!!!!!!!!!!!!!
Some disadvantages of ethical codes are that _____.

!!!!!!!!!!Select 3 options!!!!!!!!!!!!!!

A. there is no legal authority to prosecute offenders

B. the code is broad enough to cover all issues

C. people can abuse intellectual property law

D. the ethical code can be changed at anytime

E. specific details are not covered in the code

Answers

Answer:

Some disadvantages of ethical codes are that _____.

Answers:

specific details are not covered in the code

there is no legal authority to prosecute offenders

people can abuse intellectual property law

Ex:

Got it right on my assignment.

Answer:Below

Explanation:

Helppppppppppppppppppp

Answers

1. a
2. e
3. c
4. b
5. d
i think this is right, i hope it helps :)

What areas does ABET provide accreditation?
students
programs
institutions
teaching staff
industries

Answers

It is a form of quality assurance for programs in the areas of applied and natural science, computing, engineering, and engineering technology. Our accreditation is recognized globally as evidence that a program meets the standards set by its technical profession.

"We are a nonprofit, non-governmental agency that accredits programs in applied and natural science, computing, engineering and engineering technology." - ABET

The motherboard is the computer's main circuit board. This board holds the CPU, memory, connectors for the hard drive.

options:
True
False

Answers

True it is the main part of a computer
this is true i believe.. . . .. .

suggest me anime genre : adventure ecchi​

Answers

HUMAGUSHIE that’s is the genre of ADVENTURE ECCHI

10 computer and operating systems errors​

Answers

Answer:

what is

Explanation:

Answer:System errors are caused by malfunctioning hardware components, corrupted operating system modules, etc. These are caused by corrupted or malfunctioning system files or software executables. Most runtime errors affect the application that caused it to shut down.

Explanation:

Laura is confused with the spelling of the word pronunciation. She types the word as pronounciation. Which feature of the Autocorrect tool should she use, so that the word processor automatically corrects it? PLS HELP!!!

Answers

The right answer is “replace”

Can anyone lend me a computer?

Answers

Answer: No

Explanation:

Answer:

no

Explanation:

Digital photography occurred in what age?

Answers

Answer:

The history of digital photography as we know it began in the 1950s. In 1951, the first digital signals were saved to magnetic tape via the first video tape recorder. Six years later, in 1957, the first digital image was produced through a computer by Russell Kirsch.

please help me I have 5 mins ​

Answers

Answer:

Question 3 is c. (==). Question 2 cut off.

Explanation:

I can't read the full thing, so please comment here the full question for number 2, I'm waiting for your response.

Answer: what he said is true that's what i was going to say.

Explanation:

Unit 2: Lesson 6 - Coding Activity 1
Write code which takes inputs from the user for the number of sides (int) and side length (double), then creates a regular polygon with these characteristics. The program should then print a sentence with the name of the shape and the area and perimeter as shown in the sample run. You should use the appropriate RegularPolygon methods to obtain the perimeter and area of the shape rather than attempting to calculate these values yourself.

Sample run:

Enter number of sides:
> 5
Enter side length:
> 3.5
A regular pentagon with side length 3.5 has perimeter 17.5 and area 21.075848157214846
Hint: You can approach this problem by saving the int and double as variables, and then creating the RegularPolygon, or you can create the polygon and use methods to set the values of the sides and sidelength.

Answers

Answer:

easyy

Explanation:10 smaple runs and 2

Which one is called the Information Super Highway? a. E-mail b. Mobile phone c. Internet d. Land phone

class 6 ​

Answers

Answer:

c

Explanation:

Answer C
Explanation:

Memory containing hardwired instructions that the computer uses when it boots up, before the system loads. In PCs the instructions are read from a small program in the read only memory, called the Bios.

options:

RAM


ROM


Processing


Flash drive

Answers

Answer:

Rom

Explanation:

ROM is memory containing hardwired instructions that the computer uses when it boots up, before the system software loads

write the importance of software In computer ​

Answers

Answer:

Microsoft word, Excel, Access, Power point, Microsoft windows...........

Explanation:

how do you open cosh

Answers

Answer:

Hit the cosine button on the calculator

Explanation:

the term __________ refers to the expression that defines the quantity to be maximized or minimized in a linear programming model.

Answers

The answer is: objective function.

the term “objective function” refers to the expression that defines the quantity to be maximized or minimized in a linear programming model.

the term objective function refers to the expression that defines the quantity to be maximized or minimized in a linear programming model.

What is objective function?

The objective function is a mathematical equation that describes the target production output that corresponds to profit maximization in relation to production.

It then uses the correlation of variables to calculate the final outcome value. Based on a collection of constraints and the relationship between one or more decision variables, an objective function attempts to maximize profits or minimize losses.

Therefore, In a linear programming model, the term objective function refers to the expression that defines the quantity to be maximized or minimized.

Learn more about the objective function, refer to:

https://brainly.com/question/29185392

#SPJ5

what actions can be performed via voice commands using 2022 sentra’s siri® eyes free?

Answers

New mobile cars produce nowadays often have new features that follows it. The actions that can be performed via voice commands using 2021 Sentra's Siri® Eyes Free are;

Send and receive text messages

Make and receive calls

Select and play music

Siri® Eyes Free command can be used to play music, report on the news, show  movies, play games, and give us navigation from one place to the other.

It ha been made available in some selected cars and it often use one's voice to control features of your iPhone without viewing or touching the phone.

Learn more from

https://brainly.com/question/13429053

Que compone una maquina Rube Goldberg (operadores mecánicos- maquinas simples – mecanismos)

Answers

Answer:

dominoes, fans, PVC pipe, magnets, duct tape, marbles, cups or bowls, miniature toy cars, paper towel tubes, string.

------------------------------------------------------------------------------------------------------------

dominó, abanicos, tubos de PVC, imanes, cinta adhesiva, canicas, tazas o cuencos, carros de juguete en miniatura, tubos de toallas de papel, cuerdas.

Explanation:

HELP 20 points THIS IS ON EDGE IF YOU DON'T KNOW THE ANSWER DON'T RESPOND
Directions
In this assignment, you'll use a word processor to create a newsletter.

Choose from one of the following topics for your newsletter:

Science project
Science report
State report
Country report
Biography
Your newsletter should meet these requirements:

Fill one page.
Include the following:
two or three columns
a title
at least three graphics, but not more than six
When you've finished creating your newsletter, remember to spell check and proofread. Then save your newsletter and upload it.

Question # 1
File Upload
Submit your newsletter that includes the following:

two or three columns
a title
at least three graphics, but not more than six

Answers

Column One: Who was Henry Ford?

            Henry Ford was the founder of Ford Motor Company and also the mass producer of the automobile. Henry Ford was born in 1863. At the age of 16, he worked as a machinist apprentice. Later, Henry began to work the family farm while still working on creating steam engines. Henry had a big interest in steam engines, which would later contribute to him building his first working automobile.

Column Two: How did Henry Ford contribute to our society?

           After marrying in 1888, Ford was hired to work for Edison Illuminating Company. His position was an engineer, and Ford began to accelerate his position in the company quickly. After a while, Ford created his first operating vehicle. This was called the "Quadricycle." Ford wanted to improve on his models, so he founded the Company Ford with others. Ford then began to develop methods of mass-producing automobiles to sell to the public. After success in business, he bought the whole company and owned it all by himself. Ford began to mass-produce automobiles. It is said that " The mass production techniques Henry Ford championed eventually allowed Ford Motor Company to turn out one Model T every 24 seconds." Ford passed away in 1945. He decided to give ownership to his son Edsel Ford before he died, but Edsel sadly died before Henry Ford. The Ford company's ownership was given to Ford's grandson, Henry Ford II.

Please re-word so it isn't plagerized

Activity Sheet 2
A.Illustrate how to create the object below using draw and modify commands.​

Answers

Answer:

Vjfxfffccvvvvvv

Explanation:

Hgvjhgxxgyjjbvccjkn Hugh bună vvvvhg un www buukbbchfcvbvc. Hggvhhvbhchgx

What is the output of the following program? (Show your work)

int x = 3, y = 2;
System.out.println("x = " + y);

x = 5 + y * 7 % 3;


y = x - y * x - 3 / 2;


System.out.println("x = " + x);
System.out.println("y = " + y);

Answers

Answer:

x = 2

x = 7

y = -8

Explanation:

int x = 3; (here the variable of type int called x is declared and given the value 3)

int y = 2; (here another variable of type int called y is declared and given the value 2;

System.out.println("x = " +y ); (this instruction will print the value of y in the console terminal but deceivingly saying that the value belongs to x variable. So whoever reads will read "x = 2" instead of "x = 3" which would be the correct value associated with x.

x = 5 + y * 7 % 3; (here the value of x is changed from 3 to 5 + y * 7 % 3. What this means is that the first value of y (2) is multiplied by 7 and then get the mod of division 14 / 3 which is 2. Then added to 5. So the final result is 7 which is now the new value of x)

y = x - y * x - 3 / 2 (same as the above but for the value of y: here - 2 is multiplied by 7 and - 3 is divided by 2. Now we have 7 - 14 - 1.5 which is -8.5 but since you specified the variable type was an int and not double or float, then the program ignores significant numbers, so it ignores the .5 or whatever comes after the point instead of rounding it. PS: [So for instance if the result was 8.9, the value printed would be 8])

System.out.println("x = " + x); (prints the new value of x but this time it does not deceive the reader)

System.out.println("y = " + y); (prints the new value of y, and the letter y is shown in the screen for the first time with the correct value associated)

Your computer has a software problem. Which of the following will NOT help you fix your 3 issue?

A- remove all media from drives
B- run anti-virus software
C- reinstall the operating system
D- install pirated software ​

Answers

Answer:

D- install pirated software ​

Explanation:

Installing pirated software (depending on where you get it from) will most likely cause more harm than help.

your network settings prevent content from loading privately

Answers

Answer:

what what what what what what

Other Questions
-1/6*-1/5=pls help fast I will give brainliest to first or second Which type of advertising appeal is used in the above advertisement?A.bandwagonB.loaded wordsC.glittering generalitiesD.celebrity endorsementPlease select the best answer from the choices providedABCD No links plis answer the questions 1.) -3x-8=-142.) 4x-6=143.)-3-3x=-304.) -5x+5=5 Inhibiting the enzyme acetylcholinesterase can lead to which of the following? Anne goes out to buy lunch every Friday. On average she spends around $18 each time. How much money can she save in one year if she stops going out for lunch each week? Which sentence includes a descriptive adjective in a prepositional phrase? a( A green bottle with a piece of paper in it floated up onto the beach. b( We shook the bottle until the piece of paper fell out. c( A message was written on the crumbled yellow paper. d( Have a great day, it said. A continuous random variable X has probability density function X. Show how itsmoment generating function can be used to determine the variance of this randomvariable. Hydroelectricity is the most important source of energy in Nepal ? Which ratio is equivalent to 7:3?21749:912: 828:12 MATHSHOUSEFor SATOCT EST 2020 SEC 413. Maria downloaded to her music library a totalof 350 pop and rock songs. If the ratio of popto rock song is 3 to 11. How many rock songsare there in Maria's library?A. 75B. 125C. 175D. 275 This question is about The Moving Up Challenge. What character trait best describes may? what are the double meaning in the poem love song of j. alfred prufrock in line 1-49Let us go then, you and I,When the evening is spread out against the skyLike a patient etherized2 upon a table;Let us go, through certain half-deserted streets,The muttering retreatsOf restless nights in one-night cheap hotelsAnd sawdust restaurants with oyster-shells:Streets that follow like a tedious argumentOf insidious intentTo lead you to an overwhelming question . . .Oh, do not ask, What is it?Let us go and make our visit.In the room the women come and goTalking of Michelangelo.3The yellow fog that rubs its back upon the window-panes,The yellow smoke that rubs its muzzle on the window-panes,Licked its tongue into the corners of the evening,Lingered upon the pools that stand in drains,Let fall upon its back the soot that falls from chimneys,Slipped by the terrace, made a sudden leap,And seeing that it was a soft October night,Curled once about the house, and fell asleep.And indeed there will be time4For the yellow smoke that slides along the streetRubbing its back upon the window-panes;There will be time, there will be timeTo prepare a face to meet the faces that you meet;There will be time to murder and create,And time for all the works and days5 of handsThat lift and drop a question on your plate;Time for you and time for me,And time yet for a hundred indecisions,And for a hundred visions and revisions.Before the taking of a toast and tea.In the room the women come and goTalking of Michelangelo.And indeed there will be timeTo wonder, Do I dare? and, Do I dare?Time to turn back and descend the stair,With a bald spot in the middle of my hair(They will say: How his hair is growing thin!)My morning coat, my collar mounting firmly to the chin,My necktie rich and modest, but asserted by a simple pin(They will say: But how his arms and legs are thin!)Do I dareDisturb the universe?In a minute there is timeFor decisions and revisions which a minute will reverse.For I have known them all already, known them all find the value of x. only type the number Maddie is packing moving boxes. She has one 3 cubic-foot box and one 6 cubic-foot box. How many cubic feet of clothing can she fit in the two boxes? Fungi have chlorophyll.TrueFalse Trong chn khng khi hai in tch cch nhau ln lt l d v d+10cm th lc tng tc in gia chng c ln tng ng l 2.0-6 N v 5.10-7 N tnh gi tr ca d A car is moving at 12 m/s and has a mass of 600 kg. What is the kinetic energy of the car? (Formula: KE = 1/2mv^2) WILL GIVE BRAINLEST Which items are part of mandatory spending in the federal government?Select the three correct answers.1. Medicare and Medicaid2. Social Security3. state and local governments4. education and transportation5. military and defense6. Federal Bureau of Investigation Mr. Solomon, the art teacher, has 49.6 pounds of clay. If he gives every student 1.6 pounds of clay and has none left, how many students are in his class?