# G

## 公网 NAT 网关

在网络中，网关是一种连接两个或更多具有不同通信协议的网络的设备或软件组件。它充当两个网络之间的桥梁，使它们能够相互通信。网关可以是物理设备，如路由器或交换机，也可以是虚拟组件，如软件程序或虚拟机。它通常作为一个网络的入口点或出口点，实现本地网络设备与其他网络设备（如互联网或远程私有网络）之间的通信。

## Gzip

Gzip（GNU zip）是一种用于减小文件大小的压缩和解压缩工具。它是一种使用压缩算法压缩文件的软件应用，这些文件可以被解压缩回原始形式。Gzip 常用于网络传输时压缩文件以加快传输速度，并减少存储文件所需的磁盘空间。Gzip 格式在许多平台上得到广泛支持，常用于 Web 服务器上的文件压缩以提高网站性能。


---

# Agent Instructions: 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://docs.console.zenlayer.com/welcome/cn/glossary/a-g/g.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.
