Category

Networking Concepts and Configuration Guides

Understand networking concepts including TCP/IP, DNS, routing, and troubleshooting techniques with real-world examples.

The Networking section helps you understand how systems communicate over networks.

This includes both theoretical concepts and practical configuration guides.

You may also explore Security.

Topics covered

  • TCP/IP fundamentals
  • DNS and routing
  • Network troubleshooting
  • Connectivity issues

Ideal for

  • Network engineers
  • System administrators

50 articles

How to do TCP Retransmission Analysis using Wireshark

TCP retransmissions happen when there is packet loss or congestion, which causes high latency and low speed. TCP implements many methods to recover connections …

By nurten-dogan · 7 min read · networking

Set Static IP in Rocky Linux [6 Different Methods]

6 different methods to configure and set static IP Address in Rocky Linux. Use nmtui, nmcli, ifcfg, ip and ifconfig utility to configure static IP address

By admin · 11 min read · networking

Check OPEN Ports in Linux [Like a PRO]

Use nmap, hping3 and netcat (nc) to check open ports in Linux. You can also use netcat to test firewall rules to make sure if a port is open or closed in a …

By admin · 12 min read · networking