Networks - Protocols and OSI7 Flashcards
What are protocols?
Why are they standard?
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.
When are protocols agreed?
During the handshake period.
What do the logical components of protocols tend to consist of?
- The types of error checking used (parity/check digit)
- Bit rate
What do the physical components of protocols do?
They govern how data is transmitted
- Wire type
- WiFi frequency
- Modulation used / Type of routing
What is the network protocol used on the internet?
TCP/IP
What is a layer?
A group of protocols organised by function.
Why do we use a layer model?
To conceptualise a complex system such as network communication.
Why is the layer model useful for manufacturers?
When they are developing new hardware they can ensure it is compatible with existing protocols.
What are the benefits of using a layer model?
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
What is the OSI 7 layer model?
A reference model for how messages should be transmitted between any two points in a telecommunication network.
OSI: What is the application layer?
The seventh layer.
It interacts with apps for communication purposes.
It determines sufficient resources available.
It controls the communication between apps
EG: Web browser.
OSI: What is the presentation layer?
The sixth layer.
It organises data into a format that can be used by humans.
ASCII - Plain text for web pages
DOC - Word documents
OSI: What is the session layer?
The fifth layer.
It allows you to have multiple browsers and resources open simultaneously without data conflicts in transmission.
OSI: What is the transport layer?
The fourth layer. Responsible for - Flow control - Multiplexing - Packeting - Error checking and recovery Firewalls operate at this level.
OSI: What is the network layer?
The third layer.
Logical address for a server or workstation is managed here. Common protocol is TCP/IP
Routing takes place at this level