Tuesday, October 6, 2009

1000 Pengunjung per Hari

Title : 1000 Pengunjung per Hari
Author : jack4ss
Source : campur.info
=======================================================


Apakah web atau blog anda sudah mempunyai traffic 1000 pengunjung per hari? Jika belum, saya akan memberi anda sebuah trik agar blog anda mempunyai 1000 pengunjung per hari. Trik ini tergolong mudah karena anda hanya perlu mendaftar atau register di salah satu program berikut:



Untuk pertama kalinya, anda harus mengaktifkan keanggotaan anda di sana dengan cara menjalankan surf sebanyak 50 website. Anda tidak perlu khawatir, karena untuk surf 30 website hanya memerlukan waktu beberapa menit saja. Setelah itu anda akan menjadi member aktif dan mendapatkan gratis 1000 pengunjung per hari. Jangan lupa untuk memasukkan alamat blog atau website anda apda opsi My Website. Bagaimana? Apakah anda tertarik? Selamat mencoba dan semoga sukses selalu.
Mengenal MAC Address

Title : Mengenal Mac Address
Author : jack4ss
Source : campur.info
=======================================================


Hardware Jaringan
Apakah itu MAC Adress ??

MAC address, merupakan singkatan dari “Media Access Control”, adalah sebuah identifikasi unik yang dimiliki oleh setiap network card komputer, atau switch, atau router, atau access point, atau apapun yang mungkin dihubungkan ke jaringan. (Jaringan di sini dalam arti jaringan ethernet yang umumnya dipakai di kantor-kantor/sekolah/rumah)
Apabila sebuah komputer memiliki dua buah network card, maka komputer tersebut juga tentunya memiliki dua buah MAC Address. Tentunya, secara tidak kita sadari, semua notebook rata-rata memiliki dua buah network card, yaitu network card wired (RJ-45), dan network card wireless (802.11b).Berapa MAC address komputer saya ?
Bagi pengguna Windows, cara termudahnya adalah dengan perintah “ipconfig /all” dari DOS Prompt. Ingat, “/all” nya tidak boleh kelupaan, karena jika tidak dipakai parameter tersebut, tidak akan kelihatan.

Di bawah ini adalah contoh MAC address dari notebook yang saya gunakan :

Windows IP Configuration

Host Name . . . . . . . . . . . . : XXXXXX
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : xxx.xxxx

Ethernet adapter Wireless Network Connection:

Connection-specific DNS Suffix . : halo.com
Description . . . . . . . . . . . : Intel(R) PRO/Wireless 3945ABG Network Connection
Physical Address. . . . . . . . . : 00-19-D2-8B-5D-FF
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 101.20.80.241
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 101.20.80.100
DHCP Server . . . . . . . . . . . : 101.20.80.105
DNS Servers . . . . . . . . . . . : 101.20.80.100
Lease Obtained. . . . . . . . . . : Monday, January 21, 2008 10:07:26 AM
Lease Expires . . . . . . . . . . : Monday, January 21, 2008 10:07:26 PM

Ethernet adapter Local Area Connection:

Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Realtek RTL8168/8111 PCI-E Gigabit Ethernet NIC
Physical Address. . . . . . . . . : 00-16-17-53-DD-2A

Di atas dapat dilihat dengan jelas, notebook saya punya 2(dua) buah Physical Address yaitu untuk Wireless (00-19-D2-8B-5D-FF) dan Wired Ethernet(00-16-17-53-DD-2A).


Komponen MAC Address


00-19-D2-8B-5D-FF
00-16-17-53-DD-2A
<——> <——>
OUI NIC Specific

Dengan sangat mudah bisa dilihat, MAC address atau Physical Address terdiri dari 6 bytes, atau 48 bit (1 byte=8 bit). Sebenarnya, MAC address ini terdiri dari dua bagian, yaitu 3 byte pertama, merupakan OUI(Organizationally Unique Identifier), atau bahasa mudahnya adalah, kode unik si pembuat network card. Walaupun apabila kita ingin melihat lebih detail, dari 3 byte pertama ini, bit ke-7 dan ke-8 memiliki fungsi khusus, yang akan dibahas lebih lanjut di bagian multicasting.

Dari kode unik si pembuat network card, dapat diketahui siapa yang memproduksi network card ini. Sebagai contoh,
3 byte pertama dari Ethernet adapter saya adalah 00-16-17, maka produsennya adalah MSI Taiwan. Sedangkan untuk wireless, 3 byte pertamanya adalah 00-19-D2, merupakan produksi dari Intel Corporation. Tabel lengkap tentang kode-kode ini dapat didapatkan di http://standards.ieee.org/regauth/oui/oui.txt.

