Network Basics
Understanding Network Infrastructure
Network infrastructure is the foundation of modern digital communication, comprising hardware, software, and protocols that enable data transmission between devices. For cybersecurity professionals, understanding network topology is crucial for identifying potential vulnerabilities and securing systems.
Key Network Components
1. Network Devices
Device Type |
Function |
Layer |
Router |
Connects different networks |
Network Layer |
Switch |
Connects devices within a local network |
Data Link Layer |
Firewall |
Monitors and controls network traffic |
Network/Transport Layer |
Modem |
Converts digital signals to analog |
Physical Layer |
2. Network Topologies
graph TD
A[Star Topology] --> B[Hub/Switch Central Point]
C[Mesh Topology] --> D[Multiple Interconnected Connections]
E[Bus Topology] --> F[Single Communication Line]
IP Addressing and Subnetting
IPv4 Address Structure
- Network Address
- Host Address
- Subnet Mask
Basic Network Discovery Commands
## Display network interfaces
ip addr show
## Ping network hosts
ping 192.168.1.1
## Trace network route
traceroute www.example.com
## Scan network with nmap
sudo nmap -sn 192.168.1.0/24
Network Protocols
Key protocols for understanding network infrastructure:
- TCP/IP
- HTTP/HTTPS
- DNS
- DHCP
LabEx Practical Approach
At LabEx, we emphasize hands-on learning for network mapping and infrastructure analysis. Understanding these fundamental concepts provides a solid foundation for advanced cybersecurity techniques.