Networks - Protocols and OSI7 Flashcards

1
Q

What are protocols?

Why are they standard?

A

An agreed set of rules for communication between two computers. They are standard so that all devices have a designated method of communicating with each other, regardless of manufacturer.

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

When are protocols agreed?

A

During the handshake period.

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

What do the logical components of protocols tend to consist of?

A
  • The types of error checking used (parity/check digit)

- Bit rate

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

What do the physical components of protocols do?

A

They govern how data is transmitted

  • Wire type
  • WiFi frequency
  • Modulation used / Type of routing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the network protocol used on the internet?

A

TCP/IP

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

What is a layer?

A

A group of protocols organised by function.

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

Why do we use a layer model?

A

To conceptualise a complex system such as network communication.

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

Why is the layer model useful for manufacturers?

A

When they are developing new hardware they can ensure it is compatible with existing protocols.

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

What are the benefits of using a layer model?

A

We can map how protocols relate and interact with one another
You can tell what a protocol does by knowing which layer it resides within

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

What is the OSI 7 layer model?

A

A reference model for how messages should be transmitted between any two points in a telecommunication network.

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

OSI: What is the application layer?

A

The seventh layer.
It interacts with apps for communication purposes.
It determines sufficient resources available.
It controls the communication between apps
EG: Web browser.

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

OSI: What is the presentation layer?

A

The sixth layer.
It organises data into a format that can be used by humans.
ASCII - Plain text for web pages
DOC - Word documents

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

OSI: What is the session layer?

A

The fifth layer.

It allows you to have multiple browsers and resources open simultaneously without data conflicts in transmission.

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

OSI: What is the transport layer?

A
The fourth layer.
Responsible for
- Flow control
- Multiplexing
- Packeting
- Error checking and recovery
Firewalls operate at this level.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

OSI: What is the network layer?

A

The third layer.
Logical address for a server or workstation is managed here. Common protocol is TCP/IP
Routing takes place at this level

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

OSI: What is the data link layer?

A
The second layer.
Data bits organised into frame structure.
- Beginning and end of data frame
- Sender address
- Receiver address
- Error checking of data frame
17
Q

OSI: What is the physical layer?

A

The first layer.
It transmits and receives data bits as electrical pulses.
It controls physical link between communicating systems.

18
Q

What should a good communication protocol include?

A
How to set up a connection
How to end a connection
How to start a message
How to end a message
How to deal with corrupted data
How to format the data being sent.