Internet / Network Protocols Flashcards

1
Q

HTTP - Hypertext Transfer Protocol

A

Defines how webpages are
transferred from server to the client. The HTTP will make a request to the IP and the server responds with a webpage. There are 8 different HTTP commands
including GET, POST and
CONNECT*

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

HTTPS - Secure Hypertext Transfer Protocol

A

Connects via a different port and encrypts the data

between the HTTP and the TCP protocols.

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

FTP - File Transfer Protocol

A

The protocol used to download and upload files. Most modern browsers have built in FTP

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

POP3 - Post Office Protocol 3

A

Allows emails to be received from a server. The protocol connects to the email server, downloads a local copy then deletes them from the server.

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

SMTP - Simple Mail Transfer Protocol

A

Used for sending emails

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

CSMA/CA - (Carrier Sense Multiple Access with Collision Avoidance)

A

Is a transmission protocol that prevents packet collisions. Once it receives a packet, it checks whether the channel is clear, if it is not available it will generate a random wait time, when it will check again. If a packet is larger than the permitted size is needed to be sent, a hands hake needs to
occur first - the RTS/CTS
(Request to Send/Clear to Send) protocol. This protocol only occurs when the packet is larger than the threshold.

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