subject
Computers and Technology, 24.06.2021 01:00 zara76

Suppose a computer's login mechanism first asks for a user name, and rejects the login if the name is not one of those in its password file. If the login name is in the password file, then the system prompts for the password, and admits the user to the system if (and only if) the password is correct. Henrietta the Hacker has a list of 10,000 commonly used login names, and a list of 100,000 commonly used passwords. On this computer, there are 100 accounts that have both a login name on the first list and a password on the second list. For simplicity, assume that no other accounts have either a login name or password on these lists. Henrietta has written code that can attempt 1000 logins per second on this computer. This program repeatedly chooses a random login name from the first list, until it finds one that is not rejected. It then repeatedly and randomly picks a password from the second list and uses it in conjunction with the found login name.

Required:
Compute the expected number of seconds it will take Henrietta to break into some account on the machine.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:00
In this lab, you add a loop and the statements that make up the loop body to a c++ program that is provided. when completed, the program should calculate two totals: the number of left-handed people and the number of right-handed people in your class. your loop should execute until the user enters the character x instead of l for left-handed or r for right-handed. the inputs for this program are as follows: r, r, r, l, l, l, r, l, r, r, l, x variables have been declared for you, and the input and output statements have been written.
Answers: 3
question
Computers and Technology, 23.06.2019 00:30
Write the html code to make a link out of the text “all about puppies”. it should link to a pdf called “puppies.pdf” inside the “documents” folder. the pdf should open in a new window.
Answers: 2
question
Computers and Technology, 24.06.2019 01:30
Could you find out how im still getting an 83 percent on this in edhesive a = input("enter an animal: ") s = input ("enter a sound: ") e = "e-i-e-i-o" print ("old macdonald had a farm, " + e) print ("and on his farm he had a " + a + "," + e) print ("with a " + s + "-" + s + " here and a " + s + "-" + s + " there") print ("here a " + s+ " there a " + s) print ("everywhere a " + s + "-" + s ) print ("old macdonald had a farm, " + e)
Answers: 2
question
Computers and Technology, 24.06.2019 02:20
Peter is thinking of a number which isless than 50. the number has 9 factors.when he adds 4 to the number, itbecomes a multiple of 5. what is thenumber he is thinking of ?
Answers: 1
You know the right answer?
Suppose a computer's login mechanism first asks for a user name, and rejects the login if the name i...
Questions
question
Mathematics, 30.06.2019 05:00
question
Mathematics, 30.06.2019 05:00
Questions on the website: 13722363