What tools do organizations use to guard their networks against threats?
antivirus software.
peer networks.
firewall.
routers.

Answers

Answer 1

Answer:

firewall

Explanation:

Answer 2

Answer:

The answer would be, C) Firewall

Explanation:

We can eliminate antivirus, because it helps to protect the file system against unwanted programs not from hackers. We can also eliminate routers because it helps you connect multiple devices to the Internet, and connect the devices to each other. A router won't keep a hacker away from important files, thus has nothing to do with protection. And last but not least, peer-to-peer networks. Peer-to-peer networks is one in which two or more PCs share files and access to devices such as printers without requiring a separate server computer or server software. So that definitely won't help.

Hope this helped! Have a great day! - Olli :]


Related Questions

Identify the equation that translates Y = In(x) five units down.​

Answers

Y=In(x)-5
hopefully it’s right :)

Design and modeling 1.2 Mystery object

Answers

Answer:

That's not a question

Explanation:

Which option is most likely used to create many-to-many relationships in Access?

inner join
outer join
junction table
parameterized query

Answers

Answer:

Junction table.

Explanation:

Junction table is most likely used to create many-to-many relationships in Access.

A many-to-many relationship comes into existence when one (1) or more items in a table has a relationship with one (1) or more items in another table. An example is the products in a customer order.

Many-to-many relationships provides users with critical and crucial information, they're the most commonly used table relationships in Access.

In order to represent a many-to-many relationship in Access, a third table should be created by the user, this is often referred to as the junction or linking table, which further disintegrate the many-to-many relationship into a two (2) one-to-many relationships.

Answer:

c

Explanation:

How should resumes and cover letters be written to help you obtain a job that meets your
career goals?
They should list your hobbies.
They should include why you left your previous job
They should list your accomplishments and how your skills meet the needs of
the job
They should list any teachers who will give you a good reference.

Answers

Answer:

They should list your accomplishments and how your skills meet the needs of the job.

Explanation:

Then your future employer can see what sets you apart from other potential candidates for the job.

Which term describes the order of arrangement of files and folders on a computer?
A.
I-SPY
B.
CFAA
C.
Digital Millennium Act
D.
SOPA

Answers

Answer:The term that describes the order of arrangement of files and folders on a computer is organization. It is very important the organization of the files and folders to be effective, in order to work with them quickly and efficiently

Explanation:

hope this help sry if it doesn't.

What is the difference between primary memory and the secondary memory?

Answers

Answer:

Computer memory is categorized into primary and secondary memory. While primary memory is the main memory of the computer which is used to store data or information temporarily, whereas secondary memory refers to external storage devices that are used to store data or information permanently.

Explanation:

Answer:

Explanation:

Difference between Primary Memory and Secondary Memory Primary is when a computer which can be directly accessed by the central processing unit, where as secondary memory refers to the external storage

What is the easiest way of ensuring that others can access a presentation that a user has created and make changes to it, while also ensuring that those changes are tracked and coauthoring can occur?

Save to removable media.
Email the file.
Store on OneDrive and share.
Make a second copy of the file.

Answers

Answer:

Store on OneDrive and share.

Explanation:

Store on OneDrive and share is when coauthoring can occur.

What is One drive?

OneDrive is a Microsoft online cloud storage platform. When saving documents.

OneDrive is integrated with Windows 11 and provides users with Microsoft accounts with five gigabytes of free storage space before offering upgrade alternatives.

Users of OneDrive can store files, pictures, and other documents on a variety of devices. The ability to save files in OneDrive and have them automatically sync to other devices is now available. This implies that a person can use several places to access and edit the same document.

Therefore, Store on OneDrive and share is when coauthoring can occur.

To learn more about One drive, refer to the link:

https://brainly.com/question/3733676

#SPJ3

# Initialize variables
numGuesses = 0
userGuess = -1
secretNum = 5

name = input("Hello! What is your name?")

# Fill in the missing LOOP here.
# This loop will need run until the player has guessed the secret number.

userGuess = int(input("Guess a number between 1 and 20: "))

numGuesses = numGuesses + 1

if (userGuess < secretNum):
print("You guessed " + str(userGuess) + ". Too low.")

if (userGuess > secretNum):
print("You guessed " + str(userGuess) + ". Too high.")

# Fill in missing PRINT statement here.
# Print a single message telling the player:
# That he/she guessed the secret number
# What the secret number was
# How many guesses it took

Fill in the # lines in order to complete the code

Answers

numGuesses = 0

userGuess = -1

secretNum = 5

name = input("Hello! What is your name?")