3 byte terakhir, menunjukkan NIC Specific, bisa dianalogikan seperti serial number bagi si produsennya.


Mengapa perlu MAC Address


MAC address diperlukan karena pada jaringan komputer, sebenarnya komunikasi antar 2(dua) buah komputer adalah memanfaatkan MAC address, dan bukan IP address, apalagi URL :) . Tetapi, MAC address tentu saja tidak pernah kentara dari pemakai komputer, karena memang MAC address ini bisa dibilang merupakan urusan dari sistem operasi ( lebih tepatnya tcp/ip protocol ).
Jika kita ingin tahu lebih teknis lagi, MAC address diperlukan karena media ethernet merupakan jaringan yang memiliki sifat broadcast, di mana satu komputer berbicara, maka seluruh komputer yang terhubung pada media tersebut suka tidak suka akan mendengar ‘omongan’ dari si komputer tersebut. Lebih detail akan dibahas pada proses ARP.

Mengetahui MAC Address komputer lain
Apakah mungkin kita mengetahui MAC address komputer lain? Jawabannya adalah YA, apabila komputer lain tersebut terletak di satu subnet. Misalkan, komputer Anda memiliki IP address 192.168.1.101 dengan subnet mask 255.255.255.0, maka kita bisa mendapatkan MAC address dari semua komputer yang terletak di subnet 192.168.1.0. Lebih lanjut tentang IP address akan dibahas kemudian.

Cara paling mudah untuk mendapatkan MAC address komputer lain adalah dengan melakukan perintah sbb. :

a. Lakukan ping ke target IP yang diinginkan
C:\>ping 10.20.80.4

Pinging 10.20.80.4 with 32 bytes of data:

Reply from 10.20.80.4: bytes=32 time=8ms TTL=128
Reply from 10.20.80.4: bytes=32 time=6ms TTL=128

Ping statistics for 10.20.80.4:
Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 6ms, Maximum = 8ms, Average = 7ms

b. Lihat MAC address dengan ARP command

C:\>arp -a

Interface: 10.20.80.241 — 0×2
Internet Address Physical Address Type
10.20.80.4 00-30-84-41-14-0b dynamic

Dari contoh di atas, dapat diperoleh bahwa mac address dari 10.20.80.4 adalah 00-30-84-41-14-0b.

Title : Konsep IP v.6
Author : jack4ss
Source : campur.info
=======================================================



ALASAN PENGGUNAAN IPv6

-Keterbatasan IPv4 (32 bit)

-Kelas D dan E pada IPv4 digunakan untuk tujuan khusus

-Kurang lebih 40% dari alamat yang tersedia pada IPv4 masih tidak digunakan

-Antara tahun 2005-2011 IPv4 akan tidak digunakan

-Jutaan perangkat-perangkat baru menjadi IP Aware (berbasiskan IP)


KETERSEDIAAN ADDRESS PADA IPv4

-Secara teoritis, batas address pada IPv4 adalah sebanyak 4 milyar (4,294,967,296)

-Secara praktek, batas addressnya adalah sebanyak 250 juta perangkat (RFC 3194)

-Terbagi dalam 5 hierarki kelas yang diatur oleh IANA (Internet Assigned Number Authority)


KEISTIMEWAAN IPv6


-
Hampir memiliki jumlah IP address yang tak terhingga
-Ketersediaan dari IP address yang banyak inilah menyediakan platform yang sempurna untuk IP telephon
-Kemampuan jangkauan yang global
-Level dari Hirarki Pengalamatan
Pengalamatan IPv6 = 128 bit, terdiri dari : Internet Registries, Tier-1 Provider, Tier-2 Provider, Tier-n Provider, Organizations, Sites dan Host
-Aggregasi (kesatuan)
-Multiple Address
*Multihoming users
-Autoconfuguration
-Renumbering
-Penggunaan Multicast sebagai pengganti dari penggunaan broadcast ARP
-Header yang efisien
*6 dari field header IPv4 dihilangkan
*IPv4 dgn field Option dan Padding mempunyai 14 field sementara header yang terdapat pada IPv6 memiliki 8 field
-Flow Label (RFC 3697)
-Extension Header
-Mobility
-Security


Protokol IPv6
—————

Header IPv6
Version|Traffic Class|F l o w L a b e l
Payload Length |Next Header|Hop Limit
Source Address
Destination Address

Field’s name kept from IPv4 to IPv6

Fields not kept in IPv6

Name and Position Changed in IPv6

New Field in IPv6

-Banyak mekanisme transisi dari IPv4 ke IPv6


