Match the following ____________________ is a situation where someone examines all the network traffic that passes their NIC, whether addressed for them or not. Answer 1 Choose... A(n) ____________________ is a 32-bit number established by the host that is incremented for each packet sent. Answer 2 Choose... ____________________ is the use of fraudulent e-mails or instant messages that appear to be genuine but are designed to trick users Answer 3 Choose... A(n) ____________________ is a connection to a Windows interprocess communications share (IPC$).

Answers

Answer 1

Answer:

1. Sniffing.

2. Sequence number.

3. Phishing.

4. Null session.

Explanation:

1. Sniffing is a situation where someone examines all the network traffic that passes their NIC, whether addressed for them or not.

2. A sequence number is a 32-bit number established by the host that is incremented for each packet sent. It can be used by a computer administrator or network engineer to reorder packets.

3. Phishing is the use of fraudulent e-mails or instant messages that appear to be genuine but are designed to trick users. Informations such as password, credit card details and other personal information can be gotten by an attacker through this process.

4. A null session is a connection to a Windows interprocess communications share (IPC$). A hacker can use a null session to gain unauthorized access to informations such as security settings, registry settings, username (User ID) about an end user.


Related Questions

What are the characteristics of using the Email Calendar command? Check all that apply.

a. it shows a specific date range
b. it shares a snapshot of the calendar
c. it is delivered as an attachment to an email
d. it grants read only access to the whole calendar
e. it is used to show dates without sharing the entire calendar.
f. it allows the user to add the calendar to their outlook client.


(question from edge)

Answers

Answer:

a b c e     are the correct ones

Explanation:

A, B, C, E

the correct answers are A, B, C, and E

How many dlcs in total were in each black ops game (including dlc weapons) answer for 25 whole points

Answers

Answer:

... ......................... ...............

you did the same<3<3

i need help, thank you

Answers

Answer:

A

Explanation:

When astronauts aboard the International Space Station (ISS) exhale carbon dioxide (CO2), it's removed from the air and pumped into space.

please mark brainliest :D

can some one please help

Answers

Answer:

i will try other questions too


Pls help! 7th grade pythin fyi

Answers

Answer:

There should be a colon at the end of the if statement, ie:

if x > 100:  print("...")

PLS HURRRYYYYYY!1!1!1!1!1
You have used different ways to store data. Match each definition with its type.

movieAwards = ('Oscar', 'Golden Globe', 'Director's Guild')

movie = 'Star Wars'

movieStars = ['Carrie Fisher', 'Harrison Ford']

movieRatings = {5:'language', 3:'violence'}

movieID = 132

movieCost = 4.95


Vocab:

Float

Tuple

int

string

list

dictionary

Answers

movieID = 132 Int

movieCost = 4.95 Float

movie ='Star Wars' string

movieAwards = ('Oscar', 'Golden Globe', 'Director's Guild') tuple

movieStars = ['Carrie Fisher', 'Harrison Ford'] list

movieRatings = {5:'language', 3:'violence'} dictionary

If you want these explained , can do in replies :)

Answer: Int, Float, String, tuple, list, dictionary

Explanation: got it right on edgen

A period in which unemployment is low, business produces many goods and services, and wages are good is called ______.

A. prosperity
B. productivity
C. personal income
D. business cycle

Answers

Answer:

A

Explanation:

9.3 Code Practice
Write a program that creates a 4 x 5 grid called numbers. The elements in your array should all be random numbers between -30 and 30, inclusive. Then, print the array as a grid

Please help!!!

Answers

Answer:

import random

def grid_maker(x, y):

   return [ [str(random.randint(-30, 30)) for _ in range(x)]for _ in range(y) ]

print ('\n'.join(' '.join(row) for row in grid_maker(4, 5)))

Explanation:

We use a template function and we generate numbers between -30 and 30:

>>> [str(random.randint(-30, 30))]

We also use the str() method so we can later concatenate the integers with \n. If you do not specify the integers, it will cause a crash. Also, keep in mind if we use a variable to store the integers, it will come out more of like a seed than a random grid. For instance, output without the random integers in a variable:

-12 16 -18 -3

7 5 7 10

18 -21 -16 29

21 3 -4 10

12 9 6 -9

Vs with a variable:

-25 6 -25 -20

-25 6 -25 -20

-25 6 -25 -20

-25 6 -25 -20

-25 6 -25 -20

Next we specify the  x and the y:

>>> for _ in range(x)]for _ in range(y) ]

Next we just print it and create a new line every time a row is made

