protocols Flashcards

1
Q

FTP - File Transfer Protocol

A

Provides the rules for file transfer between computers

Used to transfer files too large for attachment to emails

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

HTTP - Hypertext Transfer Protocol

A

Provides the rules to be followed by a web browser and a web server when requesting and supplying information

Used for sending requests to a web client (a browser) to a web server and returning web content from the server back to the client

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

What are protocols?

A

The rules that computers must follow when they are communicating and sending/receiving data over a network

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

HTTPS - Hypertext Transfer Protocol Secure

A

Ensures that communications between a host and client are secure by encrypting communications

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

SMPT - Simple Mail Transfer Protocol

A

Provides the rules for sending email messages from client to server and then from server to server until it reaches its destination

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

POP - Post Office Protocol

A

Used by a client to retrieve emails from a mail server. All of the emails are downloaded when there is a connection between client and server

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

IMAP - Internet Message Access Protocol

A

Messages do not have to be downloaded, but can be read and stored on the mail server. This is better for users with many different devices as they can be read from all devices rather than being downloaded to just one

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

What are layers?

A

Levels that the protcols of the TCP/IP stack are organised into through which all data must pass

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

Application layer

A

Provides services to applications such as web browsers and email clients. This is where requests are made to web servers or emails are sent

Protocols:
- FTP
- HTTP
- HTTPS
- SMPT
- POP
- IMAP

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

Transport layer

A

Divides data sent from the application layer into packets. Checks that data has been received and notifies sender if it has

Protocols:
- TCP
- UDP (User Diagram Protocol)

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

Internet layer

A

Adds the source and destination IP addresses to the data and routes it to the recipient computer

Protocols:
- IP

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

Network layer

A

Uses network-specific protcols to ensure correct transmission of data through the local network

Protocols:
- Ethernet Protocols
- Wi-Fi Protocols

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

What’s in a packet?

A
  • Payload (data being sent)
  • Destination address (IP address)
  • Source address (IP address)
  • Packet number (x out of y)
  • Check digit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

TCP/IP - Transmission Control Protocol/Internet Protocol

A

A set or stack of protocols that allows a computer to communicate across a WAN

The protocols:
- split the data into smaller packets, reassemble packets on arrival and encrypt/decrypt as required
- add an address in order to transmit the data to the correct destination
- notify the sending computer that the data has been received

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