Update for Genap 2018/2019.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
@@ -0,0 +1,76 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Computer Networks</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Jaringan Komputer, Informatika" />
|
||||
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Jaringan 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 Networks</section>
|
||||
<section class="sidebar">
|
||||
<header>
|
||||
<h3>Jadwal</h3>
|
||||
</header>
|
||||
<aside>
|
||||
<p>Grup A<br/>Hari Senin<br/>Jam 14.30<br/>Ruang </p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
<section class="description">
|
||||
<header>
|
||||
<h1>PENGANTAR</h1>
|
||||
</header>
|
||||
<p>Matakuliah ini menjelaskan konsep komunikasi data pada jaringan computer melalui pendekatan OSI Model dan TCP/IP Model yang meliputi Layer Aplikasi, Layer Presentasi, Layer Session, Layer Transport, Layer Netwok, Layer Data Link dan Layer Fisik serta contoh contoh protokol yang mendukung di setiap layer. Di bagian akhir perkuliahan mahasiswa juga mendapatkan penjelasan tentang content distribution, penggunaan aplikasi wireshark, serta pemahaman tentang keamanan jaringan.</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section class="material">
|
||||
<header>
|
||||
<h1>MATERI</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li>Syllabus</li>
|
||||
<li>Exploring the Network : Globally connected, LANs, WANs and the Internet, Network as a platform, the changing network</li>
|
||||
<li>Architecture & Principles</li>
|
||||
<li>Network Protocols & Communications</li>
|
||||
<li>Network Access</li>
|
||||
<li>Ethernet</li>
|
||||
<li>Network Layer : Routing Protocol</li>
|
||||
<li>Network layer : IPv4 / IPv6</li>
|
||||
<li>Network Layer : subnetting, VLSM</li>
|
||||
<li>Transport Layer</li>
|
||||
<li>Application Layer</li>
|
||||
<li>Content distribution</li>
|
||||
<li>Wireshark</li>
|
||||
<li>Network Security</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="references">
|
||||
<header>
|
||||
<h1>REFERENSI</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li>Mark A. Dye, Allan D. Reid, 2014, Introduction to Networks Companion Guide. Cisco Press, Inc.</li>
|
||||
<li>Kurose, James F, Ross, Keith W,2017,Computer Networking : a top down approach 7th Ed, Addison-Wesley.</li>
|
||||
<li>Forouzan A. Behrouz, 2007, Data Communications and Networking, Fourth Edition, The McGraw-Hill Companies, Inc</li>
|
||||
<li>Chappell, Laura, 2010, Wireshark Network Analysis, Chappel University.</li>
|
||||
<li><a href="https://www.udacity.com/course/computer-networking--ud436">Computer Networking (Udemy) </a></li>
|
||||
</ol>
|
||||
</section>
|
||||
<?php
|
||||
include "../includes/footer.php";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user