Protocols Flashcards

1
Q

Describe how SSL/TLS are used to secure card transactions online

A

+Browser requests a secure page (https://).

  • Web server sends a public key with its certificate

+ Web browser checks certificate is from trusted party

+ Web browser encrypts random symmetric encryption key
using public key

+ Sends it to the server with the encrypted URL and other
encrypted http data.

  • Using private key, web server decrypts symmetric
    encryption key
  • Web server sends requested html document, http
    data encrypted with symmetric key.

+ Web browser decrypts http data and html document
using symmetric key

+ Displays information/page.

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

Define a protocol

A

Rules that define methods of communicating data between two or more digital devices, ensuring the transmission of data always follows a protocol.

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

Explain TCP/IP ( Transmission Control Protocol )

A

Data sent over the internet, it is broken into packets which are separately sent and then reassembled at the desired location.

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

Explain SMTP

A

Used to transfer emails between mail servers.

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

Explain POP3 (Post Office Protocol 3)

A

Used to retrieve emails from the mail server, allows us to download messages for offline reading. However you can access and download it on the server once.

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

Explain
HTTP (Hyper text transfer protocol)
HTTPS (Hyper text transfer protocol secure)

A

Hyper text transfer protocol Allows web server and browser to transfer files over the internet. Allows us to access WWW.

HTTPS is A secure version of HTTP, uses public key cryptography to encrypt communication.

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