Temel Ağ Komutları
Ağ bağlantısını incelemek ve tanılamak için `ip`, `ping`, `traceroute` ve `netstat` gibi temel komut satırı araçlarını kullanmayı öğrenin.
Temel Ağ Komutları, CoddyKit'te ücretsiz bir Linux Networking & TCP/IP for Developers dersidir. Bu, 4 dersinin 2. dersidir. Aşağıdan dersin tamamını ücretsiz okuyabilir, sonra tarayıcıda yerleşik kod editörü ve 7/24 yapay zeka koçu ile uygulamalı olarak pratik yapabilirsin. Bu, Linux Networking & TCP/IP for Developers öğrenme yolunun bir parçasıdır ve ilerlemeniz web ve CoddyKit uygulaması arasında senkronize olur. Linux Networking & TCP/IP for Developers kursu toplamda 4 dersten oluşur.
Bu dersin bazı bölümleri henüz çevrilmemiş olup İngilizce olarak gösterilmektedir.
Basic Network Tools Intro
Time for the command line. You'll learn ping, ip, traceroute, and netstat — the core tools for inspecting and diagnosing connectivity.
Ping: Check Host Reachability
ping is your first reachability check: it sends ICMP echo requests and times the replies, telling you if a host is up and how fast it responds.
Ping Command in Action
Just type ping plus an IP or hostname. The -c flag limits how many packets you send — run this to try it.
ping -c 4 google.comIP: The Modern Network Tool
The ip command is the modern replacement for older tools like ifconfig. It views and configures interfaces, addresses, and routes.
IP: Display Addresses
Run ip addr show (or ip a) to list every interface with its MAC, IPv4/IPv6 addresses, and state — your snapshot of what's connected.
ip addr showIP: View Routing Table
The routing table tells Linux where to send traffic. Inspect it with ip route show (or ip r) to see routes and gateways.
ip route showTraceroute: Map the Path
traceroute maps the path packets take to a host, revealing each router (hop) and its timing — great for pinpointing where delays creep in.
Traceroute in Action
traceroute sends packets with rising TTL values. Each hop decrements TTL; when it hits zero, that router replies and reveals itself.
traceroute google.comNetstat: Network Statistics
netstat shows network statistics — active connections, routing tables, and interface stats. Handy for seeing which ports are open.
Quick Check: Identify the Command
You're trying to quickly determine if your Linux machine has an internet connection by checking if a remote server is online and responding. Which command would you use?
Recap: Essential Network Tools
Recap of your toolkit: ping checks reachability, ip shows interfaces and routes, traceroute maps the path, and netstat lists connections and ports.
Yapay zeka eğitmeniyle Linux Networking & TCP/IP for Developers öğren — ücretsiz
Tarayıcında gerçek kod yaz ve çalıştır, 7/24 yapay zeka eğitmeninden anında yardım al; web'de ya da uygulamada kaldığın yerden devam et.
- Kurslar
- 12
- Dersler
- 48
Sıkça Sorulan Sorular
“Temel Ağ Komutları” dersi ücretsiz mi?
Evet — “Temel Ağ Komutları” dersin tüm metni burada web'de ücretsiz olarak okunabilir. Etkileşimli olarak pratik yapmak (yerleşik kod editörü ve 7/24 yapay zeka koçu) ve Linux Networking & TCP/IP for Developers kursunun geri kalanını açmak için CoddyKit PRO'ya yükselt. Linux Networking & TCP/IP for Developers kursu toplamda 4 dersten oluşur.
“Temel Ağ Komutları” dersinde ne öğreneceğim?
Ağ bağlantısını incelemek ve tanılamak için `ip`, `ping`, `traceroute` ve `netstat` gibi temel komut satırı araçlarını kullanmayı öğrenin. Linux Networking & TCP/IP for Developers ile uygulamalı kodu tarayıcıda doğrudan çalıştırarak pratik yaparsın ve 7/24 yapay zeka koçu dersi çalışırken sorularını yanıtlar.
Linux Networking & TCP/IP for Developers öğrenmeye başlamak için deneyim gerekli mi?
Önceden deneyim gerekmez. CoddyKit'te Linux Networking & TCP/IP for Developers, başlangıçtan ileri seviyeye kadar yapılandırıldığı için buradan başlayabilir veya başından başlayıp kendi hızında ilerleme yapabilirsin. Bu, 4 dersinin 2. dersidir.
“Temel Ağ Komutları” dersi ne kadar sürer?
Çoğu CoddyKit dersi yaklaşık 5–10 dakika sürer. Her biri kısa ve etkileşimli olduğu için sabit ilerleme yaparsın ve web ile uygulama arasında tam olarak bıraktığın yerden devam edebilirsin.
Bu Linux Networking & TCP/IP for Developers dersinde kod yazıp çalıştırabilir miyim?
Evet. Her Linux Networking & TCP/IP for Developers dersi yerleşik bir kod editörü içerir, bu sayede tarayıcıda gerçek kod yazıp çalıştırabilir ve anlık yapay zeka geri bildirimi alırsın — yerel kurulum gerekli değildir.