hope this helped :D

The program is an illustration of the random module

The program in python, where comments are used to explain each line is as follows:

#This imports the random module

import random

#This is repeated four times (the rows)

for i in range(4):

   #This is repeated five times (the columns)

   for j in range(5):

       #This prints a random number between -30 and 30

       print(random.randint(-30, 30),end = ' ')

   #This prints a new line

   print()

Read more about random modules at:

https://brainly.com/question/13664230

What does the primary Help icon look like in Access?

a square with a star
a diamond with an asterisk
a circle with a question mark
a triangle with an exclamation point

Answers

a circle with a question mark

Answer:

c

Explanation:

Why is this python code giving me problems?
This is having the user input a decimal number and the code has to round it up to the 2nd decimal place. This code is giving me problems, please fix it.

num3 = int(input("Please input a decimal number:")

num3 = int(round(num3, 2))

print ("your decimal rounded to the 2nd decimal place is:", x)

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The given code in this program has syntax errors.

In the given code, at line 1, input will cast or convert to int. It will generate an error on the second line because integer numbers can't be rounded. In simple, integer numbers don't have decimals. So, to correct the line you must use float instead of int.

In the second line, you need also to emit the int casting, because you have already converted the input into the float. In line 3, the second parameter to print function is num3, not x.

So the correct lines of the python code are given below:

num3 = float(input("Please input a decimal number:"))

num3 = (round(num3, 2))

print ("your decimal rounded to the 2nd decimal place is:", num3)

When you will run the above bold lines of code, it will run the program successfully without giving you any syntax and semantic error.

Which online note-taking device allows students to clip a page from a website and reuse it later?

web clipping tools
electronic sticky notes
offline data storage sites
online data storage sites

Answers

Answer:

The answer is A.) web clipping tools.

Explanation:

Cuz like yeah

Answer: WEB CLIPPING TOOLS

Explanation:

Which phrase best describes a scenario in Excel 2016?


A. a type of what-if analysis that allows a user to define a single variable for a single function or formula

B. a type of what-if analysis that allows a user to define multiple variables for multiple functions or formulas

C. a type of chart analysis that allows a user to predict outcomes using data

D. a type of chart analysis that allows a user to set predetermined outcomes using data

Answers

A phrase which best describes a scenario in Microsoft Excel 2016 is: B. a type of what-if analysis that allows a user to define multiple variables for multiple functions or formulas.

What is Microsoft Excel?

Microsoft Excel simply refers to a software application that is designed and developed by Microsoft Inc., for analyzing and displaying spreadsheet documents, especially by using rows and columns in a tabulated format.

The types of function in Microsoft Excel.

In Microsoft Excel, there are different types of functions which are referred to as "predefined formulas" and these include the following:

Sum functionMaximum functionAverage functionCount functionIF functionMinimum function

In conclusion, Microsoft Excel 2016 is designed and developed by Microsoft Inc., as a type of what-if analysis which avail its end users to use multiple variables in defining multiple functions or formulas.

Read more on Excel function here: https://brainly.com/question/14371857

#SPJ1

Paige is writing about the progress her team made in setting up a new software system. in one detail, she tells that the team completed the testing phase. in another detail, she tells a second accomplishment the training program has started. what word would it be the best transition to connect the sentences about these two accomplishments

Answers

Answer:

Also

Explanation:

Just checked it in the system

Answer:

Also

Explanation:

What are the options included in the Illustrations command group? Check all that apply O Pictures and Online Pictures Tables SmartArt Screenshot Tool Animations​

Answers

Answer:

A. Pictures and Online Pictures.

C. SmartArt.

D. Screenshot Tool

Explanation:

Microsoft Excel is a software application designed and developed by Microsoft Inc., for analyzing and visualizing spreadsheet documents.

A spreadsheet can be defined as a file or document which comprises of cells in a tabulated format (rows and columns) typically used for formatting, arranging, analyzing, storing, calculating and sorting data on computer systems.

There are five (5) options included in the Illustrations command group of the Microsoft Excel software application and these are;

I. Pictures: this command or button is used to add images from a document (file) saved on a local computer.

II. Online Pictures: it is used for adding images from an online source such as blogs, websites etc.

III. SmartArt: this button is used to add graphical diagrams to a spreadsheet using styles such as process, matrix, relationship, picture, pyramid, list etc.

IV. Screenshot Tool: this is used for taking a snapshot of any window open on the computer i.e screen clipping.

V. Shapes: this comprises of various shapes such as lines, basic shapes, rectangles, equation shapes, block arrows, and flowchart.

