1e41f4b71Sopenharmony_ci# Introduction to Network Kit
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ciNetwork Kit provides the following functions:
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ci- [HTTP data request](http-request.md): initiates a data request through HTTP.
6e41f4b71Sopenharmony_ci- [WebSocket connection](websocket-connection.md): establishes a bidirectional connection between the server and client through WebSocket.
7e41f4b71Sopenharmony_ci- [Socket connection](socket-connection.md): transmits data through Socket.
8e41f4b71Sopenharmony_ci- [Network connection management](net-connection-manager.md): provides basic network management capabilities, including management of Wi-Fi/cellular/Ethernet connection priorities, network quality evaluation, subscription to network connection status changes, query of network connection information, and DNS resolution.
9e41f4b71Sopenharmony_ci- [mDNS management](net-mdns.md): provides Multicast DNS (mDNS) management capabilities, such as adding, removing, discovering, and resolving local services on a LAN.
10e41f4b71Sopenharmony_ci<!--Del-->
11e41f4b71Sopenharmony_ci- [Network sharing](net-sharing.md): shares a device's Internet connection with other connected devices by means of Wi-Fi hotspot, Bluetooth, and USB sharing, and queries the network sharing state and shared mobile data volume.
12e41f4b71Sopenharmony_ci- [Ethernet connection](net-ethernet.md): provides wired network capabilities, which allow you to set the IP address, subnet mask, gateway, and Domain Name System (DNS) server of a wired network.
13e41f4b71Sopenharmony_ci<!--DelEnd-->
14e41f4b71Sopenharmony_ci
15e41f4b71Sopenharmony_ci
16e41f4b71Sopenharmony_ci## Constraints
17e41f4b71Sopenharmony_ci
18e41f4b71Sopenharmony_ciTo use the functions of the network management module, you must obtain the permissions listed in the following table.
19e41f4b71Sopenharmony_ciBefore requesting permissions, ensure that the [basic principles for using permissions](../security/AccessToken/app-permission-mgmt-overview.md#basic-principles-for-using-permissions) are met. Declare the permissions required by your application. For details, see [Declaring Permissions in the Configuration File](accesstoken-guidelines.md#declaring-permissions-in-the configuration-file).
20e41f4b71Sopenharmony_ci
21e41f4b71Sopenharmony_ci| Permission                          | Description                                  |
22e41f4b71Sopenharmony_ci| -------------------------------- | -------------------------------------- |
23e41f4b71Sopenharmony_ci| ohos.permission.GET_NETWORK_INFO | Allows an application to obtain the network connection information.                    |
24e41f4b71Sopenharmony_ci| ohos.permission.INTERNET         | Allows an application to open network sockets to connect to the network.|
25