> For the complete documentation index, see [llms.txt](https://ploegert.gitbook.io/til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ploegert.gitbook.io/til/general/networking.md).

# Networking

- [Applications](https://ploegert.gitbook.io/til/general/networking/applications.md)
- [NMAP](https://ploegert.gitbook.io/til/general/networking/applications/nmap.md)
- [Scappy](https://ploegert.gitbook.io/til/general/networking/applications/scappy.md)
- [TCP Dump](https://ploegert.gitbook.io/til/general/networking/applications/tcp-dump.md)
- [Wireshark](https://ploegert.gitbook.io/til/general/networking/applications/wireshark.md): https://packetlife.net/library/cheat-sheets/
- [Common Ports](https://ploegert.gitbook.io/til/general/networking/common-ports.md)
- [Cabling](https://ploegert.gitbook.io/til/general/networking/cabling.md)
- [Protocols](https://ploegert.gitbook.io/til/general/networking/protocols.md)
- [BGP](https://ploegert.gitbook.io/til/general/networking/protocols/bgp.md)
- [EIGRP](https://ploegert.gitbook.io/til/general/networking/protocols/eigrp.md)
- [First Hop Redundancy](https://ploegert.gitbook.io/til/general/networking/protocols/first-hop-redundancy.md)
- [IEEE 802.1X](https://ploegert.gitbook.io/til/general/networking/protocols/ieee-802.1x.md)
- [IEEE 802.11 WLAN](https://ploegert.gitbook.io/til/general/networking/protocols/ieee-802.11-wlan.md)
- [IP Security](https://ploegert.gitbook.io/til/general/networking/protocols/ip-security.md)
- [IPv4 Multi-cast](https://ploegert.gitbook.io/til/general/networking/protocols/ipv4-multi-cast.md)
- [IPv4 Subnetting](https://ploegert.gitbook.io/til/general/networking/protocols/ipv4-subnetting.md)
- [IPv6](https://ploegert.gitbook.io/til/general/networking/protocols/ipv6.md)
- [IS-IS](https://ploegert.gitbook.io/til/general/networking/protocols/is-is.md): Intermediate System to Intermediate System (IS-IS, also written ISIS) is a routing protocol designed to move information efficiently within a computer network, a group of physically connected computer
- [OSPF](https://ploegert.gitbook.io/til/general/networking/protocols/ospf.md)
- [Point to Point](https://ploegert.gitbook.io/til/general/networking/protocols/point-to-point.md)
- [RIP](https://ploegert.gitbook.io/til/general/networking/protocols/rip.md)
- [Spanning Tree](https://ploegert.gitbook.io/til/general/networking/protocols/spanning-tree.md)
- [Technologies](https://ploegert.gitbook.io/til/general/networking/technologies.md)
- [Frame Mode MPLS](https://ploegert.gitbook.io/til/general/networking/technologies/frame-mode-mpls.md)
- [IOS (Cisco)](https://ploegert.gitbook.io/til/general/networking/technologies/ios-cisco.md)
- [Network Address Translation](https://ploegert.gitbook.io/til/general/networking/technologies/network-address-translation.md)
- [Quality of Service](https://ploegert.gitbook.io/til/general/networking/technologies/quality-of-service.md)
- [VLANs](https://ploegert.gitbook.io/til/general/networking/technologies/vlans.md)
- [VOIP Basics](https://ploegert.gitbook.io/til/general/networking/technologies/voip-basics.md)
- [Resolve The Public IP Of A URL](https://ploegert.gitbook.io/til/general/networking/resolve-the-public-ip-of-a-url.md)
- [Path Of The Packets](https://ploegert.gitbook.io/til/general/networking/path-of-the-packets.md)
- [Determine The IP Address Of A Domain](https://ploegert.gitbook.io/til/general/networking/determine-the-ip-address-of-a-domain.md)
- [Allow HTTPS Through Your UFW Firewall](https://ploegert.gitbook.io/til/general/networking/allow-https-through-your-ufw-firewall.md)
- [Allow Cross-Origin Requests To Include Cookies](https://ploegert.gitbook.io/til/general/networking/allow-cross-origin-requests-to-include-cookies.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ploegert.gitbook.io/til/general/networking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
