Popular posts from this blog
Program Java Array
Program Daftar Teman import java.util.Scanner ; public class temankuuu { public static void main(String[] args) { String[] temansd = new String[2] ; String[] temansmp = new String[2] ; String[] temansma = new String[2] ; Scanner input = new Scanner(System.in) ; System.out.println("=Tuliskan Nama Teman Anda=") ; for( int sd = 0; sd < temansd.length; sd++ ){ System.out.print("Teman SD = ") ; temansd[sd] = input.nextLine() ; } for( int smp = 0; smp < temansmp.length; smp++ ){ System.out.print("Teman SMP = ") ; temansmp[smp] = input.nextLine() ; ...
Video Materi Jaringan Komputer
Cisco Packet Tracer 3 Router, 1 Switch. 4 PC PC 0 IP = 1.1.1.1 Gateway = 1.1.1.254 PC 1 IP = 170.170.170.1 Gateway = 170.170.170.254 PC 2 IP = 192.168.0.1 Gateway = 192.168.0.254 PC 3 IP = 192.168.0.2 Gateway = 192.168.0.254 Router0 0/0 = 1.1.1.254 1/0 = 10.10.10.1 Router1 0/0 = 10.10.10.2 1/0 = 100.100.100.2 Router2 0/0 = 100.100.100.1 1/0 = 170.170.170.254 2/0 = 192.168.0.254 Install Linux Debian Install Windows XP Install Mikrotik Menghubungkan OS Asli Ke OS Virtual OS Asli IP = 192.192.192.1 Netmask = 255.255.255.0 Gateway = 192.192.192.254 VirtualBox Host-Only Network ...
Comments
Post a Comment