Parmi Notes Random short any article
Posted on
IT

IT ( istilah singkat )

Author

Berikut ringkasan istilah-istilah IT (Information Technology) dan Jaringan Internet dalam versi sederhana dan teknis/detail:


A. ISTILAH UMUM IT

1. Hardware

  • Sederhana: Perangkat fisik komputer (CPU, mouse, printer).
  • Teknis:
    • SSD (Solid State Drive): Media penyimpanan berbasis chip NAND flash, latency rendah (0.1 ms), kecepatan baca/tulis hingga 3500 MB/s.
    • GPU (Graphics Processing Unit): Prosesor paralel (cores ribuan) untuk rendering grafis/machine learning (e.g., NVIDIA CUDA cores).

2. Software

  • Sederhana: Program yang dijalankan di hardware (Windows, Photoshop).
  • Teknis:
    • API (Application Programming Interface): Protokol komunikasi antar software (REST API menggunakan HTTP methods: GET, POST).
    • Kernel: Inti OS yang mengelola memory, CPU scheduling (e.g., Linux Kernel 6.x menggunakan CFS scheduler).

3. Cybersecurity

  • Sederhana: Perlindungan sistem dari serangan digital.
  • Teknis:
    • Zero-Day Exploit: Serangan memanfaatkan celah keamanan yang belum ada patch-nya (CVE-2023-1234).
    • Penetration Testing: Simulasi serangan dengan tools (Metasploit, Nmap) untuk uji keamanan.

B. ISTILAH JARINGAN INTERNET

1. Dasar Jaringan

  • Sederhana: Koneksi antar perangkat untuk bertukar data.
  • Teknis:
    • TCP/IP (Transmission Control Protocol/Internet Protocol):
    • TCP: Connection-oriented, menjamin pengiriman data (3-way handshake: SYN, SYN-ACK, ACK).
    • IP: Addressing (IPv4: 32-bit, IPv6: 128-bit).
    • DNS (Domain Name System): Database hierarkis mengubah domain ke IP (TLD → Root Server → Authoritative DNS).

2. Infrastruktur Jaringan

  • Sederhana: Perangkat yang menghubungkan internet (router, modem).
  • Teknis:
    • BGP (Border Gateway Protocol): Protokol routing dinamis di Internet backbone (AS Number: e.g., AS15169 milik Google).
    • CDN (Content Delivery Network): Distributed server (PoP) untuk cache konten (e.g., Cloudflare edge nodes).

3. Koneksi & Kecepatan

  • Sederhana: Ukuran kecepatan internet (Mbps).
  • Teknis:
    • Latency vs Bandwidth:
    • Latency: Delay (ms) dari source ke destination (5G: 1-10 ms).
    • Bandwidth: Kapasitas data/detik (fiber optic: 100 Gbps).
    • Wi-Fi 6 (802.11ax): OFDMA, MU-MIMO, throughput hingga 9.6 Gbps.

4. Protokol & Teknologi

  • Sederhana: Aturan komunikasi data.
  • Teknis:
    • HTTP/3: Menggunakan QUIC (di atas UDP) untuk mengurangi latency.
    • VPN (Virtual Private Network): Enkripsi tunneling (WireGuard: menggunakan Noise Protocol).

C. ISTILAH CLOUD COMPUTING

  • Sederhana: Penyimpanan/aplikasi online (Google Drive, AWS).
  • Teknis:
    • IaaS vs PaaS vs SaaS:
    • IaaS (Infrastructure): Virtual machines (e.g., EC2).
    • PaaS (Platform): Managed services (e.g., Google App Engine).
    • SaaS (Software): Aplikasi siap pakai (e.g., Slack).
    • Serverless: Eksekusi code tanpa manage server (AWS Lambda, cold start issue).

D. ISTILAH DEVELOPER/PROGRAMMING

1. Bahasa Pemrograman

  • Sederhana: Bahasa untuk membuat software (Python, Java).
  • Teknis:
    • Compiled vs Interpreted:
    • Compiled (C++): Diubah ke binary sebelum dijalankan.
    • Interpreted (Python): Dibaca line-by-line (interpreter CPython).

2. Tools

  • Sederhana: Alamat untuk kode program (GitHub).
  • Teknis:
    • Git Branching: Mekanisme versioning (merge conflict resolution).
    • CI/CD (Continuous Integration/Delivery): Otomasi deploy (Jenkins, GitHub Actions).

E. TABEL PERBANDINGAN ISTILAH

Istilah Versi Sederhana Versi Teknis
Firewall Dinding pelindung jaringan Sistem filter paket (stateful inspection)
Blockchain Buku catatan digital aman Distributed ledger (PoW/PoS consensus)
AI/ML Komputer yang "belajar" Neural networks (backpropagation, CNN/RNN)

Referensi Teknis:
- RFC 793 (TCP), RFC 791 (IP).
- IEEE 802.11ax (Wi-Fi 6).
- Dokumentasi AWS/GCP.

Salam Informasi dan Teknologi 😊