Answer:
a.) UDP does not include data reassembly.
Its called a genesis program
Answer:
Explanation:
n = eval(input('Enter # of number you want to enter: '))
list_=[]
for i in range(n):
number = eval(input("enter number: "))
list_.append(number)
if i == n-1:
maximum = max(list_)
minimum = min(list_)
print("maximum : "+str(maximum))
print("minimum : "+str(minimum))
Answer:
Private key
Explanation:
From the question, we understand that the encryption type is a public encryption.
For better analysis, I will create the following scenario.
Encryption keys are stored in an encrypted form in a PGP (i.e. Pretty Good Privacy). This PGP homes the public and the private keys.
However, for Nancy to access the public keyring, she needs the private keys.
If by chance she lost/forgot the private keys, she will not be able to decrypt any information she receives.
Hence, the solution to this question is: <em>private key</em>