Test 3 Flashcards

(8 cards)

1
Q

What is SOP?

A

Same-Orgin Policy

A web security rule that prevent one website from accessing another resource unless they both share same protocol domain port

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

Why is SOP important?

A

Same Origin policy, it important Becuase it prevent cross site scripting and cross site request forgery attack.

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

What is Same site concept?

A

It a cookie security extension and how it behave across different sites, this help to prevent Cross site request forgery attack

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

Same site concept type

A

They uses
Strict: to prevent cookies only same site request

Lax: cookie sent on safe request

None: cookies sent cross site but must use secure (https)

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

An example of same site concept

A

If a site has Same site attribute and it lax, cookies are included in a user visit by not in a 3rd party request

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

Explain the importance of SSL certificates in HTTPS

A

SSL certificates authentication a website identity and enable encrypted communication via HTTPs, they protect sensitive data like credit card and personal information

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

Process of SSL/TLS works and example

A

Handshake which the browser request for a secure connection

Server response: server send it SSL/TLS certificates for verification

Key exchange: The client and server established a secure connection using asymmetric encryption

Secure session: The communication switches to symmetric encryption ensure all data stays private

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

SSL/TLS example while using internet

A

When shopping online, SSL encryption ensure credit card and detail are secure, preventing hacker from accessing them

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