<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4946364826975064850</id><updated>2011-11-02T20:08:51.366-07:00</updated><title type='text'>MAMPIER SEJENAK</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mampier.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4946364826975064850/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mampier.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Edie Wahyudi</name><uri>http://www.blogger.com/profile/16907666812532139773</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4946364826975064850.post-1323187909215552441</id><published>2010-10-01T22:08:00.001-07:00</published><updated>2010-10-01T22:08:59.106-07:00</updated><title type='text'>Network</title><content type='html'>The concept of network classes is a little obsolete as subnets are now used to define smaller networks. These subnets may be part of a class A, B, C, etc network. For historical reference the network classes are defined as follows:&lt;br /&gt;&lt;br /&gt;    * Class A: Defined by the first 8 bits with a range of 0 - 127.&lt;br /&gt;      First number (8 bits) is defined by Internic i.e. 77.XXX.XXX.XXX&lt;br /&gt;      One class A network can define 16,777,214 hosts.&lt;br /&gt;      Range: 0.0.0.0 - 127.255.255.255&lt;br /&gt;    * Class B: Defined by the first 8 bits with a range from 128 - 191&lt;br /&gt;      First two numbers (16 bits) are defined by Internic i.e. 182.56.XXX.XXX&lt;br /&gt;      One class B network can define 65,534 hosts.&lt;br /&gt;      Range: 128.0.0.0 - 191.255.255.255&lt;br /&gt;    * Class C: Defined by the first 8 bits with a range from 192 - 223&lt;br /&gt;      First three numbers (24 bits) are defined by Internic i.e. 220.56.222.XXX&lt;br /&gt;      One class B network can define 254 hosts.&lt;br /&gt;      Range: 192.0.0.0 - 223.255.255.255&lt;br /&gt;    * Class D: Defined by the first 8 bits with a range from 224 - 239&lt;br /&gt;      This is reserved for multicast networks (RFC988)&lt;br /&gt;      Range: 224.0.0.0 - 239.255.255.255&lt;br /&gt;    * Class E: Defined by the first 8 bits with a range from 240 - 255&lt;br /&gt;      This is reserved for experimental use.&lt;br /&gt;      Range: 240.0.0.0 - 247.255.255.255&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4946364826975064850-1323187909215552441?l=mampier.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mampier.blogspot.com/feeds/1323187909215552441/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4946364826975064850&amp;postID=1323187909215552441' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4946364826975064850/posts/default/1323187909215552441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4946364826975064850/posts/default/1323187909215552441'/><link rel='alternate' type='text/html' href='http://mampier.blogspot.com/2010/10/network.html' title='Network'/><author><name>Edie Wahyudi</name><uri>http://www.blogger.com/profile/16907666812532139773</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4946364826975064850.post-7768857504306284320</id><published>2010-10-01T21:41:00.001-07:00</published><updated>2010-10-01T21:42:00.068-07:00</updated><title type='text'>Network security concepts</title><content type='html'>Network security starts from authenticating the user, commonly with a username and a password. Since this requires just one thing besides the user name, i.e. the password which is something you 'know', this is sometimes termed one factor authentication. With two factor authentication something you 'have' is also used (e.g. a security token or 'dongle', an ATM card, or your mobile phone), or with three factor authentication something you 'are' is also used (e.g. a fingerprint or retinal scan).&lt;br /&gt;&lt;br /&gt;Once authenticated, a firewall enforces access policies such as what services are allowed to be accessed by the network users.[2] Though effective to prevent unauthorized access, this component may fail to check potentially harmful content such as computer worms or Trojans being transmitted over the network. Anti-virus software or an intrusion prevention system (IPS)[3] help detect and inhibit the action of such malware. An anomaly-based intrusion detection system may also monitor the network and traffic for unexpected (i.e. suspicious) content or behavior and other anomalies to protect resources, e.g. from denial of service attacks or an employee accessing files at strange times. Individual events occurring on the network may be logged for audit purposes and for later high level analysis.&lt;br /&gt;&lt;br /&gt;Communication between two hosts using a network could be encrypted to maintain privacy.&lt;br /&gt;&lt;br /&gt;Honeypots, essentially decoy network-accessible resources, could be deployed in a network as surveillance and early-warning tools as the honeypot will not normally be accessed. Techniques used by the attackers that attempt to compromise these decoy resources are studied during and after an attack to keep an eye on new exploitation techniques. Such analysis could be used to further tighten security of the actual network being protected by the honeypo&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4946364826975064850-7768857504306284320?l=mampier.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mampier.blogspot.com/feeds/7768857504306284320/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4946364826975064850&amp;postID=7768857504306284320' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4946364826975064850/posts/default/7768857504306284320'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4946364826975064850/posts/default/7768857504306284320'/><link rel='alternate' type='text/html' href='http://mampier.blogspot.com/2010/10/network-security-concepts.html' title='Network security concepts'/><author><name>Edie Wahyudi</name><uri>http://www.blogger.com/profile/16907666812532139773</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4946364826975064850.post-603604128749712786</id><published>2008-07-10T05:30:00.000-07:00</published><updated>2008-07-10T18:42:10.586-07:00</updated><title type='text'>Setting DNS Server</title><content type='html'>&lt;div  align="justify" style="font-family:lucida grande;"&gt;P&lt;span style="font-size:85%;"&gt;anduan setting DNS tersebut dibuat dengan tujuan untuk mendukung proses instalasi zimbra mile server dimana pada saat proses instalasi, zimra akan melakukan proses  lookup terhadap DNS &lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://www.opensuse.or.id/wp-content/uploads/Panduan%20Setting%20DNS%20Server-YAST.pdf"&gt;&lt;strong&gt;&lt;span style="font-family:georgia;"&gt;Selengkapnya&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4946364826975064850-603604128749712786?l=mampier.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mampier.blogspot.com/feeds/603604128749712786/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4946364826975064850&amp;postID=603604128749712786' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4946364826975064850/posts/default/603604128749712786'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4946364826975064850/posts/default/603604128749712786'/><link rel='alternate' type='text/html' href='http://mampier.blogspot.com/2008/07/setting-dns-server.html' title='Setting DNS Server'/><author><name>Edie Wahyudi</name><uri>http://www.blogger.com/profile/16907666812532139773</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4946364826975064850.post-8265549457673309516</id><published>2008-07-10T05:20:00.000-07:00</published><updated>2008-07-10T05:25:50.944-07:00</updated><title type='text'>Mikrotik OS BM</title><content type='html'>&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p align="justify"&gt;MikroTik RouterOS™ adalah sistem operasi dan yang dapat digunakan untuk menjadikan komputer manjadi router network yang handal, mencakup berbagai fitur lengkap untuk network dan wireless, salah satunya adalah bandwidth manajemen. Saya coba mengulas cara2 paling awal untuk setting mikrotik untuk BW manajemen.&lt;br /&gt;&lt;a href="http://www.ilmukomputer.org/wp-content/uploads/2006/09/ropik-mikrotik.pdf"&gt;&lt;strong&gt;&lt;span style="font-family:courier new;"&gt;Selengkapnya&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4946364826975064850-8265549457673309516?l=mampier.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mampier.blogspot.com/feeds/8265549457673309516/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4946364826975064850&amp;postID=8265549457673309516' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4946364826975064850/posts/default/8265549457673309516'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4946364826975064850/posts/default/8265549457673309516'/><link rel='alternate' type='text/html' href='http://mampier.blogspot.com/2008/07/mikrotik-os-untuk-bandwidth-management.html' title='Mikrotik OS BM'/><author><name>Edie Wahyudi</name><uri>http://www.blogger.com/profile/16907666812532139773</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
