<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sekolah Linux Indonesia &#187; network security</title>
	<atom:link href="http://www.sekolahlinux.com/tag/network-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sekolahlinux.com</link>
	<description>Place for Indonesian Linuxer</description>
	<lastBuildDate>Sat, 13 Aug 2011 04:41:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Beginners Guide – Secure Network</title>
		<link>http://www.sekolahlinux.com/beginners-guide-secure-network/</link>
		<comments>http://www.sekolahlinux.com/beginners-guide-secure-network/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 09:40:15 +0000</pubDate>
		<dc:creator>Abu Syams</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[network system]]></category>
		<category><![CDATA[secure network]]></category>

		<guid isPermaLink="false">http://www.sekolahlinux.com/beginners-guide-secure-network/</guid>
		<description><![CDATA[Image via Wikipedia Network Security Secure network is vitally important for most network systems.Whilst email viruses and denial-of-service attacks (DoS attack) maycause us headaches on our home systems, for businesses, these sorts of attacks can cripple a network for days – costing businesses hundreds of millions each year in lost revenue. Not to mention corporate [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sekolahlinux.com%2Fbeginners-guide-secure-network%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sekolahlinux.com%2Fbeginners-guide-secure-network%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Stachledraht_DDos_Attack.svg"><img title="Diagram of a Stachledraht DDos Attack" src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Stachledraht_DDos_Attack.svg/300px-Stachledraht_DDos_Attack.svg.png" alt="Diagram of a Stachledraht DDos Attack" width="300" height="424" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:Stachledraht_DDos_Attack.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<div>
<p><strong>Network Security</strong></p>
<p><strong>Secure network</strong> is vitally important for most <a href="http://www.sekolahlinux.com/network-systems/">network systems</a>.Whilst email viruses and denial-of-service attacks (DoS attack) maycause us headaches on our home systems, for businesses, these sorts of attacks can cripple a network for days – costing businesses hundreds of millions each year in lost revenue. Not to mention corporate legitimate to clients.</p>
<p>Creating <strong>secure network</strong> to prevent this type ofmalicious attack is usually of paramount importance for network administrators, and while most invest heavily in some forms of security measures there is often vulnerabilities inadvertently left exposed. Aswe always heards that security is as secure as the weakest link.</p>
<p><strong>Firewall</strong>s are the best place to begin when you are trying to develop a <span style="text-decoration: underline;">secure network</span>. A firewall can be implemented in either hardware or software, or most commonly a combination of both. <span style="text-decoration: underline;">Firewall</span>s are used to prevent unauthorized users from accessing private networks connected to the Internet, especially local intranets. All traffic entering or leaving the intranet pass through the firewall, which examines each message and blocks those that do not meet the specified criteria. If the packet do not meet security criteria then the system will not allowed those packets entering <strong>network system</strong>.</p>
<p><strong><a href="http://www.sekolahlinux.com/antivirus-reviews-2009-and-fast-computers/">Anti-virus</a></strong> software works in two ways. Firstly it acts similarly to a <em>firewall</em> by blocking anything that is identified in its database as possibly malicious (viruses, Trojans, spyware etc). Secondly Anti-virus software is used to detect, and remove existing malware on a network systems or workstation.</p>
<p>You can build your own firewall by using linux, there is a lot of tutorial and white papers on how to build your simple yet powerful firewall by using open source programs. Many company start their simple security by using linux server as their first line of defense.</p>
<p>One of the most over-looked aspects of secure network is time synchronization. Network administrators either fail to realise the importance of synchronization between all devices on a network or the system simply don&#8217;t work. Failing to synchronize a network is often a common security issue. Not only can malicious users take advantage of computers running at different times but if a network is struck by an attack, identifying and rectifying the problem can be near impossible if every device is running on a different time.</p>
<p>Even when a network administrator is aware of the importance of time synchronization they often make a common security mistake when attempting to synchronize their network. Instead of investing in a dedicated time server that receives a secure source of UTC (Coordinated Universal Time) externally from their network using atomic clock sources like GPS, some network administrators opt to use a shortcut and use a source of Internet time.</p>
<p>There are two major security issues in using the Internet as a timeserver. Firstly, to allow the time code through the network a UDP port(123) has to be left open in the firewall. This can be taken advantage of by malicious users who can use this open port as an entrance to the network system. Secondly, the inbuilt security measure used by the time protocol NTP, known as authentication, doesn&#8217;t work across the Internet which means that NTP has no guarantee the time signal is coming from where it is supposed to.</p>
<p>To ensure that you have a <strong>secure network</strong>, isn&#8217;t it time you invested in an external dedicated NTP time server?</p>
<p>Other related articles:</p>
<ul>
<li><a href="http://techcrunch.com/2007/02/20/kevin-rose-at-fowa-digg-adopts-openid/">Kevin Rose at FOWA: DIGG Adopts OpenID</a> &#8211; It&#8217;s definitely time to declare OpenID a winner and the hope for a single-sign on world a reality. This Digg news comes just after Microsoft and AOL announced their support as well. Yahoo, LiveJournal, and Wikipedia are among the other services that have previously announced adoption.</li>
<li><a href="http://www.brendonwilson.com/blog/2006/04/30/george-willman-patents-for-the-startup/">George Willman: Patents for the Startup « www.brendonwilson.com</a> &#8211; This is part of my set of notes from the Startup School 2006 sessions at Stanford. There are two major sets of issues with intellectual property: avoiding.</li>
<li><a href="http://idratherbewriting.com/2008/02/06/a-web-20-documentation-idea-gone-wrong/">A Web 2.0 Documentation Idea Gone Wrong | I&#8217;d Rather Be Writing &#8230;</a> &#8211; Many of us want to integrate innovative Web 2.0 practices into our online help. But if we create blogs, wikis, or other interactive features outside the help file, users may never use them. I&#8217;ve been using SharePoint 2007 as a file &#8230;</li>
<li><a href="http://pcianswers.com/2007/05/16/the-ultra-secure-network-architecture/">Society of Payment Security Professionals &#8211; Payment Security Blog &#8230;</a> &#8211; The “Ultra Secure” Network Architecture. May 16th, 2007 by Jeff Hall Posted in Compliance, PCI DSS, Web Applications. network.jpg This is a somewhat self-serving post because it is related to an article I already wrote for my employer. &#8230;</li>
<li><a href="http://www.arizona-coffee.com/2006/coffee-shop-wireless-router">Coffee Shop Wireless Router | Arizona Coffee</a> &#8211; Here&#8217;s an interesting device (~ $600). It&#8217;s a wireless router that enables you to run a public WiFi connection as well as a private network. I&#8217;m sure most.</li>
<li><a href="http://www.felipe-alfaro.org/blog/2005/11/01/wpa-enterprise/">Felipe Alfaro Solana » Blog Archive » WPA Enterprise</a> &#8211; This document explains how to set up WPA/WPA2 Enterprise using EAP-TTLS (with PAP) as the authentication mechanism. Introduction. The original IEEE 802.11 standard defined two basic security mechanisms: Open System Authentication, which &#8230;</li>
</ul>
</div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=7b33950f-e6fb-4c17-bc4e-19da2ce1eece" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/anti-virus' rel='tag' target='_self'>anti-virus</a>, <a class='technorati-link' href='http://technorati.com/tag/firewall' rel='tag' target='_self'>firewall</a>, <a class='technorati-link' href='http://technorati.com/tag/network+security' rel='tag' target='_self'>network security</a>, <a class='technorati-link' href='http://technorati.com/tag/network+system' rel='tag' target='_self'>network system</a>, <a class='technorati-link' href='http://technorati.com/tag/secure+network' rel='tag' target='_self'>secure network</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.sekolahlinux.com/beginners-guide-secure-network/feed/</wfw:commentRss>
		<slash:comments>114</slash:comments>
		</item>
	</channel>
</rss>

