Protocols Flashcards

1
Q

What is the definition of a protocol

A

a set of rules

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

Protocols to transfer data

A

TCP, IP, UDP

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

What is the role of TCP?

A

breaks data down into small packets so its able to be transferred across a network

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

What is the role of IP?

A

in charge of routing and addressing data packets ensuring it goes to the correct destination.

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

What is the role of UDP?

A

faster alternative to TCP, used where low latency is important.

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

What are the hyper text transfer protocols?

A

HTTP, HTTPS

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

What is FTP?

A

a file transfer protocol that is used to transfer files across a network.

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

What are the network management protocols?

A

ICMP, SNMP

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

What is the role of ICMP (internet control message protocol) and SNMP (simple network management)

A

ICMP= collects network status information such as router errors.

SNMP= records network statistics such as router usage.

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

What are the email protocols?

A

SMTP( simple mail transfer protocol) = sends emails to a mail server also between mail servers.

POP( post office protocol) downloading and storing emails from a mail server.

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

What are the 7 layers in order?

A
  • application server
  • presentation layer
  • session layer
  • transport layer
  • network layer
  • data link layer
  • physical layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is application layer?

A

where application access the network services

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

What is the presentation layer?

A

makes sure data is in a useable format. This is where data encryption occurs

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

What is the session layer?

A

responsible for controlling ports and sessions.

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

What is a transport layer?

A

transmits data using transmission protocols such as TCP and UDP.

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

What is a network layer?

A

decides which path the data will take physically.

17
Q

What is a data link layer?

A

defines the format of the data

18
Q

What is a physical layer?

A

transmits raw bit stream over the medium.