> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/packet-squirrel-mark-ii/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hak5.org/packet-squirrel-mark-ii/networking-tutorial/glossary.md).

# Glossary

<table><thead><tr><th width="208">Term</th><th>Definition</th></tr></thead><tbody><tr><td>Bridge</td><td>A network mode (or network device) which copies packets between two physical interfaces, without changing the content of the packets.<br><br>Similar to a switch, a bridge copies packets from one physical network to another physical network, without modification.</td></tr><tr><td>Hub</td><td>A hub distributes packets from all connected devices to all other connected devices.<br><br>A hub operates at the physical layer (layer 1) and has no insight into the contents of the data, and offers no protection against multiple devices transmitting at once.</td></tr><tr><td>Layer <em>N</em></td><td>A reference to a layer in the <a href="/pages/kSUOmXdUTm9db9Mbg7N9">OSI network model</a>; typically used to describe the area of networking, such as layer 2 (raw packets), layer 4 (TCP and above), and so on.</td></tr><tr><td>MAC Address</td><td>A MAC address (Media Access Control), is the unique 6-byte addressed of a network card at the lowest layer.<br><br>MAC addresses <em>must</em> be unique within a network.<br><br>The first 3 bytes of the MAC address are known as the OUI (Organizational Unique Identifier); each manufacturer has a unique UI, which allows identifying (to some extent) what company has produced a network device.  Since many network devices are re-branded or include network chipsets from other companies, this information is not always reliable.</td></tr><tr><td>NAT</td><td>Also known as <em>Network Address Translation</em> or <em>Masquerading</em>; a method where packets from multiple devices on a private network are rewritten to appear to be from a single device on the public network.</td></tr><tr><td>Packet</td><td><p>A packet represents a collection of data on the network transmitted as a single object.</p><p><br>A stream of data (such as a web site or video stream) is broken up into many packets to traverse the network.<br><br>Often used synonymously with the term "frame" to indicate a block of data on a physical network.</p></td></tr><tr><td>Router</td><td>A network mode (or network device) which directs packets from one logical network to another (such as from a private network to an Internet connection, often utilizing NAT in the process).<br><br>Routers are responsible for passing packets from one network to another, such as a private local network passing packets to a larger corporate network or the Internet.<br><br>Routers modify packets to direct them to the new network.</td></tr><tr><td>Switch</td><td>A network device which connects multiple Ethernet devices, while keeping traffic separate.<br><br>A switch operates purely at the data layer (layer 2), and typically has no insight into the types of packets or the protocols contained in the packet.</td></tr></tbody></table>


---

# 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://documentation.hak5.org/packet-squirrel-mark-ii/networking-tutorial/glossary.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.
