<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2986117017571213173</id><updated>2011-04-21T11:40:54.521-07:00</updated><title type='text'>bukaajah</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bukaajah-bukaajah.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2986117017571213173/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://bukaajah-bukaajah.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>bukaajah</name><uri>http://www.blogger.com/profile/10441616067381129493</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_1HcWJiLAFzo/SZ1oUEnQ5oI/AAAAAAAAAAM/KIYLzU0QWNk/S220/Foto021.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2986117017571213173.post-1629721892940378391</id><published>2008-11-11T22:27:00.000-08:00</published><updated>2008-11-13T00:15:38.083-08:00</updated><title type='text'>HTML</title><content type='html'>1. Jelaskan Pengertian singkat HTML!&lt;br /&gt;2. Sebutkan software yang diperlukan dalam membuat website static&lt;br /&gt;* editor : &lt;br /&gt;* browser:&lt;br /&gt;3. Buat struktur Umum HTML!&lt;br /&gt;4. Sebutkan langkah-langkah membuat dokumen HTML dengan editor Notepad, dan cara penyimpanan!&lt;br /&gt;5. Sebutkan tag - tag yang anda ketahui dan berikan contoh penggunannya (minimal 15 tag)&lt;br /&gt;Jawab:&lt;br /&gt;1. HTML merupakan singkatan dari Hyper Text Markup Language. HTML merupakan suatu bahasa pemograman yang digunakan untuk membangun sebuah website.&lt;br /&gt;2. Editor: Notepad dan dreamweaster&lt;br /&gt;Browser: Mozilla Firefox&lt;br /&gt;3. Struktur umum&lt;br /&gt;&lt; html &gt;&lt;br /&gt;&lt; head &gt;&lt;br /&gt; &lt; title &gt;..............&lt; /title &gt;&lt;br /&gt;&lt; /head &gt;&lt;br /&gt;&lt; body &gt;&lt;br /&gt;&lt; /body &gt;&lt;br /&gt;&lt; /html &gt;&lt;br /&gt;4. langkah-langkah:&lt;br /&gt;a. Buka aplikasi notepad. caranya, klik start&gt;all programs&gt;accesories&gt;notepad&lt;br /&gt;b. Ketik program berikut:&lt;br /&gt;&lt; html &gt;&lt;br /&gt;&lt; head &gt;&lt;br /&gt;&lt; title &gt; judulnya &lt; /title &gt;&lt;br /&gt;&lt; /head &gt;&lt;br /&gt;&lt; body &gt;&lt;br /&gt;“isinya”&lt;br /&gt;&lt; /body &gt;&lt;br /&gt;&lt; /html &gt;&lt;br /&gt;c. Simpan program tersebut, contoh : latihan 1.html dan save as type nya diubah menjadi:all files.&lt;br /&gt;d. Simpan pada folder yang sudah dibuat.&lt;br /&gt;e. Silahkan lihat hasilnya.&lt;br /&gt;5. Contoh tag-tagnya :&lt;br /&gt;• &lt; title &gt; dan &lt; /title &gt;&lt;br /&gt;contoh: &lt;br /&gt;&lt; title &gt;Rajin Pangkal Pandai&lt; /title &gt;&lt;br /&gt;• &lt; body &gt; dan &lt; /body &gt;&lt;br /&gt;contoh: &lt;br /&gt;&lt; body &gt;Itu adalah slogannya&lt; /body &gt;&lt;br /&gt;• &lt; h1 &gt; dan &lt; /h1 &gt;&lt;br /&gt;contoh: &lt;br /&gt;&lt; h1 &gt; Itu adalah slogannya &lt; /h1 &gt;&lt;br /&gt;maka huruf pada kalimat tersebut akan berukuran besar&lt;br /&gt;• &lt; b &gt; dan &lt; /b &gt;&lt;br /&gt;contoh: &lt;br /&gt;&lt; b &gt; belajarlah yang rajin  &lt; /b &gt;&lt;br /&gt;maka huruf akan tebal&lt;br /&gt;• &lt; u &gt; dan &lt; /u &gt;&lt;br /&gt;contoh: &lt;br /&gt;&lt; u &gt; belajarlah yang rajin &lt; /u &gt;&lt;br /&gt;maka akan ada garis bawah&lt;br /&gt;• &lt; i &gt; dan &lt; /i &gt;&lt;br /&gt;contoh : &lt;br /&gt;&lt; i &gt; itu berbahaya &lt; /i &gt;&lt;br /&gt;maka tulisan akan miring.&lt;br /&gt;• &lt; tr &gt; dan &lt; /tr &gt;&lt;br /&gt;contoh : &lt;br /&gt;&lt; tr &gt;&lt;br /&gt;&lt; td &gt;&lt;br /&gt;........&lt;br /&gt;&lt; /td &gt;&lt;br /&gt;&lt; /tr &gt;&lt;br /&gt;untuk membuat baris dalam tabel.&lt;br /&gt;• &lt; br / &gt;&lt;br /&gt;contoh:&lt;br /&gt;Belajarlah dari sekarang &lt; br/ &gt; agar lulus dalam ujian nanti.&lt;br /&gt;agar kalimat atau kata selanjutnya terletak di bawah (sebagai enter)&lt;br /&gt;• &lt; p &gt; dan &lt; /p &gt;&lt;br /&gt;contoh:&lt;br /&gt;untuk membuat paragraf baru&lt;br /&gt;• &lt; table &gt; dan &lt; /table &gt;&lt;br /&gt;contoh : &lt;br /&gt;&lt; table &gt;&lt;br /&gt;&lt; tr &gt;&lt;br /&gt;&lt; td &gt;&lt;br /&gt;&lt; /td &gt;&lt;br /&gt;&lt; /tr &gt; &lt;br /&gt;&lt; /table &gt;&lt;br /&gt;untuk membuat tabel&lt;br /&gt;• &lt; th &gt;  dan &lt; /th &gt;&lt;br /&gt;contoh : &lt;br /&gt;untuk membuat colom pada tabel&lt;br /&gt;• &lt; center &gt; dan &lt; /center &gt;&lt;br /&gt;contoh: &lt;br /&gt;&lt; center &gt; Rajin Pangkal Pandai &lt; /center &gt;&lt;br /&gt;maka tulisan aka berada di tengah&lt;br /&gt;• &lt; li &gt;&lt;br /&gt;contoh: &lt;br /&gt;&lt; li &gt; matematika&lt;br /&gt;untuk memunculkan nomer urut&lt;br /&gt;• &lt; lo &gt; dan &lt; /lo &gt;&lt;br /&gt;contoh:&lt;br /&gt;&lt; lo &gt;&lt;br /&gt;&lt; li &gt; mat&lt;br /&gt;&lt; /lo &gt;&lt;br /&gt;untuk menggunakan no urut&lt;br /&gt;• &lt; html &gt; dan &lt; /html &gt;&lt;br /&gt;contoh : &lt;br /&gt;untuk membuat html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2986117017571213173-1629721892940378391?l=bukaajah-bukaajah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bukaajah-bukaajah.blogspot.com/feeds/1629721892940378391/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2986117017571213173&amp;postID=1629721892940378391' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2986117017571213173/posts/default/1629721892940378391'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2986117017571213173/posts/default/1629721892940378391'/><link rel='alternate' type='text/html' href='http://bukaajah-bukaajah.blogspot.com/2008/11/html.html' title='HTML'/><author><name>bukaajah</name><uri>http://www.blogger.com/profile/10441616067381129493</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_1HcWJiLAFzo/SZ1oUEnQ5oI/AAAAAAAAAAM/KIYLzU0QWNk/S220/Foto021.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2986117017571213173.post-8692278275559669947</id><published>2008-10-15T02:25:00.000-07:00</published><updated>2008-10-15T02:45:54.953-07:00</updated><title type='text'>MENGENAL  WIRELESS  LAN</title><content type='html'>&lt;span style="font-weight: bold;font-size:130%;" &gt;&lt;span style="font-family: arial;"&gt;1. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Teknologi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;Dasar&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;        &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;Fungsi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;utama&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;dari&lt;/span&gt; Wireless LAN &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;adalah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;untuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;menjangkau&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;wilayah&lt;/span&gt; LAN yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;sulit&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;dicapai&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;kabel&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;tembaga&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;biasa&lt;/span&gt; (copper wire), &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;juga&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;untuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;menjangkau&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;pengguna&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;bergerak&lt;/span&gt; (mobile-users). Ada &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;empat&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_21"&gt;komponen&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;utama&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;membangun&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_25"&gt;jaringan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_26"&gt;WLAN&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_27"&gt;ini&lt;/span&gt;:&lt;br /&gt;        1. Access Point, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_28"&gt;merupakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_29"&gt;perangkat&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_30"&gt;menjadi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_31"&gt;sentral&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_32"&gt;koneksi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_33"&gt;dari&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_34"&gt;klien&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_35"&gt;ke&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_36"&gt;ISP&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_37"&gt;atau&lt;/span&gt;             &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_38"&gt;dari&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_39"&gt;kantor&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_40"&gt;cabang&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_41"&gt;ke&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_42"&gt;kantor&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_43"&gt;pusat&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_44"&gt;jika&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_45"&gt;jaringannya&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_46"&gt;adalah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_47"&gt;milik&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_48"&gt;sebuah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_49"&gt;perusahaan&lt;/span&gt;.                     Access-Point &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_50"&gt;berfungsi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_51"&gt;mengkonversikan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_52"&gt;sinyal&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_53"&gt;frekuensi&lt;/span&gt; radio (RF) &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_54"&gt;menjadi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_55"&gt;sinyal&lt;/span&gt;                     digital yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_56"&gt;akan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_57"&gt;disalurkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_58"&gt;melalui&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_59"&gt;kabel&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_60"&gt;atau&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_61"&gt;disalurkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_62"&gt;ke&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_63"&gt;perangkat&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_64"&gt;WLAN&lt;/span&gt; yang                 lain &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_65"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_66"&gt;dikonversikan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_67"&gt;ulang&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_68"&gt;menjadi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_69"&gt;sinyal&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_70"&gt;frekuensi&lt;/span&gt; radio.&lt;br /&gt;        2. Wireless LAN Interface, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_71"&gt;merupakan&lt;/span&gt; device yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_72"&gt;dipasang&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_73"&gt;di&lt;/span&gt; Access-Point &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_74"&gt;atau&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_75"&gt;di&lt;/span&gt;                         Mobile/Desktop PC, device yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_76"&gt;dikembangkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_77"&gt;secara&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_78"&gt;massal&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_79"&gt;adalah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_80"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_81"&gt;bentuk&lt;/span&gt;                     &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_82"&gt;PCMCIA&lt;/span&gt; (Personal Computer Memory Card International Association) card.&lt;br /&gt;        3. Wired LAN, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_83"&gt;merupakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_84"&gt;jaringan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_85"&gt;kabel&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_86"&gt;sudah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_87"&gt;ada&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_88"&gt;jika&lt;/span&gt; Wired LAN &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_89"&gt;tidak&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_90"&gt;ada&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_91"&gt;maka&lt;/span&gt;             &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_92"&gt;hanya&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_93"&gt;sesama&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_94"&gt;WLAN&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_95"&gt;saling&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_96"&gt;terkoneksi&lt;/span&gt;.&lt;br /&gt;        4. Mobile/Desktop PC, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_97"&gt;merupakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_98"&gt;perangkat&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_99"&gt;akses&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_100"&gt;untuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_101"&gt;klien&lt;/span&gt;, mobile PC &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_102"&gt;pada&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_103"&gt;umumnya&lt;/span&gt;             &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_104"&gt;sudah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_105"&gt;terpasang&lt;/span&gt; port &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_106"&gt;PCMCIA&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_107"&gt;sedangkan&lt;/span&gt; desktop PC &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_108"&gt;harus&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_109"&gt;ditambahkan&lt;/span&gt; PC Card                     &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_110"&gt;PCMCIA&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_111"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_112"&gt;bentuk&lt;/span&gt; ISA (Industry Standard Architecture) &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_113"&gt;atau&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_114"&gt;PCI&lt;/span&gt; (Peripheral                     Component Interconnect) card.&lt;br /&gt;       &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_115"&gt;Secara&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_116"&gt;relatif&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_117"&gt;perangkat&lt;/span&gt; Access-Point &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_118"&gt;ini&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_119"&gt;mampu&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_120"&gt;menampung&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_121"&gt;beberapa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_122"&gt;sampai&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_123"&gt;ratusan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_124"&gt;klien&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_125"&gt;secara&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_126"&gt;bersamaan&lt;/span&gt;. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_127"&gt;Beberapa&lt;/span&gt; vendor &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_128"&gt;hanya&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_129"&gt;merekomendasikan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_130"&gt;belasan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_131"&gt;sampai&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_132"&gt;sekitar&lt;/span&gt; 40-an &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_133"&gt;klien&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_134"&gt;untuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_135"&gt;satu&lt;/span&gt; Access Point. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_136"&gt;Meskipun&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_137"&gt;secara&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_138"&gt;teorinya&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_139"&gt;perangkat&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_140"&gt;ini&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_141"&gt;bisa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_142"&gt;menampung&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_143"&gt;banyak&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_144"&gt;namun&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_145"&gt;akan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_146"&gt;terjadi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_147"&gt;kinerja&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_148"&gt;menurun&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_149"&gt;karena&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_150"&gt;faktor&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_151"&gt;sinyal&lt;/span&gt; RF &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_152"&gt;itu&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_153"&gt;sendiri&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_154"&gt;dan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_155"&gt;kekuatan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_156"&gt;sistem&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_157"&gt;operasi&lt;/span&gt; Access Point. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_158"&gt;Saat&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_159"&gt;ini&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_160"&gt;sistem&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_161"&gt;operasi&lt;/span&gt; Access Point &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_162"&gt;dikembangkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_163"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_164"&gt;dasar&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_165"&gt;prosesor&lt;/span&gt; i486 &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_166"&gt;dan&lt;/span&gt; RAM 4-8MB.&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_167"&gt;Komponen&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_168"&gt;logik&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_169"&gt;dari&lt;/span&gt; Access Point &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_170"&gt;adalah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_171"&gt;ESSID&lt;/span&gt; (Extended Service Set &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_172"&gt;IDentification&lt;/span&gt;) yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_173"&gt;merupakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_174"&gt;standar&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_175"&gt;dari&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_176"&gt;IEEE&lt;/span&gt; 802.11. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_177"&gt;Klien&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_178"&gt;harus&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_179"&gt;mengkoneksikan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_180"&gt;PCMCIA&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_181"&gt;cardnya&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_182"&gt;ke&lt;/span&gt; Access Point &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_183"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_184"&gt;ESSID&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_185"&gt;tertentu&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_186"&gt;supaya&lt;/span&gt; transfer data &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_187"&gt;bisa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_188"&gt;terjadi&lt;/span&gt;. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_189"&gt;ESSID&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_190"&gt;menjadi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_191"&gt;autentifikasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_192"&gt;standar&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_193"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_194"&gt;komunikasi&lt;/span&gt; wireless. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_195"&gt;Dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_196"&gt;segi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_197"&gt;keamanan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_198"&gt;beberapa&lt;/span&gt; vendor &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_199"&gt;tertentu&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_200"&gt;membuat&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_201"&gt;kunci&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_202"&gt;autentifikasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_203"&gt;tertentu&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_204"&gt;untuk&lt;/span&gt; proses &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_205"&gt;autentifikasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_206"&gt;dari&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_207"&gt;klien&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_208"&gt;ke&lt;/span&gt; Access Point.&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;2. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_209"&gt;Teknologi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_210"&gt;Alternatif&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_211"&gt;Selain&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_212"&gt;teknologi&lt;/span&gt; Spread Spectrum &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_213"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_214"&gt;metoda&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_215"&gt;DSSS&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_216"&gt;dan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_217"&gt;FHSS&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_218"&gt;ada&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_219"&gt;beberapa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_220"&gt;teknologi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_221"&gt;alternatif&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_222"&gt;lainnya&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_223"&gt;masih&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_224"&gt;dikembangkan&lt;/span&gt;.&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_225"&gt;BlueTooth&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;        &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_226"&gt;BlueTooth&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_227"&gt;awalnya&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_228"&gt;dikembangkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_229"&gt;untuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_230"&gt;mengkoneksikan&lt;/span&gt; laptop, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_231"&gt;PDA&lt;/span&gt; (Personal Digital Assistance) &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_232"&gt;dan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_233"&gt;Telepon&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_234"&gt;Selular&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_235"&gt;secara&lt;/span&gt; wireless. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_236"&gt;Merupakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_237"&gt;generasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_238"&gt;mendatang&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_239"&gt;jaringan&lt;/span&gt; peer-to-peer. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_240"&gt;Spesifikasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_241"&gt;awal&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_242"&gt;BlueTooth&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_243"&gt;disiapkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_244"&gt;untuk&lt;/span&gt; wireless voice &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_245"&gt;dan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_246"&gt;transmisi&lt;/span&gt; data &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_247"&gt;jarak&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_248"&gt;pendek&lt;/span&gt;.&lt;br /&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_249"&gt;HiperLAN&lt;/span&gt; 2 &lt;/span&gt;&lt;br /&gt;        High Performance Radio LAN type 2 &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_250"&gt;adalah&lt;/span&gt; broadband wireless yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_251"&gt;beroperasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_252"&gt;di&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_253"&gt;frekuensi&lt;/span&gt; 5&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_254"&gt;Ghz&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_255"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_256"&gt;transmisi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_257"&gt;bisa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_258"&gt;mencapai&lt;/span&gt; 54&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_259"&gt;Mbps&lt;/span&gt;. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_260"&gt;HiperLAN&lt;/span&gt; 2 &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_261"&gt;dipromosikan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_262"&gt;oleh&lt;/span&gt; FCC (Federal Communications Commission) &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_263"&gt;dan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_264"&gt;ETSI&lt;/span&gt; Broadband Radio Access Network (BRAN) &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_265"&gt;dan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_266"&gt;lebih&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_267"&gt;banyak&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_268"&gt;dikembangkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_269"&gt;di&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_270"&gt;Eropa&lt;/span&gt;.&lt;br /&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_271"&gt;IEEE&lt;/span&gt; 802.11 &lt;/span&gt;&lt;br /&gt;        &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_272"&gt;Standar&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_273"&gt;IEEE&lt;/span&gt; 802.11 &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_274"&gt;mengkhususkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_275"&gt;pengembangan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_276"&gt;teknologi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_277"&gt;lapisan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_278"&gt;fisik&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_279"&gt;dan&lt;/span&gt; link wireless LAN (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_280"&gt;lapisan&lt;/span&gt; 1 &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_281"&gt;dan&lt;/span&gt; 2 &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_282"&gt;OSI&lt;/span&gt;). Ada 6 &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_283"&gt;standar&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_284"&gt;dipakai&lt;/span&gt;:&lt;br /&gt;    • 802.11a, 5GHz &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_285"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_286"&gt;teknologi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_287"&gt;OFDM&lt;/span&gt; (Orthogonal Frequency Division Multiplex)&lt;br /&gt;    • 802.11b, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_288"&gt;DSSS&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_289"&gt;pada&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_290"&gt;lapisan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_291"&gt;fisik&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_292"&gt;dengan&lt;/span&gt; transfer data 5.5 &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_293"&gt;sampai&lt;/span&gt; 11&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_294"&gt;Mbps&lt;/span&gt;.&lt;br /&gt;    • 802.11d, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_295"&gt;standar&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_296"&gt;kebutuhan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_297"&gt;fisik&lt;/span&gt; (channel, hopping, pattern, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_298"&gt;MIB&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_299"&gt;snmp&lt;/span&gt;)&lt;br /&gt;    • 802.11e, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_300"&gt;pengembangan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_301"&gt;aplikasi&lt;/span&gt; LAN &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_302"&gt;dengan&lt;/span&gt; Quality of Service (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_303"&gt;QoS&lt;/span&gt;), &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_304"&gt;keamanan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_305"&gt;dan&lt;/span&gt;                 &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_306"&gt;autentifikasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_307"&gt;untuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_308"&gt;aplikasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_309"&gt;seperti&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_310"&gt;suara&lt;/span&gt;, streaming media &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_311"&gt;dan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_312"&gt;konferensi&lt;/span&gt; video.&lt;br /&gt;    • 802.11f, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_313"&gt;rekomendasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_314"&gt;praktis&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_315"&gt;untuk&lt;/span&gt; Multi-Vendor Access Point Interoperability &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_316"&gt;melalui&lt;/span&gt;          Inter-Access Point Protocol Access Distribution System Support.&lt;br /&gt;    • 802.11g, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_317"&gt;standar&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_318"&gt;untuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_319"&gt;penggunaan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_320"&gt;DSSS&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_321"&gt;dengan&lt;/span&gt; transfer 20&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_322"&gt;Mbps&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_323"&gt;dan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_324"&gt;OFDM&lt;/span&gt; 54&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_325"&gt;Mbps&lt;/span&gt;.             &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_326"&gt;Standar&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_327"&gt;ini&lt;/span&gt; backward-compatible &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_328"&gt;dengan&lt;/span&gt; 802.11b &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_329"&gt;dan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_330"&gt;bisa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_331"&gt;dikembangkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_332"&gt;sampai&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_333"&gt;lebih&lt;/span&gt;               &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_334"&gt;dari&lt;/span&gt; 20&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_335"&gt;Mbps&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;ul&gt;&lt;li&gt;  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_336"&gt;Berikut&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_337"&gt;beberapa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_338"&gt;istilah&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_339"&gt;akan&lt;/span&gt; sering &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_340"&gt;dijumpai&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_341"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_342"&gt;dunia&lt;/span&gt; wireless 2.4GHz: &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;Broadband:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_343"&gt;sebuah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_344"&gt;tipe&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_345"&gt;transmisi&lt;/span&gt; data &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_346"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_347"&gt;menggunakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_348"&gt;satu&lt;/span&gt; media &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_349"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_350"&gt;membawa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_351"&gt;beberapa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_352"&gt;kanal&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_353"&gt;sekaligus&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_354"&gt;contohnya&lt;/span&gt; TV &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_355"&gt;Kabel&lt;/span&gt;. &lt;/li&gt;&lt;/ul&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;Bandwidth:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_356"&gt;        ukuran&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_357"&gt;lebar&lt;/span&gt; pita &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_358"&gt;frekuensi&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_359"&gt;digunakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_360"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_361"&gt;sinyal&lt;/span&gt; radio, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_362"&gt;contohnya&lt;/span&gt; bandwidth total &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_363"&gt;dari&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_364"&gt;perangkat&lt;/span&gt; 2.4GHz &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_365"&gt;adalah&lt;/span&gt; 80MHz. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_366"&gt;Dalam&lt;/span&gt; bit rate &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_367"&gt;lebih&lt;/span&gt; sering &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_368"&gt;ditujukan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_369"&gt;untuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_370"&gt;menampilkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_371"&gt;kecepatan&lt;/span&gt; transfer data, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_372"&gt;misalnya&lt;/span&gt; 11&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_373"&gt;Mbps&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_374"&gt;untuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_375"&gt;perangkat&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_376"&gt;mutakhir&lt;/span&gt; wireless 2.4GHz.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;Bit-rate:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_377"&gt;        kecepatan&lt;/span&gt; bit data yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_378"&gt;ditransmisikan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_379"&gt;ke&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_380"&gt;lapisan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_381"&gt;fisik&lt;/span&gt; (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_382"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_383"&gt;konteks&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_384"&gt;lapisan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_385"&gt;OSI&lt;/span&gt;), sering &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_386"&gt;juga&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_387"&gt;disebut&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_388"&gt;sebagai&lt;/span&gt; signalling rate, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_389"&gt;sedikit&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_390"&gt;berbeda&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_391"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_392"&gt;arti&lt;/span&gt; throughput. Throughput &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_393"&gt;umumnya&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_394"&gt;merupakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_395"&gt;hasil&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_396"&gt;akhir&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_397"&gt;pengetesan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_398"&gt;sebuah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_399"&gt;koneksi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_400"&gt;dengan&lt;/span&gt; data yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_401"&gt;besar&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_402"&gt;dan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_403"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_404"&gt;waktu&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_405"&gt;tidak&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_406"&gt;singkat&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;Carrier:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_407"&gt;        frekuensi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_408"&gt;dasar&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_409"&gt;digunakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_410"&gt;oleh&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_411"&gt;sistem&lt;/span&gt;. Proses &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_412"&gt;modulasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_413"&gt;akan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_414"&gt;menghasilkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_415"&gt;sinyal&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_416"&gt;tengah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_417"&gt;dari&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_418"&gt;lebar&lt;/span&gt; pita bandwidth yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_419"&gt;tersedia&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;Carrier-Sense:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_420"&gt;        pengecekan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_421"&gt;transmisi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_422"&gt;ke&lt;/span&gt; media yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_423"&gt;ada&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_424"&gt;untuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_425"&gt;menentukan&lt;/span&gt; proses transmit, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_426"&gt;umumnya&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_427"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_428"&gt;mengukur&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_429"&gt;tingkat&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_430"&gt;kekuatan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_431"&gt;sinyal&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_432"&gt;diterima&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_433"&gt;CDMA&lt;/span&gt;:&lt;br /&gt;            Code Division Multiple Access, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_434"&gt;teknik&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_435"&gt;digunakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_436"&gt;untuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_437"&gt;membagi&lt;/span&gt; bandwidth yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_438"&gt;sama&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_439"&gt;ke&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_440"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_441"&gt;kanal&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_442"&gt;berbeda&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_443"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_444"&gt;menggunakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_445"&gt;urutan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_446"&gt;kode&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_447"&gt;CSMA&lt;/span&gt;:&lt;br /&gt;            Carrier Sense Multiple Access, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_448"&gt;penggunaan&lt;/span&gt; carrier sense &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_449"&gt;untuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_450"&gt;mengakses&lt;/span&gt; media. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_451"&gt;Merupakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_452"&gt;salah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_453"&gt;satu&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_454"&gt;metoda&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_455"&gt;utama&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_456"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_457"&gt;jaringan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_458"&gt;ethernet&lt;/span&gt;.&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_459"&gt;CSMA&lt;/span&gt;/CD:&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_460"&gt;CSMA&lt;/span&gt; Collision Detection, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_461"&gt;sebuah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_462"&gt;metoda&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_463"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_464"&gt;ethernet&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_465"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_466"&gt;terlebih&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_467"&gt;dahulu&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_468"&gt;mendeteksi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_469"&gt;tumbukan&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_470"&gt;tabrakan&lt;/span&gt; (collision).&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_471"&gt;CSMA&lt;/span&gt;/CA:&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_472"&gt;            CSMA&lt;/span&gt; Collision Avoidance, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_473"&gt;sebuah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_474"&gt;metoda&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_475"&gt;dalam&lt;/span&gt; wireless LAN &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_476"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_477"&gt;menghindari&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_478"&gt;tumbukan&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Cell:&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_479"&gt;        sel&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_480"&gt;kumpulan&lt;/span&gt; node &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_481"&gt;dalam&lt;/span&gt; area yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_482"&gt;sama&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_483"&gt;bisa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_484"&gt;saling&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_485"&gt;berkomunikasi&lt;/span&gt;, node yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_486"&gt;berada&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_487"&gt;di&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_488"&gt;luar&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_489"&gt;jangkauan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_490"&gt;harus&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_491"&gt;dibentuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_492"&gt;sebuah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_493"&gt;sel&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_494"&gt;baru&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Channel:&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_495"&gt;        kanal&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_496"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_497"&gt;istilah&lt;/span&gt; radio &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_498"&gt;merupakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_499"&gt;sinonim&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_500"&gt;dari&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_501"&gt;lebar&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_502"&gt;frekuensi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_503"&gt;tertentu&lt;/span&gt;. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_504"&gt;Bisa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_505"&gt;juga&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_506"&gt;merupakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_507"&gt;sebuah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_508"&gt;koneksi&lt;/span&gt; stream &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_509"&gt;dari&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_510"&gt;satu&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_511"&gt;titik&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_512"&gt;ke&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_513"&gt;titik&lt;/span&gt; lain (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_514"&gt;bisa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_515"&gt;satu&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_516"&gt;atau&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_517"&gt;banyak&lt;/span&gt;), &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_518"&gt;contoh&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_519"&gt;sederhananya&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_520"&gt;adalah&lt;/span&gt; channel TV.&lt;br /&gt;dB&lt;br /&gt;&lt;br /&gt;(decibel): &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_521"&gt;&lt;br /&gt;            merupakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_522"&gt;ekspresi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_523"&gt;logaritmik&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_524"&gt;dari&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_525"&gt;sebuah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_526"&gt;nilai&lt;/span&gt;. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_527"&gt;Digunakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_528"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_529"&gt;menyatakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_530"&gt;kekuatan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_531"&gt;sinyal&lt;/span&gt; (signal strength) &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_532"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_533"&gt;ekspresi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_534"&gt;dBm&lt;/span&gt; (decibel-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_535"&gt;miliWatt&lt;/span&gt;: &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_536"&gt;referensi&lt;/span&gt; 1&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_537"&gt;mWatt&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_538"&gt;setara&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_539"&gt;dengan&lt;/span&gt; 0&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_540"&gt;dBm&lt;/span&gt;). &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_541"&gt;Perbedaan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_542"&gt;antara&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_543"&gt;dua&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_544"&gt;nilai&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_545"&gt;dinyatakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_546"&gt;dalam&lt;/span&gt; dB (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_547"&gt;tanpa&lt;/span&gt; m).&lt;br /&gt;&lt;br /&gt;Fading:&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_548"&gt;        variasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_549"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_550"&gt;kinerja&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_551"&gt;kanal&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_552"&gt;terhadap&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_553"&gt;perubahan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_554"&gt;lingkungan&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_555"&gt;mengakibatkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_556"&gt;perubahan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_557"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_558"&gt;kekuatan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_559"&gt;penerimaan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_560"&gt;sinyal&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_561"&gt;FEC&lt;/span&gt;:&lt;br /&gt;        Forward Error Correction, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_562"&gt;sebuah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_563"&gt;teknik&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_564"&gt;digunakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_565"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_566"&gt;menanggulangi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_567"&gt;kesalahan&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_568"&gt;dibuat&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_569"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_570"&gt;kanal&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_571"&gt;banyak&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_572"&gt;gangguan&lt;/span&gt;/noise &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_573"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_574"&gt;menambah&lt;/span&gt; bit redundancy &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_575"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_576"&gt;transmisi&lt;/span&gt; data.&lt;br /&gt;&lt;br /&gt;Modem:&lt;br /&gt;            Modulator Demodulator, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_577"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_578"&gt;perangkat&lt;/span&gt; radio &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_579"&gt;adalah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_580"&gt;bagian&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_581"&gt;mengkonversikan&lt;/span&gt; data bit &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_582"&gt;ke&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_583"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_584"&gt;modulasi&lt;/span&gt; radio. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_585"&gt;Secara&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_586"&gt;umum&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_587"&gt;adalah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_588"&gt;perangkat&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_589"&gt;mengkonversikan&lt;/span&gt; digital &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_590"&gt;ke&lt;/span&gt; analog &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_591"&gt;dan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_592"&gt;sebaliknya&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;" class="blsp-spelling-error" id="SPELLING_ERROR_593"&gt;Modulasi&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_594"&gt;        sebuah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_595"&gt;teknik&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_596"&gt;mengkodekan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_597"&gt;informasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_598"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_599"&gt;frekuensi&lt;/span&gt; radio. Ada &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_600"&gt;dua&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_601"&gt;teknik&lt;/span&gt; yang sering &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_602"&gt;dipakai&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_603"&gt;yaitu&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_604"&gt;modulasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_605"&gt;amplitudo&lt;/span&gt; (AM - &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_606"&gt;merubah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_607"&gt;kekuatan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_608"&gt;gelombang&lt;/span&gt;) &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_609"&gt;dan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_610"&gt;modulasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_611"&gt;frekuensi&lt;/span&gt; (FM - &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_612"&gt;merubah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_613"&gt;waktu&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_614"&gt;frekuensi&lt;/span&gt;).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;Noise:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_615"&gt;        sinyal&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_616"&gt;tidak&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_617"&gt;dibutuhkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_618"&gt;oleh&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_619"&gt;perangkat&lt;/span&gt; radio, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_620"&gt;bisa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_621"&gt;berupa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_622"&gt;sinyal&lt;/span&gt; background, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_623"&gt;sinyal&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_624"&gt;interferensi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_625"&gt;maupun&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_626"&gt;transmisi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_627"&gt;di&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_628"&gt;luar&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_629"&gt;jaringan&lt;/span&gt;.&lt;br /&gt;Roaming:&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_630"&gt;kemampuan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_631"&gt;berpindah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_632"&gt;sel&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_633"&gt;dalam&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_634"&gt;satu&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_635"&gt;jaringan&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;" class="blsp-spelling-error" id="SPELLING_ERROR_636"&gt;SNR&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;        signal to Noise Ratio, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_637"&gt;perbedaan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_638"&gt;kekuatan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_639"&gt;sinyal&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_640"&gt;diharapkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_641"&gt;terhadap&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_642"&gt;sinyal&lt;/span&gt; noise &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_643"&gt;ataupun&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_644"&gt;sinyal&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_645"&gt;tak&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_646"&gt;diinginkan&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;ISM:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;        Industrial Scientific Medical, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_647"&gt;konteks&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_648"&gt;implementasi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_649"&gt;dari&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_650"&gt;sebuah&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_651"&gt;teknologi&lt;/span&gt;. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_652"&gt;Frekuensi&lt;/span&gt; ISM &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_653"&gt;berada&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_654"&gt;pada&lt;/span&gt; 900MHz, 2.4GHz &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_655"&gt;dan&lt;/span&gt; 5GHz. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_656"&gt;Untuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_657"&gt;kepentingan&lt;/span&gt; ISM &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_658"&gt;secara&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_659"&gt;internasional&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_660"&gt;frekuensi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_661"&gt;tersebut&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_662"&gt;dibebaskan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_663"&gt;tanpa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_664"&gt;perlu&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_665"&gt;lisensi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_666"&gt;khusus&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;Bridge:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_667"&gt;        merupakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_668"&gt;perangkat&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_669"&gt;menghubungkan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_670"&gt;jaringan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_671"&gt;dengan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_672"&gt;jaringan&lt;/span&gt; (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_673"&gt;bisa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_674"&gt;sama&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_675"&gt;atau&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_676"&gt;berbeda&lt;/span&gt;). &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_677"&gt;Perangkat&lt;/span&gt; wireless LAN &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_678"&gt;umumnya&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_679"&gt;difungsikan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_680"&gt;sebagai&lt;/span&gt; bridge.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;" class="blsp-spelling-error" id="SPELLING_ERROR_681"&gt;BSS&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;        Basic Service Set, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_682"&gt;merupakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_683"&gt;kondisi&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_684"&gt;diimplementasikan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_685"&gt;di&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_686"&gt;perangkat&lt;/span&gt; Access Point, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_687"&gt;seluruh&lt;/span&gt; node &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_688"&gt;melakukan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_689"&gt;transmisi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_690"&gt;ke&lt;/span&gt; Access Point, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_691"&gt;dan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_692"&gt;disebar&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_693"&gt;ke&lt;/span&gt; node lain.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;" class="blsp-spelling-error" id="SPELLING_ERROR_694"&gt;IBSS&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;        Independent &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_695"&gt;BSS&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_696"&gt;merupakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_697"&gt;bentuk&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_698"&gt;sederhana&lt;/span&gt; wireless LAN yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_699"&gt;terdiri&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_700"&gt;dari&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_701"&gt;beberapa&lt;/span&gt; node yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_702"&gt;masing&lt;/span&gt;-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_703"&gt;masing&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_704"&gt;bisa&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_705"&gt;saling&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_706"&gt;melihat&lt;/span&gt; yang lain (peer-to-peer) &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_707"&gt;dan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_708"&gt;tidak&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_709"&gt;ada&lt;/span&gt; yang &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_710"&gt;bertindak&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_711"&gt;sebagai&lt;/span&gt; Access-Point.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;Ad-&lt;/span&gt;&lt;span style="font-weight: bold;" class="blsp-spelling-error" id="SPELLING_ERROR_712"&gt;hoc&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_713"&gt;        merupakan&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_714"&gt;istilah&lt;/span&gt; lain &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_715"&gt;dari&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_716"&gt;IBSS&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2986117017571213173-8692278275559669947?l=bukaajah-bukaajah.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bukaajah-bukaajah.blogspot.com/feeds/8692278275559669947/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2986117017571213173&amp;postID=8692278275559669947' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2986117017571213173/posts/default/8692278275559669947'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2986117017571213173/posts/default/8692278275559669947'/><link rel='alternate' type='text/html' href='http://bukaajah-bukaajah.blogspot.com/2008/10/mengenal-wireless-lan.html' title='MENGENAL  WIRELESS  LAN'/><author><name>bukaajah</name><uri>http://www.blogger.com/profile/10441616067381129493</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_1HcWJiLAFzo/SZ1oUEnQ5oI/AAAAAAAAAAM/KIYLzU0QWNk/S220/Foto021.jpg'/></author><thr:total>0</thr:total></entry></feed>
