T3 - Protocols and layers: Flashcards

1
Q

Protocols

A
  • set of rules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HTTP

A

– Hypertext Transfer Protocol

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

HTTPS –

A

Hypertext Transfer Protocol Secure

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

FTP –

A

File Transfer Protocol

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

POP –

A

Post Office Protocol

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

IMAP –

A

Internet Message Access Protocol

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

SMTP –

A

Simple Mail Transfer Protocol

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

TCP/IP –

A

Transmission Control Protocol /
Internet Protocol

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

HTTP use

A

used for accessing and receiving web pages via the Internet - written in HTML
protocol requests a web page from the
web server
The server sends its response with the web page

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

HTTPS (secure HTTP) use

A

encrypts the information so that it cannot be understood by an eavesdropper

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

Websites using HTTPS =

A

Banks or online shops

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

FTP: role

A

used for sending or retrieving files to or from a FTP server

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

How email works:

A

email is sent from a computer it will first be sent to a mail server using the SMTP protocol
When it reaches the destination mail server it is stored
The user’s computer uses POP or IMAP to access the email

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

POP and IMAP:

A

email retrieval protocols fetch message data and attachments from your remote mail server

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

POP: role

A

will download every new message to your local device and delete from local server

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

IMAP: role

A

will leave the messages on a server.
They can be accessed by multiple devices
they only are removed if the user deletes them

17
Q

SMTP: role

A

email protocol used for sending email
Email software sends the
email to the SMTP server used by the company or individual
the email arrives at the destination mail server

18
Q

TCP protocol: role

A

Breaks up messages sent over the Internet into small chunks called packets
Reassembles the packets at the other end
Detects errors
Resends lost messages

19
Q

IP protocol: role

A

Routes the individual packets from one IP address to another

20
Q

Order of layers:

A

Application layer (SMTP, FTP and HTTP )
Transport layer (TCP)
Internet layer (Routers and IP)
Link layer (MAC (Media Access Control), Ethernet, Wi-Fi

21
Q

Application layer:

A

email clients and web browsers create data to send in this layer

22
Q

Transport layers:

A

creates the connection between two computers, or ‘hosts’
Data is then divided up into packets and given a packet number
Packets are reassembled by the recipient’s Transport layer
Lost packets are resent

23
Q

Internet layer:

A

responsible for routing packets
Source and destination addresses are written on to the packets ready for transmission

24
Q

Receiving data: order of layers

A

The link layer
The Internet layer
The Transport layer
The Application

25
Q

Advantages of layers:

A

Self-contained
functionality of one layer can be changed without affecting the functionality of other layers
Different hardware or software operates on a particular layer = interoperability

26
Q

Receiving data: link layer

A

removes the MAC address and passes packets up to the Internet layer

27
Q

Receiving data: internet layer

A

The Internet layer removes the IP addresses and passes packets up to the Transport layer

28
Q

Receiving data: transport layer

A

The Transport layer reassembles the packets and passes the data to the Application layer

29
Q

Receiving data: application layer

A

The Application layer uses the correct protocol to correctly display the data, web page or email for the user