while userGuess != secretNum:

   userGuess = int(input("Guess a number between 1 and 20: "))

   numGuesses = numGuesses + 1

   if (userGuess < secretNum):

       print("You guessed " + str(userGuess) + ". Too low.")

   if (userGuess > secretNum):

       print("You guessed " + str(userGuess) + ". Too high.")

   if(userGuess == secretNum):

       print("You guessed " + str(secretNum)+ ". Corret! "+"It took you " + str(numGuesses)+ " guesses.")

Answer:

numGuesses = 0

userGuess = -1

secretNum = 5

name = input("Hello! What is your name?")

while userGuess != secretNum:

  userGuess = int(input("Guess a number between 1 and 20: "))

  numGuesses = numGuesses + 1

  if (userGuess < secretNum):

      print("You guessed " + str(userGuess) + ". Too low.")

  if (userGuess > secretNum):

      print("You guessed " + str(userGuess) + ". Too high.")

  if(userGuess == secretNum):

      print("You guessed " + str(secretNum)+ ". Corret! "+"It took you " + str(numGuesses)+ " guesses.")

An algorithm is a step-by-step series of instructions that, when followed, produces a definite and desired result. At this stage, programmers write the instructions in an informal, English-like language instead of programming .

Answers

Answer:

This method of informal English-like language is called Pseudo-Code.

Explanation:

Where words and English grammatical structure is used inplace of functions and variables.

Example being:

function Add

variable 1 + variable 2.

if variable 1 + variable 2 = desired variable

Do something good

end if

else

find out why

end else

end function

Would Translate to, in C#

public void Add(int var1, int var2, int var3)

{

   var3= var1 + var2;

  if(var3 = 1234)

  {

    return var3;

  }

  else

  {

   Console.WriteLine(var3);

   return var3;

  }

}

Which of the following is not an example of a red flag that would keep you from downloading an attachment

Answers

Answer:

The link contained in the email redirects you to a different site

Explanation:

This is not a red flag in the sense that, the ability of the link attached to the e-mail to re-direct you to another different site shows that it might be a phising message.

It is left for the person to re-verify and  decide if to go ahead to download it or not after it opens on a new site on the internet.

Answer:

  The attachment is a PDF file.

Explanation:

A link that causes an attachment to be downloaded and opened always presents a security risk. That risk is mitigated somewhat if you trust the sender to be security-conscious, and if you trust the target of the link to be free of malware.

So, a link with an untrusted source such as a company outsider, may present a security risk.

A message marked "urgent and time-sensitive" is employing "social engineering" to reduce your inhibitions against opening the link. That tends to be an indication that a security risk is involved.

A link that obscures the source of the attachment is less likely to be legitimate than one that is more transparent. That, too, is an indication of a security risk.

PDF files are traditionally considered to be safe document files that cannot execute code or introduce malware. This (the attachment is a PDF file) is likely the answer of choice.

_____

Comment on PDF files

The Adobe Acrobat PDF reader is known to have significant security risks, and hundreds of exploits are available to malware producers that will allow PDF files to introduce and execute unwanted code. There are alternative PDF readers with less vulnerability. And, there are file scanners available that can detect malware in PDF files.

The largest size heading tag-often used to create the main heading of a webpage is

Answers

Answer:

<h1> tag is the correct answer to the given question .

Explanation:

The heading tag is used in the HTML for giving the heading in the webpage there are 6 heading tag is used in the HTML which are used in the different different purpose .

The <h1> tag is used for the  Largest size heading in the main heading of the webpage whereas the <h6> is used for least size heading in the web page.

Following are the example of <h1> tag

<html>

<head> </head>

<body>

<h1 align="center"> Brainly </h1>

<h6> subject </h6>  

</body>

</html>

Output:

Following are the attachment of output.

Digital signatures are as legally acceptable as written signatures.
Digital signatures contain information such as birth date and Social Security number.
Digital signatures can be retrieved easily if they are lost.
Digital signatures show the handwriting of the signer as physical verification.
What is an advantage of using digital signatures?

Answers

Answer:

First point and the last point are the correct answer to the given question .

Explanation:

The main objective of the digital signature is to ensure the quality of the document or the message was not changed during the transfer of message in the network.

Following are the advantages of the digital signature

As compare to the electronic signature the digital signature is more secure then that of.The signer's signature is seen on the digital signatures as the physical proof.Global recognition, and the compliance with the law.

All the other options are incorrect they are not advantage of the digital signature .

How do you evaluate the website's author?
I need help :/

Answers

Answer:

Usually you can scroll down to the bottom of the page and see it listed with the copyright stuff, and you can evaluate their credibility by seeing if they are well-known or qualified to write about whatever subject they discuss. For example, a credible source for learning about the brain would be an article by doctor, or better yet, a neuroscientist. Also, you can evaluate their credibility by seeing what year the website was published or updated, because information can become out of date.

