3.5 Protocols and Layers Flashcards

1
Q

Give all the protocols for this topic

A
  • HTTP
  • HTTPS
  • FTP
  • POP
  • IMAP
  • SMTP
  • TCP/IP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a protocol?

A

A set of rules that a connection follows on a network

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

HTTP

A
  • Hypertext transfer protocol is used for accessing and receiving web pages via the internet
  • Written in HTML
  • Protocol requests a web page from the web server and then it receives the web page
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

HTTPS

A
  • Secure HTTP encrypts the information so that it cannot be understood by an eavesdropper
  • Sites that include information based on credit or passwords ideally use HTTPS (banks, online shops, social networks)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

FTP

A

File Transfer Protocol is 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
6
Q

SMTP servers

A

SMTP protocol is when an email is sent to a mail server and forwarded to the internet back to the mail server destination and POP/IMAP to access the email

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
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
8
Q

POP

A

Post-Office Protocol will download every new message to your local device and with them no longer being available on the server - This is similar to the protocol of sending a letter through a post office

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

IMAP

A

Internet Message Access Protocol will leave the messages on the server/ They can be accessed by multiple devices and they can only be removed if the user deletes them

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

SMTP

A
  • The Simple Main Transfer Protocol is used for sending email (gmail, outlook etc.)
  • Needed for when the sender and recipient use different mail services
  • Mail server relays the message through various other servers known as mail relays
  • Finally the email arrives at the destination mail server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

TCP

A
  • Transmission Control Protocol breaks up the messages sent over the Internet into small chunks called packets. Reassembles the packets at the other end
  • Detects error
  • Resends lost messages
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

IP

A

Internet Protocols routers the individual packets from one IP address to another

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

What is the TCP/IP protocol stack?

A

Defines 4 layers that enable communication on the Internet. This is a design with each layer being responsible for a small part of the communication process

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

What are the 4 layers of TCP/IP protocol stack?

A
  • Application layer
  • Transport layer
  • Internet layer
  • Link layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Sending data using the stack

A

The application you are using to send data will determine the correct protocol to use to communicate

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

Application layer (1st)

A

Computer application produces data for sending. Things like SMTP, FTP and HTTP operate in this layer. HTTP would connect to websites. SMTP would be used for emails and FTP would be used to upload files to a website

17
Q

Transport layer (2nd)

A
  • Transport layer creates the connection between 2 computers or ‘hosts’. Here data is divided up into packets and given a packet number. Packets are reassembled by the recipient’s Transport layer.
  • Lost packets are resent
  • This layer uses TCP
18
Q

Internet layer (3rd)

A

Internet layer is responsible for routing packets and routers operate on this layer. Source and destination addresses are written on to the packets ready for transmission

19
Q

Link Layer (4th)

A

Physical hardware and cables that ‘link’ data. Things like MAC, ethernet and Wi-Fi operate on this layer

20
Q

Receiving data

A

Data packets move back up the opposite way to how you send it.

21
Q

Advantages of layers

A
  • Layers are self-contained and this means the functionality of one layer can be changed without affecting functionality of other layers
  • Different hardware or software operates on a particular layer providing interoperability between providers and systems
22
Q

What are layers?

A
  • A division of network functionality

- A specific function of the network

23
Q

Why do we have protocols?

A

So we have standards on how computers send and receive messages on a network

24
Q

What are standards?

A

Specifies the way that computers access a network, speeds on different types of networks, and the types of technologies used