Cyber Security Lesson 2 (Cyber Security Networking Basics)
Cyber Security Lesson 2 (Cyber Security Networking Basics)
CS Networking
CS Networking Basics
Cyber Security Networking Basics
Protocols and Networking
It is essential for Cyber Security Professionals to have a solid understanding of
how computers communicate. There is much more happening behind the scenes of
computer networks than what can be observed when using applications.
3 - Network Layer Responsible for which path packets should travel on a network
6 - Presentation Software
5 - Session Software
1 - Physical Hardware
Layer 4, the Transport layer, connects the software with the hardware layers.
SDN ("Software Defined Networking") is technology which allows more layers of the
hardware to be implemented via software.
Layer 7 - Application Layer
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.
There are many applications which uses these protocols like Google Chrome,
Microsoft Skype and FileZilla.
• 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.
Layer 5 - Session Layer
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.
Layer 4 - Transport
The layer which allows applications to be represented on the network.
Layer 2 - Link
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).