<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sugeng Rawuh</title>
	<atom:link href="http://nudiar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nudiar.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 10 Nov 2008 10:48:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nudiar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sugeng Rawuh</title>
		<link>http://nudiar.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nudiar.wordpress.com/osd.xml" title="Sugeng Rawuh" />
	<atom:link rel='hub' href='http://nudiar.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Distribusi Frekuensi Huruf</title>
		<link>http://nudiar.wordpress.com/2008/11/05/distribusi-frekuensi-huruf/</link>
		<comments>http://nudiar.wordpress.com/2008/11/05/distribusi-frekuensi-huruf/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 12:25:08 +0000</pubDate>
		<dc:creator>nudiar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nudiar.wordpress.com/?p=48</guid>
		<description><![CDATA[Untuk mengetahui salah satu karakteristik suatu bahasa dapat digunakan cara menghitung distribusi frekuensi huruf. Frekuensi huruf akan memberikan informasi kepada kita bahasa yang dipakai. Distribusi frekuensi sangat berharga sebagai upaya untuk melakukan penyerangan terhadap suatu algoritma kriptografi. Algoritma kriptografi klasik banyak dipecahkan dengan bantuan distribusi frekuensi huruf. Berikut adalah contoh program untuk memperoleh distribusi frekuensi [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nudiar.wordpress.com&amp;blog=4894753&amp;post=48&amp;subd=nudiar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]&gt;  Normal 0     false false false  EN-US X-NONE X-NONE                           &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--></p>
<p class="MsoNormal">Untuk mengetahui salah satu karakteristik suatu bahasa dapat digunakan cara menghitung distribusi frekuensi huruf. <span> </span>Frekuensi huruf akan memberikan informasi kepada kita bahasa yang dipakai. Distribusi frekuensi sangat berharga sebagai upaya untuk melakukan penyerangan terhadap suatu algoritma kriptografi. Algoritma kriptografi klasik banyak dipecahkan dengan bantuan distribusi frekuensi huruf.</p>
<p class="MsoNormal">Berikut adalah contoh program untuk memperoleh distribusi frekuensi suatu bahasa.</p>
<p class="MsoNormal">
<div id="attachment_50" class="wp-caption aligncenter" style="width: 490px"><a href="http://nudiar.files.wordpress.com/2008/11/gambar-1.jpg"><img class="size-full wp-image-50" title="gambar-1" src="http://nudiar.files.wordpress.com/2008/11/gambar-1.jpg?w=480&#038;h=367" alt="Gambar 1. Memasukan artikel berbahasa Inggris." width="480" height="367" /></a><p class="wp-caption-text">Gambar 1. Memasukan artikel berbahasa Inggris.</p></div>
<div id="attachment_51" class="wp-caption aligncenter" style="width: 490px"><a href="http://nudiar.files.wordpress.com/2008/11/gambar-2.jpg"><img class="size-full wp-image-51" title="gambar-2" src="http://nudiar.files.wordpress.com/2008/11/gambar-2.jpg?w=480&#038;h=367" alt="Gambar 2. Untuk mendapatkan distribusi frekuensi huruf dalam bahasa inggris tekan tombol &quot;Count It&quot;." width="480" height="367" /></a><p class="wp-caption-text">Gambar 2. Untuk mendapatkan distribusi frekuensi huruf dalam bahasa inggris tekan tombol &quot;Count It&quot;.</p></div>
<p>Untuk mengetahui distribusi bahasa lainnya (terutama yang menggunakan huruf latin), masukan artikel berbahasa yang diinginkan kemudian tekan tombol &#8220;Count It&#8221;.</p>
<p class="MsoNormal">Contoh berikutnya adalah mencari distribusi frekuensi huruf dari bahasa Indonesia.</p>
<p class="MsoNormal">
<div id="attachment_58" class="wp-caption aligncenter" style="width: 490px"><a href="http://nudiar.files.wordpress.com/2008/11/gambar-31.jpg"><img class="size-full wp-image-58" title="gambar-31" src="http://nudiar.files.wordpress.com/2008/11/gambar-31.jpg?w=480&#038;h=367" alt="Gambar 3. Distribusi frekuensi huruf dari bahasa Indonesia." width="480" height="367" /></a><p class="wp-caption-text">Gambar 3. Distribusi frekuensi huruf dari bahasa Indonesia.</p></div>
<p class="MsoNormal">
<p class="MsoNormal">Source Code-nya adalah sbb :</p>
<p class="MsoNormal">
<p><pre class="brush: cpp;">

// CharCounterDlg.cpp : implementation file
//

#include &quot;stdafx.h&quot;
#include &quot;CharCounter.h&quot;
#include &quot;CharCounterDlg.h&quot;

#ifdef _DEBUG
#define new DEBUG_NEW
#endif

struct dist_freq_huruf {
char hrf;
unsigned long freq;
} dist_freq[26];

// CAboutDlg dialog used for App About

class CAboutDlg : public CDialog
{
public:
CAboutDlg();

// Dialog Data
enum { IDD = IDD_ABOUTBOX };

protected:
virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support

// Implementation
protected:
DECLARE_MESSAGE_MAP()
};

CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
{
}

void CAboutDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
}

BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
END_MESSAGE_MAP()

// CCharCounterDlg dialog

CCharCounterDlg::CCharCounterDlg(CWnd* pParent /*=NULL*/)
: CDialog(CCharCounterDlg::IDD, pParent)
, m_txtInput(_T(&quot;&quot;))
{
m_hIcon = AfxGetApp()-&gt;LoadIcon(IDR_MAINFRAME);
}

void CCharCounterDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
DDX_Text(pDX, TXT_INPUT, m_txtInput);
}

BEGIN_MESSAGE_MAP(CCharCounterDlg, CDialog)
ON_WM_SYSCOMMAND()
ON_WM_PAINT()
ON_WM_QUERYDRAGICON()
//}}AFX_MSG_MAP
ON_BN_CLICKED(BTN_CLOSE, &amp;CCharCounterDlg::OnBnClickedClose)
ON_EN_CHANGE(TXT_INPUT, &amp;CCharCounterDlg::OnEnChangeInput)
ON_BN_CLICKED(BTN_COUNT, &amp;CCharCounterDlg::OnBnClickedCount)
END_MESSAGE_MAP()

// CCharCounterDlg message handlers

BOOL CCharCounterDlg::OnInitDialog()
{
CDialog::OnInitDialog();

// Add &quot;About...&quot; menu item to system menu.

// IDM_ABOUTBOX must be in the system command range.
ASSERT((IDM_ABOUTBOX &amp; 0xFFF0) == IDM_ABOUTBOX);
ASSERT(IDM_ABOUTBOX &lt; 0xF000);

CMenu* pSysMenu = GetSystemMenu(FALSE);
if (pSysMenu != NULL)
{
BOOL bNameValid;
CString strAboutMenu;
bNameValid = strAboutMenu.LoadString(IDS_ABOUTBOX);
ASSERT(bNameValid);
if (!strAboutMenu.IsEmpty())
{
pSysMenu-&gt;AppendMenu(MF_SEPARATOR);
pSysMenu-&gt;AppendMenu(MF_STRING, IDM_ABOUTBOX, strAboutMenu);
}
}

// Set the icon for this dialog.  The framework does this automatically
//  when the application's main window is not a dialog
SetIcon(m_hIcon, TRUE);            // Set big icon
SetIcon(m_hIcon, FALSE);        // Set small icon

UpdateData(TRUE);

return TRUE;  // return TRUE  unless you set the focus to a control
}

void CCharCounterDlg::OnSysCommand(UINT nID, LPARAM lParam)
{
if ((nID &amp; 0xFFF0) == IDM_ABOUTBOX)
{
CAboutDlg dlgAbout;
dlgAbout.DoModal();
}
else
{
CDialog::OnSysCommand(nID, lParam);
}
}

// If you add a minimize button to your dialog, you will need the code below
//  to draw the icon.  For MFC applications using the document/view model,
//  this is automatically done for you by the framework.

void CCharCounterDlg::OnPaint()
{
if (IsIconic())
{
CPaintDC dc(this); // device context for painting

SendMessage(WM_ICONERASEBKGND, reinterpret_cast&lt;WPARAM&gt;(dc.GetSafeHdc()), 0);

// Center icon in client rectangle
int cxIcon = GetSystemMetrics(SM_CXICON);
int cyIcon = GetSystemMetrics(SM_CYICON);
CRect rect;
GetClientRect(&amp;rect);
int x = (rect.Width() - cxIcon + 1) / 2;
int y = (rect.Height() - cyIcon + 1) / 2;

// Draw the icon
dc.DrawIcon(x, y, m_hIcon);
}
else
{
CDialog::OnPaint();
}
}

