83 lines
2.7 KiB
PHP
83 lines
2.7 KiB
PHP
<!DOCTYPE html>
|
|
<head>
|
|
<title>Willy Sudiarto Raharjo - Computer Security</title>
|
|
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Keamanan Komputer, Informatika" />
|
|
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Keamanan Komputer Universitas Kristen Duta Wacana" />
|
|
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
|
|
<style type="text/css">
|
|
@import "../includes/index.css";
|
|
@import "../includes/normalize.css";
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<?php
|
|
include "../includes/functions.php";
|
|
?>
|
|
<header role="banner">
|
|
<?php
|
|
include "../includes/courses.php";
|
|
?>
|
|
</header>
|
|
<section class="title">Computer Security</section>
|
|
<section class="sidebar">
|
|
<header>
|
|
<h3>Jadwal</h3>
|
|
</header>
|
|
<aside>
|
|
<p>
|
|
Grup A<br/>Hari Senin<br/>Jam 11:30 - 13:00
|
|
</p>
|
|
<p>
|
|
</aside>
|
|
</section>
|
|
<section class="classinfo">
|
|
<section class="description">
|
|
<header>
|
|
<h1>PENGAJAR</h1>
|
|
</header>
|
|
<p>Willy Sudiarto Raharjo, S.Kom., M.Cs</p>
|
|
</section>
|
|
<section class="description">
|
|
<header>
|
|
<h1>PENGANTAR</h1>
|
|
</header>
|
|
<p>Mata kuliah Keamanan Komputer memperkenalkan kepada mahasiswa mengenai konsep pengamanan data dan informasi. Materi perkuliahan mencakup pembahasan tentang keamanan pada sisi pengguna, aplikasi serta sistem, mekanisme pengendalian hak akses, malware serangan-serangan pada aplikasi berbasis desktop maupun web, dan keamanan pada jaringan, mobile dan wireless.</p>
|
|
</section>
|
|
</section>
|
|
|
|
<section class="material">
|
|
<header>
|
|
<h1>MATERI</h1>
|
|
</header>
|
|
<ol>
|
|
<li>Syllabus</li>
|
|
<li>Information Security Fundamentals + Ethical Hacking Fundamentals</li>
|
|
<li>Information Security Threats and Vulnerability Assessment</li>
|
|
<li>Social Engineering Techniques and Countermeasures</li>
|
|
<li>Network Level Attacks and Countermeasures</li>
|
|
<li>Web Application Attacks and Countermeasures</li>
|
|
<li>Wireless Attacks and Countermeasures</li>
|
|
<li>Mobile Attacks and Countermeasures</li>
|
|
<li>Cloud Computing Threats and Countermeasures</li>
|
|
<li>Identification, Authentication, and Authorization</li>
|
|
<li>Network Security Controls</li>
|
|
<li>Cryptography and PKI</li>
|
|
</ol>
|
|
</section>
|
|
<section class="references">
|
|
<header>
|
|
<h1>REFERENSI</h1>
|
|
</header>
|
|
<ol>
|
|
<li>Principles of Computer Security,4th Edition. Official Comptia Guide. (Conklin, White - McGraw-Hill)</li>
|
|
<li>Information Security (Mark Stamp - Wiley)</li>
|
|
<li>Guide to Computer Network Security (Kizza - Springer)</li>
|
|
<li>Security Engineering (Anderson, R. Wiley)</li>
|
|
</ol>
|
|
</section>
|
|
<?php
|
|
include "../includes/footer.php";
|
|
?>
|
|
</body>
|
|
</html>
|