From d8bb91ae52aa4d8fdd81562069b30abede14e555 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Sun, 22 Jan 2023 16:35:00 +0100 Subject: [PATCH] update --- README.md | 2 +- network-knowledge-base/readme.md | 50 ++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 network-knowledge-base/readme.md diff --git a/README.md b/README.md index be1f452..8a0b1c6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ * [wireguard](wireguard/) - the one and only VPN to ever consider * [arch_linux_host_install](arch_linux_host_install) -Check also plan directories for work in progress +Can also check the directories listed at otp for work in progress Check also [StarWhiz / docker_deployment_notes](https://github.com/StarWhiz/docker_deployment_notes/blob/master/README.md)
Who documents self hosted apps in similar format and also uses caddy for reverse proxy diff --git a/network-knowledge-base/readme.md b/network-knowledge-base/readme.md new file mode 100644 index 0000000..e5ea2b8 --- /dev/null +++ b/network-knowledge-base/readme.md @@ -0,0 +1,50 @@ +# network-knowledge-base + + +* mac address +* ip address +* mask, mask notation +* gateway +* port +* packet and frame +* broadcast +* ARP +* NAT +* bridge, bridging +* switch, router, firewall +* Bandwidth +* DNS +* DHCP +* ICMP ping +* TCP / UDP +* HTTP +* SSH +* VPN +* [OSI/ISO model idea](https://www.reddit.com/r/networking/comments/2bazcl/i_dont_honestly_understand_the_osi_model_despite/cj45hih/) + +[digital ocean](https://www.digitalocean.com/community/tutorials/an-introduction-to-networking-terminology-interfaces-and-protocols)
+[100 terms](https://www.makeuseof.com/networking-terms-glossary/) + +![logo](https://i.imgur.com/ATNGPaJ.png) + + +# Network-hostnamess discovery / Zero-configuration networking / + +http://jaredrobinson.com/blog/upnp-ssdp-mdns-llmnr-etc-on-the-home-network/ + + mDNS, NetBIOS, Samba, UPnP, Avahi, LLMNR, WINS,... + +What a mess + +Seems LLMNR is reliable and widly available everywhere for hostname resolution. +Even when wiki says its being phased out by microsoft. + +Tested with wireshark. Pinging for a nonexisting hostname mans LLMNR +broadcast to every device on network is send asking who is that hostname. +Works same when pinging from archlinux or pinging from win8.1 + + + +# asdasdasd + +