// The system calls this function to obtain the cursor to display while the user drags
//  the minimized window.
HCURSOR CCharCounterDlg::OnQueryDragIcon()
{
return static_cast&lt;HCURSOR&gt;(m_hIcon);
}

void CCharCounterDlg::OnBnClickedClose()
{
OnCancel();
}

void CCharCounterDlg::OnEnChangeInput()
{
UpdateData(TRUE);

unsigned long len = m_txtInput.GetLength();
unsigned long TotalChar = 0;
CString CharsTot;

for (unsigned long i=0; i &lt; len ; i++)
{
char ch = (char) m_txtInput.GetAt(i);

if (ch &gt;= 'A' &amp;&amp; ch &lt;= 'Z') TotalChar++;
if (ch &gt;= 'a' &amp;&amp; ch &lt;= 'z') TotalChar++;
}
CharsTot.Format(_T(&quot;%ld&quot;), TotalChar);
SetDlgItemText(LBL_JMLCHAR, CharsTot);
}

void swap(dist_freq_huruf *x, dist_freq_huruf *y)
{
struct dist_freq_huruf temp;

temp.freq = x-&gt;freq;
temp.hrf = x-&gt;hrf;

x-&gt;freq   = y-&gt;freq;
x-&gt;hrf    = y-&gt;hrf;

y-&gt;freq   = temp.freq;
y-&gt;hrf    = temp.hrf;
}

int choose_pivot(int i,int j )
{
return((i+j) /2);
}

void quicksort(dist_freq_huruf *list, int m, int n)
{
int i,j,k;
struct dist_freq_huruf key;

if( m &lt; n)
{
k = choose_pivot(m,n);
swap(&amp;list[m], &amp;list[k]);
key = list[m];
i = m+1;
j = n;

while(i &lt;= j)
{
while((i &lt;= n) &amp;&amp; (list[i].freq &lt;= key.freq)) i++;
while((j &gt;= m) &amp;&amp; (list[j].freq &gt;  key.freq)) j--;
if( i &lt; j) swap(&amp;list[i], &amp;list[j]);
}

// swap two elements
swap(&amp;list[m], &amp;list[j]);

// recursively sort the lesser list
quicksort(list,   m, j-1);
quicksort(list, j+1,   n);
}
}

void CCharCounterDlg::OnBnClickedCount()
{
const int MAX_ELEMENTS = 26;

UpdateData(TRUE);

struct dist_freq_huruf dist_freq[26];

unsigned long len = m_txtInput.GetLength();
unsigned long Total[26];
CString CharsTot;

for (int i = 0; i &lt; 26; i++)
{
dist_freq[i].hrf  ='A' + i;
dist_freq[i].freq = 0;
Total[i] = 0;
}

for (unsigned long i=0; i &lt; len ; i++)
{
char ch = (char) m_txtInput.GetAt(i);

if ((ch &gt;= 'A' &amp;&amp; ch &lt;= 'Z') || (ch &gt;= 'a' &amp;&amp; ch &lt;= 'z'))
{
switch (ch)
{
case 'A':
case 'a':
dist_freq[0].freq += 1;
break;
case 'B':
case 'b':
dist_freq[1].freq += 1;
break;
case 'C':
case 'c':
dist_freq[2].freq += 1;
break;
case 'D':
case 'd':
dist_freq[3].freq += 1;
break;
case 'E':
case 'e':
dist_freq[4].freq += 1;
break;
case 'F':
case 'f':
dist_freq[5].freq += 1;
break;
case 'G':
case 'g':
dist_freq[6].freq += 1;
break;
case 'H':
case 'h':
dist_freq[7].freq += 1;
break;
case 'I':
case 'i':
dist_freq[8].freq += 1;
break;
case 'J':
case 'j':
dist_freq[9].freq += 1;
break;
case 'K':
case 'k':
dist_freq[10].freq += 1;
break;
case 'L':
case 'l':
dist_freq[11].freq += 1;
break;
case 'M':
case 'm':
dist_freq[12].freq += 1;
break;
case 'N':
case 'n':
dist_freq[13].freq += 1;
break;
case 'O':
case 'o':
dist_freq[14].freq += 1;
break;
case 'P':
case 'p':
dist_freq[15].freq += 1;
break;
case 'Q':
case 'q':
dist_freq[16].freq += 1;
break;
case 'R':
case 'r':
dist_freq[17].freq += 1;
break;
case 'S':
case 's':
dist_freq[18].freq += 1;
break;
case 'T':
case 't':
dist_freq[19].freq += 1;
break;
case 'U':
case 'u':
dist_freq[20].freq += 1;
break;
case 'V':
case 'v':
dist_freq[21].freq += 1;
break;
case 'W':
case 'w':
dist_freq[22].freq += 1;
break;
case 'X':
case 'x':
dist_freq[23].freq += 1;
break;
case 'Y':
case 'y':
dist_freq[24].freq += 1;
break;
case 'Z':
case 'z':
dist_freq[25].freq += 1;
break;
default:
break;
}
}
}

quicksort(&amp;(*dist_freq), 0, MAX_ELEMENTS-1);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[25].freq);
SetDlgItemText(LBL_STATISTIKA, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[25].hrf);
SetDlgItemText(LBL_STATA, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[24].freq);
SetDlgItemText(LBL_STATISTIKB, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[24].hrf);
SetDlgItemText(LBL_STATB, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[23].freq);
SetDlgItemText(LBL_STATISTIKC, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[23].hrf);
SetDlgItemText(LBL_STATC, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[22].freq);
SetDlgItemText(LBL_STATISTIKD, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[22].hrf);
SetDlgItemText(LBL_STATD, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[21].freq);
SetDlgItemText(LBL_STATISTIKE, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[21].hrf);
SetDlgItemText(LBL_STATE, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[20].freq);
SetDlgItemText(LBL_STATISTIKF, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[20].hrf);
SetDlgItemText(LBL_STATF, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[19].freq);
SetDlgItemText(LBL_STATISTIKG, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[19].hrf);
SetDlgItemText(LBL_STATG, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[18].freq);
SetDlgItemText(LBL_STATISTIKH, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[18].hrf);
SetDlgItemText(LBL_STATH, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[17].freq);
SetDlgItemText(LBL_STATISTIKI, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[17].hrf);
SetDlgItemText(LBL_STATI, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[16].freq);
SetDlgItemText(LBL_STATISTIKJ, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[16].hrf);
SetDlgItemText(LBL_STATJ, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[15].freq);
SetDlgItemText(LBL_STATISTIKK, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[15].hrf);
SetDlgItemText(LBL_STATK, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[14].freq);
SetDlgItemText(LBL_STATISTIKL, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[14].hrf);
SetDlgItemText(LBL_STATL, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[13].freq);
SetDlgItemText(LBL_STATISTIKM, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[13].hrf);
SetDlgItemText(LBL_STATM, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[12].freq);
SetDlgItemText(LBL_STATISTIKN, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[12].hrf);
SetDlgItemText(LBL_STATN, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[11].freq);
SetDlgItemText(LBL_STATISTIKO, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[11].hrf);
SetDlgItemText(LBL_STATO, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[10].freq);
SetDlgItemText(LBL_STATISTIKP, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[10].hrf);
SetDlgItemText(LBL_STATP, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[9].freq);
SetDlgItemText(LBL_STATISTIKQ, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[9].hrf);
SetDlgItemText(LBL_STATQ, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[8].freq);
SetDlgItemText(LBL_STATISTIKR, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[8].hrf);
SetDlgItemText(LBL_STATR, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[7].freq);
SetDlgItemText(LBL_STATISTIKS, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[7].hrf);
SetDlgItemText(LBL_STATS, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[6].freq);
SetDlgItemText(LBL_STATISTIKT, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[6].hrf);
SetDlgItemText(LBL_STATT, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[5].freq);
SetDlgItemText(LBL_STATISTIKU, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[5].hrf);
SetDlgItemText(LBL_STATU, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[4].freq);
SetDlgItemText(LBL_STATISTIKV, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[4].hrf);
SetDlgItemText(LBL_STATV, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[3].freq);
SetDlgItemText(LBL_STATISTIKW, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[3].hrf);
SetDlgItemText(LBL_STATW, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[2].freq);
SetDlgItemText(LBL_STATISTIKX, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[2].hrf);
SetDlgItemText(LBL_STATX, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[1].freq);
SetDlgItemText(LBL_STATISTIKY, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[1].hrf);
SetDlgItemText(LBL_STATY, CharsTot);

CharsTot.Format(_T(&quot;%ld&quot;), dist_freq[0].freq);
SetDlgItemText(LBL_STATISTIKZ, CharsTot);
CharsTot.Format(_T(&quot;%c&quot;), dist_freq[0].hrf);
SetDlgItemText(LBL_STATZ, CharsTot);
}