PENGALAMATAN IPv6


Representasi

-Menggunakan 16 bit angka hexadecimal

-Angka-angka dipisahkan oleh colon ( “:”)

-Angka-angka hexa tidak bersifat case sensitif (huruf kecil maupun huruf besar tidak menjadi persoalan)

-3 Bentuk yang merepresentasikan pengalamatan IPv6 :

* Preferred Format

*Compressed Representation

* IPv6 Addresses with an an Embedded IPv4 Address

oo Pengalamatan preferred Format :

0000:0000:0000:0000:0000:0000:0000:0000
0000:0000:0000:0000:0000:0000:0000:0001
2001:0410:0000:1234:FB00:1400:5000:45FF
3ffe:0000:0000:0000:1010:2a2a:0000:0001
3FFE:0B00:0C18:0001:0000:1234:AB34:0002
FE80:0000:0000:0000:0000:0000:0000:0009
FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF

oo Compressed Representation

* Jika terdapat 16 bit secara berturut-turut terdiri dari angka 0 semuanya maka dapat dirpesentasikan sebagai :: (double colon)

* Hanya satu :: yang diijinkan dalam satu address dari IPv6

*Permulaan angka 0 dalam field 16 bit dari sebuah alamat IPv6 dapat dihilangkan, tetapi pada field yang memliki angka semuanya 0 harus membiarkan satu 0

C o n t o h
Preferred Format
0000:0000:0000:0000:0000:0000:0000:0000
0000:0000:0000:0000:0000:0000:0000:0001
2001:0410:0000:1234:FB00:1400:5000:45FF
3ffe:0000:0000:0000:1010:2a2a:0000:0001
3FFE:0B00:0C18:0001:0000:1234:AB34:0002
FE80:0000:0000:0000:0000:0000:0000:0009
FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF

Compressed Format (menggunakan ::)

:: atau 0:0:0:0:0:0:0:0
::0001 atau 0:0:0:0:0:0:0:1

2001:0410::1234:FB00:1400:5000:45FF
atau 2001:0410:0:1234:FB00:1400:5000:45FF

3ffe::1010:2a2a:0000:0001
atau 3ffe:0:0:0:1010:2a2a:0:1

3FFE:0B00:0C18:0001::1234:AB34:0002

FE80::0009

FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF

Contoh dari penggunaan IPv6 Compressed Address Representation yang salah :

0000:0000:AAAA:0000:0000:0000:0000:0001
dikompres menjadi —> ::AAAA::0001–>salah, karena terdapat 2 colon (:) dalam satu IP

3ffe:0000:0000:0000:1010:2a2a:0000:0001
dikompres menjadi —> 3ffe::1010:2a2a::0001

IPv6 Address with an Embedded IPv4 Address

0000:0000:0000:0000:0000:0000:206.123.31.2
Dikompres menjadi 0:0:0:0:0:0:206.123.31.2 atau ::206.123.31.2

Bisa juga IPv4 dikonvert ke dalam bentuk bilangan Heksa desimal seperti terlihat dibawah ini, sehingga IP 206.123.31.2 = ce7b:1f01
0000:0000:0000:0000:0000:0000:ce7b:1f01
0:0:0:0:0:0:ce7b:1f01 atau ::ce7b:1f01

REPRESENTASI PENGALAMATAN IPv6 UNTUK URL

-Penggunaan colon dalam URL

*www.example.net:8080/index.html
*http://www.example.com:8443/abc.htm

-IPv6

*[3ffe:b80:c18:1::50]:8080/index.htm
*http://[2001:410:0:1:250:fcee:e450:33ab]:8443/abc.html


IPv6 dan Subnetting
———————-


-Pada IPv4

*Representasi desimal – network mask : d.d.d.d
* Notasi Classless Inter Domain Routing (CIDR)-Network Prefix Mask: /n

-Prefiks IPv6 dengan Network Mask
IPv6 Prefix :
2001:410:0:1:0:0:0:45ff/128, Merepresentasikan sebuah subnet dengan hanya satu address IPv6
2001:410:0:1::/64, Network prefix ini mampu menampung 2^64 nodes. Ini merupakan default prefix length untuk sebuah subnet
2001:410:0::/48, Network Prefix ini mampu menampung 2^16 network prefiks dari 64 bit. Ini merupakan default prefix length untuk sebuah site
::1/128,merupakan loopback address (jika pada IPv4 sama dengan IP 127.0.0.1)

Wednesday, July 29, 2009

