AKs Flashcards
One evaluation criterion for electronic payment systems is traceability. Briefly explain its meaning! Describe the conflict of interest concerning customers and service providers!
The payment transfer allows to conclude who has used the money, what the money has been used for and where the money has been used.
Customers will be interested in anonymity,
while service providers will request traceability.
Name 4 other evaluation criteria for electronic payment systems!
- System security,
- transaction costs
- online-checking requirements
- acceptability
- transferability
- divisibility.
Name a secure up-to-date hash algorithm which is currently used
Secure Hash Algorithm (SHA) - latest version is SHA-3
(known practical attacks on MD5)
strong collision resistance?
“two arbitrary byte sequences result in the same hash values with a probability of
2^(-x) = 1/y
y = Länge obere Schranke
Name an advantage as well as a disadvantage of link state routing! Also state one routing protocol which uses link state routing.
- Advantage: Routers can react fast to changes in network topology and does not have to deal with the count-to-infinity problem.
- Disadvantage: Quite large overhead due to flooding.
- Examples:
- *OSPF** (Open Shortest Path First),
- *IS-IS** (Intermediate System to Intermediate System Protocol).
What are the two key quality measurements in information retrieval? Give a short defi- nition of each of them.
- Recall: The ratio of relevant documents retrieved for a given query over the number of relevant documents for that query in a database. The highest value of recall is achieved when all relevant documents are retrieved.
- Precision: The ratio of the number of relevant documents retrieved over the total number of documents retrieved. The highest value of precision is achieved when only relevant documents are retrieved.
To measure the similarity of words the Hamming distance and the Editing distance can be used. Give a short definition of each of them.
- Hamming distance: Hamming distance gives the number of positions in the words with different characters.
- Editing distance: The Editing distance gives the number of operations needed to transform a word into another. Possible operations are insertion, deletion and replace.
OFB (dis-)advantage
AD:
the necessary encryptions of the initial vector can be computed prior to the encryption of the plaintext!
1-bit flip of ciphertext affects single bit of plaintext only
DisAD:
Can not recover from loss of a block
Prone to attack
The routing slgorithm OSPF is mainly used within autonomous systems, whereas EGP and BGP are used between autonomous systems.
TRUE
Komplexität
- In KMP: worst case is O(n)
- BM: worst case is O(n*m), but average (& best) case is O(n/m).
- Editing distance average: O(n^2)
- Native approach average: O(n*m)
Triple DES is an enhanced stream chipger which applies the data Encryption Standard chipher algorithm three times to the data stream. It was deigned to overcome the weakness of DES.
FALSE
With Ecash, the issuing bank validates the coins by its value specific blind signature.
TRUE
count-to-infinity-problem sentence
just the indexed cectors with distances, but no corresponding links are being distributed.
flow control synonym
congestion-avoidance
Why flow control in TCP? Which other protocol not need these mecahnisms and why?
- determine size of congestion window to avoid buffer overflow
- trasmission starts with small amount of data
- reliable data communication ca be realised
- UPD, because for fast transmission of data without guranteeing the reliability of the data transmission