</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nudiar.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nudiar.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nudiar.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nudiar.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nudiar.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nudiar.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nudiar.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nudiar.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nudiar.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nudiar.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nudiar.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nudiar.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nudiar.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nudiar.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nudiar.wordpress.com&amp;blog=4894753&amp;post=48&amp;subd=nudiar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nudiar.wordpress.com/2008/11/05/distribusi-frekuensi-huruf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5f8f07d58aa2969517ce7f02ccb82b88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nudiar</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/gambar-1.jpg" medium="image">
			<media:title type="html">gambar-1</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/gambar-2.jpg" medium="image">
			<media:title type="html">gambar-2</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/gambar-31.jpg" medium="image">
			<media:title type="html">gambar-31</media:title>
		</media:content>
	</item>
		<item>
		<title>STEGANOGRAFI</title>
		<link>http://nudiar.wordpress.com/2008/11/05/steganografi/</link>
		<comments>http://nudiar.wordpress.com/2008/11/05/steganografi/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 11:52:37 +0000</pubDate>
		<dc:creator>nudiar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nudiar.wordpress.com/?p=43</guid>
		<description><![CDATA[Steganografi adalah seni penyembunyian pesan rahasia ke dalam pesan lainnya sedemikian rupa sehingga orang lain tidak mengetahui bahwa di dalam pesan tersebut mengandung sesuatu pesan rahasia. Kata steganografi (steganography) berasal dari bahasa Yunani yaitu steganos yang artinya tersembunyi atau terselubung dan graphein, yang artinya menulis, sehingga kurang lebih artinya adalah “menulis tulisan yang tersembunyi atau [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nudiar.wordpress.com&amp;blog=4894753&amp;post=43&amp;subd=nudiar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]&gt;  Normal 0     false false false  EN-US X-NONE X-NONE                           &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--></p>
<p class="MsoNormal">Steganografi adalah <span lang="IN">seni penyembunyian pesan </span>rahasia <span lang="IN">ke dalam pesan lainnya sedemikian</span><span lang="IN"> </span><span lang="SV">rupa sehingga orang lain tidak mengetahui bahwa di dalam pesan tersebut mengandung sesuatu pesan rahasia.</span></p>
<p class="MsoNormal"><span lang="SV">Kata steganografi </span><span lang="IN">(<em>steganography) </em>berasal dari bahasa Yunani yaitu<em> steganos yang artinya tersembunyi atau</em></span><em><span lang="IN"> </span></em><span lang="IN">terselubung dan graphein, yang artinya menulis, sehingga kurang lebih artinya adalah “menulis</span><span lang="IN"> </span><span lang="NO-BOK">tulisan yang tersembunyi atau terselubung” (Sellars, 1996).</span></p>
<p class="MsoNormal"><span lang="NO-BOK">Banyak sekali <span> </span>teknik yang digunakan sebagai </span><span lang="IN">metoda </span>ber<span lang="IN">komunikasi</span> rahasia<span> </span>dengan Steganografi<span lang="IN">. </span></p>
<p class="MsoNormal">Teknik-tekniknya antara lain <span lang="IN">tinta yang tidak</span><span lang="IN"> </span><span lang="IN">tampak, microdots, pengaturan kata, tanda tangan digital, jalur tersembunyi dan komunikasi</span><span lang="IN"> </span><span lang="IN">spektrum lebar.</span></p>
<p class="MsoNormal">Sebagai contoh, pesan rahasia yang akan disembunyikan adalah “PILIH NOMOR TUJUH”. Salah satu contoh kalimat yang digunakan untuk menyembunyikan pesan rahasia adalah sebagai berikut :</p>
<p class="MsoNormal">“pedagang intan lamongan inginkan himpunan nasional omongin masalah omzet rata-rata tahunan untuk jaga unitas/kesatuan harga”</p>
<p class="MsoNormal">Sekilas apabila kita membaca pesan tersebut di atas, nampak bahwa pesan merupakan bagian dari sepenggal berita. Tetapi apabila kita amati pada setiap awal kata akan membentuk pesan rahasia yang tersembunyi . <strong>p</strong>edagang <strong>i</strong>ntan <strong>l</strong>amongan <strong>i</strong>nginkan <strong>h</strong>impunan <strong>n</strong>asional <strong>o</strong>mongin <strong>m</strong>asalah <strong>o</strong>mzet <strong>r</strong>ata-rata <strong>t</strong>ahunan <strong>u</strong>ntuk <strong>j</strong>aga <strong>u</strong>nitas/kesatuan <strong>h</strong>arga. Awal kata (huruf cetak tebal) membentuk pesan “PILIH NOMOR TUJUH”.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nudiar.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nudiar.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nudiar.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nudiar.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nudiar.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nudiar.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nudiar.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nudiar.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nudiar.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nudiar.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nudiar.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nudiar.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nudiar.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nudiar.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nudiar.wordpress.com&amp;blog=4894753&amp;post=43&amp;subd=nudiar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nudiar.wordpress.com/2008/11/05/steganografi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5f8f07d58aa2969517ce7f02ccb82b88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nudiar</media:title>
		</media:content>
	</item>
		<item>
		<title>Sub-sub Domain pada ITB</title>
		<link>http://nudiar.wordpress.com/2008/11/05/sub-sub-domain-pada-itb/</link>
		<comments>http://nudiar.wordpress.com/2008/11/05/sub-sub-domain-pada-itb/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 11:38:58 +0000</pubDate>
		<dc:creator>nudiar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nudiar.wordpress.com/?p=35</guid>
		<description><![CDATA[Untuk mendapatkan apa saja subdomain yang ada pada ITB, kita dapat memanfaatkan perintah host (lihat posting sebelumnya). Namun sebelumnya, kita harus terlebih dulu mendapatkan name server apa saja yang pada ITB, gunakan perintah nslookup (lihat posting sebelumnya). Berikut adalah contoh untuk mendapatkan sub-sub Domain yang terdapat pada ITB. Setelah perintah host diperoleh sub-sub Domain yang [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nudiar.wordpress.com&amp;blog=4894753&amp;post=35&amp;subd=nudiar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0     false false false  EN-US X-NONE X-NONE                           &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--> Untuk mendapatkan apa saja subdomain yang ada pada ITB, kita dapat memanfaatkan perintah <strong>host</strong> (lihat posting sebelumnya). Namun sebelumnya, kita harus terlebih dulu mendapatkan name server apa saja yang pada ITB, gunakan perintah <strong>nslookup</strong> (lihat posting sebelumnya). Berikut adalah contoh untuk mendapatkan sub-sub Domain yang terdapat pada ITB.</p>
<p class="MsoNormal">
<div id="attachment_37" class="wp-caption aligncenter" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/11/itbaciddnscheck01.jpg"><img class="size-medium wp-image-37" title="itbaciddnscheck01" src="http://nudiar.files.wordpress.com/2008/11/itbaciddnscheck01.jpg?w=300&#038;h=215" alt="Gambar 1. Hasil dari perintah nslookup." width="300" height="215" /></a><p class="wp-caption-text">Gambar 1. Hasil dari perintah nslookup.</p></div>
<div id="attachment_38" class="wp-caption aligncenter" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/11/itbaciddnscheck02.jpg"><img class="size-medium wp-image-38" title="itbaciddnscheck02" src="http://nudiar.files.wordpress.com/2008/11/itbaciddnscheck02.jpg?w=300&#038;h=216" alt="Gambar 2. Lanjutan hasil dari perintah nslookup." width="300" height="216" /></a><p class="wp-caption-text">Gambar 2. Lanjutan hasil dari perintah nslookup.</p></div>
<div id="attachment_39" class="wp-caption aligncenter" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/11/itbaciddnscheck03.jpg"><img class="size-medium wp-image-39" title="itbaciddnscheck03" src="http://nudiar.files.wordpress.com/2008/11/itbaciddnscheck03.jpg?w=300&#038;h=216" alt="Gambar 3. Bagian terakhir lanjutan hasil dari perintah nslookup." width="300" height="216" /></a><p class="wp-caption-text">Gambar 3. Bagian terakhir lanjutan hasil dari perintah nslookup.</p></div>
<p class="MsoNormal">Setelah perintah <strong>host</strong> diperoleh sub-sub Domain yang terdapat pada ITB, sebagai berikut.</p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0     false false false  EN-US X-NONE X-NONE                           &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--></p>
<div>
<table class="MsoNormalTable" style="border:medium none;margin-left:-1in;border-collapse:collapse;height:1553px;" border="1" cellspacing="0" cellpadding="0" width="855">
<tbody>
<tr style="height:15.75pt;">
<td style="border:1pt solid windowtext;width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ITB-Jalawave.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ftp.microsoft.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pinri.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">skd.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">itb-tein2.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mining.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pl.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">snmptn.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ITB-Timur-IPV6-Router.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mirror.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">placeof.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">soi.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">itb-tunnel.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mlearning.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">plesk.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">soi-proxy.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">itb1-v6-router.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mm.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pmo.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">soi-server.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">itb2-v6-router.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">monitoring.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pn.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sostek.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">itb3-v6-router.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">monitoringv2.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">hf.poly.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sp.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">itb4-v6-router.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ms.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">portal.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">spe.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">itb5-v6-router.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mti.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">poss.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">www.spi.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">www.itbexpo2008.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">multimedia.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">power.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">www.spm.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">itbgtw.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mx.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">powernoc.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">spns.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">itforum.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mx-in.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ppk.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">stat.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">jaktri.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mx0.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ppkpl.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">stei.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">www.juandacenter.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mx1.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ppms.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">www.strategi-belajar.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kabinet-km.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mx2.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pps.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">students.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kaderisasi-admin.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mx3.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ppt.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">students-ng.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kamus.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mx4.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pptik.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">suk.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kantorwrma.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mx5.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">premium.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">svnserver.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kealumnian.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mx6.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pringgapuk.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sysapp.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kemitraan.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">nic.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">profil-kaderisasi.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">TeknologiInformasi.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kepegawaian.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">nic-ng.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">prohil.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">telecommunication.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kkp.itb.ac.id name server   ns2.itb.ac.id.</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">nicadm.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">proyek.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">telekomunikasi.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">km.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">nii.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">psda.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">telematic.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kmrg.itb.ac.id name server   ns2.itb.ac.id.</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ninja-hattori.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">psdi.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">tf.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kolaborasi.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">noc-ccar.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">info.psdi.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">thinclient.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">koperasi.itb.ac.id name   server ns2.itb.ac.id.</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">noc-sps.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">info1.psdi.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ti.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kppmb.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ns-new.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kolaborasi.psdi.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">router.ti.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kppwk.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ns1.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">www.ptkk.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">tl.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kria-sr.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ns1b.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pusat.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">tm.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">kuliah.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ns2.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pusat-lama.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">tpb.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">LabtekV-Cat6-GEC-1.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ns3.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pusat2.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">transport.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">LabtekV-Cat6-Lo-0.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">nt.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">puslog.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">u2l.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">LabtekV-Cat6-Mgmt.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ntp.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pwk.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">uka.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">LabtekVIII-Cat6-GE3-4.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ocean.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">R11.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ukp.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">LabtekVIII-Cat6-GEC-1.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">oceanography.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ra01b.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">unisispran.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">LabtekVIII-Cat6-Lo-0.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">oecd.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ra02.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">unit.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">LabtekVIII-Cat6-Mgmt.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ohu2007.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ra11.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">upi.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">LabtekVIII-Cat6-NS3-FE4-2.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">old-ganesha.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">RA12.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">uptor.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">lapi.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">olimpiade2007.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ra13.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">usdi.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">lb1-mx.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">opencores.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ra5.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">usdi-imhere.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">lc.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">openims.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">radio-net.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">usdi-reps.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">ldap.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">order.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">rbl.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">vclass.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">lib.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">www.osn-astro.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">rbl.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">vic-rat.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">library.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">p2p-fsrd-to-arsi.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">rbn.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">video.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">linux.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">p2par.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">rbn1.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">virtual-university.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">lms-inherent.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">p2t.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">rbn2.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">vlsi.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">localhost.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">packetscanner.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">register.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">voip.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">loedroek.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pantheon.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">relasialumni.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">vpn.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">logger.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">www.pas.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">rict.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">waveLAN-disnak.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">logger-ng.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">PAU-Cat6-FE4-1.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sa.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">wavelan-ikip.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">login.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">PAU-Cat6-FE4-7.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sac-en.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">WaveLAN-ITB-Lapan.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">logistik.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">PAU-Cat6-GE2-6.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">salman.itb.ac.id.</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">WaveLAN-ITB-midc.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mail.logistik.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">PAU-Cat6-GE2-7.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sampoernasbm.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">waveLAN-ITB-RadNet.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">server4.logistik.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">PAU-Cat6-GE2-8.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sappk.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">WaveLAN-ITB-Unisba.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">lp.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">PAU-Cat6-GE3-1.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">satpam.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">waveLAN-RadNet-ITB.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">lpadrc.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">PAU-Cat6-GE3-2.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sbm.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">waveLAN-ypkp.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">lppm.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">PAU-Cat6-GE3-4.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">Router.sbm.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">webhosting.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">lss.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">PAU-Cat6-GEC-1.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">scout.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">webkampus.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">lumbung1.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">PAU-Cat6-GEC-2.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sdm.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">webservices-sispran.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mailadm.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">PAU-Cat6-Lo-0.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">server3.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">whois.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">maisy.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">PAU-Cat6-Mgmt.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">si.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">wiki.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">maroon.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pau-cat6k-vlan6.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sia.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">windowsupdate.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">material.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pau-router.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sibf2008.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">wrks.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">math.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">paubt.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">singalodra.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">wrm.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">maxwell.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pauir.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sipx.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">x.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mba.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">paume.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sisfoperencanaan.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">xxx.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mcp-books.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pcd.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">siskeu.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">zimbra.itb.ac.id</span></p>
</td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mesin.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">penerbit.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">siskeu01.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176"></td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">metallurgy.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">perencanaan.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sismik.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176"></td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mgb.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">petakampus.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sispran.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176"></td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">Mgmt.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">phys.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sispran2.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176"></td>
</tr>
<tr style="height:15.75pt;">
<td style="width:149.35pt;height:15.75pt;padding:0 5.4pt;" width="199">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">mic.itb.ac.id</span></p>
</td>
<td style="width:131.55pt;height:15.75pt;padding:0 5.4pt;" width="175">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">pilihrektor.itb.ac.id</span></p>
</td>
<td style="width:114.4pt;height:15.75pt;padding:0 5.4pt;" width="153">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:10pt;font-family:&quot;color:black;">sith.itb.ac.id</span></p>
</td>
<td style="width:132.05pt;height:15.75pt;padding:0 5.4pt;" width="176"></td>
</tr>
</tbody>
</table>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nudiar.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nudiar.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nudiar.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nudiar.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nudiar.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nudiar.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nudiar.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nudiar.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nudiar.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nudiar.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nudiar.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nudiar.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nudiar.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nudiar.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nudiar.wordpress.com&amp;blog=4894753&amp;post=35&amp;subd=nudiar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nudiar.wordpress.com/2008/11/05/sub-sub-domain-pada-itb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5f8f07d58aa2969517ce7f02ccb82b88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nudiar</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/itbaciddnscheck01.jpg?w=300" medium="image">
			<media:title type="html">itbaciddnscheck01</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/itbaciddnscheck02.jpg?w=300" medium="image">
			<media:title type="html">itbaciddnscheck02</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/itbaciddnscheck03.jpg?w=300" medium="image">
			<media:title type="html">itbaciddnscheck03</media:title>
		</media:content>
	</item>
		<item>
		<title>whois, nslookup dan host</title>
		<link>http://nudiar.wordpress.com/2008/11/05/whois-nslookup-dan-host/</link>
		<comments>http://nudiar.wordpress.com/2008/11/05/whois-nslookup-dan-host/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 11:18:54 +0000</pubDate>
		<dc:creator>nudiar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nudiar.wordpress.com/?p=21</guid>
		<description><![CDATA[whois merupakan sebuah protokol query/response yang digunakan untuk melakukan query terhadap database yang bertujuan untuk mendapatkan pemilik dari sebuah nama domain dan alamat IP pada Internet. Pada awalnya pencarian menggunakan whois dilakukan dengan cara mengetikan perintah melalui command line interface. Pada perkembangannya pencarian dengan whois dapat dilakukan dengan menggunakan aplikasi berbasis web. Ada beberapa aplikasi [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nudiar.wordpress.com&amp;blog=4894753&amp;post=21&amp;subd=nudiar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0     false false false  EN-US X-NONE X-NONE                           &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--> <strong>whois</strong> merupakan sebuah protokol <em>query</em>/<em>response</em> yang digunakan untuk melakukan <em>query</em> terhadap database yang bertujuan untuk mendapatkan pemilik dari sebuah nama domain dan alamat IP pada Internet.<span> </span>Pada awalnya pencarian menggunakan whois dilakukan dengan cara mengetikan perintah melalui <span> </span><em>command line interface</em>.<span> </span>Pada perkembangannya pencarian dengan whois dapat dilakukan dengan menggunakan aplikasi berbasis web. Ada beberapa aplikasi berbasis web whois yang dapat digunakan secara gratis, seperti www.domaintools.com, www.dnscheck.net dan lain-lain. Pada umumnya protokol whois bekerja pada port TCP 43.</p>
<p class="MsoNormal"><strong>nslookup</strong> merupakan sebuah utility yang digunakan untuk mencari alamat IP dari suatu nama domain maupun sebuah host dari sebuah jaringan. Pada awalnya utility nslookup juga dilakukan dengan cara mengetikkan perintah melalui <em>command line interface</em>. Namun pada perkembangannya, utility nslookup-pun dapat dilakukan dengan menggunakan aplikasi berbasis web.</p>
<p class="MsoNormal"><strong>host</strong> merupakan sebuah utility yang digunakan untuk mendapatkan alamat IP dari suatu nama <em>host</em> atau sebaliknya mendapatkan suatu nama host dari suatu alamat IP.<span> </span>Sama seperti whois dan nslookup, <em>utility</em> <em>host</em>-pun sebenarnya merupakan sebuah <em>utility</em> yang digunakan dengan cara mengetikkan perintah melalui <em>command line interface</em>.</p>
<p><span style="font-size:11pt;line-height:115%;font-family:&quot;">Berikut adalah contoh hasil-hasil penggunaan <em>utility</em> <strong>whois</strong> dan <strong>nslookup</strong> (menggunakan aplikasi berbasis web) . Contoh yang diambil adalah web page milik www.detik.com.<br />
</span></p>
<div id="attachment_22" class="wp-caption aligncenter" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/11/detikcomwhois01.jpg"><img class="size-medium wp-image-22" title="detikcomwhois01" src="http://nudiar.files.wordpress.com/2008/11/detikcomwhois01.jpg?w=300&#038;h=216" alt="Gambar 1. Hasil perintah WhoIs pada aplikasi web." width="300" height="216" /></a><p class="wp-caption-text">Gambar 1. Hasil perintah WhoIs pada aplikasi web.</p></div>
<div id="attachment_23" class="wp-caption aligncenter" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/11/detikcomwhois02.jpg"><img class="size-medium wp-image-23" title="detikcomwhois02" src="http://nudiar.files.wordpress.com/2008/11/detikcomwhois02.jpg?w=300&#038;h=215" alt="Gambar 2. Lanjutan hasil dari perintah WhoIs." width="300" height="215" /></a><p class="wp-caption-text">Gambar 2. Lanjutan hasil dari perintah WhoIs.</p></div>
<div id="attachment_24" class="wp-caption aligncenter" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/11/detikcomdnscheck01.jpg"><img class="size-medium wp-image-24" title="detikcomdnscheck01" src="http://nudiar.files.wordpress.com/2008/11/detikcomdnscheck01.jpg?w=300&#038;h=215" alt="Gambar 3. Hasil perintah nslookup pada aplikasi Web." width="300" height="215" /></a><p class="wp-caption-text">Gambar 3. Hasil perintah nslookup pada aplikasi Web.</p></div>
<div id="attachment_25" class="wp-caption aligncenter" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/11/detikcomdnscheck02.jpg"><img class="size-medium wp-image-25" title="detikcomdnscheck02" src="http://nudiar.files.wordpress.com/2008/11/detikcomdnscheck02.jpg?w=300&#038;h=215" alt="Gambar 4. Lanjutan hasil perintah nslookup." width="300" height="215" /></a><p class="wp-caption-text">Gambar 4. Lanjutan hasil perintah nslookup.</p></div>
<div id="attachment_26" class="wp-caption aligncenter" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/11/detikcomdnscheck03.jpg"><img class="size-medium wp-image-26" title="detikcomdnscheck03" src="http://nudiar.files.wordpress.com/2008/11/detikcomdnscheck03.jpg?w=300&#038;h=215" alt="Gambar 5. Bagian terakhir lanjutan hasril dari perintah nslookup." width="300" height="215" /></a><p class="wp-caption-text">Gambar 5. Bagian terakhir lanjutan hasril dari perintah nslookup.</p></div>
<p><span style="font-size:11pt;line-height:115%;font-family:&quot;">Contoh lain yang diambil adalah web page milik www.okezone.com.</span></p>
<div id="attachment_29" class="wp-caption aligncenter" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/11/okezonecomwhois011.jpg"><img class="size-medium wp-image-29" title="okezonecomwhois011" src="http://nudiar.files.wordpress.com/2008/11/okezonecomwhois011.jpg?w=300&#038;h=225" alt="Gambar 6. Hasil dari perintah WhoIs." width="300" height="225" /></a><p class="wp-caption-text">Gambar 6. Hasil dari perintah WhoIs.</p></div>
<div id="attachment_30" class="wp-caption aligncenter" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/11/okezonecomwhois02.jpg"><img class="size-medium wp-image-30" title="okezonecomwhois02" src="http://nudiar.files.wordpress.com/2008/11/okezonecomwhois02.jpg?w=300&#038;h=225" alt="Gambar 7. Lanjutan hasil dari perintah WhoIs" width="300" height="225" /></a><p class="wp-caption-text">Gambar 7. Lanjutan hasil dari perintah WhoIs</p></div>
<div id="attachment_31" class="wp-caption aligncenter" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/11/okezonecomdnscheck01.jpg"><img class="size-medium wp-image-31" title="okezonecomdnscheck01" src="http://nudiar.files.wordpress.com/2008/11/okezonecomdnscheck01.jpg?w=300&#038;h=216" alt="Gambar 8. Hasil dari perintah nslookup." width="300" height="216" /></a><p class="wp-caption-text">Gambar 8. Hasil dari perintah nslookup.</p></div>
<div id="attachment_32" class="wp-caption aligncenter" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/11/okezonecomdnscheck02.jpg"><img class="size-medium wp-image-32" title="okezonecomdnscheck02" src="http://nudiar.files.wordpress.com/2008/11/okezonecomdnscheck02.jpg?w=300&#038;h=216" alt="Gambar 9. Lanjutan hasil dari perintah nslookup." width="300" height="216" /></a><p class="wp-caption-text">Gambar 9. Lanjutan hasil dari perintah nslookup.</p></div>
<p><span style="font-size:11pt;line-height:115%;font-family:&quot;"><br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nudiar.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nudiar.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nudiar.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nudiar.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nudiar.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nudiar.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nudiar.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nudiar.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nudiar.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nudiar.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nudiar.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nudiar.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nudiar.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nudiar.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nudiar.wordpress.com&amp;blog=4894753&amp;post=21&amp;subd=nudiar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nudiar.wordpress.com/2008/11/05/whois-nslookup-dan-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5f8f07d58aa2969517ce7f02ccb82b88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nudiar</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/detikcomwhois01.jpg?w=300" medium="image">
			<media:title type="html">detikcomwhois01</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/detikcomwhois02.jpg?w=300" medium="image">
			<media:title type="html">detikcomwhois02</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/detikcomdnscheck01.jpg?w=300" medium="image">
			<media:title type="html">detikcomdnscheck01</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/detikcomdnscheck02.jpg?w=300" medium="image">
			<media:title type="html">detikcomdnscheck02</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/detikcomdnscheck03.jpg?w=300" medium="image">
			<media:title type="html">detikcomdnscheck03</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/okezonecomwhois011.jpg?w=300" medium="image">
			<media:title type="html">okezonecomwhois011</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/okezonecomwhois02.jpg?w=300" medium="image">
			<media:title type="html">okezonecomwhois02</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/okezonecomdnscheck01.jpg?w=300" medium="image">
			<media:title type="html">okezonecomdnscheck01</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/11/okezonecomdnscheck02.jpg?w=300" medium="image">
			<media:title type="html">okezonecomdnscheck02</media:title>
		</media:content>
	</item>
		<item>
		<title>Kesalahan pada Aplikasi</title>
		<link>http://nudiar.wordpress.com/2008/10/20/kesalahan-pada-aplikasi/</link>
		<comments>http://nudiar.wordpress.com/2008/10/20/kesalahan-pada-aplikasi/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 04:06:35 +0000</pubDate>
		<dc:creator>nudiar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nudiar.wordpress.com/?p=7</guid>
		<description><![CDATA[Membuat software aplikasi bukanlah perkara yang mudah. Banyak hal yang perlu diketahui untuk dapat membuat suatu software aplikasi baik. Mulai dari menentukan hal-hal yang dibutuhkan oleh software aplikasi, mendesain, mengimplementasikan serta melakukan test terhadap software aplikasi telah dibuat. Kesalahan pada saat menentukan kebutuhan akan menyebabkan kesalahan desain. Kesalahan yang dilakukan pada saat desain menyebabkan kesalahan [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nudiar.wordpress.com&amp;blog=4894753&amp;post=7&amp;subd=nudiar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Membuat software aplikasi bukanlah perkara yang mudah. Banyak hal yang perlu diketahui untuk dapat membuat suatu software aplikasi baik. Mulai dari menentukan hal-hal yang dibutuhkan oleh software aplikasi, mendesain, mengimplementasikan serta melakukan test terhadap software aplikasi telah dibuat. Kesalahan pada saat menentukan kebutuhan akan menyebabkan kesalahan desain. Kesalahan yang dilakukan pada saat desain menyebabkan kesalahan juga pada saat implementasi. Kesalahan pada saat implementasi berpotensi akan menyebabkan terjadinya error pada saat testing.</p>
<p class="MsoNormal">
<p class="MsoNormal">Berikut adalah salah satu contoh membuat software yang salah. Sekilas aplikasi tidak bermasalah, apabila masukan yang diberikan secara kebetulan tidak melebihi alokasi memory yang disediakan oleh pembuat software aplikasi. Namun apabila masukan yang diberikan melebihi batas alokasi memory yang diberikan akan menyebabkan error pada software aplikasi.</p>
<div id="attachment_9" class="wp-caption alignnone" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/10/programerror01a.jpg"><img class="size-medium wp-image-9" title="programerror01a" src="http://nudiar.files.wordpress.com/2008/10/programerror01a.jpg?w=300&#038;h=171" alt="Gambar 1. Proses Inputan data yang secara kebetulan sesuai dengan alokasi memory yg telah disiapkan." width="300" height="171" /></a><p class="wp-caption-text">Gambar 1. Proses Inputan data yang secara kebetulan sesuai dengan alokasi memory yg telah disiapkan.</p></div>
<p style="margin-top:0;margin-bottom:0;">
<p style="margin-top:0;margin-bottom:0;">
<div id="attachment_10" class="wp-caption alignnone" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/10/programerror02a.jpg"><img class="size-medium wp-image-10" title="programerror02a" src="http://nudiar.files.wordpress.com/2008/10/programerror02a.jpg?w=300&#038;h=171" alt="Gambar 2. Inputan dapat disimpan." width="300" height="171" /></a><p class="wp-caption-text">Gambar 2. Inputan dapat disimpan.</p></div>
<p style="margin-top:0;margin-bottom:0;">
<div id="attachment_11" class="wp-caption alignnone" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/10/programerror04a.jpg"><img class="size-medium wp-image-11" title="programerror04a" src="http://nudiar.files.wordpress.com/2008/10/programerror04a.jpg?w=300&#038;h=171" alt="Gambar 3. Proses Input data yang diperkirakan melebih kapasitas memory yang disediakan." width="300" height="171" /></a><p class="wp-caption-text">Gambar 3. Proses Input data yang diperkirakan melebih kapasitas memory yang disediakan.</p></div>
<p style="margin-top:0;margin-bottom:0;">
<div id="attachment_12" class="wp-caption alignnone" style="width: 310px"><a href="http://nudiar.files.wordpress.com/2008/10/programerror05a.jpg"><img class="size-medium wp-image-12" title="programerror05a" src="http://nudiar.files.wordpress.com/2008/10/programerror05a.jpg?w=300&#038;h=202" alt="Gambar 4. Setelah tombol save ditekan, aplikasi tidak dapat menyimpan data. Aplikasi menampilkan error dan langsung ditutup oleh Operating Sytem." width="300" height="202" /></a><p class="wp-caption-text">Gambar 4. Setelah tombol save ditekan, aplikasi tidak dapat menyimpan data. Aplikasi menampilkan error dan langsung ditutup oleh Operating Sytem.</p></div>
<p>File FlatDBaseDlg.h :</p>
<p><pre class="brush: cpp;">
//************************************************************************
//
// FlatDBaseDlg.h : header file
//
//************************************************************************

#pragma once

// CFlatDBaseDlg dialog
class CFlatDBaseDlg : public CDialog
{
// Construction
public:
CFlatDBaseDlg(CWnd* pParent = NULL); // standard constructor

// Dialog Data
enum { IDD = IDD_FLATDBASE_DIALOG };

struct DBSiswa
{
char Posisi[4];
char NIM[12];
char Nama[255];
char Alamat[255];
char Kota[255];
char Umur[3];
} SiswaITB;

protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support

// Implementation
protected:
HICON m_hIcon;

// Generated message map functions
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
DECLARE_MESSAGE_MAP()

public:
afx_msg void OnBnClickedAdd();
afx_msg void EnDisabledControl(BOOL Enabled);
afx_msg int ReadCurrentRecord(int RecNum, FILE *FileDB);
afx_msg void ShowCurrentRecord();
afx_msg void ShowEmptyRecord();
afx_msg void SaveCurrentRecord(int RecNum, FILE *FileDB);

int CurPosRec; FILE *FileDBase;

CString m_strNIM; CString m_strALAMAT;
CString m_strNAMA; CString m_strKOTA;
CString m_strUMUR;
};
</pre></p>
<p>File FlatDBaseDlg.cpp :</p>
<p><pre class="brush: cpp;">
// *********************************************************************************
//
// FlatDBaseDlg.cpp : implementation file
//
// *********************************************************************************

#include &quot;stdafx.h&quot;
#include &quot;FlatDBase.h&quot;
#include &quot;FlatDBaseDlg.h&quot;

#ifdef _DEBUG
#define new DEBUG_NEW
#endif

// CAboutDlg dialog used for App About

class CAboutDlg : public CDialog
{
public:
CAboutDlg();

// Dialog Data
enum { IDD = IDD_ABOUTBOX };

protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support

// Implementation
protected:
DECLARE_MESSAGE_MAP()
};

CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
{
}

void CAboutDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
}

BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
END_MESSAGE_MAP()

// CFlatDBaseDlg dialog

CFlatDBaseDlg::CFlatDBaseDlg(CWnd* pParent /*=NULL*/)
: CDialog(CFlatDBaseDlg::IDD, pParent)
, m_strNIM (_T(&quot;&quot;))
, m_strNAMA (_T(&quot;&quot;))
, m_strALAMAT(_T(&quot;&quot;))
, m_strKOTA (_T(&quot;&quot;))
, m_strUMUR (_T(&quot;&quot;))
{
m_hIcon = AfxGetApp()-&gt;LoadIcon(IDR_MAINFRAME);
}

void CFlatDBaseDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
DDX_Text(pDX, IDC_NIM, m_strNIM);
DDX_Text(pDX, IDC_NAMA, m_strNAMA);
DDX_Text(pDX, IDC_ALAMAT, m_strALAMAT);
DDX_Text(pDX, IDC_KOTA, m_strKOTA);
DDX_Text(pDX, IDC_UMUR, m_strUMUR);
}

BEGIN_MESSAGE_MAP(CFlatDBaseDlg, CDialog)
ON_WM_SYSCOMMAND()
ON_WM_PAINT()
ON_WM_QUERYDRAGICON()
//}}AFX_MSG_MAP
ON_BN_CLICKED(BTN_ADD, &amp;CFlatDBaseDlg::OnBnClickedAdd)
END_MESSAGE_MAP()

char * Convert2Char (CString InString)
{
char *CharStr;

CharStr = (char *) malloc (InString.GetLength());
for (int i=0; i&lt;InString.GetLength(); i++)
CharStr[i] = (char) InString.GetAt(i);
return CharStr;
}

int DBFile_Exist(LPCWSTR lpSource)
{
WIN32_FIND_DATA fd;
::memset(&amp;fd, 0, sizeof(WIN32_FIND_DATA));

HANDLE hFile = ::FindFirstFile(lpSource, &amp;fd);

// Not exists.
if (hFile == INVALID_HANDLE_VALUE)
{ return 0; }

// Exists, but file or directory?
if (fd.dwFileAttributes == (fd.dwFileAttributes | FILE_ATTRIBUTE_DIRECTORY))
{
// Exists but there's no file with this name, so it's a directory.
::FindClose(hFile); return 0;
}
else
{
// Exists and is not a directory, so it's a file.
::FindClose(hFile); return 1;
}
}

CString DBFile_Dir (CString fileFullPath)
{
int i = 0, j = 0, k = 0;
while (i &gt; -1)
{
k = i;
i = fileFullPath.Find('\\', j);
j = i + 1;
}
return fileFullPath.Left(k);
}

// CFlatDBaseDlg message handlers
BOOL CFlatDBaseDlg::OnInitDialog()
{
CDialog::OnInitDialog();

// IDM_ABOUTBOX must be in the system command range.
ASSERT((IDM_ABOUTBOX &amp; 0xFFF0) == IDM_ABOUTBOX);
ASSERT(IDM_ABOUTBOX &lt; 0xF000);

CMenu* pSysMenu = GetSystemMenu(FALSE);
if (pSysMenu != NULL)
{
BOOL bNameValid;
CString strAboutMenu;
bNameValid = strAboutMenu.LoadString(IDS_ABOUTBOX);
ASSERT(bNameValid);
if (!strAboutMenu.IsEmpty())
{
pSysMenu-&gt;AppendMenu(MF_SEPARATOR);
pSysMenu-&gt;AppendMenu(MF_STRING, IDM_ABOUTBOX, strAboutMenu);
}
}

// Set the icon for this dialog. The framework does this automatically
// when the application's main window is not a dialog
SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon

// TODO: Add extra initialization here
EnDisabledControl(false);

TCHAR szPath[MAX_PATH];
CString DBFile;
FileDBase = NULL;

GetModuleFileName(NULL, szPath, MAX_PATH);
DBFile.Format(_T(&quot;%s&quot;), szPath);
DBFile = DBFile_Dir (DBFile) + L&quot;\\&quot; + L&quot;DBFileSiswaITB.dat&quot;;

if(DBFile_Exist(DBFile))
{
_wfopen_s(&amp;FileDBase, DBFile, L&quot;rb+&quot;);
if (FileDBase == NULL)
{
MessageBox(L&quot;File Database ada tetapi tidak dapat dibuka!&quot;,
L&quot;FLatDBase&quot;, MB_OK | MB_ICONERROR);
}
else
{
CurPosRec = 0;
if (ReadCurrentRecord(CurPosRec, FileDBase) == 1)
ShowCurrentRecord();
}
}
else
{
_wfopen_s(&amp;FileDBase, DBFile, L&quot;wb+&quot;);
if (FileDBase == NULL)
{
MessageBox(L&quot;Aplikasi FlatDBase tidak dapat membuat file Database!&quot;,
L&quot;FLatDBase&quot;, MB_OK | MB_ICONERROR);
}
else
{ CurPosRec = 0; ShowEmptyRecord(); }
}

return TRUE; // return TRUE unless you set the focus to a control
}

void CFlatDBaseDlg::OnSysCommand(UINT nID, LPARAM lParam)
{
if ((nID &amp; 0xFFF0) == IDM_ABOUTBOX)
{
CAboutDlg dlgAbout;
dlgAbout.DoModal();
}
else
{ CDialog::OnSysCommand(nID, lParam); }
}

// If you add a minimize button to your dialog, you will need the code below
// to draw the icon. For MFC applications using the document/view model,
// this is automatically done for you by the framework.

void CFlatDBaseDlg::OnPaint()
{
if (IsIconic())
{
CPaintDC dc(this); // device context for painting

SendMessage(WM_ICONERASEBKGND, reinterpret_cast&lt;WPARAM&gt;(dc.GetSafeHdc()), 0);

// Center icon in client rectangle
int cxIcon = GetSystemMetrics(SM_CXICON);
int cyIcon = GetSystemMetrics(SM_CYICON);
CRect rect;
GetClientRect(&amp;rect);
int x = (rect.Width() - cxIcon + 1) / 2;
int y = (rect.Height() - cyIcon + 1) / 2;

// Draw the icon
dc.DrawIcon(x, y, m_hIcon);
}
else
{
CDialog::OnPaint();
}
}

// The system calls this function to obtain the cursor to display while the user drags
// the minimized window.
HCURSOR CFlatDBaseDlg::OnQueryDragIcon()
{
return static_cast&lt;HCURSOR&gt;(m_hIcon);
}

void CFlatDBaseDlg::EnDisabledControl(BOOL EnDisabled)
{
GetDlgItem(IDC_NIM)-&gt;EnableWindow(EnDisabled);
GetDlgItem(IDC_NAMA)-&gt;EnableWindow(EnDisabled);
GetDlgItem(IDC_ALAMAT)-&gt;EnableWindow(EnDisabled);
GetDlgItem(IDC_KOTA)-&gt;EnableWindow(EnDisabled);
GetDlgItem(IDC_UMUR)-&gt;EnableWindow(EnDisabled);
}

int CFlatDBaseDlg::ReadCurrentRecord(int RecNum, FILE *FileDB)
{
fread(&amp;SiswaITB, sizeof(SiswaITB), 1, FileDB);
//if (ferror(FileDB)) return(-1);
if (feof(FileDB)) return(-1);
else
{
// if (SiswaITB.Posisi != RecNum) return(0);
// else return(1);
return(1);
}

}

BOOL IsTextChar(unsigned int ch)
{
if (ch &gt;= 'A' &amp;&amp; ch &lt;= 'Z')
return ch;
if (ch &gt;= 'a' &amp;&amp; ch &lt;= 'z')
return ch;
if (ch &gt;= '0' &amp;&amp; ch &lt;= '9')
return ch;
if (ch == '+')
return ch;
if (ch == '/')
return ch;
if (ch == ':')
return ch;
if (ch == '\&quot;')
return ch;
if (ch == '\'')
return ch;
if (ch == '!')
return ch;
if (ch == '@')
return ch;
if (ch == '#')
return ch;
if (ch == '$')
return ch;
if (ch == '%')
return ch;
if (ch == '^')
return ch;
if (ch == '&amp;')
return ch;
if (ch == '*')
return ch;
if (ch == '(')
return ch;
if (ch == ')')
return ch;
if (ch == '=')
return ch;
if (ch == '{')
return ch;
if (ch == '}')
return ch;
if (ch == '\\')
return ch;
if (ch == '|')
return ch;
if (ch == ',')
return ch;
if (ch == '.')
return ch;
if (ch == 0x20)
return ch;

return '';
}

void CFlatDBaseDlg::ShowCurrentRecord()
{
char *tmpNIM, *tmpNAMA, *tmpALAMAT, *tmpKOTA, *tmpUMUR;

tmpNIM = (char *) malloc (12);
for (int i=0; i &lt; 12; i++) tmpNIM[i] = IsTextChar(SiswaITB.NIM[i]);
m_strNIM = tmpNIM;

tmpNAMA = (char *) malloc (255);
for (int i=0; i &lt; 255; i++) tmpNAMA[i] = IsTextChar(SiswaITB.Nama[i]);
m_strNAMA = tmpNAMA;

tmpALAMAT = (char *) malloc (255);
for (int i=0; i &lt; 255; i++) tmpALAMAT[i] = IsTextChar(SiswaITB.Alamat[i]);
m_strALAMAT = tmpALAMAT;

tmpKOTA = (char *) malloc (255);
for (int i=0; i &lt; 255; i++) tmpKOTA[i] = IsTextChar(SiswaITB.Kota[i]);
m_strKOTA = tmpKOTA;

tmpUMUR = (char *) malloc (3);
for (int i=0; i &lt; 3; i++) tmpUMUR[i] = IsTextChar(SiswaITB.Umur[i]);
m_strUMUR = tmpUMUR;

UpdateData(FALSE);
}

void CFlatDBaseDlg::SaveCurrentRecord(int RecNum, FILE *FileDB)
{
char *strUmur = NULL;

strUmur = (char *) malloc (5);
if (strUmur == NULL)
{
MessageBox(L&quot;Tidak cukup memory untuk menjalankan aplikasi FlatDBase!&quot;,
L&quot;FlatDBase&quot;, MB_OK | MB_ICONERROR);
if (FileDB) fclose(FileDB);
return;
}
else
{
CString CMsg;
char *tmpNIM, *tmpNAMA, *tmpALAMAT, *tmpKOTA, *tmpUMUR;

UpdateData(TRUE);

tmpNIM = (char *) malloc (m_strNIM.GetLength()+1);
tmpNIM = Convert2Char(m_strNIM);
tmpNIM[m_strNIM.GetLength()] = '';

tmpNAMA = (char *) malloc (m_strNAMA.GetLength()+1);
tmpNAMA = Convert2Char(m_strNAMA);
tmpNAMA[m_strNAMA.GetLength()] = '';

tmpALAMAT = (char *) malloc (m_strALAMAT.GetLength()+1);
tmpALAMAT = Convert2Char(m_strALAMAT);
tmpALAMAT[m_strALAMAT.GetLength()] = '';

tmpKOTA = (char *) malloc (m_strKOTA.GetLength()+1);
tmpKOTA = Convert2Char(m_strKOTA);
tmpKOTA[m_strKOTA.GetLength()] = '';

tmpUMUR = (char *) malloc (m_strUMUR.GetLength()+1);
tmpUMUR = Convert2Char(m_strUMUR);
tmpUMUR[m_strUMUR.GetLength()] = '';

sprintf_s(SiswaITB.Posisi,3, &quot;%d&quot;, RecNum);
SiswaITB.Posisi[3] = '';

for (int i=0; i &lt; m_strNIM.GetLength(); i++) SiswaITB.NIM[i] = tmpNIM[i];
for (int i=0; i &lt; m_strNAMA.GetLength(); i++) SiswaITB.Nama[i] = tmpNAMA[i];
for (int i=0; i &lt; m_strALAMAT.GetLength(); i++) SiswaITB.Alamat[i] = tmpALAMAT[i];
for (int i=0; i &lt; m_strKOTA.GetLength(); i++) SiswaITB.Kota[i] = tmpKOTA[i];
for (int i=0; i &lt; m_strUMUR.GetLength(); i++) SiswaITB.Umur[i] = tmpUMUR[i];

fwrite(&amp;SiswaITB, sizeof(SiswaITB), 1, FileDB);
if (ferror(FileDB))
{
MessageBox(L&quot;Error pada saat menulis file.&quot;, L&quot;FlatDBase&quot;, MB_OK | MB_ICONERROR);
if (FileDB) fclose(FileDB);
}
}
}

void CFlatDBaseDlg::ShowEmptyRecord()
{
m_strNIM = &quot;&quot;;
m_strNAMA = &quot;&quot;;
m_strALAMAT = &quot;&quot;;
m_strKOTA = &quot;&quot;;
m_strUMUR = &quot;&quot;;
}

void CFlatDBaseDlg::OnBnClickedAdd()
{
LPTSTR Btn_Caption;
Btn_Caption = (LPTSTR) malloc (10);
if (Btn_Caption == NULL)
{
MessageBox(L&quot;Tidak cukup memory untuk menjalankan aplikasi FlatDBase!&quot;,
L&quot;FlatDBase Error&quot;, MB_OK | MB_ICONWARNING);
return;
}
else
{
GetDlgItem(BTN_ADD)-&gt;GetWindowTextW(Btn_Caption, 10);
Btn_Caption[6] = '';
CString CBtn_Caption(Btn_Caption);
if ( CBtn_Caption.MakeUpper() == &quot;ADD&quot; )
{
EnDisabledControl(true);
GetDlgItem(IDC_NIM)-&gt;SetFocus();
GetDlgItem(BTN_ADD)-&gt;SetWindowTextW(L&quot;Save&quot;);
}
else
{
CurPosRec++;
SaveCurrentRecord(CurPosRec, FileDBase);
EnDisabledControl(false);
GetDlgItem(BTN_ADD)-&gt;SetWindowTextW(L&quot;Add&quot;);
}
}
}
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nudiar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nudiar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nudiar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nudiar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nudiar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nudiar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nudiar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nudiar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nudiar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nudiar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nudiar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nudiar.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nudiar.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nudiar.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nudiar.wordpress.com&amp;blog=4894753&amp;post=7&amp;subd=nudiar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nudiar.wordpress.com/2008/10/20/kesalahan-pada-aplikasi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5f8f07d58aa2969517ce7f02ccb82b88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nudiar</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/10/programerror01a.jpg?w=300" medium="image">
			<media:title type="html">programerror01a</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/10/programerror02a.jpg?w=300" medium="image">
			<media:title type="html">programerror02a</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/10/programerror04a.jpg?w=300" medium="image">
			<media:title type="html">programerror04a</media:title>
		</media:content>

		<media:content url="http://nudiar.files.wordpress.com/2008/10/programerror05a.jpg?w=300" medium="image">
			<media:title type="html">programerror05a</media:title>
		</media:content>
	</item>
		<item>
		<title>Single vs Multi Vendor</title>
		<link>http://nudiar.wordpress.com/2008/09/22/single-vs-multi-vendor/</link>
		<comments>http://nudiar.wordpress.com/2008/09/22/single-vs-multi-vendor/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 17:30:16 +0000</pubDate>
		<dc:creator>nudiar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nudiar.wordpress.com/?p=3</guid>
		<description><![CDATA[Pada saat ini kita telah memasuki suatu dekade yang oleh Efraim Turban dkk dalam bukunya “Information Technology for Management” disebut sebagai Revolusi Web. Web telah merubah cara bagaimana kita bekerja, belajar, bermain dan menjalani hidup. Web sebagai instrumen digunakan pada perdagangan, pendidikan, politik dan hiburan. Revolusi Web itu sendiri terjadi oleh karena perkembangan Teknologi Informasi. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nudiar.wordpress.com&amp;blog=4894753&amp;post=3&amp;subd=nudiar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Arial;">Pada saat ini kita telah memasuki suatu dekade yang oleh Efraim Turban dkk dalam bukunya “<em>Information Technology for Management”</em> disebut sebagai Revolusi Web. Web telah merubah cara bagaimana kita bekerja, belajar, bermain dan menjalani hidup. </span><span style="font-family:Arial;">Web sebagai instrumen digunakan pada perdagangan, pendidikan, politik dan hiburan. Revolusi Web itu sendiri terjadi oleh karena perkembangan Teknologi Informasi. Perkembangan Teknologi Informasi mempengaruhi sektor industri lainnya seperti sektor industri di bidang software maupun hardware. Industri di bidang software dan hardware tidak saja dikuasai oleh satu vendor saja tetapi oleh banyak vendor, sebut saja vendor-vendor di bidang software seperti Microsoft, Linux, UNIX, SoftQuad, dan lain-lain.<span> </span>Sedangkan vendor di bidang Hardware Acer, Intel, AMD, Cisco, Juniper, Extreme, Nortel, Huawei, Foundry dan lain-lain.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span style="font-family:Arial;">Kebutuhan Teknologi Informasi menuntut adanya perencanaan dan penerapan infrastruktur teknologi yang sesuai dengan proses bisnis organisasi.  Banyaknya vendor yang menyediakan jasa layanan TI baik software maupun hardware harus disikapi dengan bijak.  Setiap vendor memiliki  kelebihan dan kekurangan masing-masing yang saling melengkapi. Dalam hal memilih vendor saya sependapat dengan apa yang disampaikan oleh Steve Taylor dan Jim Mezler bahwa bisnis tidak boleh terjebak oleh perangkap dan janji-janji oleh single vendor TI manapun. Bisnis dapat digantungkan kepada vendor yang menawarkan solusi jaringan yang saling terintegrasi dan dibangun pada standar yang open. Memilih lebih dari satu vendor yang dapat saling terintegrasi jauh lebih baik ketimbang terjebak dengan memilih hanya satu vendor saja. </span></p>
<p class="MsoNormal" style="text-align:justify;"><span style="font-family:Arial;">Kelebihan dengan menggunakan multi vendor adalah : dapat memilih vendor yang mempunyai harga yang kompetitif dan menggabungkan kelebihan serta menutupi kekurangan masing-masing vendor yang dipilih sehingga menjadi suatu kekuatan sesuai yang direncanakan. </span></p>
<p class="MsoNormal" style="text-align:justify;"><span style="font-family:Arial;">Kelemahan dengan menggunakan multi vendor adalah : kesulitan dalam menentukan vendor-vendor mana yang benar-benar dapat saling terintegrasi, kesulitan dalam menentukan kebutuhan sumber daya manusia, kesulitan dalam pemeliharaan. </span></p>
<p class="MsoNormal" style="text-align:justify;"> </p>
<p class="MsoNormal" style="text-align:justify;"><span style="font-family:Arial;">Referensi :</span></p>
<p class="MsoNormal" style="text-align:justify;"> </p>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal"><span style="font-family:Arial;">Milberg, Ken. <em>Choosing network equipment vendors: Multi-vendor vs. single-source</em>. Maret 2008. http://searchnetworkingchannel.techtarget.com/tip/0,289483,sid100_gci1305061,00.html.</span></li>
<li class="MsoNormal"><span style="font-family:Arial;">Taylor, Steve and Mezler, Jim. <em>Single, dual or multivendor sourcing &#8211; which works better? </em>Januari<em> </em>2008. http://www.networkworld.com/ newsletters/frame/2008/0107wan1.html?page=1.</span></li>
<li class="MsoNormal"><span style="font-family:Arial;">Turban, E., Leidner, D., Mclean, E., and Wetherbe, J. 2008. <em>Information Technology for Management 6th ed – Transforming Organizations in the Digital Economy</em>. Jon Wiley &amp; Sons, Inc.</span></li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nudiar.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nudiar.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nudiar.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nudiar.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nudiar.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nudiar.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nudiar.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nudiar.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nudiar.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nudiar.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nudiar.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nudiar.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nudiar.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nudiar.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nudiar.wordpress.com&amp;blog=4894753&amp;post=3&amp;subd=nudiar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nudiar.wordpress.com/2008/09/22/single-vs-multi-vendor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5f8f07d58aa2969517ce7f02ccb82b88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nudiar</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://nudiar.wordpress.com/2008/09/18/hello-world/</link>
		<comments>http://nudiar.wordpress.com/2008/09/18/hello-world/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 09:11:23 +0000</pubDate>
		<dc:creator>nudiar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nudiar.wordpress.com&amp;blog=4894753&amp;post=1&amp;subd=nudiar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nudiar.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nudiar.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nudiar.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nudiar.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nudiar.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nudiar.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nudiar.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nudiar.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nudiar.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nudiar.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nudiar.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nudiar.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nudiar.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nudiar.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nudiar.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nudiar.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nudiar.wordpress.com&amp;blog=4894753&amp;post=1&amp;subd=nudiar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nudiar.wordpress.com/2008/09/18/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5f8f07d58aa2969517ce7f02ccb82b88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nudiar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
