diff --git a/network.html b/network.html index 4d3fff0..5976daa 100644 --- a/network.html +++ b/network.html @@ -41,6 +41,7 @@

Networking

  • VPN
  • Proxy
  • Firewall
  • +
  • TOR
  • Networking Nodes
  • @@ -212,6 +213,10 @@
    Secure Shell Protocol (SSH) :
    Dynamic Host Configuration Protocol (DHCP) :

    It is a network management protocol used to automatically assign IP addresses and other network configuration information to devices on a network. DHCP eliminates the need for manual configuration of network settings.

    +
  • +
    Network Time Protocol (NTP) :
    +

    NTP is a protocol used to synchronize the clocks of computers and other devices over a network. It ensures that systems maintain accurate time by synchronizing with a reference time source, typically an atomic clock or GPS time.

    +
  • Default Port for Protocols :
    @@ -568,6 +573,18 @@

    # Firewall

    +
    +

    # TOR

    +
    +

    TOR stands for The Onion Router, a free, open-source software that enables anonymous communication over the internet. It is designed to protect users' privacy and security by routing internet traffic through a series of volunteer-operated servers, known as nodes or relays, that encrypt and re-encrypt the data multiple times, making it very difficult to trace back to the original user.

    + +
    +
    +

    # Networking Nodes