Networking Refresher

Search for a command to run...

No comments yet. Be the first to comment.
How to bypass SSL pinning with an android emulator for pentesting

Learn about my experience with the Advanced Evasion Techniques and Breaching Defenses Course & the OSEP exam!

Zero Trust Network Access

Introduction Having spent a considerable amount of time immersed in web-related attacks in the AWAE labs over the last 4 months, I began to feel a sense of detachment from the realm of Active Directory (AD) exploitation and pivoting. Now that I was d...

Introduction Greetings, fellow cyber peoplez! Just wanted to give you guys some insight into my journey towards earning the Offensive Security Wireless Professional (OSWP) certification. In this blog post, I will take you through some of my experienc...


Networking is the exchange of information and ideas among people with a common profession or special interest, usually in an informal social setting. I recently felt like I had trouble remembering some of the stuff related to networking. Thus, I decided to take a small refresher and write stuff down so that they would stick with me better! What better way than to blog about it? π
Classful Network

A classful network is a network addressing architecture used in the Internet from 1981 until the introduction of Classless Inter-Domain Routing in 1993. The method divides the IP address space for Internet Protocol version 4 into five address classes based on the leading four address bits.
Private / Public IP Address classes

A media access control address is a unique identifier assigned to a network interface controller for use as a network address in communications within a network segment. This use is common in most IEEE 802 networking technologies, including Ethernet, Wi-Fi, and Bluetooth.
TCP (Transmission Control Protocol) is a standard that defines how to establish and maintain a network conversation through which application programs can exchange data. [Connection oriented protocol]
UDP (User Datagram Protocol) is an alternative communications protocol to Transmission Control Protocol (TCP) used primarily for establishing low-latency and loss-tolerating connections between applications on the internet. [Connection-less protocol]
A three-way handshake is a method used in a TCP/IP network to create a connection between a local host/client and server
How does the TCP Three-way handshake work?
To Initiate a connection:
SYN β SYN, ACK β ACK
To gracefully terminate a connection:
FIN β FIN, ACK β ACK
The Open Systems Interconnection model (OSI model) is a conceptual model that characterizes and standardizes the communication functions of a telecommunication or computing system without regard to its underlying internal structure and technology.
1 | Physical β data cables, Cat6
2 | Data link β Switching, MAC Addresses
3 | Network β IP Addresses, Routing
4 | Transport β TCP, UDP
5 | Session β Session Management
5 | Presentation β WMV, JPEG, MOV
6 | Application β HTTP, SMTP