ZIP 파일

여러 파일을 하나의 번들로 아카이빙하고 압축하기 위한 파일 형식입니다.

ZIP 파일은 저장 또는 전송을 위해 파일 크기를 줄이는 데 사용됩니다. DEFLATE와 같은 압축 알고리즘을 사용하여 정보를 잃지 않고 데이터를 축소합니다. ZIP은 파일의 디렉터리 구조를 담을 수 있는 컨테이너 역할을 합니다. 모든 주요 운영 체제에서 지원됩니다.

        graph LR
  Center["ZIP 파일"]:::main
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 5살도 이해할 수 있게 설명

Generated ELI5 content

🤓 Expert Deep Dive

Generated expert content

❓ 자주 묻는 질문

How do I open a ZIP file?

Most operating systems have built-in support to unzip files by double-clicking or right-clicking.

Does zipping reduce quality?

No, ZIP uses lossless compression, so the original data is perfectly restored upon extraction.

Why use ZIP files?

To save disk space and make it easier to send multiple files via email or download.

📚 출처