Week 6 Flashcards

1
Q

What are the Protocol types syntax?

A

Agent: A, B

Number (Nonce): NA, NB (A and B written in lower font)

Function: pk , eg. pk(B) -> private key of agent B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does a Secure Transmission look like in syntax?

A

A● -> ●B: NA

Secure transmission of nonce NA from A to B

The goal is to ensure that NA is transmitted safely from A to B without being tampered with or intercepted by unauthorised parties

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does a Authentic Transmission look like in syntax?

A

A● -> B: NA

Authentic transmission of nonce NA from A to B

The goal is for B to be condifent that the NA it receives indeed came from A and not from an attacker pretending to be A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does a Confidential Transmission look like in syntax?

A

A -> ●B: NA

Confidential transmission of nonce NA from A to B

The goal is to ensure that only B can see the transmitted NA. No third party or attacker can eavesdrop and learn the nonce

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a summary of each transmission type?

A

Secure Transmission: Ensure it gets there safely without tampering

Authentic Transmission: Ensure it really came from A

Confidential Transmission: Ensure only
B can read it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly