# 网卡

弹性计算实例的网卡（vNIC）是一种软件定义的网络接口，使弹性计算实例能够在虚拟化网络中进行通信。每个 vNIC 都与一个弹性机器实例相关联，其行为类似于物理网卡，使实例能够发送和接收网络数据包。

## 主网卡

创建弹性计算实例时，会同时创建一个主网卡。此主网卡不能解绑。

## 弹性网卡

如果您有更复杂的网络需求，可以在实例上绑定额外的弹性网卡。弹性网卡可以解绑，然后重新绑定到其他弹性计算实例。


---

# 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/elastic-compute/networking/network-interface.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.
