Postingan

Menampilkan postingan dari Oktober, 2020
Gambar
Rangkuman mengenai Rancangan Komputer Von Neumann dan Arsitektur Komputer IAS   Rancangan Komputer Von Neumann Arsitektur von Neumann  (atau  Mesin Von Neumann ) adalah arsitektur yang diciptakan oleh John von Neumann (1903-1957). Arsitektur ini digunakan oleh hampir semua komputer saat ini.   Arsitektur Von Neumann menggambarkan komputer dengan empat bagian utama: Unit Aritmetika dan Logis (ALU), unit kontrol, memori, dan alat masukan dan hasil (secara kolektif dinamakan I/O). Bagian ini dihubungkan oleh berkas kawat, "bus".   John Van Neumann seorang ahli matematika yang merupakan konsultan pembuatan ENIAC pada tahun 1945 mencoba memperbaiki kelemahan ENIAC dengan rancangan komputer barunya, bernama  EDVAC  (Electronic Discrete Variable Computer) dengan konsep  program tersimpan   Tahun 1946 komputer dengan stored-program concept dipublikasikasikan, yang kemudian di kenal dengan Komputer IAS (Computer of Institute for Advanced Studies). ...
Gambar
 Packet Tracer – Configuring SSH Instructions Answers.   TOPOLOGI Addressing Table Objectives Part 1: Secure Passwords Part 2: Encrypt Communications Part 3: Verify SSH Implementation Background SSH should replace Telnet for management connections. Telnet uses insecure plain text communications. SSH provides security for remote connections by providing strong encryption of all transmitted data between devices. In this activity, you will secure a remote switch with password encryption and SSH. Part 1: Secure Passwords a. Using the command prompt on PC1, Telnet to S1. The user EXEC and privileged EXEC password is  cisco . Packet Tracer PC Command Line 1.0 PC>telnet 10.10.10.2 Trying 10.10.10.2 …Open User Access Verification Password: S1>en Password: S1# b. Save the current configuration so that any mistakes you might make can be reversed by toggling the power for S1. S1#copy running-config startup-config Destination filename [startup-config]? Building configuration… [...