Metal N' Hardcore

  • Hardcore punk, often just called hardcore, is a subgenre of punk rock that originated in North America and the United Kingdom in the late 1970s. The new sound was generally thicker, heavier, and faster than earlier punk rock. Early hardcore punk has a quick tempo with drums and vocals in time, whereas modern hardcore punk has drums and vocals which may not be on beat with the tempo. Hardcore spawned several fusion genres and subgenres, some of which experienced mainstream success, such as melodic hardcore, metalcore, post-hardcore and thrash metal.

  • Punk rock is a rock music genre that developed between 1974 and 1976 in the United States, the United Kingdom, and Australia. Rooted in garage rock and other forms of what is now known as protopunk music, punk rock bands eschewed the perceived excesses of mainstream 1970s rock. They created fast, hard-edged music, typically with short songs, distorted guitars, stripped-down instrumentation, and often political, anti-establishment lyrics. Punk embraces a DIY (do it yourself) ethic, with many bands self-producing their recordings and distributing them through informal channels.
  • Melodic hardcore is a subgenre of hardcore punk with a strong emphasis on melodic exploration. Peter Jandreus describes the style as "punk rock with a HC beat".The genre is commonly defined with fast hardcore drum beats, melodic pop punk-influenced guitar riffs and melodic singing. Melodic hardcore initially emerged out of the L.A. hardcore scene, with the Descendents. In 1985, the Descendents worked with a new vocalist, Dave Smalley of DYS and Dag Nasty. Bad Religion, from the San Fernando Valley, also worked in this vein, recording their classic How Could Hell Be Any Worse? in 1982.

  • Metalcore is a fusion genre incorporating elements of hardcore punk and extreme metal. The name is a portmanteau of heavy metal and hardcore punk. The term took on its current meaning in the mid-1990s, describing bands like Earth Crisis, Merauder, Deadguy and Integrity. The earliest of these groups, Integrity, began performing in 1989.Metalcore is distinguished from other punk metal fusions by its emphasis on breakdowns: slower, intense passages conducive to moshing.

  • Heavy metal (often referred to simply as metal) is a genre of rock music that developed in the late 1960s and early 1970s, largely in England and the United States. With roots in blues-rock and psychedelic rock, the bands that created heavy metal developed a thick, massive sound, characterized by highly amplified distortion, extended guitar solos, emphatic beats, and overall loudness. Heavy metal lyrics and performance styles are generally associated with masculinity and machismo.

  • Post-hardcore is a music genre that evolved from hardcore punk, itself an offshoot of the broader punk rock movement. Like post-punk, post-hardcore is a term for a broad constellation of groups who emerged from the hardcore punk scene, or took inspiration from hardcore, while concerning themselves with a wider palette of expression, closer to experimental rock. The genre took shape in the mid- to late-1980s with releases from the Midwestern United States. These included bands on SST Records, and bands from Washington, D.C. such as Fugazi (see the era's releases on Dischord Records, for example), as well as slightly different sounding groups such as Big Black and Jawbox that stuck closer to the noise rock roots of post-hardcore.

  • Thrash metal is a subgenre of heavy metal that is characterized by its fast tempo and aggression. Thrash metal songs typically use fast, percussive and low-register guitar riffs, overlaid with shredding-style lead work. Thrash metal lyrics often deal with social issues using direct and denunciatory language, an approach which partially overlaps with the hardcore genre. The "Big Four" bands of thrash metal are Anthrax, Megadeth, Metallica and Slayer, who simultaneously created and popularized the genre in the early 1980s.

    The origins of thrash metal are generally traced to the late 1970s and early 1980s, when a number of bands began incorporating the sound of the New Wave of British Heavy Metal, creating a new genre and developing into a separate movement from punk rock and hardcore. This genre is more aggressive compared to its relative, speed metal, and can be seen in part to be a reaction to the lighter, more widely acceptable sounds and themes of glam metal.

  • Punk metal (also known as metalpunk[1]) is an umbrella term, or cross-genre term used to describe music that fuses elements of heavy metal with punk rock. Often the fusion involves extreme metal and hardcore punk genres. Punk metal genres include:

  • Crossover thrash
  • Crust punk
  • D-beat
  • Deathcore
  • Goregrind
  • Grindcore
  • Grunge
  • Hatecore
  • Melodic metalcore
  • Mathcore
  • Metalcore
  • Metallic hardcore
  • Powerviolence
  • Sludge metal
  • Speed metal
  • Thrash metal
You can search more about Metal and Hardcore at Wikipedia here.

Tuesday, July 28, 2009

It's My Life

This is my first blog.
I want all of you see and enjoying my first blog.

I hope you enjoying my blog.
Wait my post again in next week.
Bye. . .

Enjoy. . .