W3 CyberSecurity Flashcards
(35 cards)
cy
OSI: Layer 7
The Application Layer.
Where humans process data and information.
cy
OSI: Layer 6
The Presentation Layer.
Ensures data is in a usable format.
cy
OSI: Layer 5
The Session Layer.
Capable of maintaining connections.
cy
OSI: Layer 4
The Transport Layer.
Data is forwarded to a service capable of handling requests.
cy
OSI: Layer 3
The Network Layer.
Responsible for which path packets should travel on a network.
cy
OSI: Layer 2
The Data Link Layer.
Responsible for which physical devices packets should go to.
cy
OSI: Layer 1
The Physical Layer.
The pysical infrastructure to transport data.
cy
Layer 7, 6, and 5 are typically implemented how?
Through software.
cy
Layers 3, 2, and 1 are typically implemented how?
Through hardware.
cy
Layer 4 is implemented how?
Layer 4 acts as the bridge between software and hardware.
cy
SDN
SDN, Software Defined Networking, allows more layers of the hardware to be implemented via software.
cy
HTTP
Hypertext Transfer Protocol
A layer 7 protocol that allows web access.
cy
FTP
File Transfer Protocol
A layer 7 protocol which allows users to transfer files.
cy
SNMP
Simple Network Management Protocol
A layer 7 protocol used to read and update network device configurations.
cy
Application Layer
Layer 7
The business logic and functionality of the application lies here. This is what the users use to interact with services across a network. Most developers create applications on the Application Layer.
Most of the applications you use are on the Application Layer, with the complexity of the other layers hidden.
cy
Presentation Layer
Layer 6
Typically an unseen layer, but is responsible of adapting, transforming and translating data. This is to ensure the application and layers beneath can understand one another.
Encoding Schemes used to represent text and data, for example ASCII(American Standard Code for Information Interchange) and UTF(Unicode Transformation Format).
Encryption for services, for example SSL (“Secure Sockets Layer”) and TLS (“Transport Security Layer”)
Compression, for example GZip in use in many implementations of HTTP.
cy
Session Layer
Layer 5
This layer’s responsibility is handling connections between the application and the layers below. It involves establishing, maintaining and terminating connections, otherwise referred to as sessions.
CY
Common protocols which represent the Session Layer well are:
- SOCKS - A protocol for sending packets through a proxy server.
- NetBIOS - An older Windows protocol for establishing sessions and resolving names.
- SIP (“Session Initiation Protocol”) - For engaging in VOIP (“Voice Over IP”) communications
cy
Transport
Layer 4
The layer which allows applications to be represented on the network.
cy
Some well known applications on layer 4:
- TCP (“Transmission Control Protocol”) - Used for many applications, ensuring stability, control of how much data can be sent at any given time, reliability and more.
- UDP (“User Datagram Protocol”) - Lightweight and quick protocol use for many services.
- QUIC (“Quick UDP Internet Connections”) - A protocol designed for faster connections and goes hand-in-hand with the version 2 of the HTTP protocol.
cy
Network
Layer 3
A layer responsible of routing packets between networks via routers.
cy
On the network layer, the following protocols reside:
- IP (“Internet Protocol”) - Used everyday when accessing the Internet. Comes in two versions, IP version 4 and 6.
- ICMP (“Internet Control Message Protocol”) - Used by network devices and network operators, to diagnose network connections or for devices to send and respond to error conditions and more.
- IPSec (“Internet Protocol Security”) - Allows encrypted and secure connections between two network devices.
cy
Data Link
Layer 2
Link networks, as the name implies, consist of protocols designed to send packets through the actual links (physical connections) that network nodes are connected to. A simpler way of thinking of it is that the Link Layer is responsible for moving data from physical over to logical (to the network layer).
cy
Protocols on the data link layer include:
- Ethernet - An essential protocol used by most operating systems when connecting to networks using a physical cable.
- Wi-Fi (“Wireless Fidelity”) - For accessing networks via radio signals. It uses a family of protocols called IEEE 802.11.xx
- NDP (“Neighbor Discovery Protocol”) - IP version 6(IPv6) uses this protocol on the Link Layer to gather information required to communicate via IPv6