# 하드웨어 요구사항

Roboflow Deployment Manager는 특정 지원 하드웨어에서 가장 효과적으로 작동하도록 설계되었습니다. 대체 하드웨어에 배포하는 것은 사용자의 책임이며, 공식 지원을 받지 못할 수 있습니다.

### Machine Requirements

Deployment Manager를 설치하기 전에, 기기가 다음 요구 사항을 충족하는지 확인하세요:

* **Root access** — 머신에 대한 root(sudo) 접근 권한이 있어야 합니다
* **Docker Daemon** — 머신에서 Docker를 실행할 수 있어야 합니다. 이는 설치 스크립트에 의해 설정됩니다
* **Debian-based OS** — 머신은 주요 Debian 기반 운영 체제의 최신 버전을 실행 중이어야 합니다. Windows 및 MacOS는 지원되지 않습니다.
* **기존 Docker 컨테이너 없음** — 머신에서 다른 Docker 컨테이너가 실행 중이어서는 안 됩니다

### Supported Cameras

Roboflow는 Deployment Manager용으로 여러 유형의 카메라를 지원하지만, 호환성은 네트워킹과 같은 환경 조건에 의해 제한되는 경우가 많습니다.

* USB 카메라
* RTSP 스트림
* Ethernet 카메라(공식 지원은 sales에 문의하세요)

### Supported Compute Devices

Roboflow Deployment Manager는 주로 Roboflow에서 제공하는 Orin 기반 NVIDIA Jetson 디바이스에 구현되도록 설계되었습니다. 또한 Roboflow는 NVIDIA GPU가 탑재된 최신 Debian 기반 운영 체제를 실행하는 x86 디바이스 배포에 대해서도 제한적으로 지원합니다. 최신 지원 compute device 목록은 Roboflow sales에 문의하세요.

### Network Requirements

Edge device는 각 배포마다 전용 RJ45 CAT6/7 또는 광섬유 네트워크 드롭에 유선으로 연결되어야 합니다.

일반적인 배포에는 아래에 정의된 최소값을 충족하는 안정적인 대역폭도 필요합니다.

| Scenario                          | Minimum Bandwidth |
| --------------------------------- | ----------------- |
| 일반 작동(모니터링, dataset 동기화)          | 20 Mbps 대칭        |
| Active Learning 및 소프트웨어 업데이트(예약됨) | 200 Mbps 대칭       |

### Outbound Traffic

Outbound HTTPS/TLS on **포트 443** 에 대해 허용되어야 합니다:

* `api.roboflow.com`
* `repo.roboflow.com`<br>


---

# 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.roboflow.com/roboflow/roboflow-ko/deploy/device-manager/setting-up/hardware-requirements.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.
