<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>ip-address &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/ip-address/</link>
	<description>Feed of posts on WordPress.com tagged "ip-address"</description>
	<pubDate>Sun, 29 Nov 2009 17:41:45 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Information on IP range, subnet mask, default gateway, dhcp server, and dns servers]]></title>
<link>http://activecomputech.wordpress.com/2009/11/26/information-on-ip-range-subnet-mask-default-gateway-dhcp-server-and-dns-servers/</link>
<pubDate>Thu, 26 Nov 2009 15:01:48 +0000</pubDate>
<dc:creator>sajidcyber</dc:creator>
<guid>http://activecomputech.wordpress.com/2009/11/26/information-on-ip-range-subnet-mask-default-gateway-dhcp-server-and-dns-servers/</guid>
<description><![CDATA[Before you can change your IP you need some information. This information includes your IP range, su]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Before you can change your IP you need some information. This information includes your IP range, subnet mask, default gateway, dhcp server, and dns servers.<br />
</strong></p>
<p>1. Getting your IP range &#8211; Getting information about your IP range is not difficult, I recommend using Neo Trace on your own IP. But for my test just look at your IP address, say it&#8217;s 24.193.110.13 you can definitely use the IP&#8217;s found between 24.193.110.1 &#60; [new IP] &#60; 24.193.110.255, don&#8217;t use x.x.x.1 or x.x.x.255. To find your IP simply open a dos/command prompt window and type ipconfig at the prompt, look for &#8220;IP Address. . . . . . . . . . . . : x.x.x.x&#8221;.</p>
<p>2. Subnet Mask, Default Gateway, DHCP Server &#8211; These are very easy to find, just open a dos/command prompt window and type &#8216;ipconfig /all&#8217; without the &#8216; &#8216;. You should see something like this:</p>
<p>Windows IP Configuration:</p>
<p>Host Name . . . . . . . . . . . . . . : My Computer Name Here<br />
Primary Dns Suffix . . . . . . . . . :<br />
Node Type . . . . . . . . . . . . . . .: Unknown<br />
IP Routing Enabled. . . . . . . . . : No<br />
WINS Proxy Enabled. . . . . . . . : No</p>
<p>Ethernet adapter Local Area Connection:</p>
<p>Connection-specific DNS Suffix . . . . . . .: xxxx.xx.x<br />
Description . . . . . . . . . . . . . . . . . . . . : NETGEAR FA310TX Fast Ethernet Adapter (NGRPCI)<br />
Physical Address. . . . . . . . . . . . . . . . . : XX-XX-XX-XX-XX-XX<br />
Dhcp Enabled. . . . . . . . . . . . . . . . . . . : Yes<br />
Autoconfiguration Enabled . . . . . . . . . : Yes<br />
IP Address. . . . . . . . . . . . . . . . . . . . . : 24.xxx.xxx.xx<br />
Subnet Mask . . . . . . . . . . . . . . . . . . . .: 255.255.240.0<br />
Default Gateway . . . . . . . . . . . . . . . . . : 24.xxx.xxx.x<br />
DHCP Server . . . . . . . . . . . . . . . . . . . .: 24.xx.xxx.xx<br />
DNS Servers . . . . . . . . . . . . . . . . . . . . : 24.xx.xxx.xxx<br />
24.xx.xxx.xx<br />
24.xx.xxx.xxx<br />
Lease Obtained. . . . . . . . . . . . . . . . . . .:<br />
Lease Expires . . . . . . . . . . . . . . . . . . . .:</p>
<p>This is all the information you will need for now, I suggest you either keep your dos/command prompt window open or copy &#38; paste the information somewhere, to copy right click the window and select text and click once.</p>
<p><span style="text-decoration:underline;">III. Changing your IP Address</span></p>
<p>To change your IP address first pick any IP you like out of your IP range and remember it or write it down. It is usualy a good idea to make sure the IP is dead (except for what we are going to do later on) so just ping it via &#8220;ping x.x.x.x&#8221; and if it times out then you can use it. Now go to My Computer, then Control Panel. In Control Panel select Network Connections and pick your active connection, probably Local Area Connection or your ISP name. Open that connection by double clicking on the icon in Network Connections, then select Properties under the General Tab. In the new window that pops up select Internet Protocol (TCP/IP) and click properties, it&#8217;s under the general tab. In this new window select the General tab and choose &#8220;Use the following IP address&#8221; and for the IP address enter the IP you would like to use (the one you picked from your subnet earlier) and for the Subnet Mask enter the subnet mask you got when your ran ipconfig /all, same goes for the Default Gateway. Now select &#8220;Use the following DNS server addresses&#8221; and enter the information you got earlier. Now just click OK. Test that it worked, try to refresh a website and if it works you know everything is okay and you are connected. To make sure the change worked type ipconfig again and the IP address should have changed to your new one.</p>
<p><span style="text-decoration:underline;">IV. DDoS &#38; DoS Protection</span></p>
<p>If your firewall shows that you are being DDoSed, this is usually when you are constantly getting attempted UDP connections several times a second from either the same IP address or multiple IP addresses (DDoS), you can protect your self by changing your IP address via the method I described above.</p>
<p><span style="text-decoration:underline;">V. Web servers &#38; Other Services</span></p>
<p>If you know someone on your IP range is running a web server and he or she has pissed you off or you just like messing around you can &#8220;steal&#8221; their IP address so any DNS going to that IP will show your site instead because you would be running a web server yourself.</p>
<p>To &#8220;steal&#8221; an IP is to basically use the changing IP address method above and picking an IP that someone that is running a web server has in use. Often you will be able to keep that IP at least for some time, other times you wont be able to use it so just keep trying until it works. You your self will need to have a web server on the same port with your message. You can do this with other services too. You can also DoS or DDoS the IP address you are trying to steal to kick him off the net, but I don&#8217;t recommend as its pretty illegal</p>
<p>&#160;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Geting Client IP Address using PHP]]></title>
<link>http://binumathew.wordpress.com/2009/11/24/geting-client-ip-address-using-php/</link>
<pubDate>Tue, 24 Nov 2009 08:01:26 +0000</pubDate>
<dc:creator>Binu Mathew Pulimoottil</dc:creator>
<guid>http://binumathew.wordpress.com/2009/11/24/geting-client-ip-address-using-php/</guid>
<description><![CDATA[i was writring a code in the PHP for geting client address,i got following code as working, try out]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>i was writring a code in the PHP for geting client address,i got following code as working, try out&#8230;.</p>
<p>but you have to upload the code in a webserver,and when it load in the client page we will get the client address</p>
<p>CODE:-</p>
<p>function getIP() {<br />
$ip;<br />
if (getenv(&#8220;HTTP_CLIENT_IP&#8221;))<br />
$ip = getenv(&#8220;HTTP_CLIENT_IP&#8221;);<br />
else if(getenv(&#8220;HTTP_X_FORWARDED_FOR&#8221;))<br />
$ip = getenv(&#8220;HTTP_X_FORWARDED_FOR&#8221;);<br />
else if(getenv(&#8220;REMOTE_ADDR&#8221;))<br />
$ip = getenv(&#8220;REMOTE_ADDR&#8221;);<br />
else<br />
$ip = &#8220;UNKNOWN&#8221;;<br />
return $ip; </p>
<p>} </p>
<p>$client_ip=getIP();<br />
echo &#8220;Your IP :&#8221;.$client_ip;<br />
?&#62; </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[IP ADDRESS DEMYSTIFIED]]></title>
<link>http://cyspro.wordpress.com/2009/11/23/ip-address-demystified/</link>
<pubDate>Mon, 23 Nov 2009 20:22:25 +0000</pubDate>
<dc:creator>depdneo</dc:creator>
<guid>http://cyspro.wordpress.com/2009/11/23/ip-address-demystified/</guid>
<description><![CDATA[After so many days of opening an account in wordpress i thought to write a blog&#8230;so here i go]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>After so many days of opening an account in wordpress i thought to write a blog&#8230;so here i go&#8230;</p>
<p>E<a href="http://cyspro.wordpress.com/files/2009/11/ip-address.png"><img class="alignleft size-full wp-image-5" title="ip-add." src="http://cyspro.wordpress.com/files/2009/11/google-ip-address.png" alt="" width="294" height="245" /></a>veryday you come across some sites which show your ip address in some box..u must be imagining how they knew ur ip&#8230;i explain u..actually this is a game play of whois protocol..</p>
<p>Every device connected to the public Internet is assigned a unique number known as an Internet Protocol (IP) address. IP addresses consist of four numbers separated by periods (also called a &#8216;dotted-quad&#8217;) and look something like 127.0.0.1.</p>
<p>Since these numbers are usually assigned to internet service providers within region-based blocks, an IP address can often be used to identify the region or country from which a computer is connecting to the Internet. An IP address can sometimes be used to show the user&#8217;s general location.</p>
<p>Because the numbers may be tedious to deal with, an IP address may also be assigned to a Host name, which is sometimes easier to remember. Hostnames may be looked up to find IP addresses, and vice-versa.  At one time ISPs issued one IP address to each user. These are called static IP addresses. Because there is a limited number of IP addresses and with increased usage of the internet ISPs now issue IP addresses in a dynamic fashion out of a pool of IP addresses (Using DHCP). These are referred to as dynamic IP addresses. This also limits the ability of the user to host websites, mail servers, ftp servers, etc. In addition to users connecting to the internet, with virtual hosting, a single machine can act like multiple machines (with multiple domain names and IP addresses).</p>
<p>I will be adding much more content to this blog  so just wait and watch&#8230;.and keep enjoying.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Setting jaringan Pada Windows XP]]></title>
<link>http://kangtris.wordpress.com/2009/11/23/setting-jaringan-pada-windows-xp/</link>
<pubDate>Mon, 23 Nov 2009 09:33:05 +0000</pubDate>
<dc:creator>Kang Tanto</dc:creator>
<guid>http://kangtris.wordpress.com/2009/11/23/setting-jaringan-pada-windows-xp/</guid>
<description><![CDATA[NetWork ato lebih sering kita sebut dengan jaringan pada komputer merupakan hal yang tidak asing lag]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;">NetWork ato lebih sering kita sebut dengan jaringan pada komputer merupakan hal yang tidak asing lagi untuk anda. Configurasinya pun tidak begitus sulit, bagi anda yang belum tau langsung aja deh.. Kita coba :</p>
<p style="text-align:justify;">Kasus :</p>
<p style="text-align:justify;">Saya mempunyai 2 Buah PC (Komputer) yang saling terhubung dengan kabel dan HUB yang menggunakan Windows XP sebagai sytem Operasi. Mari Kita konfigurasi masing2 komputer sehingga 2 komputer ini dapat saling berkomunikasi yang masing 2 kita sebut dengan Komputer A dan komp B.<!--more--></p>
<p style="text-align:justify;"><a href="http://kangtris.wordpress.com/files/2009/11/lan_clip_image002.jpg"><img class="aligncenter size-medium wp-image-45" title="lan_clip_image002" src="http://kangtris.wordpress.com/files/2009/11/lan_clip_image002.jpg?w=300" alt="" width="300" height="198" /></a>Mari kita mulai !!!</p>
<p style="text-align:justify;">untuk memastikan IP (Alamat Komputer) anda sudah terkonfigurasi atau belum, klik pada<em> <strong>star menu &#8211;&#62; Run &#8211;&#62; (ketik) cmd </strong></em>dan akan keluar menu <strong><em>command prompt </em></strong></p>
<p style="text-align:justify;"><a href="http://kangtris.wordpress.com/files/2009/11/network_11.png"><img class="aligncenter size-full wp-image-47" title="network_1" src="http://kangtris.wordpress.com/files/2009/11/network_11.png" alt="" width="469" height="193" /></a>tampilan diatas merupakan tampilan Window yang biasaya disebuth dengan <em><strong>Comand Promp</strong></em>. Setelah muncul kemudian anda ketik <strong><em>ipconfig</em></strong></p>
<p style="text-align:justify;"><a href="http://kangtris.wordpress.com/files/2009/11/network_2.png"><img class="aligncenter size-full wp-image-48" title="network_2" src="http://kangtris.wordpress.com/files/2009/11/network_2.png" alt="" width="544" height="338" /></a>Jika Pada Ip berisikan angka 0.0.0.0 berarti lamat (IP) dari komputer anda belum terkonfigurasi. Untuk mengkonfirurasinya mari kita coba : masuk pada Windows Explorer dengan menekan tombol Logo Windows dan E secara bersamaan. Pada bagian kiri klik kanan <strong><em>My Network Places</em></strong> kemudian pilih  <em><strong>Propertis</strong></em>.</p>
<p style="text-align:justify;"><a href="http://kangtris.wordpress.com/files/2009/11/network_3.png"><img class="aligncenter size-full wp-image-49" title="network_3" src="http://kangtris.wordpress.com/files/2009/11/network_3.png" alt="" width="251" height="305" /></a></p>
<p style="text-align:justify;"><a href="http://kangtris.wordpress.com/files/2009/11/network_4.png"><img class="aligncenter size-full wp-image-50" title="network_4" src="http://kangtris.wordpress.com/files/2009/11/network_4.png" alt="" width="500" height="340" /></a></p>
<p style="text-align:justify;"><a href="http://kangtris.wordpress.com/files/2009/11/network_5.png"><img class="aligncenter size-full wp-image-51" title="network_5" src="http://kangtris.wordpress.com/files/2009/11/network_5.png" alt="" width="321" height="388" /></a><a href="http://kangtris.wordpress.com/files/2009/11/network_6.png"><img class="aligncenter size-full wp-image-52" title="network_6" src="http://kangtris.wordpress.com/files/2009/11/network_6.png" alt="" width="367" height="450" /></a></p>
<p style="text-align:justify;"><a href="http://kangtris.wordpress.com/files/2009/11/network_7.png"><img class="aligncenter size-full wp-image-53" title="network_7" src="http://kangtris.wordpress.com/files/2009/11/network_7.png" alt="" width="404" height="455" /></a></p>
<p style="text-align:justify;">Setelah Selesai mengisikan Alamat tersebut kedalam Komputer A maka klik OK dan kemudian lakukan hal yang sama seperti diatas pada Komputer &#8220;B&#8221; dengan Catatan Pada bagian terakhir tidak boleh di isi dengan alamat IP <em><strong>192.168.1.1</strong></em> karena akan mengalami tabrakan maka cukup diganti dengan IP <strong><em>192.168.1.2</em></strong> kemudian Klik OK dan mari kita lakukan Uji Coba apakah konfigurasi yang kita lakukan berhasil atau tidak. Saya akan melakukan dengan memberikan perintah <em><strong>PING </strong></em>pada <strong><em>Comand promp</em></strong> :</p>
<p style="text-align:justify;"><a href="http://kangtris.wordpress.com/files/2009/11/network_8.png"><img class="aligncenter size-full wp-image-54" title="network_8" src="http://kangtris.wordpress.com/files/2009/11/network_8.png" alt="" width="559" height="292" /></a></p>
<p style="text-align:justify;">Jika masih belum berhasil maka silakan lakukan konfigurasi lagi.. Selamat Mencoba dan Sukses Untuk anda&#8230; !!!</p>
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;"><strong><em><br />
</em></strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Computer....]]></title>
<link>http://adventuresatcollege.wordpress.com/2009/11/20/computer/</link>
<pubDate>Fri, 20 Nov 2009 08:08:23 +0000</pubDate>
<dc:creator>softballgirl78</dc:creator>
<guid>http://adventuresatcollege.wordpress.com/2009/11/20/computer/</guid>
<description><![CDATA[My computer is still being a little jerk face. Now the fake antivirus software is gone, but there is]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>My computer is still being a little jerk face. Now the fake antivirus software is gone, but there is now an alert I get that says the IP address is conflicting with another one on the internet server (because we all share the same one) so for the past day and a half I have been reduced to doing my homework either in the library or the dorm computer lab. It&#8217;s really really annoying. I went to the tech people today and I thought they fixed it because I could get onto the internet down there after they typed in a command. However, when I got back to my room, I got the pop-up error again. I don&#8217;t get it. I&#8217;ll have to take it down there again, which isn&#8217;t that big of a deal, it&#8217;s just frustrating and a hassle for me. Thankfully my French class is cancelled for tomorrow so I will use that hour to print out my homework in the library and to take my computer to the tech people again. I&#8217;m getting sick of that little room.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[IP Address]]></title>
<link>http://ucaimut.wordpress.com/2009/11/18/ip-address/</link>
<pubDate>Wed, 18 Nov 2009 04:31:03 +0000</pubDate>
<dc:creator>Dimas Abisono</dc:creator>
<guid>http://ucaimut.wordpress.com/2009/11/18/ip-address/</guid>
<description><![CDATA[Pengertian IP address digunakan sebagai alamat dalam hubungan antar host di internet sehingga merupa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;"><strong>Pengertian </strong></p>
<p style="text-align:justify;">IP address digunakan sebagai alamat dalam hubungan antar host di internet sehingga merupakan sebuah sistem komunikasi yang universal karena merupakan metode pengalamatan yang telah diterima di seluruh dunia. Dengan menentukan IP address berarti kita telah memberikan identitas yang universal bagi setiap interadce komputer. Jika suatu komputer memiliki lebih dari satu interface (misalkan menggunakan dua ethernet) maka kita harus memberi dua IP address untuk komputer tersebut masing-masing untuk setiap interfacenya.</p>
<p style="text-align:justify;">Setiap PC mempunyai IP yang unik(tidak ada yang sama). IP yang Pemberian alamat IP address diseluruh dunia diberikan oleh badan internasional Internet Assigned Number Authority (IANA), dimana IANA hanya memberikan IP address Network ID nya saja sedangkan host ID diatur oleh pemilik IP address tersebut.<br />
Contoh IP address untuk unpam.ac.id adalah 65.98.68.138.</p>
<p style="text-align:justify;">IP address digunakan untuk mengidentifikasi interface jaringan pada host dari suatu komputer. Dengan adanya IP address masing-masing host dapat terhubung dan saling bertukar informasi melalaui media transmisi kabel seperti UTP, coaxsial atau fiber optic.</p>
<p style="text-align:justify;">
<p style="text-align:justify;"><strong>Penulisan</strong></p>
<p style="text-align:justify;">IP Addres terdiri dari bilangan biner 32 bit yang dipisah dengan tanda titik setiap 8 bitnya. IP Address yang digunakan saat ini adalah IPV 4. Tiap 8 bit ini disebut Oktet (mempunyai 4 oktet). Bentuk IP Address bias dituliskan sbb :</p>
<p style="text-align:justify;"><strong>xxxxxxxx.xxxxxxxx.xxxxxxxx.xxxxxxxx<!--more--></strong></p>
<p style="text-align:justify;">IP addres mempunyai range dari 00000000.00000000.00000000.00000000 sampai dengan 11111111.11111111.11111111.11111111. Notasi penulisan IP address dengan menggunakan bilangan biner sangat sulit untuk digunakan, makanya sering ditulis dengan 4 bilangan decimal dengan dipisahkan 4 tanda titik . setiap bilangan decimal merupakan satu oktet.</p>
<p style="text-align:justify;">Misal : 192.168.1.1 (192 merupakan 1 oktet)</p>
<p style="text-align:justify;">
<p style="text-align:justify;"><strong>Pembagian kelas IP Address</strong></p>
<p style="text-align:justify;">Jumlah IP Address secara teoritis adalah 255&#215;255x255&#215;255 atau sebanyak 4.228.250.625 <strong>(4 miliar)</strong> lebih kepada semua pengguna jaringan internet diseluruh dunia. Pembagian kelas IP address  untuk mempermudah alokasi IP Address.</p>
<p style="text-align:justify;">Ip Address dapat dipisahkan menjadi 2 bagian, yakni bagian network (net ID) dan bagian host (host ID).</p>
<blockquote>
<p style="text-align:justify;">Network ID menunjukkan ID alamat jaringan tempat host-host berada, sedangkan host ID adalah bagian yang menunjukkan host itu berada. Sederhananya, Network ID seperti nama jalan sedangkan Host ID adalah nomor rumah di jalan tersebut.</p>
</blockquote>
<p style="text-align:justify;">Sebagian dari  bit-bit bagian awal dari IP Address merupakan  network bit/network number, sedangkan sisanya untuk  host. Garis pemisah antara bagian network dan host tidak tetap, bergantung kepada kelas</p>
<p style="text-align:justify;">Network.</p>
<p style="text-align:justify;">Kelas IP Address dibagi menjadi lima kelas yaitu A, B, C, D dan E. Perbedaan tiap kelas adalah pada ukuran dan jumlahnya.</p>
<p style="text-align:center;"><strong>Network ID dan HOST ID</strong></p>
<p style="text-align:center;"><a href="http://ucaimut.wordpress.com/files/2009/11/net-id-dan-host-id.jpg"></a><a href="http://ucaimut.wordpress.com/files/2009/11/net-id-dan-host-id.jpg"><img class="alignnone size-full wp-image-142" title="net id dan host id" src="http://ucaimut.wordpress.com/files/2009/11/net-id-dan-host-id.jpg" alt="" width="503" height="140" /></a></p>
<p style="text-align:center;"><strong>Range IP Address</strong></p>
<p style="text-align:center;"><a href="http://ucaimut.wordpress.com/files/2009/11/jumlah-netid-dan-hostid.jpg"><img class="alignnone size-full wp-image-141" title="jumlah netid dan hostid" src="http://ucaimut.wordpress.com/files/2009/11/jumlah-netid-dan-hostid.jpg" alt="" width="373" height="99" /></a></p>
<p style="text-align:center;"><strong>Jumlah Network Id dan Host Id</strong></p>
<p style="text-align:center;"><strong><a href="http://ucaimut.wordpress.com/files/2009/11/range-ip-address.jpg"><img class="alignnone size-full wp-image-140" title="range IP address" src="http://ucaimut.wordpress.com/files/2009/11/range-ip-address.jpg" alt="" width="297" height="118" /></a><br />
</strong></p>
<p style="text-align:justify;">Contoh:  IP kelas A dipakai oleh sedikit jaringan namun jumlah host yang dapat ditampung oleh tiap jaringan sangat besar. Kelas D dan E tidak digunakan secara umum, kelas D digunakan bagi jaringan multicast dan kelas E untuk keprluan eksperimental. Perangkat lunak  Internet Protocol menentukan pembagian jenis kelas ini dengan menguji beberapa bit pertama dari IP Address. Penentuan kelas ini dilakukan dengan cara berikut :</p>
<p style="text-align:justify;"><strong>Kelas A :</strong></p>
<p style="text-align:justify;">- Format : 0nnnnnnn.hhhhhhhh.hhhhhhhh.hhhhhhhh</p>
<p style="text-align:justify;">- Bit pertama : 0</p>
<p style="text-align:justify;">- Panjang Network ID : 8 bit</p>
<p style="text-align:justify;">- Panjang Host ID : 24 bit</p>
<p style="text-align:justify;">- Byte pertama : 0 – 127</p>
<p style="text-align:justify;">- Jumlah : 126 kelas A (0 dan 127 dicadangkan)</p>
<p style="text-align:justify;">- Range IP : 1.xxx.xxx.xxx sampai 126.xxx.xxx.xxx</p>
<p style="text-align:justify;">- Jumlah IP : 16.777.214 IP address pada tiap kelas A</p>
<p style="text-align:justify;">IP address kelas ini diberikan kepada suatu jaringan yang berukuran sangat besar, yang pada tiap jaringannya terdapat sekitar 16 juta host.</p>
<p style="text-align:justify;">
<p style="text-align:justify;"><strong>Kelas B :</strong></p>
<p style="text-align:justify;">- Format : 10nnnnnn.nnnnnnnn.hhhhhhhh.hhhhhhhh</p>
<p style="text-align:justify;">- 2 bit pertama : 10</p>
<p style="text-align:justify;">- Panjang Network ID : 16 bit</p>
<p style="text-align:justify;">- Panjang Host ID : 16 bit</p>
<p style="text-align:justify;">- Byte pertama : 128 – 191</p>
<p style="text-align:justify;">- Jumlah : 16.384 kelas B</p>
<p style="text-align:justify;">- Range IP : 128.0.xxx.xxx sampai 191.155.xxx.xxx</p>
<p style="text-align:justify;">- Jumlah IP : 65.535 IP address pada tiap kelas B</p>
<p style="text-align:justify;">IP address kelas ini diberikan kepada jaringan dengan ukuran sedang-besar. Contohnya adalah jaringan kampus ITB yang mendapat alokasi IP address kelas B (terima kasih kepada Onno W. Purbo), dengan network id 167.205.</p>
<p style="text-align:justify;">
<p style="text-align:justify;"><strong>Kelas C :</strong></p>
<p style="text-align:justify;">- Format : 110nnnnn.nnnnnnnn.nnnnnnnn.hhhhhhhh</p>
<p style="text-align:justify;">- 3 bit pertama : 110</p>
<p style="text-align:justify;">- Panjang Network ID : 24 bit</p>
<p style="text-align:justify;">- Panjang Host ID : 8 bit</p>
<p style="text-align:justify;">- Byte pertama : 192 – 223</p>
<p style="text-align:justify;">- Jumlah : 2.097.152 kelas C</p>
<p style="text-align:justify;">- Range IP : 192.0.0.xxx sampai 223.255.255.xxx</p>
<p style="text-align:justify;">- Jumlah IP : 254 IP address pada tiap kelas C</p>
<p style="text-align:justify;">IP kelas ini dialokasikan untuk jaringan berukuran kecil.</p>
<p style="text-align:justify;">
<p style="text-align:justify;"><strong>IP kelas D</strong> digunakan sebagai alamat multicast yaitu sejumlah komputer memakai bersama suatu aplikasi. Contohnya adalah aplikasi real-time video conference yang melibatkan lebih dari dua host. Ciri IP kelas D adalah 4 bit pertamanya 1110 berkisar antara 224-247 sedangkan bit-bit berikutnya diatur sesuai keperluan multicast group ini. Dalam multicasting tidak dikenal istilah network ID dan host ID.</p>
<p style="text-align:justify;"><strong>IP kelas E</strong> digunakan untuk keperluan ekperimental dan tidak diperuntukkan untuk keperluan umum. 4 bit pertama IP address kelas ini diset 1111 sehingga byte pertamanya berkisar antara 248-255.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;"><strong>Aturan dasar pemilihan Network ID dan Host ID :</strong></p>
<p style="text-align:justify;">- Network ID tidak boleh bernilai 127. Karena Network ID 127 digunakan sebagai alamat loopback yaitu alamat yang digunakan komputer untuk menunjuk dirinya sendiri.</p>
<p style="text-align:justify;">- Network ID dan Host ID tidak boleh seluruhnya bernilai 255 (seluruh bit diset 1). Nework ID atau Host ID yang seluruhnya bernilai 255 adalah alamat broadcast jaringan tersebut. Apabila dikirimkan pesan kepada alamt broadcast maka seluruh host pada jaringan tersebut akan menerima pesan itu.</p>
<p style="text-align:justify;">- Network ID dan Host ID tidak boleh seluruhnya bernilai 0 (seluruh bit diset 0). Alamat IP dengan host id semuanya bernilai 0 diartikan sebagai alamat network yang menunjuk ke jaringan, bukan ke host.</p>
<p style="text-align:justify;">- Host ID harus unik dalam satu network.</p>
<p style="text-align:justify;">-  alamat network, digunakan dalam routing untuk menunjukkan pengiriman paket remote network, contohnya 10.0.0.0, 172.16.0.0 dan 192.168.10.0</p>
<p style="text-align:justify;">- Pada setiap kelas angka pertama dengan angka terakhir tidak dianjurkan untuk digunakan karena sebagai valid host id, misalnya kelas A 0 dan 127, kelas B 128 dan 192, kelas C 191 dan 224. ini biasanya digunakan untuk loopback addresss.</p>
<p style="text-align:justify;"><strong> </strong></p>
<p style="text-align:justify;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Pengaturan IP address LAN ]]></title>
<link>http://referensisiits.wordpress.com/2009/11/17/pengaturan-ip-address-lan/</link>
<pubDate>Tue, 17 Nov 2009 04:15:47 +0000</pubDate>
<dc:creator>yanuarsi08</dc:creator>
<guid>http://referensisiits.wordpress.com/2009/11/17/pengaturan-ip-address-lan/</guid>
<description><![CDATA[TCP / IP protokol, Transmission Control Protocol / Internet Protocol Transmission Control Protocol /]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>TCP / IP protokol, Transmission Control Protocol / Internet Protocol Transmission Control Protocol / Internet Protocol, adalah yang paling sempurna dan diterima secara luas sebagai salah satu protokol komunikasi, yang tidak hanya berlaku untuk yang wide-area network untuk mencapai berbagai jenis network dan berbagai jenis chips dan sistem operasi berkomunikasi satu sama lain antara host, tetapi juga banyak digunakan dalam berbagai jenis Ethernet, Windows 95/98, Windows NT, Unix, Linux, NetWare yang layak disebut sekarang secara luas untuk mendukung perjanjian. Bagaimana semua peralatan, masing-masing diberikan sebuah IP address adalah teknologi intensif bekerja, mari kita peer Windows 95/98 masing-masing dan Windows NT Server / Client network misalnya, beritahu kami tentang alokasi IP address dan pengaturan masalah .<br />
1. IP address Profil<br />
Setiap host pada network dan menjalankan perangkat manajemen network harus memiliki minimal satu IP address khusus untuk memfasilitasi cara yang akurat untuk menemukan perangkat tertentu. IP address adalah sebuah empat-byte (32 bit) string, setiap byte ditulis sebagai angka desimal, dengan titik-titik antara byte (yaitu, periode) dipisahkan, seperti 192.168.8.88. Karena setiap bagian dari IP address adalah sebuah byte, jadi nilainya harus antara 0 dan 255 (termasuk 0 dan 255). IP address terdiri dari dua bagian, yaitu bagian network dan host (atau node) dari pertanyaan. Bagaimana saya hanya menyediakan dua byte pertama dari nomor network? maka satu pihak, di network apapun (bahkan yang wide area network) tidak dapat memiliki 216 (65536) lebih dari host, sementara yang lain pihak, network karena dari beberapa bagian yang lebih kecil poin kurang pemborosan address space. Untuk secara efektif menggunakan address space yang terbatas, IP address dibagi menjadi tiga menurut pertama dari beberapa &#8220;kelas&#8221;, yaitu kelas A, B dan C.<br />
* Kelas A byte pertama 0-127, meskipun hanya 127 nomor network, tetapi masing-masing network dapat menampung hingga 16 juta host (terhubung ke komputer), hanya disayangkan bahwa memiliki begitu banyak host network hampir tidak ada.<br />
* B Kelas 1 byte 128-191, memiliki angka 16.000 network, setiap network dapat menampung hingga 60.000 host.<br />
* C Kelas byte pertama 192-223, dengan nomor 2.0808 million network, setiap network dapat menampung sampai 254 host.<br />
Sebagai contoh, 18.88.89.98 adalah alamat kelas A, 18 dari mereka untuk nomor network, 88.89.98 host No; 128.188.189.198 merupakan alamat Kelas B, di mana jumlah network 128,188, 189,198 untuk host ID; 198.168.186.169 adalah C Kelas alamat, di mana jumlah network 198,168, 186,169 untuk host ID.<br />
Kedua, IP address tetap pengaturan<br />
(A) alokasi IP address untuk memenuhi kebutuhan network<br />
Address space IP yang kami umumnya dapat melalui langsung ke ISP lokal (biasanya sektor telekomunikasi lokal) mengajukan permohonan diperoleh. Ketika ditugaskan ke IP address dari network ke host nomor ID sepenuhnya mampu memenuhi permintaan network area lokal, maka Anda dapat benar-benar beruntung, cukup untuk setiap host dan perangkat manajemen network dapat IP address diberikan bisa, tentu saja, Anda harus menciptakan file log yang diperlukan alokasi IP address untuk membuat catatan untuk pertanyaan masa depan.<br />
1. pengaturan IP address dari host pada Windows 95/98<br />
Memasang TCP / IP protokol. Dalam Control Panel Konfigurasi Network tab, klik tombol &#8220;Add&#8221;, dari daftar kotak, pilih &#8220;Perjanjian&#8221; lagi Klik tombol &#8220;Add&#8221;, dan kemudian di &#8220;Manufaktur&#8221; daftar kotak, pilih &#8220;Microsoft&#8221;, di &#8220;Network Protokol&#8221; daftar kotak, pilih &#8220;TCP / IP&#8221;, klik tombol &#8220;OK&#8221; dan Anda akan diminta untuk memasukkan instalasi Windows 98 CD-ROM untuk menyelesaikan. Tentu saja, Anda harus me-restart komputer Anda agar pengaturan baru diterapkan.<br />
IP address yang ditetapkan. Pada Control Panel &#8211; &#8220;network -&#8221; Konfigurasi tab, pilih adapter network terikat dengan protokol TCP / IP, klik &#8220;Properties&#8221; tombol di IP address tab, pilih pilihan untuk menentukan IP address dari tombol, kemudian ketik IP address dari host dan subnet mask yang ditugaskan. Jika distribusi dari IP address kelas A, dengan subnet mask 255.0.0.0; jika distribusi dari IP address kelas B, dengan subnet mask 255.255.0.0; jika distribusi dari IP address kelas C, maka subnet mask 255.255.255.0. Perlu dicatat bahwa bagian host dari semua 0 atau 255 dari IP address tidak dapat digunakan karena nilai yang telah ditentukan dan dipertahankan dalam alamat broadcast network.<br />
2. Windows NT IP address host pengaturan<br />
Memasang TCP / IP protokol. Pada Control Panel &#8211; &#8220;network -&#8221; Protokol tab, klik tombol Add, dan kemudian dalam daftar Protokol Network kotak, pilih TCP / IP protocol, klik tombol OK, Anda akan diminta untuk memasukkan disk instalasi Windows NT, ketika mesin kembali &#8212; Setelah selesainya perjanjian mulai menambahkan.<br />
IP address yang ditetapkan. Pada Control Panel &#8211; &#8220;network -&#8221; tab Protocols dari daftar Protokol Network kotak, pilih TCP / IP protokol komunikasi, klik tombol Properties. Karena Windows NT dapat menginstal dua kartu network dan karenanya harus di IP address &#8211; &#8220;Adapter drop-down list box, pilih kartu network yang berbeda konfigurasi, masing-masing. Pilih tombol pilihan dan menentukan IP address ditugaskan untuk mengetik IP address dan subnet mask. Default gateway digunakan untuk menyambung ke network lain bahwa IP address router, namun dalam rangka untuk menghubungkan mesin untuk bertindak sebagai dua berbeda network sub-router dapat diatur ke alamat mesin.<br />
3. Network dengan IP address perangkat pengaturan<br />
Untuk 3om Super Stack II Switch Hub 1100.<br />
(1) membuat sambungan terminal. Disajikan dengan acak kabel silang dari 9-pin port serial komputer dengan Hub untuk menghubungkan Konsol, mulai komputer, berjalan di lampiran untuk program emulasi terminal (Hyper Terminal), untuk membuat koneksi baru, dan Menggunakan Connect drop-down kolom kotak dan memilih untuk menghubungkan port serial (langsung ke Com) pendekatan, maka baud rate akan berada dalam atribut string (Bit per detik) diatur ke 9600, data bits (data bit) diatur ke 8, bit paritas ( parity) diatur ke Tidak ada, hentikan bit (Stop bits) adalah di set ke 1, kontrol aliran (Flow control) diatur ke Tidak ada.<br />
(2) Log. Hub kemudian listrik, sambungan dibuat, tekan tombol Enter untuk menampilkan informasi login, masukkan default nama pengguna dan sandi.<br />
Login: keamanan<br />
Password: keamanan<br />
Untuk memasuki menu utama, menampilkan informasi sebagai berikut:<br />
(3) untuk mengkonfigurasi IP address. Pada pilihan menu Pilih baris, ketik ip dan tekan ENTER, masukkan IP sub-menu ini adalah untuk menunjukkan sebagai berikut:<br />
Pada baris pilihan menu Pilih jenis interface, dan masukkan, menampilkan sebagai berikut:<br />
Pada pilihan menu Pilih (ip / interface) masukkan baris perintah define, masing-masing, dan kemudian Anda diminta untuk mengetik IP address (IP address), Subnet mask (subnet mask) dan default gateway (default gateway), SLIP Masukkan alamat dan Enter SLIP subnet mask 2 konten dapat diabaikan. Konfigurasi selesai, sistem akan telah dikonfigurasi untuk menampilkan kembali informasi lagi untuk mengkonfirmasinya. Pada titik ini, ketik q, dapat kembali ke menu.<br />
IP address ini telah dikonfigurasi, dapat digunakan untuk memverifikasi Ping atau Tampilan.<br />
(B) alokasi IP address hanya dapat memenuhi kebutuhan jumlah host<br />
Tentunya Anda tahu bahwa karena perluasan kontinu perintis Internet, saat ini IP address sumber daya telah menghilang ke dalam ketidakjelasan. Oleh karena itu, Anda bagian dari sebuah kelas C alamat mungkin tidak bertemu di network area lokal Anda ingin membangun kembali kebutuhan sejumlah sub-network, jadi anda harus menggunakan subnet mask (Subnet Mask) untuk masalah yang mendesak.<br />
Subnet mask juga mengatakan empat byte dari 24 bit, subnet mask default seperti yang ditunjukkan dalam tabel. Fungsi utamanya mencakup dua aspek, satu digunakan untuk membedakan antara IP address network dan host nomor nomor dua alamat digunakan untuk kelas tertentu dibagi lagi menjadi beberapa subnet.<br />
Subnet mask untuk menjadi bagian dari posisi nomor network, nomor host nol bagian dari positioning. Oleh karena itu, ketika IP address dan subnet mask antara dua fasies (dan) ketika non-nol bagian adalah nomor network, nol bagian adalah nomor host. Jika perangkat IP address 168.186.89.88, sistem lain dinyatakan sebagai 1.010.100.010.111.010 0.101.100.101.011.000, karena berada di alamat Kelas B, sehingga subnet mask 255.255.0.0, representasi biner 11111111 1111111 00000000 00000000 dua-tahap dengan hasil 1.010.100.010.111.010.<br />
Karena subnet mask untuk bagian dapat didefinisikan sebagai nomor network, maka kita dapat memodifikasi Subnet mask jalan, akan topeng asli dalam tingkat tertinggi untuk angka 0 merevisi bagian dari satu, sehingga host seharusnya menjadi bagian dari bagian perubahan nomor dari nomor network, dan dengan demikian untuk mencapai tujuan subnetting. Sebagai contoh, Anda mendapatkan alamat network Kelas C 198.189.98, tidak ada keraguan bahwa semua peralatan dari 198.189.98.0 &#8211; 198.189.98.254 akan berada dalam network yang sama, tetapi Anda perlu network yang dibagi menjadi lima sub-network dalam rangka memfasilitasi manajemen yang cukup sederhana. Misalkan, kita dapat men-setting subnet mask menjadi 255.255.255.0 pada byte keempat dalam tiga kesempatan adalah tentang byte keempat dari 10 juta mask asli direvisi menjadi 11,1 juta, 11,1 juta karena nilai desimal 224, jadi Subnet mask harus di set ke 255.255.255.224. 000.001.010.011.100.101.110.111, dll Ini adalah total dari tiga delapan kombinasi yang berbeda, kecuali alamat 000 dan 111 tidak dapat digunakan sebagai reservasi, ada enam jenis kombinasi dapat mendanai pembentukan sub-network. Setiap sub-network dari tiga byte pertama tentu saja, masih 198.189.98, sehingga setiap sub-network rentang IP address menyediakan sebagai berikut:<br />
Dengan demikian, Subnet mask, jumlah bit yang lebih jumlah subnet yang diperoleh lebih banyak, tetapi masing-masing sub-network dari host untuk mengakomodasi jumlah juga akan berkurang, sementara kerugian yang lebih IP sumber daya, Hal ini disebabkan karena masing-masing sub-network akan disimpan untuk semua 0 atau semua 1, 2 alamat sebagai alamat broadcast digunakan.<br />
(C) jumlah network dan host tidak dapat memenuhi kebutuhan<br />
Dengan IP address sumber daya yang semakin menipis dan alokasi IP address yang tersedia untuk kurang dan kurang sering memiliki ratusan network komputer hanya bisa mendapatkan ukuran hanya beberapa IP address, orang-orang yang benar-benar khawatir cemberut. Dalam kasus ini, tapi untuk mengambil pendekatan server proxy, pelaksanaan internal situs Web dan situs publik untuk mencapai saling konversi. IANA menuju ke alamat tersebut dimana berfungsi sebagai address space IP pribadi, khusus untuk penggunaan intranet perusahaan. Mereka adalah:<br />
Anda dapat sesuai dengan kebutuhan mereka (tergantung pada jumlah host network dan perangkat mungkin akan) memilih alamat yang sesuai kelas-kelas dalam perusahaan, Anda dapat yakin bahwa alamat yang berani sama dengan IP address publik untuk menggunakan dan mengkonfigurasi. Melalui proxy server, di satu sisi, ketika host di dalam LAN untuk mengakses internet, proxy server untuk menerima dari alamat pribadi permintaan dari masyarakat internet, untuk memperoleh informasi yang diminta dan kembali ke pengguna asli, atau hanya langsung dari dalam IP address privat ke IP address publik untuk mencapai komunikasi antara host dan Internet, sehingga semua host dalam network internal memiliki akses ke internet melalui server proxy kemampuan. Tentu saja, jika anda memerlukan, Anda dapat juga kemampuan untuk mengakses host tertentu yang diperlukan pembatasan. Di sisi lain, host eksternal juga dapat menentukan server proxy untuk mengizinkan akses ke luar akses ke host, dalam rangka mencapai host internal dan eksternal dua arah komunikasi.<br />
3, IP address dinamis pengaturan<br />
IP address dinamis, dengan namanya adalah sebuah alat yang terbuat dari non-fixed IP address secara dinamis dialokasikan dan dapat dicapai. Menggunakan IP address dinamis Ada dua alasan utama: Pertama, dapat menggunakan IP address yang lebih sedikit untuk membangun network yang lebih besar. Jika terhubung ke network dengan host dan perangkat lain dalam perbandingan, pangsa IP address publik agak kurang, jika untuk setiap perangkat diberikan sebuah IP address tetap, jelas bahwa beberapa komputer tidak akan mengakses network. Dengan mempertimbangkan bahwa tidak semua komputer yang berjalan pada waktu yang sama dan dengan koneksi network, jadi jika alokasi IP dinamis, yaitu komputer yang terhubung ke network secara otomatis, putuskan koneksi network secara otomatis kembali, Anda dapat memenuhi network IP address persyaratan. Yang kedua adalah untuk meningkatkan ketersediaan network komputer dalam mobilitas. Ketika sebuah host dari satu subnet ke subnet lain, IP address network karena nomor yang berbeda, sehingga di antara komputer dan host lain tidak dapat berkomunikasi, untuk menyelesaikan seperti masalah, cara termudah adalah untuk mobile host Dalam subnet baru untuk kembali menunjuk sebuah IP address. Namun, jika kita menggunakan IP address dinamis, maka akan mengurangi semacam ini kompleksitas pengelolaan network.<br />
Windows NT untuk menggunakan DHCP (Dynamic Host Configuration Protocol, Dynamic Host Configuration Protocol) untuk menangani alokasi IP address dinamis. Penggunaan DHCP, seluruh network harus memiliki minimal satu komputer yang menjalankan Windows NT host DHCP diinstal perangkat lunak, bertindak sebagai server DHCP, sementara semua stasiun lain ingin menggunakan fungsi DHCP juga harus memiliki dukungan untuk fungsi DHCP. Jadi, ketika workstation DHCP dimulai, maka secara otomatis akan berkomunikasi dengan server DHCP oleh server DHCP untuk memberikan IP address. Tentu saja, alamat ini hanya bersifat sementara, ketika sewa berakhir, alamat akan dikembalikan ke DHCP server dan DHCP yang disediakan untuk workstation lain. Jika DHCP asli workstation masih membutuhkan IP address, mereka dapat menyewa server DHCP lain IP address.<br />
(1) setting server DHCP<br />
Buka Control Panel &#8211; &#8220;network -&#8221; tab Services, klik tombol Add Layanan Network di list box untuk memilih &#8220;Microsoft DHCP Server&#8221;, klik tombol OK, Anda akan diminta untuk melengkapi file ke NT CD-ROM menyalin, klik tombol Tutup, dan kemudian restart komputer.<br />
Buka Administrative Tools -&#62; DHCP Manager, pilih host lokal server DHCP. Buka menu lingkup &#8211; &#8220;untuk membuat, untuk menciptakan bidang pop-up kotak dialog, ketik awal dan akhir alamat, masing-masing, serta subnet mask. Ruo Yu mempertahankan alamat tertentu untuk host tertentu atau penggunaan perangkat, dapat dikonfigurasi dalam kisaran dikecualikan. Sewa pilihan untuk membatasi periode waktu pendekatan yang diusulkan dan sesuai dengan kebutuhan untuk memberikan tenggat waktu sewa. Ditentukan, di lokal komputer, yang berikutnya lebih baru kisaran IP address, dan bola lampu kuning menunjukkan bahwa rentang IP address telah diaktifkan.<br />
Untuk mempertahankan IP address tertentu untuk perangkat tertentu (seperti DHCP server, server WWW, E-mail server, FTP server, Router, Switch Hub, dll) dapat digunakan untuk mengatur mempertahankan pelanggan. Buka Administrative Tools -&#62; DHCP server, klik dua kali untuk membuka komputer lokal, pilih rentang IP address. Buka menu Ruang Lingkup &#8211; &#8220;Addkan ke mempertahankan posisi dalam unik identifier, jenis kartu network host atau nomor ID perangkat, ketik IP address disediakan untuk menginginkan IP address dan nama klien untuk perangkat dari sederhana mudah untuk mengingat nama. Ruoyu terus untuk menentukan IP address dari perangkat lain, Anda dapat mengklik tombol Add, jika tidak, anda bisa menutup. Setelah Anda menambahkan, Anda dapat menggunakan menu lingkup &#8211; &#8220;kegiatan menyewa sebuah perintah pemeriksaan dapat juga digunakan dalam atribut ini dapat diubah sesuai.<br />
Catatan: DHCP server harus menggunakan IP address yang tetap.<br />
(B) Windows 95/98 pengaturan DHCP untuk workstation<br />
Pertama-tama harus memastikan bahwa komputer telah terinstal TCP / IP protokol. Buka Control Panel &#8211; &#8220;network -&#8221; dan kartu network terikat TCP/IP-&#62; Properties -&#62; IP address tab, pilih secara otomatis mendapatkan IP address.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Analisis Website]]></title>
<link>http://urtrashere.wordpress.com/2009/11/13/analisis-website/</link>
<pubDate>Fri, 13 Nov 2009 06:10:52 +0000</pubDate>
<dc:creator>urtrashere</dc:creator>
<guid>http://urtrashere.wordpress.com/2009/11/13/analisis-website/</guid>
<description><![CDATA[Apa itu website dan apa itu blog? Secara singkat dapat kita simpulkan bahwa sebuah blog pasti merupa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Apa itu website dan apa itu blog? Secara singkat dapat kita simpulkan bahwa sebuah blog pasti merupakan sebuah website, tetapi sebuah website belum tentu merupakan sebuah blog. Nah lho, makin bingung gak sih. Merujuk pada <a title="wikipedia" href="http://id.wikipedia.org/wiki/Website" target="_blank">Wikipedia</a>, website adalah sekumpulan halaman-halaman situs yang saling berhubungan, yang berisi teks, gambar, video atau file-file digital lainnya dan biasanya memiliki 1 alamat domain atau <strong>IP address</strong> khusus pada jaringan internet (<em>Internet Protocol-based network</em>). Website ini harus di dimuat (<em>hosting</em>) pada sebuah <em>web server</em> sehingga bisa diakses melaui jaringan, baik itu jaringan internet ataupun jaringan LAN (<em>Local area network</em>) yang lebih private.</p>
<p>Website terbagi atas dua kategori berdasarkan pengoperasiannya, yaitu:</p>
<ul>
<li>Website Statis</li>
<li>Website Dinamis</li>
</ul>
<p><strong>Website Statis</strong> hanya memiliki <strong><em>front end</em></strong><em>,</em> yaitu halaman-halaman situs yang bisa diakses oleh pengunjung.</p>
<p>Biasanya web jenis ini hanya dibuat dengan kode <strong>HTML</strong> (<em>hypertext markup language</em>) dan kadang2 dilengkapi dengan <strong>script javascript</strong> dan <strong>flash</strong> untuk memperindah tampilan.</p>
<p>Konten website statis tidak dapat diupdate karena memang tidak disediakan fasilitas ini. Kalaupun ingin menguubah isi website statis, harus merombak kode-kode HTMLnya dan hanya bisa dilakukan oleh orang yang mengerti bahasa HTML. Pembuatan website seperti ini relatif sangat mudah tapi kurang baik untuk popularitas di mata <em>search engine </em>sehingga perlu usaha lebih banyak untuk mempopulerkan website statis dan mendatangkan pengunjung, misalnya dengan beriklan.Website statis biasanya berupa <em>company profile</em> sederhanya, brosur online, atau situs-situs yang berisi informasi sederhana yang tidak perlu dirubah.</p>
<p>Sedangkan Website Dinamis merupakan website yang biasanya memiliki <strong>front-end</strong> dan <strong>back end</strong><strong>.</strong></p>
<p><em>Front end</em><em> </em>adalah halaman-halaman situs yang bisa diakses pengunjung, sedangkan <em>back-end</em><em> </em>yang biasa disebut <strong>CMS</strong><strong> </strong><strong>(</strong><strong>content management system</strong><strong>)</strong> atau biasa juga disebut <em>Admin Area</em>, berfungsi untuk mengupdate halaman-halaman <em>front-end</em>.</p>
<p>Jadi halaman <em>back end </em>biasanya hanya bisa diakses oleh pemilik atau pengelola situs dengan <em>username</em> dan <em>password</em><em> </em>yang telah ditetapkan.</p>
<p>Ada berbagai macam bentuk halaman <em>back-end</em> yang dibuat sesuai kebutuhan. Pada <em>back-end</em><em> </em>atau <strong>admin area</strong> ini kita bisa merubah isi tulisan2 pada halaman situs, menambah tulisan atau artikel baru, mengupdate katalog produk seperti pada toko online, mengupdate portfolio, memanage iklan yang tampil di halaman situs jika ada, mengontrol user atau member situs dan lain-lain.</p>
<p>Website dinamis juga bisa dibuat interaktif dimana pengunjung atau user bisa meninggalkan komentar, menuliskan artikel baru dan lain-lain tergantung fungsi dan tujuan situs tersebut.</p>
<p>Website dinamis ini terbagi ke dalam berbagai tipe dan terus berkembang berdasarkan fungsi dan fitur, antara lain adalah:</p>
<ul>
<li>News Site (Situs Berita)</li>
<li>Social Network Site (Situs Jejaring Sosial)</li>
<li>Forum</li>
<li>Search Engine (Mesin Pencari)</li>
<li>Blog</li>
</ul>
<p>Jadi blog merupakan bagian dari website dinamis. Blog merupakan kumpulan artikel, baik tulisan, gambar ataupun file multimedia lain secara rutin dimana semua entri tersusun berurutan dan memiliki fasilitas komentar buat pengunjung. Artikel-artikel tersebut dapat dengan mudah diupdate dengan menggunakan back-end interface seperti sudah dibahas dalam penjelasan diatas.</p>
<p>Dengan melihat penjabaran dan penjelasan mengenai blog diatas dalam kaitannya dengan website, maka dibawah ini akan dijelaskan mengenai jenis website dari ketiga alamat berikut:</p>
<ul>
<li><a href="http://harrywardana.net/">http://harrywardana.net</a> :</li>
</ul>
<p>merupakan blog karena terdiri dari artikel-artikel yang tersusun secara rapi berupa tulisan,, gambar dan lain-lain dan juga memungkinkan pengunjung untuk meninggalkan komentar atau tulisan dalam website tersebut</p>
<ul>
<li><a href="http://www.wartajazz.com/">http://www.wartajazz.com</a> :</li>
</ul>
<p>merupakan blog karena terdiri dari artikel-artikel yang tersusun secara rapi berupa tulisan,, gambar dan lain-lain dan juga memungkinkan pengunjung untuk meninggalkan komentar atau tulisan dalam website tersebut</p>
<ul>
<li><a href="http://jforjessy%2Cwordpress.com/">http://jforjessy,wordpress.com</a> :</li>
</ul>
<p>merupakan blog karena terdiri dari artikel-artikel yang tersusun secara rapi berupa tulisan,, gambar dan lain-lain dan juga memungkinkan pengunjung untuk meninggalkan komentar atau tulisan dalam website tersebut. Lagipula artikel-artikel tersebut ditayangkan dalam weblog gratis yang disediakan oleh <a title="wordpress" href="http://www.wordpress.com" target="_blank">WordPress</a>.</p>
<p>Demikianlah analisis mengenai website dan kaitannya dengan weblog (blog). Mudah-mudahan dapat membantu pemahaman kita mengenai kedua hal tersebut.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Teenager saved from jail by Facebook post]]></title>
<link>http://eideard.wordpress.com/2009/11/12/teenager-saved-from-jail-by-facebook-post/</link>
<pubDate>Thu, 12 Nov 2009 16:00:29 +0000</pubDate>
<dc:creator>eideard</dc:creator>
<guid>http://eideard.wordpress.com/2009/11/12/teenager-saved-from-jail-by-facebook-post/</guid>
<description><![CDATA[Where’s my pancakes, read Rodney Bradford’s Facebook page, in a message typed on Saturday, Oct. 17, ]]></description>
<content:encoded><![CDATA[Where’s my pancakes, read Rodney Bradford’s Facebook page, in a message typed on Saturday, Oct. 17, ]]></content:encoded>
</item>
<item>
<title><![CDATA[Über Nerd]]></title>
<link>http://baysideufl.wordpress.com/2009/11/12/uber-nerd-2/</link>
<pubDate>Thu, 12 Nov 2009 05:52:41 +0000</pubDate>
<dc:creator>baysideufl</dc:creator>
<guid>http://baysideufl.wordpress.com/2009/11/12/uber-nerd-2/</guid>
<description><![CDATA[I know this is Über nerdish, but regarding IPv6 addresses: 128 bit address space. In other words the]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I know this is Über nerdish, but regarding IPv6 addresses:</p>
<ul>
<li>128 bit address space. In other words theoretically there are 340,282,366,920,938,463,463,374,607,431,768,211,456 addresses available. This means there are approximately 6.67 * 10^27 IPv6 addresses per square meter on our planet.</li>
</ul>
<p>If you understand that you already know how hilarious that is.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA["How to Make your Computer your Personal ATM"]]></title>
<link>http://jmichael59.wordpress.com/2009/11/11/how-to-make-your-computer-your-personal-atm/</link>
<pubDate>Wed, 11 Nov 2009 23:06:52 +0000</pubDate>
<dc:creator>James</dc:creator>
<guid>http://jmichael59.wordpress.com/2009/11/11/how-to-make-your-computer-your-personal-atm/</guid>
<description><![CDATA[Think ATM’s are only located at banks and credit unions? Try rethinking the idea! The very computer ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><em>Think ATM’s are only located at banks and credit unions?</em> </strong> Try rethinking the idea!  The very computer you are using to view this blog could become <strong>your very own personal ATM machine.</strong>  YES, IT CAN!  How is it possible to turn your computer into a money generating machine?  Dive into the realm of internet marketing.</p>
<p><strong>Your own Internet marketing business</strong> is not only a real, profitable idea, but can be started quickly, and with little to NO upfront money!</p>
<p>What are the steps you should take first to help you start this <strong>Internet marketing money making business?</strong>  </p>
<p>Create a website that <strong>potentially reaches millions</strong> of potential customers all over the world?  Not necessarily!  There are hundreds of affiliate programs, and offerings available.  We have taken the confusion out of this situation for you by providing training from an Affiliate &#8220;Guru&#8221;, Ewen Chia, for the best software tools and training out there to help get you started <strong><a href="http://www.SuperAffiliateTrainer.com/go/?affid=466">FOR FREE</a></strong>.</p>
<p>If you use article sites to promote, like<strong> Ezine articles</strong>, to promote what your host affiliate (like the programs Ewen Chia already has in place) is selling, you may need a domain name, yet not nessesary.  Domain names are the text that users will click on to reach the website you are promoting and having a domain name of your own &#8220;brands YOU&#8221;.  </p>
<p><strong>Using Ewen&#8217;s system</strong> you will need not need an Autoresponder.  His system automatically follows up by sending emails to users in order to capture their personal information.<br />
<img src="http://jmichael59.wordpress.com/files/2009/11/card-lrg.jpg?w=300" alt="card-lrg" title="card-lrg" width="300" height="199" class="alignright size-medium wp-image-25" /><br />
Once you have started using Ewen&#8217;s tools, already in place (emails, banners, etc&#8230; like you see below), you&#8217;ll be ready to change <strong>your personal computer into a cash cow today!<br />
</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Finding IP and IP Location]]></title>
<link>http://yasserzaid.wordpress.com/2009/11/10/finding-ip-and-ip-location/</link>
<pubDate>Tue, 10 Nov 2009 10:40:17 +0000</pubDate>
<dc:creator>yasserzaid</dc:creator>
<guid>http://yasserzaid.wordpress.com/2009/11/10/finding-ip-and-ip-location/</guid>
<description><![CDATA[Hi try this Example to Find IP and IP Location:- 1. Create new website project and Go to solution ex]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hi</p>
<p>try this Example to Find IP and IP Location:-</p>
<p>1. Create new website project and Go to solution explorer.</p>
<p>2. Right-click on your project name</p>
<p>3. Click on &#8216;Add Web Reference&#8217;</p>
<p>4. Enter this address: <a href="http://tools.webmastermafia.com/GeoIPChecker.asmx">http://tools.webmastermafia.com/GeoIPChecker.asmx</a></p>
<p>5. Drow some Button control and TextBox Control named txtIP</p>
<p>6. Enter this code into button_click event:</p>
<p><strong>C#:<br />
</strong>com.webmastermafia.tools.GeoIPChecker GEO = new com.webmastermafia.tools.GeoIPChecker();<br />
lblResult.Text = GEO.GetCountry(&#8220;test@webmastermafia.com&#8221;, &#8220;test&#8221;, txtIP.Text, &#8220;CountryName&#8221;);</p>
<p><strong>Visual Basic:<br />
</strong>Dim GEO As com.webmastermafia.tools.GeoIPChecker = new com.webmastermafia.tools.GeoIPChecker();<br />
lblResult.Text = GEO.GetCountry(&#8220;test@webmastermafia.com&#8221;, &#8220;test&#8221;, txtIP.Text, &#8220;CountryName&#8221;)</p>
<p>This is for check country name by IP. If you want to check City name, than use this code:</p>
<p><strong>C#:</strong><br />
com.webmastermafia.tools.GeoIPChecker GEO = new com.webmastermafia.tools.GeoIPChecker();<br />
lblResult.Text = GEO.GetCity(&#8220;test@webmastermafia.com&#8221;, &#8220;test&#8221;, txtIP.Text, &#8220;City&#8221;);</p>
<p><strong>Visual Basic:<br />
</strong>Dim GEO As com.webmastermafia.tools.GeoIPChecker = new com.webmastermafia.tools.GeoIPChecker();<br />
lblResult.Text = GEO.GetCity(&#8220;test@webmastermafia.com&#8221;, &#8220;test&#8221;, txtIP.Text, &#8220;City&#8221;)</p>
<p>Hope this helps</p>
<p>Good Luck.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ping the #twatch]]></title>
<link>http://dangerousprototypes.com/2009/11/10/ping-the-twatch/</link>
<pubDate>Tue, 10 Nov 2009 07:41:12 +0000</pubDate>
<dc:creator>Ian</dc:creator>
<guid>http://dangerousprototypes.com/2009/11/10/ping-the-twatch/</guid>
<description><![CDATA[The #twatch has a simple ICMP (ping) server that shows if the #twatch is alive and kicking on your n]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignnone size-full wp-image-908" title="ping" src="http://wherelabs.wordpress.com/files/2009/09/ping.png" alt="ping" width="450" height="221" /></p>
<p>The #twatch has a simple <a href="http://en.wikipedia.org/wiki/Internet_Control_Message_Protocol">ICMP</a> (ping) server that shows if the #twatch is alive and kicking on your network, and how long it takes to respond.</p>
<p>First, get the #twatch IP address from the LCD screen or the <a href="http://dangerousprototypes.com/2009/11/06/view-the-twatch-ip-announcement/">announcement packet</a>.</p>
<p>Next, start a ping client and ping the #twatch IP address. Windows has a built-in ping client that&#8217;s available from the command prompt (Start-&#62;run. Type &#8216;cmd&#8217;, press enter. Type &#8216;ping&#8217;, followed by the IP address).</p>
<p>The ping results show basic statistics like how many pings were successful, and how long the #twatch took to reply.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Mavizen motorbike: A laptop on wheels]]></title>
<link>http://diychica.wordpress.com/2009/11/09/the-mavizen-motorbike-a-laptop-on-wheels/</link>
<pubDate>Mon, 09 Nov 2009 23:28:33 +0000</pubDate>
<dc:creator>diychica</dc:creator>
<guid>http://diychica.wordpress.com/2009/11/09/the-mavizen-motorbike-a-laptop-on-wheels/</guid>
<description><![CDATA[Some are calling the Mavizen TTX02 a laptop on wheels.&#8221; Not only can the bike reach speeds of ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div style="margin-bottom:10px;border:1px solid #ccc;width:202px;height:142px;background-image:url('http://images.websnapr.com/?size=s&#38;url=http://www.geekwithlaptop.com/the-mavizen-motorbike-thatâs-âa-laptop-on-wheelsâ');"></div>
<p>Some are calling the Mavizen TTX02 a laptop on wheels.&#8221; Not only can the bike reach speeds of up 130 miles an hour, it also has an onboard computer system. </p>
<blockquote><p><em>Each bike comes with a dash-mounted computer complete with Linux, on board server, a dedicated IP address, USB, and Wi-Fi connectivity.</em></p></blockquote>
<p>Source:<br /><a href='http://www.geekwithlaptop.com/the-mavizen-motorbike-thatâs-âa-laptop-on-wheelsâ'>http://www.geekwithlaptop.com/the-mavizen-motorbike-thatâs-âa-laptop-on-wheelsâ</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Mavizen motorbike: A laptop on wheels]]></title>
<link>http://beckyminx.wordpress.com/2009/11/09/the-mavizen-motorbike-a-laptop-on-wheels/</link>
<pubDate>Mon, 09 Nov 2009 15:12:02 +0000</pubDate>
<dc:creator>beckyminx</dc:creator>
<guid>http://beckyminx.wordpress.com/2009/11/09/the-mavizen-motorbike-a-laptop-on-wheels/</guid>
<description><![CDATA[Some are calling the Mavizen TTX02 a laptop on wheels.&#8221; Not only can the bike reach speeds of ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div style="margin-bottom:10px;border:1px solid #ccc;width:202px;height:142px;background-image:url('http://images.websnapr.com/?size=s&#38;url=http://www.geekwithlaptop.com/the-mavizen-motorbike-thatâs-âa-laptop-on-wheelsâ');"></div>
<p>Some are calling the Mavizen TTX02 a laptop on wheels.&#8221; Not only can the bike reach speeds of up 130 miles an hour, it also has an onboard computer system. </p>
<blockquote><p><em>Each bike comes with a dash-mounted computer complete with Linux, on board server, a dedicated IP address, USB, and Wi-Fi connectivity.</em></p></blockquote>
<p>Source:<br /><a href='http://www.geekwithlaptop.com/the-mavizen-motorbike-thatâs-âa-laptop-on-wheelsâ'>http://www.geekwithlaptop.com/the-mavizen-motorbike-thatâs-âa-laptop-on-wheelsâ</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Edited: I want her on my playlist]]></title>
<link>http://vajarlmetdracula.wordpress.com/2009/11/09/i-want-her-on-my-playlist/</link>
<pubDate>Mon, 09 Nov 2009 06:55:14 +0000</pubDate>
<dc:creator>Vajarl</dc:creator>
<guid>http://vajarlmetdracula.wordpress.com/2009/11/09/i-want-her-on-my-playlist/</guid>
<description><![CDATA[Short post. I was downloading songs yesterday, a lot of them actually, and the owner of the computer]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Short post. I was downloading songs yesterday, a lot of them actually, and the owner of the computer shop called me out for it. He said that his IP address may be tracked or something. He has always been that grumpy but this time I was able to learn something. Although I am not really sure if these free mp3 download sites really track all the IP addresses of the people who go there for free downloads. It seems silly.<br />
Anyways, I wanted to download Dolly Parton&#8217;s <em>Do I ever Cross Your Mind</em> (I know, I am such a cliche) and when I typed it, Ramiele Malubay&#8217;s version appeared. Ramiele Malubay was the 10th or 9th placer of the seventh season of American Idol. She is half Filipina, which made me root for her then. I was also one of the people who were disappointed with her performances then. I thought she was great in the early episodes though. Back to the song, I listened to it and thought it was great. Listen to it then tell me what you think.</p>
<p style="text-align:center;"><span style="color:#3366ff;"><strong><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/Sy0OiE8j7ME&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/Sy0OiE8j7ME&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span><br />
</strong></span></p>
<p style="text-align:center;"><span style="color:#3366ff;"><strong><br />
</strong></span></p>
<p><span style="text-decoration:line-through;"><em>Note:</em> <em>I don&#8217;t know how to post videos and audios here. I tried copying the embed codes from the sites but they are not working. Do I really have to pay for an upgrade just to eb able to do this?</em></span><br />
Yey! I finally learned how to insert videos/audios here! Thanks <strong>Mr. Nonsense</strong>! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong><span style="color:#ff0000;">EDIT: A cry for help&#8211;</span></strong></p>
<p><strong>I have been trying to put an mp3 player or get a song to play on my site&#8217;s widget (like when somebody visits my site there would be a background music or something like that) but nothing I&#8217;ve done worked. I have been trying to do this for hours now. Technology makes me cry. Bastard. Anyone knows how to do this? Help please. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Find the owner of an IP or Domain]]></title>
<link>http://ttcshelbyville.wordpress.com/2009/11/08/find-the-owner-of-an-ip-or-domain/</link>
<pubDate>Mon, 09 Nov 2009 03:35:56 +0000</pubDate>
<dc:creator>SMallard</dc:creator>
<guid>http://ttcshelbyville.wordpress.com/2009/11/08/find-the-owner-of-an-ip-or-domain/</guid>
<description><![CDATA[Find the owner of an IP address or Domain by using IPNetInfo. &nbsp;]]></description>
<content:encoded><![CDATA[Find the owner of an IP address or Domain by using IPNetInfo. &nbsp;]]></content:encoded>
</item>
<item>
<title><![CDATA[Extranet]]></title>
<link>http://networkcomputer.wordpress.com/2009/11/09/extranet/</link>
<pubDate>Mon, 09 Nov 2009 03:27:03 +0000</pubDate>
<dc:creator>pointbreakmaow</dc:creator>
<guid>http://networkcomputer.wordpress.com/2009/11/09/extranet/</guid>
<description><![CDATA[Extranet is a network or internetwork, is limited to a single organization or entity, but also has l]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="result_box" dir="ltr"><img class="aligncenter size-full wp-image-44" title="extranet" src="http://networkcomputer.wordpress.com/files/2009/11/extranet.jpg" alt="extranet" width="490" height="281" /><br />
Extranet is a network or internetwork, is limited to a single organization or entity, but also has limited connections to the networks of one or more other usually, but not necessarily, trusted organizations or entities (eg customers of the company may be provides access to a portion of its intranet creating in this way an extranet, while customers can not be regarded as &#8220;trust&#8221; in terms of security). Technically, an extranet can be categorized as a box, MAN, WAN, or other type of network, although by definition an extranet existence of a local network, it at least one network connection to the outside world.</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Internet]]></title>
<link>http://networkcomputer.wordpress.com/2009/11/09/internet/</link>
<pubDate>Mon, 09 Nov 2009 03:13:06 +0000</pubDate>
<dc:creator>pointbreakmaow</dc:creator>
<guid>http://networkcomputer.wordpress.com/2009/11/09/internet/</guid>
<description><![CDATA[Internet is a global interconnection of government, academic, public and private networks based on n]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter size-full wp-image-40" title="internet" src="http://networkcomputer.wordpress.com/files/2009/11/internet.gif" alt="internet" width="490" height="319" /></p>
<p>Internet is a global interconnection of government, academic, public and private networks based on network technology of Internet Protocol Suite. It is the successor of the Advanced Research Projects Agency Network (ARPANET), DARPA developed by the Board of the Ministry of Defense. The Internet is the communications backbone on which the World Wide Web (WWW). In the &#8220;Internet&#8221; is usually written with a capital &#8216;m&#8217; as first name, for historical reasons and different from other general Internetworks.</p>
<p>Participants use the Internet for a variety of methods to several documented and often standardized, protocols compatible with the Internet Protocol Suite and addressing system (IP addresses), managed by the Internet Assigned numbers Authority and address registries. Service providers and large enterprises to exchange information about the accessibility of their address spaces across the border Gateway Protocol (BGP), creating a global network of redundant routes of transmission.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hackers attack your google and yahoo accounts]]></title>
<link>http://lynaynle.wordpress.com/2009/11/08/emailhackers/</link>
<pubDate>Sun, 08 Nov 2009 18:35:48 +0000</pubDate>
<dc:creator>lynale</dc:creator>
<guid>http://lynaynle.wordpress.com/2009/11/08/emailhackers/</guid>
<description><![CDATA[There are more crazy hacking people from the other side of the world. It was Russian, Indonesian, Ni]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>There are more crazy hacking people from the other side of the world.  It was Russian, Indonesian, Nigerian, &#8230; and now Vietnamese.<br />
This morning upon checking my yahoo email, I found two of the same kind of email in Vietnamese from google email support.<br />
My first thought:  what the heck?  Google support people send this out of vietnamese?  So untrue.<br />
So I checked out the full header of the email and Voila.  The returning path has: <strong>@gaia.bounces.google.com</strong>.  This is suspicious.  Looking up for the IP address 209.85.160.109 &#8211; it is from Google in Mountain View.  Weird! Is it possible that they use Google&#8217;s IP to mask their own?  First of all, google support would carry gmail.com, or just @google.com in their returning path.  Secondly, they always send out message to your gmail account if you are a gmail user, and of course in english.  Well then the spammer is within google itself?  There is always a possiblity.  The best action to take: Beware and be careful.<br />
If you receive email like the one below, spam them immediately (in Yahoo) and report abuse/spam (in Gmail).  They hacked into your google profile for secondary email linked to your gmail account, or vice versa with yahoo.<br />
This type of email hacking can drive you nuts, leave people in confused, not-knowing-what-to-do state.<br />
<em>From accounts-noreply@google.com Sun Nov  8 13:35:28 2009<br />
X-Apparently-To:myemail@yahoo.com via 206.190.38.83; Sun, 08 Nov 2009 05:35:28 -0800<br />
Return-Path:<br />
X-YMailISG: wdVoCz8WLDumX4K3HJfa.tEgd37FK31iGVxuq6zI1_apNlBDcSh4GnHICqvZZBvu4.aCimflhHk7pKyVQb2f6esYW0aN2D3DgXQRXZ8ECdbIQfwAfS2qO5aw7UiMLhESmSS58HcRcZ4Hwh.m2VFYTPToktflJdb_yDkuy5San9_l1Wkxr04520HdGH1gbp3eV3hjB9HDspiO0Oc0aa4Raa0lHNEB4kqsf2HdY6hOx9k.R8v_tNsfc1.oEEsa1l58o9N1oFBd2w88VnscKdTbOBkD0_WFU0Gec2vCbL67bbpI9jpDfgPk3vmvr3FltRBJodkzNEInvKAIHtKRbHYwIE0YX8sQfXAK7EIqNVqBGDJD8_yCCoTGJT_RfZ_VmlRBsIHUDWFhq_Hj3tlo4_etVgGS9FLmqqNj0n1AxV1qpr6WkKkGOdlBnXpB6uW85qVw6BtJek_y0VodbKoGMWroiTNuH9qAIHKVIsmyha4H3GmLbNtFaWaEXojG<br />
X-Originating-IP: [209.85.160.109]</em></p>
<p>Try out this <a href="http://www.ip-adress.com/ip_tracer/">cool tool </a>for tracing &#8220;Who is&#8221; at a certain IP address even your own IP address and your computer&#8217;s information. </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How Change Your IP Address Without Any Software!]]></title>
<link>http://onopc.wordpress.com/2009/11/06/how-change-your-ip-address-without-any-software/</link>
<pubDate>Fri, 06 Nov 2009 22:10:55 +0000</pubDate>
<dc:creator>siloamrahayuning</dc:creator>
<guid>http://onopc.wordpress.com/2009/11/06/how-change-your-ip-address-without-any-software/</guid>
<description><![CDATA[How Change Your IP Address Without Any Software! “How do I change my IP address?” and “Can I change ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>How Change Your IP Address Without Any Software!</strong> “How do I change my IP address?” and “Can I change my IP address?” are probably the most commonly asked questions. Please attempt the following then, if that does not work, visit the Change IP Address forum.</p>
<p>Before trying any other methods to change your IP address, try turning off (or unplugging the power of) your Cable/DSL modem for five minutes. In many cases this will change your IP address. However, if that does not change your IP address, repeat the process for 8 hours (overnight works well) instead of 5 minutes. Hopefully this will result in an IP change.<!--more--></p>
<p>If the above does not result in your IP address changing, please look through the below for the situation that best matches yours and attempt to change your IP address that way. Unfortunately you are not able to get your IP address to change in all cases, as it is ultimate determined by your ISP’s DHCP configuration (when you’ve got a dynamically assigned IP address, that is.)</p>
<p><strong>Windows – (FIRST OPTION) Computer connected directly to the modem</strong><br />
1. Get to a command prompt. (START, run, cmd).Start Menu Run Box<br />
2. Type “ipconfig /release” (without the quotes, on the command line by itself).<br />
3. Type “ipconfig /renew” (without the quotes, on the command line by itself).</p>
<p><strong>Windows (SECOND OPTION) – Computer connected directly to the modem</strong><br />
1. Get to a command prompt. (START, run, cmd).<br />
2. Type “ipconfig /release” (without the quotes).<br />
3. Shut down computer.<br />
4. Turn off computer.<br />
5. Turn off all ethernet hubs/switches.<br />
6. Turn off cable/DSL modem.<br />
7. Leave off overnight.<br />
8. Turn everything back on.</p>
<p><strong>Network with Router (THIRD OPTION)</strong><br />
1. Log into the router’s admin console. (Often http://192.168.1.1/)<br />
2. Release the IP address. (Method varies by router manufacturer)<br />
3. Turn off router, ethernet hubs/switches, and the cable/DSL modem.<br />
4. Leave off overnight.<br />
5. Turn everything back on.</p>
<p>If you are using a cable/DSL modem and a router, you may wish to connect your computer directly to the cable/DSL modem. Please note that this could significantly impact your system security. This allows your ISP’s DHCP to issue you a new (hopefully changed) IP address based of the (hardware) MAC address of your computer’s ethernet card.</p>
<p>If all the above has not worked to change your IP address and you have a router, check and see if there is a “Clone MAC Address” option. Using it should change your IP address; however, you’ll only be able to do it once (in most cases).</p>
<p>These will not work in all cases. If all else fails contact your internet service provider (ISP) and ask them if they are able to change your IP address or how long your connection needs to be off for your IP address to change.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Shock Secrets of Successful HYIP Investment - Do You Use It?]]></title>
<link>http://luckylizard03.wordpress.com/2009/11/05/shock-secrets-of-successful-hyip-investment-do-you-use-it/</link>
<pubDate>Thu, 05 Nov 2009 00:44:00 +0000</pubDate>
<dc:creator>luckylizard03</dc:creator>
<guid>http://luckylizard03.wordpress.com/2009/11/05/shock-secrets-of-successful-hyip-investment-do-you-use-it/</guid>
<description><![CDATA[Image via Wikipedia Shock Secrets of Successful HYIP Investment &#8211; Do You Use It?By David Vagne]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p class="zemanta-img" style="float:right;display:block;width:210px;margin:1em;"><a href="http://en.wikipedia.org/wiki/Image:MetalChurchTheHumanFactor.jpg"><img src="http://upload.wikimedia.org/wikipedia/en/e/e4/MetalChurchTheHumanFactor.jpg" alt="The Human Factor album cover" height="200" width="200" /></a><span class="zemanta-img-attribution">Image via <a href="http://en.wikipedia.org/wiki/Image:MetalChurchTheHumanFactor.jpg">Wikipedia</a></span></p>
<p>Shock Secrets of Successful <a class="zem_slink" href="http://en.wikipedia.org/wiki/High-yield_investment_program" title="High-yield investment program" rel="wikipedia">HYIP</a> Investment &#8211; Do You Use It?<br />By <a href="http://ezinearticles.com/?expert=David_Vagner">David Vagner</a></p>
<p>
<p>What is your goal? To earn money quickly, get additional income without work. HYIP market can realizes your dreams or makes you bankrupt. Where is limit? Listen to me and you will know how to be rich.</p>
<p>As successful HYIP investor you should know golden rules of sure investing. These rules are very significant and I want you to know them at your finger tips before you actually start your investing way.</p>
<p><b>Think Long-Term:</b> Never ever think or plan to get rich within a short period of time. It is not reality. Usually good HYIP will never pay quite your principal and interest in less than 6 months.</p>
<p><b>Do not Quit:</b> Winners do not quit and quitters do not win. It is a <a class="zem_slink" href="http://en.wikipedia.org/wiki/Law" title="Law" rel="wikipedia">law</a> of our life. The next step you take could be the winning step but if you quit, you&#8217;ll never know how much you are loosing. Just keep investing and learning better ways to better your situation in life.</p>
<p><b>Be Prepared to Loose:</b> In everything you do in life there are always times when losses occur. Life is all about ups and downs. Use losses or failures as a stepping stone towards greater success and also as an experience to make better <a class="zem_slink" href="http://www.wikinvest.com/metric/Investments" title="Investments" rel="wikinvest">investment</a> plans, ameliorate on your strategies.</p>
<p><b>Diversify:</b> Never put all your eggs into one basket. This is very important rule in HYIP investing. Invest in more than 5-7 programs to create multiple streams of investment income for yourself.</p>
<p><b>Research and research again:</b> Always conduct your own research too. Always keep your ears on the ground, join HYIP forums, read the <a class="zem_slink" href="http://en.wikipedia.org/wiki/FAQ" title="FAQ" rel="wikipedia">FAQs</a> and Terms,  read emails sent by the programs you join, check monitoring sites as theHYIPs.net and write their support if there are issues you are not clear on in their terms or FAQs. Ping their domain to define their <a class="zem_slink" href="http://en.wikipedia.org/wiki/IP_address" title="IP address" rel="wikipedia">IP addresses</a> and use an IP search tool or <a class="zem_slink" href="http://en.wikipedia.org/wiki/Computer_software" title="Computer software" rel="wikipedia">software</a> to determine their location. Do not forget to do a whois search to define if what the programs say in their “About Us” is the same as it is in the search. When you get this information, compare it with what they say about themselves. Also, NEVER sign up a program that is hosted on a free <a class="zem_slink" href="http://en.wikipedia.org/wiki/Internet_hosting_service" title="Internet hosting service" rel="wikipedia">hosting service</a> or sites that use the same scripts. Never reply to any email asking for a confirmation of your username and password.</p>
<p><b>Protect yourself, your e-currency account(s) and your investments:</b> This is another very important point to note. Avoid using your real names when dealing with programs you are not sure of except when it has to do with receiving your money via <a class="zem_slink" href="http://en.wikipedia.org/wiki/Wire_transfer" title="Wire transfer" rel="wikipedia">wire-transfer</a> where you have to give your full details to the program to enable transfer of funds to your account. Also use different passwords for your e-currency accounts, your email address(es) and your investment programs. This will prevent fraudulent programs from trying to use the same password you used to join them to open your e-currency account(s). NOTE: If you are using <a class="zem_slink" href="http://en.wikipedia.org/wiki/E-gold" title="E-gold" rel="wikipedia">e-gold</a>, make sure you apply the security features as explained by e-gold to protect your account.</p>
<p><b>Avoid Greed:</b> Do not let the <a class="zem_slink" href="http://en.wikipedia.org/wiki/Human_factors" title="Human factors" rel="wikipedia">human factor</a> of greed take over your investment decisions.  The scammers use the human factor of greed to lure you into investing your money with them. From my personal experience, I lost a lot of money due to the fact that I allowed the emotion of greed to do my investing for me. Scammers offer very high and unrealistic interest rates within a very short time. When this happens, you will know immediately that this will not last but the emotion of greed will always tell you to give it a try and this is where your downfall and failures will begin. These scammers might pay you the first time just to encourage you to invest more and when you do, they disappear.</p>
<p>Please take note of these important rules above and you will enjoy investing in HYIP investment programs.</p>
<p>
<p>David Vagner knows shocking secrets how to make money with HYIPs. He will show you magnificent strategies which increase your profit. To know them read his FREE HYIP report here <a target="_new" href="http://thehyips.net/lessons/">HYIP lessons</a> or visit  <a target="_new" href="http://thehyips.net/lessons">http://thehyips.net/lessons</a></p>
<p>Article Source: <a href="http://ezinearticles.com/?expert=David_Vagner" target="_new">http://EzineArticles.com/?expert=David_Vagner</a><br /><a href="http://ezinearticles.com/?Shock-Secrets-of-Successful-HYIP-Investment---Do-You-Use-It?&#38;id=644049" target="_new">http://EzineArticles.com/?Shock-Secrets-of-Successful-HYIP-Investment&#8212;Do-You-Use-It?&#38;id=644049</a></p>
<p>Related articles by Zemanta
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.usnews.com/money/blogs/the-best-life/2009/11/4/5-tips-in-using-retirement-planning-tools.html&#38;a=9212969&#38;rid=5b4464db-0d2c-498b-b33b-848d2fa336ff&#38;e=68324a7aef475af8373bcbafd873b8a2">5 Tips in Using Retirement Planning Tools</a> (usnews.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.stepbysteptips.com/home-based-business/nine-necessities-for-a-home-based-enterprise-with-my-clickbank-business/">Top 9 Necessities For A Home Based Business With Your Clickbank Business</a> (stepbysteptips.com)</li>
<li class="zemanta-article-ul-li"><a href="http://guidewiregroup.com/2009/11/could-the-end-of-free-be-near/">Could the End of Free Be Near?</a> (guidewiregroup.com)</li>
<li class="zemanta-article-ul-li"><a href="http://blog.flickr.net/en/2009/11/03/the-app-garden/">The App Garden</a> (flickr.net)</li>
</ul>
<div style="margin-top:10px;height:15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/5b4464db-0d2c-498b-b33b-848d2fa336ff/" title="Reblog this post [with Zemanta]"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=5b4464db-0d2c-498b-b33b-848d2fa336ff" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"></span></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Konsep Dasar IP]]></title>
<link>http://errissyarasywir.wordpress.com/2009/11/04/konsep-dasar-ip/</link>
<pubDate>Wed, 04 Nov 2009 13:03:35 +0000</pubDate>
<dc:creator>errissya rasywir</dc:creator>
<guid>http://errissyarasywir.wordpress.com/2009/11/04/konsep-dasar-ip/</guid>
<description><![CDATA[Alamat IP adalah Kombinasi angka unik yang ditetapkan untuk mengindentifikasi / mengenali suatu host]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Alamat IP adalah Kombinasi angka unik yang ditetapkan untuk mengindentifikasi / mengenali suatu host di suatu jaringan / internet agar bisa berkomunikasi satu sama lain. Angka ini dibutuhkan oleh software-software internet untuk mengakses informasi dari dan ke host tersebut.</p>
<p>Seorang tukang pos akan mudah dalam mengirimkan surat kepada tujuannya ketika alamat rumah penerima lengkap dan jelas. Begitu juga didunia networking / internet, setiap computer yang ingin terhubung ke jaringan / internet maka computer tsb harus memiliki alamat yang jelas agar bisa berkomunikasi satu sama lain. Pengguna internet umumnya hanya mengenal nama domain dari alamat website yang akan dikunjungi, seperti: <a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://www.detik.com">detik.com</a>, <a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://www.ilmukomputer.com">ilmukomputer.com</a>, <a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://www.e-dukasi.net">e-dukasi.net</a>, <a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://www.yahooo.com">yahoo.com</a>, <a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://www.gmail.com">gmail.com</a>, dll. Tapi sebenarnya alamat-alamat tersebut merupakan konversi dari alamat computer / jaringan berbasiskan angka yang unik. Konsep dasarnya pengalamatan pada komputer menggunakan sekumpulan angka sebanyak 32 bit <em><a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://id.wikipedia.org/wiki/Alamat_IPv4">(IPv4)</a> </em>atau 128 bit <em><a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://id.wikipedia.org/wiki/Alamat_IP_versi_6">(IPv6)</a></em> yang dikenal sebagai <a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://klik-kanan.com/fokus/check-ip-address.shtml">IP address</a> <em>(Alamat IP)</em>.</p>
<p>Adanya <a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://klik-kanan.com/fokus/check-ip-address.shtml">IP Address</a> merupakan konsekuensi dari penerapan <a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://my.opera.com/winaldi/blog/2007/02/26/konsep-dasar-ip-address">Internet Protocol </a>untuk mengintegrasikan jaringan komputer Internet di dunia. Seluruh host (komputer) yang terhubung ke Internet dan ingin berkomunikasi memakai <a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://id.wikipedia.org/wiki/TCP/IP">TCP/IP </a>harus memiliki IP Address sebagai alat pengenal host pada network. Secara logika, Internet merupakan suatu network besar yang terdiri dari berbagai sub network yang terintegrasi. Oleh karena itu, suatu <a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=../../mengenal%20IP%20Address/IP%20Address">IP Address</a> harus bersifat unik. Tidak boleh ada satu IP Address yang sama dipakai oleh dua host yang berbeda.</p>
<p>Contoh IP Address : 66.249.89.99<a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://www.google.com"> (www.google.com) ,</a> 203.130.198.131<a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://www.e-dukasi.net"> (www.e-dukasi.net) </a>, 192.168.0.1, dll</p>
<p>Untuk itu, penggunaan IP Address di seluruh dunia dikoordinasi oleh lembaga sentral Internet yang di kenal dengan IANA <a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://www.IANA.org">(Internet Assigned Numbers Authority).</a> Badan-badan yang mengawal IP dibawah IANA adalah:</p>
<ol>
<li><a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://www.apnic.net/">APNIC </a>(Asia Pacific Network Information Centre) – kawasan Asia / Pacific</li>
<li><a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://www.arin.net/index.shtml">ARIN</a> (American Registry for Internet Numbers) – kawasan Amerika Utara dan Afrika</li>
<li><a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://lacnic.net/en/index.html">LACNIC</a> (Regional Latin-American and Caribbean IP Address Registry) – kawasan Amerika Latin dan beberapa kepulauan Karibia</li>
<li><a href="http://www.e-dukasi.net/pengpop/pp_full.php?ppid=286&#38;fname=http://www.ripe.net/">RIPE NCC</a> (Réseaux IP Européens) – kawasan Eropa, Asia tengah, and Afrika utara.</li>
</ol>
<p>IP Address berdasarkan perkembangannya dibagi kepada dua jenis :</p>
<ol>
<li>IPv4 ( Internet Protocol versi 4 ) Merupakan Alamat IP yang terdiri dari 32 bit yang dibagi menjadi 4 segmen berukuran 8 bit. ditetapkan oleh IANA</li>
<li>IPv6 ( Internet Protocol versi 6 ) Merupakan alamat ip yang terdiri dari 128 bit ditetapkan oleh IANA untuk mengatasi permintaan IP Address yang semakin meningkat.</li>
</ol>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What is my IP Address? IP Tejji]]></title>
<link>http://tejji.wordpress.com/2009/11/03/what-is-my-ip-address-ip-tejji/</link>
<pubDate>Tue, 03 Nov 2009 19:35:18 +0000</pubDate>
<dc:creator>tejji</dc:creator>
<guid>http://tejji.wordpress.com/2009/11/03/what-is-my-ip-address-ip-tejji/</guid>
<description><![CDATA[http://tejji.com/ip/whatismyip.aspx Use above url to find details about your ip address]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://tejji.com/ip/whatismyip.aspx">http://tejji.com/ip/whatismyip.aspx</a></p>
<p>Use above url to find details about your ip address</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