I WILL MAKE BRAINLIEST PLS HURRY
Give your own examples for how list and dictionary data structures could keep track of some common information you might need. Your examples should be different from the ones in the unit.

Answers

Examples

Lists:

- Keep track of how much water you drink per day

- Hours spent on studying per week

- The growth of a plant

Dictionaries:

- Keep track of overall grades for each subject

- Keep track of where money is mostly spent on

- Dates for upcoming assessments and tests

Hope these examples help :)

-goodLizard is right

--Please make him brainliest

[Thank you]

Ivan wants to have code in a game that will make it possible to change the speed of a swimmer in the game. Which of these does Ivan need?

A.
a Boolean value

B.
output

C.
a variable

D.
a database

Answers

A) a Boolean value, because you can have two possible values which is intended to represent the two truth values of logic.

Which statement allows more than one condition in an If statement? O Else O While O Elif If-then ​

Answers

Answer:

C. Elif

Explanation:

:)

Answer:

Eilf 100000%

Explanation:

for (int j- 4; j > 0; j--)
for (int k 1; k < j; k+)
System.out.print (j +);
System.out . println() ;
What is output when the program runs?
a.
4444
b
4321
321
21
4444
333
22
1234
123
12
4321
432
43

Answers

Answer:

C is your awnser

Explanation:

Gross profit i how much it costs to bring a business products to the costumers true or false

Answers

Answer:

True

Explanation:

the four levels of FBLA membership

Answers

Answer:

Future Business Leaders of America (FBLA) for high school students; FBLA-Middle Level for junior high, middle, and intermediate school students; Phi Beta Lambda (PBL) for post secondary students; and Professional Division for those not enrolled in school or post secondary school

Explanation:

Which two statements are true about an OS?

A- translates the user’s instructions into binary to get the desired output
B- needs to be compulsorily installed manually after purchasing the hardware
C- is responsible for memory and device management
D- delegates the booting process to other devices
is responsible for system security

Answers

Answer:

A AND C

Explanation:

Answer: C and D

Explanation: correct on Plato - A is not a function of an OS

Lorraina is editing a novel. Which style guide is the publisher most likely going to ask her to use?

American Psychological Association (APA)
Associated Press (AP)
Chicago Manual of Style (CMoS)
Modern Language Association (MLA)

Answers

Answer:

C) Chicago Manual of Style (CMoS)

Explanation:

Edge showed me the right answer.

Answer:

C

Explanation:

Exam Review on edge 2022

SOMEONE HELPPP PLEASE!!!ILL GIVE BRAINLIEST TO THE PERSON WHO ANSWERS THIS QUESTIONS :

- What are the four basic reasons why we get into conflicts? *
A.Wants, Foods, Love, Goals
B.Water, Needs, Hopes, Goats
C.Wants, Desire, Expectations, Anger
D.Wants, Needs, Values, Goals

- Select ALL that apply.What do you need in order to begin with the end in mind?
A.A plan to help you achieve your goal
B.A letter stating possible career options
C.A personal mission statement
D.A list of goals

- What are the four types/modes of communication?
A.Writing,seeing,hearing,interpreting
B.Evaluating,remembering,listening,hearing
C.Writing,reading,speaking,and listening
D.None of the above

- What is the fifth step in the listening process?
A.Responding
B.Remembering
C.Probing
D.Listening

- Which one of the following is NOT a component of genuine listening
A.Stand in the other person’s shoes
B.Listen with your ears,your eyes and your heart
C.Hearing someone’s most deepest secret
D.None of the above

- What is the definition of digital citizenship?
A.An online membership
B.Not giving credit to someone else’s work
C.Using digital media safely,responsibly,and ethically
D.Any information about you on the internet

- According to The Leader in Me program,when practicing synergy,1+1=___?
A.2
B.Whatever we want it to be
C.None of the above
D.All of the above

- Which time quadrant is categorized as important and urgent while putting things off until the LAST minute?
A.Q3
B.Q1
C.Q2
D.Q4

- Beginning without the end in mind is like...
A.trying to solve a jjgsaw puzzle without the picture
B.Never thinking about death
C.Not knowing the last words to a song
D.All of above

Answers

Answer:

the four types/modes of communication is

Explanation:

writing,speaking, reading,listening

How is video compression accomplished?
O Video compression works by making the pixel size smaller.
O Video compression works by removing the sound.
O Video compression works by smoothing the pixels.
O Video compression works by removing unnecessary parts of frames.