Explanation:

I hope I answered your question! If not, feel free to ask me any questions :)

Name all the keys of the home row.

Answers

Answer:

Search key, a, s, d, f, g, h, j, k, l, : and ;, ¨ and ´, and the enter key.

how do i end my current plan that i never signed up for, the basic one it charged me $24

Answers

Answer:

...

Explanation:

I think you need to call the brainly HQ other then that i don't know.

Go into setting then go into payment and end all accounts then delete and redownload the app same thing happened to me once

Which language is an example of a fifth-generation language?

Answers

Mercury, OPS5 and Prolog

What means of preventing security breaches would you expect to find in a network which has attempted to provide protection from hackers and other external security threats?

Answers

Answer:

a firewall

Explanation:

a firewall is a way programmers can attempt to stop breaches, however every code has a zero day. (a bug that had zero days spent fixing it) even Microsoft had a couple zero days

Name all the keys of the home row.

Answers

Answer:

A, S, D, and F and your right hand are J, K, l, and ; along with space bar for your thumbs

Explanation:

How can a professional association help you reach your career goals?
Joining a professional association is how you become a professional.
Membership can give you discounts on various products and books.
Professional associations allow you to travel to many conferences and offer
side trips where you might want to go for vacation.
Professional associations will host networking events and connect you to people
in the careers and industries you are interested in.

Answers

Answer:

Professional associations will host networking events and connect you to people in the careers and industries you are interested in.

Explanation:

Google says:

A professional association is an organization with members who work in or share an interest in a specific job field or industry. Members of professional associations will often meet regularly to discuss upcoming news in their field or will host events for other members to meet and network.

How will you reduce the risk of an collision?
A. By always driving with an adult.
B. By becoming more familiar with how your vehicle operates.
C. By playing more video games to keep you sharp.

Answers

Answer:

B

Explanation:

you want to be familiar with the vehicle you are operating such as braking, accelerating, blinkers etc.

do this plsss!
please check out the music video


Answers

Answer: Okay okay I will, and I'll like and subscribe for support!

Explanation:

Answer: Ok send the link ill let you know if its good r not

Explanation:

Which of the following could have a negative impact a planned route?
A. Crashes.
B. Eating in the car.
C. Running out of gas.

Answers

Answer:

B

Explanation:

Which of the following is an accurate explanation of what this paragraph means?
Radiation from the sun is the main cause of global warming.
(6)
Radiation is the heat that the sun releases onto the surface of the earth.
Solar panels get very hot because they are absorbing radiation from the sun.
ee
Solar panels can make the carth cooler because they absorb heat instead of the earth.​

Answers

Answer:

The answer is: Radiation is the heat from the sun relaeased onto the surface of the Earth.

Explanation:

I need help with question 3 I’ll give brainliest

Answers

Answer:

D) Engineering and Technology

Explanation:

Brent Designs or Engineers the equipment or Technology that is used to keep the plant safe.

Answer:

Engineering and technology

Explanation:

He designs/engineers technology to create nuclear energy

Select the pieces of information that are added on to data to get it where it is going.
Ethernet
bit
frame
sender and receiver port
IP address
segment
MAC address

Answers

Answer:

IP address and MAC address

Explanation: The IP address tells the server what network to send the information to, the MAC address tells the local network what device to send it to.

Answer:

IP Ethernet s&r port MAC

Explanation:

Hope this helped

Is it possible to increase watch hours for a channel by making a playlist out of your videos for people to watch? Will it boost your watch hours?

Answers

Yes, it is possible

Help please


Choose all items that represent characteristics of effective website design.

template based

well-implemented navigation

always implements a site map

no glaring content gaps

consistent and appropriate theme

based on a well-specified website purpose

Answers

Explanation:

Help please

Choose all items that represent characteristics of effective website design.

template based

well-implemented navigation

always implements a site map

no glaring content gaps

consistent and appropriate theme

based on a well-specified website purpose

Well-implemented navigation, no glaring content gaps, consistent and appropriate theme, based on a well-specified website purpose. Hence option B,D,E and F is correct.

What is website?

Website is defined as a grouping of web pages and related information that is available on at least one web server under a single domain name. Content is a website's most crucial component. Your website is ineffective for internet marketing since it is little more than empty advertising. Any marketing expert who creates websites ought to strive to offer users an online resource at all times.

More than anything else, well-written web copy and content will make your website design appealing, efficient, and well-liked. Your website design, no matter how educational, lovely, and simple to use it is, is meaningless unless it is web-friendly.

Thus, well-implemented navigation, no glaring content gaps, consistent and appropriate theme, based on a well-specified website purpose. Hence option B,D,E and F is correct.

To learn more about website, refer to the link below:

https://brainly.com/question/2497249

