81 lines
2.3 KiB
PHP
81 lines
2.3 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, Teknik 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 Rabu<br/>Jam 10:30 - 13:20<br/>Ruang </p>
|
|
</aside>
|
|
</section>
|
|
<section class="classinfo">
|
|
<section class="description">
|
|
<header>
|
|
<h1>PENGAJAR</h1>
|
|
</header>
|
|
<p>Ignatia Dhian E.K.R, S.Kom, M.Eng<br/>Willy Sudiarto Raharjo, S.Kom., M.Cs</a></p>
|
|
</section>
|
|
<section class="description">
|
|
<header>
|
|
<h1>PENGANTAR</h1>
|
|
</header>
|
|
<p>Matakuliah ini memperkenalkan konsep pengamanan data dan informasi dengan berfokus pada low-level security, keamanan web, kriptografi, dan keamanan jaringan kabel/nirkabel.</p>
|
|
</section>
|
|
</section>
|
|
|
|
<section class="material">
|
|
<header>
|
|
<h1>MATERI</h1>
|
|
</header>
|
|
<ol>
|
|
<li>Syllabus</li>
|
|
<li>Introduction to Security</li>
|
|
<li>People, Operational, and Organizational Security</li>
|
|
<li>Access Control Models</li>
|
|
<li>Access Control Mechanism (Authentication)</li>
|
|
<li>Access Control Mechanism (Authorization)</li>
|
|
<li>Personal Security</li>
|
|
<li>Malware</li>
|
|
<li>Secure Software Development</li>
|
|
<li>Low Level Attacks</li>
|
|
<li>Web Concepts</li>
|
|
<li>Web Security</li>
|
|
<li>Network Security</li>
|
|
<li>Wireless Security</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>
|
|
</ol>
|
|
</section>
|
|
<?php
|
|
include "../includes/footer.php";
|
|
?>
|
|
</body>
|
|
</html>
|