5 - Data Transmission Protocol Flashcards

(13 cards)

1
Q

What is the purpose of HTTP?

A

It establishes a connection between a client and a server to transfer webpages and associated files.

Hyper Text Transfer Protocol

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

Outline the HTTP process.

A

User types a URL.

  1. Browser sends an HTTP request to the correct web server.
  2. Server sends an HTTP response with the requested file.
  3. Additional requests are made for extra files (e.g., images).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is HTTPS?

A

A secure version of HTTP that encrypts data using TLS or SSL.

Hyper Text Transfer Protocol

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

Why is HTTP used for downloading web pages instead of FTP?

A

HTTP is specifically designed for web content delivery, while FTP is designed for general file transfer.

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

What is FTP used for?

A

Transferring files between a client and a server using an FTP address, username, and password.

File Transfer Protocol

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

What are the two FTP connections?

A

Control connection: Sends commands and manages the session.

Data connection: Transfers files between client and server.

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

Why are secure payment protocols used?

A

To ensure online payments (eCommerce) are transmitted securely and protect sensitive data such as bank details.

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

What is SET?

A

A secure communication protocol initially supported by Mastercard and Visa; discontinued due to complexity.

Secure Electronic Transaction

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

Summarize the SET process.

A

1.Purchase order sent to merchant.
2. Card details sent to merchant’s bank.
3. Bank authorises payment.
4. Authorisation returned to merchant to finish transaction.

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

What is 3D Secure?

A

A widely used authentication protocol for online payments (e.g., Visa Secure, Mastercard Identity Check) using XML and SSL.

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

Summarize the 3D Secure process.

A
  1. User enters card details; merchant checks if card uses 3D Secure.
  2. If yes, user is redirected to their bank’s authentication page.
  3. Successful authentication is sent to the merchant.
  4. Merchant sends payment + authentication to their bank.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How can you tell a website is secure for online purchases?

A

Look for HTTPS and the padlock symbol in the address bar.

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

Difference between SET and 3D Secure?

A

SET: Very secure but overly complex; no longer widely used.

3D Secure: Modern, simple, widely adopted authentication step to reduce card fraud.

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