#SPJ5

need some help with this question​

Answers

Answer:

B, Backlight.

Question 3 of 10
What is an effective way of making new friends and connecting with people who share the
same interests as you?
Asking the writing center on campus for help with an article for the school
paper.
Joining a new club.
Sharing your thoughts on social media.
All the above

Answers

Answer:

option all of the above

hope helps

mark as brainlist plzz

The effective way of making new friends and connecting with people who share the same interests as you can be asking the writing center on campus for help with an article for the school paper. Joining a new club and sharing your thoughts on social media. The correct option is 4.

What is social health?

The social and economic factors that affect how individuals and groups differ in their levels of health are known as social determinants of health.

The relationships we have and our interactions with others are considered aspects of social wellbeing.

The relationships can be a source of comfort during trying times. Building wholesome, nurturing, and supporting relationships as well as creating a sincere connection with those around are both essential components of social wellness.

By requesting the campus writing center for assistance with an article for the school paper, you can meet others who share your interests and form new friendships. registering for a new club and posting on social media.

Thus, the correct option is 4.

For more details regarding social health, visit:

https://brainly.com/question/17799234

#SPJ2

Your question seems incomplete, the probable complete question is:

What is an effective way of making new friends and connecting with people who share the

same interests as you?

Asking the writing center on campus for help with an article for the school paper.Joining a new club.Sharing your thoughts on social media.All the above

Does your output depend on what you sense? computer science​

Answers

Yes it does

That’s kind of common sense ;-;
Other Questions
What is the simplest form of this expression?5(-8m - 4) + (-5)(-9m - 5)Enter the correct answer.DOGDONEClear all+ ? What are Earth's mineral resources and how long mightreserves last? Starting at its rightmost position, it takes 1 second for the pendulum of a grandfather clock to swing ahorizontal distance of 12 inches from right to left, and 1 second for the pendulum to swing back from left toright. Write a cosine function, d = acos(bt), to model the distance, d, of the pendulum from the center (ininches) as a function of time t (in seconds)a= I rolled a standard 6 sided die a total of 20 times and got the results as shown in the table below. Calculate the THEORETICAL probability of rolling a 5. (Round your answer to the nearest hundredths place.) Die Roll:1 02 13 44 55 96 1 Please help me! I need the answer ASAP! please help for 10 points. Ture or False The large purchase of land which was made from France was called the Gadsden Purchase Which of the following was a major slave trade center? A. Montgomery, Alabama B. New Orleans, Louisiana C. Pensacola, Florida D. All of the above Examples of gravitational potential energy. Answer as soon as you see this. I need lots of help Each of the letters in the word MONASTIC are on separate cards face down on the table. If you pick a card at random, what is the probability that the letter on it will be "A"? show work pls and thanks!! Of all 25 marbles in a bag, 3 of the marbles are white. What is the probability that a white marble will be randomly selected from the bag without looking? Write your answer as a percent. WRITE A STORY THAT INCLUDE DIALOGUE AND DESCRIPTION 50-60 WORDS What is it about the structure of the alveolar-capillary unit that makes diffusion possible? Select all that apply.The capillaries are large. The cell wall of the alveoli is thin. Many capillaries surround one alveoli sac. There is always low pressure in the alveolar-capillary unit. The alveolar-capillary unit provides a large surface area. if you had a sale price of $40 and the percent of your discounts 25% what was the original price. The senior classes at High School A and High School B planned separate trips to the indoor climbing gym. The senior class at High School A rented and filled 5 vans and 10 buses with 410 students. High School B rented and filled 10 vans and 12 buses with 556 students. Every van had the same number of students in it as did the buses. How many students can a van carry? How many students can a bus carry? After a nonstop day-long attack, how many men had Travis lost? Which of the following is not an advantage of asexual reproduction1) not requiring a mate2) requiring less energy3) diversity or unique For the following case, assume that the population standard deviation is known and decide whether use of the z-interval procedure to obtain a confidence interval for the population mean is reasonable. Explain your answer. The variable under consideration is very close to being normally distributed, and the sample size is 10. Choose the correct answer below. A. It is not reasonable to use the z-interval procedure in this case since it is very likely that with such a small sample size that there will be outliers in the sample. Knowing that the variable under consideration is very close to being normally distributed does not mean the sample is. B. It is reasonable to use the z-interval procedure in this case since both the sample is large (size 10 or greater) and the variable under consideration is very close to being normally distributed. C. It is reasonable to use the z-interval procedure in this case since, although the sample is small (size less than 15), the variable under consideration is very close to being normally distributed. D. It is not reasonable to use the z-interval procedure in this case because the sample is too small (size less than 15). If you decrease the amount of gas, what happens to the pressure? Explain WHY.