# Network Connectivity

### Introduction

Network Connectivity refers to physical layer of connectivity on which IoT device will communicate. This is how it fits within the [YuDash IIoT Stack](/device-to-cloud-api/yudash-iiot-stack.md):

<figure><img src="/files/KrTBWXElgNHEDIw5cg23" alt=""><figcaption></figcaption></figure>

### &#x20;Supported Network Connectivity

YuDash IoT devices support various network connectivity options for different IIoT solutions.

<table><thead><tr><th width="218">Network Connectivity</th><th>Typical Use-Cases.</th></tr></thead><tbody><tr><td>4G/LTE</td><td>Standalone IoT connectivity through SIM card. This provides a reliable connectivity without any external dependies.</td></tr><tr><td>Ethernet</td><td><p>a) IoT gateway connected to Internet enabled LAN.</p><p>b) IoT coupled with 4G/LTE router.</p><p>c) IoT gateway connected to LAN with local/on-prem server.</p></td></tr><tr><td>WiFi</td><td><p>a) IoT gateway connected to Internet enabled LAN through WiFi.</p><p>b) IoT coupled with 4G/LTE Wifi router.</p><p>c) IoT gateway connected to LAN with local/on-prem server.<br><strong>It is important to have a strong Wi-Fi for a reliable connection</strong></p></td></tr><tr><td>LoRaWan</td><td>YuDash IoT devices do not support LoRaWan at present.</td></tr></tbody></table>

[Network Settings](/yudash-iot-devices/lynx-user-manual/network-settings.md) of YuDash LYNX manual covers documentation for network connectivity.


---

# 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.yudash.com/device-to-cloud-api/network-connectivity.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.