Answers

Answer:

Video compression works by making the pixels smaller.

Explanation:

I went on a boring website that actually knows about this stuff and found the answer. R I P my brain cells.

Answer:

a

Explanation:

ARGENT !!20 POINTS
А ________ translates commands from a computer to draw lines on paper.

Answers

Answer:

dye-sublimation printer.

Explanation:

Answer:

Printer

Explanation:

Can anybody answer this please hurry

Answers

Answer:

Ada Lovelace

The first one!

Hope this helps!

Answer:
A. Ada Lovelace

Explanation:
She created it in the 1840s while Alan Turing created his software in 1935.

3. What is output by the following code?
str1 "awesome"
str2 "leopard";
int i = 3;
int j = str2.length() - 3;
while (i < str1.length() &8 j > 0)
System.out . print (strl.substring(i, i + 1));
System.out.print(str2.substring (j, j + 1);
1++;
j--;
a. saopmoee
b. saompoeel
C.
saerwd
aspoomee
Nothing is printed because there is an out of bounds error
e,

Answers

Answer:

B I think

Explanation:

can someone answer me

Answers

Answer:

D. 5,184,000

Explanation:

3000*1728= 5184000

why did the boy run from the pillow...... wrong answers only

Answers

He thinks there is a demon hiding innit thus, he runs and calls his mom. His mom says "Jimmy there's nothing in that pilow young man!" Jimmy walks back to his room scared if its still there. He hops into bed hoping that he can get a good nights rest. The next day, Jimmy asks if he can go buy another pillow. His mom says "As long as it makes you feel safe then ok." Young Jimmy, jumping in excitement, goes to the checkout zone to buy his new pillow. When they get home, Jimmy and his mom eat dinner and then head for bed. Jimmy hops into bed and knows that everything will be ok. The end.

I NEED HELP PLEASE
Giving 10 points

Answers

Answer:

If you made this 10 points i would help but yolo

Explanation:

Other Questions
Lucy cuts 5 different pieces of fabric throughout the day. 1.125 m 475 cm 245 cm 5.875 m 3.055 m What is the total amount of fabric she cut? the present ages of two brothers are 15 years and 22 years respectively after how many years will the product of their ages be 408 Who could you find arguing with the people of Athens? A. Aristotle B. Socrates C. Plato Why is Japan a good example of a nation-state? The average price of a gallon of regular gasoline in 2016 was $2.14. In 2017, the average price was $2.42 a gallonan increase of 13%. At that rate, what will the average price of gasoline be in 2020?HELPPP Round 24.91 tothe nearest tenth.Pls answer fast I need now!! Pls thank you What is the solution to the equation 5x = 40? 7, 8, 45, 200 It does not work help Why does Avogrados principle hold true for ideal gases that have small particles and for ideal gases that have large particles? Which of the following correctly states the relationship between the rise nazis and German anti Semitism A.the nazis came to power mainly because the rise of nazis and German anti semitism B.before the nazis come to power there were very little anti semitism in GermanyC.the nazis his their anti semitism from voters so that they can win elections D.the nazis anti semitism probably did not win or lose many votes I need help, and fast, please. What were challenges to public education in North Carolina in the early 1800s? Check all that apply. There were only a few schools. Families had to pay for their children to attend school. Often only the largest towns had schools. Schools in the west were more accessible by roads than those in the east. Taxes that were contributed to the literary fund remained unused. explain the importance of researching the job outlook for a specific career prior to starting the training that career requires What is the mass of 3.5 moles of helium gas? a/b =root3-root2 find the value of a^2+b^2/ab This poem starts out with "This poem will be guilty. This is an example ofO symbolismO indirect foreshadowingO direct foreshadowingO rhetoric Some of the characters in the play The Diary of Anne Frank bring things from their past into the Secret Annex that have special significance to them. Select one of the two options below and write about why the item is important to the character. Be sure to support your answer with at least two details from the play. Your response should be about 150 words.The objects to pick from:Mrs. Van Daan's fur coatAnne's pictures of movie stars and Queen Wilhelmina According to Carol Stack in All Our Kin (cited in Guest) the Black families of "The Flats" in Chicago create extensive kinship networks based on reciprocity to survive scarce resources and other threats to survival.a. Trueb. False help pls!!H2O(g) H2O(l)The chemical equation above describes a(n) __________.A) irreversible state changeB) physical changeC) endothermic changeD) chemical change WHOEVER ANSWERS MY QUESTION GETS BRAINLIESTThe First Continental Congress was called to ....