This commit is contained in:
DoTheEvo 2023-01-22 16:35:00 +01:00
parent c71068e06e
commit d8bb91ae52
2 changed files with 51 additions and 1 deletions

View File

@ -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)<br>
Who documents self hosted apps in similar format and also uses caddy for reverse proxy

View File

@ -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)<br>
[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