Network (v-lan, segmentation, firewalls, monitoring) Flashcards
What is the OSI-Model?
- It is a conceptual framework that describes how network protocols communicate with each other.
- It consists of 7 layers that represent different functions and protocols in the process of transmitting data across a network.
Name the 7 layers in the OSI-Model.
- Physical Layer.
- Data Link Layer.
- Network Layer.
- Transport Layer.
- Session Layer.
- Presentation Layer.
- Application Layer.
What does the physical layer do?
It deals with the physical connection between devices and the transmission of raw data
What does the data link layer do?
It provides reliable data transmission across the physical link, error detection, and correction
What does the network layer do?
It manages the movement of packets across the network, routing, and congestion control.
What does the transport layer do?
It ensures reliable and orderly delivery of data between endpoints, handling flow control and error recovery
What does the session layer do?
It provides for the establishment and management of connections between applications
What does the presentation layer do?
It deals with the representation of data and the conversion of data into a suitable format for transmission
What does the application layer do?
It provides services to end-user applications, such as email, file transfer, and web browsing.
In reference to the OSI-model, what does it mean when each layer only ‘see’ the corresponding layer?
Each layer only interacts with the layer immediately above it and the layer immediately below it.
This means that each layer has a specific role and responsibility and communicates only with its adjacent layers, which helps to ensure that data is transmitted accurately and efficiently.
What is TCP/IP?
It is a set of communication protocols that are used to connect devices on the internet.
- It provides end-to-end communication across networks, and is responsible for transmitting data packets from one device to another.
What is the importance of TCP/IP in the OSI-model?
- It provides the underlying foundation for network communication and it maps to some of the layers in the OSI model.
- TCP/IP defines how data is sent over a network, while the OSI model provides a conceptual framework for understanding how different network protocols and technologies interact with each other.
What is UDP?
It is a communication protocol used in computer networks that allows for fast data transmission without error-checking or resending lost packets.
It’s often used for real-time applications such as video conferencing, online gaming, and live streaming where speed is more important than reliability.
what is ICMP?
It is a protocol used in computer networks to send error messages and operational information about the network.
It is typically used for diagnostics such as the ‘Ping’ service.
What are cables?
They are used to physically connect devices in a network, allowing them to communicate with each other.
What are NIC’s/network cards?
They are hardware components that are installed on computers to provide them with network connectivity.
They allow computers to send and receive data over a network.