Pengenalan IP Address IPv4

Setiap komputer yang terhubung dalam sebuah jaringan/network akan memiliki minimal 1 buah IP Address. Layaknya sebuah No rumah, IP Address berfungsi memberikan identitas terhadap suatu komputer dalam jaringan agar komputer tersebut diakui dalam jaringan serta dapat berkomunikasi dengan komputer lainnya. Saat ini ada 2 jenis IP Address, yaitu IP4v dan IP6v. Bahasan kali ini hanyalah tentang IP4v, sedangkan IP6v mudah-mudahan bisa dibahas lain waktu. IP Address merupakan informasi nomor identifikasi komputer yang terdiri atas 32 bit informasi dan terbagi dalam 4 seksi dimana masing-masing seksi terdiri atas 1 oktet (1 byte).

Contoh IP Address :
192.168.2.10 → Dalam format desimal
11000000 . 10101000 . 00000010 . 00001010 → dalam format biner
IP Address diatas termasuk dalam kelas C sehingga network ID-nya adalah 24 bit pertama dan selebihnya adalah host ID-nya.

Biasanya IP Address ini lebih sering di representasikan dalam format desimal dibandingkan dalam format biner (Tapi saya pribadi lebih mudah mengerti apabila menggunakan format biner). IP Address ini mengandung informasi network dan host. Informasi network yang terdapat dalam sebuah IP Address memberikan informasi group jaringan tempat mesin tersebut berada. Setiap mesin/komputer yang berada dalam network yang sama akan memiliki network address yang sama pula. Sedangkan informasi host merupakan nilai unik dalam setiap jaringan. Dalam sebuah netowrk tidak ada mesin yang memiliki informasi host yang sama. Lalu bagaimana cara menentukan network dan host terhadap sebuah IP Address? Untuk itu kita perlu mengenal pengelompokan IP Address terlebih dahulu.
IP Address digolongkan pada 5 jenis kelas yaitu class A, B, C, dan E. Tapi penggunaannya hanya populer pada 3 jenis kelas saja yaitu class A, B dan C. Untuk menentukan class dari sebuah IP Address, dapat dilihat dari 8 bit pertama dari IP address tersebut (segmen pertama dari IP Address). Misalnya IP class A memiliki rentang network ID antara 0 – 127. IP Class A IP Class A menggunakan 8 bit pertama sebagai network ID dan 24 bit berikutnya sebagai host IDnya

IP Class A
IP class A memiliki rentang antara 0.x.x.x -127.x.x.x. Tapi biasanya untuk network address 127 digunakan untuk loopback (untuk localhost) dan jarang digunakan sebagai IP address dalam jaringan. Dalam format binary range IP Class A adalah
0 0000000 = 0 s/d
0 1111111 = 128
Untuk 1 buah network class A dapat menampung sebanyak 224 - 2 host atau sebanyak 16.777.214 host. Mungkin jadi pertanyaan, kenapa dikurangi 2 pada perhitungan host diatas? Karena ada 2 buah IP yang di alokasikan untuk keperluan khusus yaitu untuk keperluan broadcast dan untuk keperluan network yaitu IP address yang pertama dalam network tersebut sebagai network address dan IP Address terakhir sebagai broadcast address. Misalkan IP address 123.3.2.10, maka IP Address tersebut merupakan IP Address class A dengan network address 123.0.0.0 dan broadcast address-nya 123.255.255.255.
IP Class A ini cocok digunakan untuk jaringan yang besar seperti di perusahaan-perusahaan besar.

IP Class B
IP Class B IP Class B menggunakan 16 bit pertama sebagai network ID dan 16 bit berikutnya sebagai host ID.
Class B memiliki rentang network antara 128.x.x.x – 191.x.x.x. Dalam format binary range IP Address class B adalah
10 000000 = 128 s/d
10 111111 = 191
Network class B dapat menampung sebanyak 216 - 2 host = 65.534 host.

IP Class C
IP Class C IP Class C menggunakan 24 bit pertama sebagai network ID dan 8 bit berikutnya adalah host ID.
Class C ini memiliki rentang network dari 192 – 223 atau dalam format binary memiliki rentang
110 00000 = 192 s/d
110 11111 = 223
Network class C mampu menampung maksimal 28 – 2 host = 254 host.
Network class C ini cukup banyak digunakan dalam intranet karena ukurannya yang kecil sehingga mudah untuk maintenance.

IP Class D dan Class E
Class D dan E IP Address class D dan E tidak lazim digunakan dalam jaringan.
IP class D dialokasikan untuk keperluan multicasting memiliki rentang IP dari 224 – 239. Sedangkan IP Address Class E dialokasikan untuk keperluan riset dengan rentang IP dari 240 – 254.

0 komentar:

body #menu { bottom: 0px; } #menu li { display: inline; margin: 0px; padding: 0px; } #menu li a { display: block; float: left; margin: 0px; padding: 0px 10px; height: 45px; line-height: 30px; } /* Content Layout */ #content { margin: 0px; padding: 0px; } #content .style_content { width: 860px; padding: 20px 40px 0px; } html>body #content .style_content { width: 780px; padding: 20px 0px 0px; } #loop_articles { width: 440px; float: left; } #loop_page { width: 610px; float: left; } #loop_single { width: 440px; padding: 0px 0px 0px 0px; float: left; } #loop_comments { width: 440px; float: left; } #form_comments { width: 320px; margin: 0px 0px 30px 20px; float: right; padding: 0px; } #information { width: 320px; margin: 0px 0px 30px 20px; float: left; padding: 0px; clear: right; } #post_meta { width: 320px; padding: 0px; margin: 0px 0px 30px 20px; float: left; display: inline; } #search { width: 320px; margin: 0px 0px 30px 20px; padding: 0px; float: right; } #author { width: 320px; margin: 0px 0px 30px 20px; padding: 0px; float: right; } #widgets { padding: 0px; margin: 0px 0px 30px 0px; float: right; } .widgets_home, .widgets_single { width: 320px; } #archive_links { width: 320px; padding: 0px; margin: 0px 0px 30px 0px; float: right; clear: right; } #archive_links .archive_group { padding: 0px; float: left; width: 150px; clear: none; } #archive_links .even { margin: 0px; float: right; } #archive_links .odd { margin: 0px 20px 0px 0px; } #loop_articles h2, #loop_comments h2 { margin: 0px 0px 20px 0px; } .navigation ul { display: block; margin: 0px 0px 30px; padding: 0px; } .navigation li { display: block; margin: 0px; padding: 0px; width: 49%; } .navigation li.next { text-align: right; float: right; } #form_search { margin: 0px 0px 20px; } #input_form_search { width: 150px; } /* Post and Comment Layout */ .post { padding: 0px; margin: 0px 0px 40px 0px; position: relative; } .post .content { position: relative; } #post_meta .metadata { width: 135px; padding: 0px; margin: 0px; } #post_meta .odd { float: left; clear: left; } #post_meta .even { float: right; } .metalinks { padding: 0px 0px 10px 0px; margin: 0px; display: block; clear: both; } .metalinks a{ text-decoration:none; } .metalinks a:hover{ text-decoration:underline; } .metalinks li { float: left; margin-right: 10px; height: 20px; vertical-align: middle; line-height: 20px; } #input_comment { width: 100%; } #comment_area .comment { padding: 0px; margin: 0px 0px 30px 0px; } #comment_area .metadata { display: block; margin: 0px 0px 15px 0px; } #comment_area .metadata dt { display: inline; margin: 0px; padding: 0px; } #comment_area .metadata dd { display: inline; margin: 0px; padding: 0px; } #comment_area .metadata dt.comment_number { display: none; } #comment_area .metadata dd.comment_number { margin: 0px 10px 0px 0px; padding: 0px; display: block; float: left; width: 40px; height: 40px; font-size: 200%; line-height: 40px; text-align: center; vertical-align: middle; } #comment_area .gravatar { margin: 0px; padding: 0px; vertical-align: middle; } /* Footer Layout */ #footer { position: relative; margin-top: -140px; text-align: center; height: 140px; } #footer .style_content { width: 860px; padding: 40px 0px 0px; } #newsletter_signup { position: relative; display: inline; padding: 0px; margin: 8px 40px 0px 0px; float: right; } #input_email_address { width: 150px; vertical-align: middle; } #button_email_address { vertical-align: middle; } #footer_title { padding: 0px; margin: 0px 0px 0px 40px; line-height: 40px; } #copyright_notice p { display: block; padding: 0px; margin: 0px 0px 0px 40px; line-height: 60px; } #logos { position: relative; display: inline; padding: 0px; margin: 20px 40px 0px 0px; float: right; vertical-align: middle; } #logos img { vertical-align: middle; margin: 0px 0px 0px 10px; padding: 0px; } /* Typography ------------------------------------------------------ */ p, center, blockquote, quote, pre { margin: 0px 0px 20px; } .reduced p, .reduced center, .reduced blockquote, .reduced quote, .reduced pre, .reduced ol, .reduced ul, .reduced table, .reduced dl, .reduced dd, .reduced dt { font-size: 95%; } blockquote, quote { margin: 30px; } h1, h2, h3, h4, h5, h6 { margin: 0px 0px 5px; } h1 { font-size: 250%; line-height: 100%; } h2 { font-size: 170%; line-height: 100%; margin: 0px 0px 5px; } .lead h3.title, #loop_single h3.title, #loop_page h3.title, .post h3.title { font-size: 200%; line-height: 100%; } h3 { font-size: 150%; line-height: 100%; } h4 { font-size: 130%; line-height: 100%; } h5 { font-size: 110%; line-height: 100%; } h6 { font-size: 100%; line-height: 100%; } ul, ol, dl { margin: 0px 0px 15px 0px; padding: 5px 0px; } li, dd { margin: 0px 0px 5px 20px; padding: 0px 0px 0px 5px;; } ul li { list-style-type: square; } dt { margin: 0px 0px 5px 0px; padding: 0px; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; } #header a { text-decoration: none; } #tagline { font-size: 120%; } /* Graphical Bullets ----------------------------------------------- */ ul .icon, dl .icon, ul.icon li { background-repeat: no-repeat; background-position: 0px 1px; display: block; margin: 0px 10px 5px 0px; padding: 0px 0px 0px 25px; list-style-type: none; } ul .date, dl .date, ul.icon li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_date.gif); } ul .tag, dl .tag, ul.tag li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_tag.gif); } ul .category, dl .category, ul.category li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_category.gif); } ul .information, dl .information, ul.information li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_lightbulb.gif); } ul .jump, dl .jump, ul.jump li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_page.gif); } ul .comment, dl .comment, ul.comment li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_comment.gif); } ul .feed, dl .feed, ul.feed li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_feed.gif); } ul .entry, dl .entry, ul.entry li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_entries.gif); } ul .author, dl .author, ul.author li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_entries.gif); } ul .delicious, dl .delicious, ul.delicious li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icons/delicious.gif); } ul .technorati, dl .technorati, ul.technorati li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icons/technorati.gif); } ul .digg, dl .digg, ul.digg li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icons/digman.gif); } #loop_articles .summary { padding-left: 25px; background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_page.gif); background-repeat: no-repeat; background-position: 0px 2px; } #loop_articles .new { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_new.gif); background-position: left top; } .feedburnerFlareBlock { margin: 0px; padding: 0px; display: list-item; background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_page.gif); background-repeat: no-repeat; background-position: 0px 2px; display: block; margin: 0px 10px 5px 0px; padding: 0px 0px 0px 25px; list-style-type: none; } /* Widget Styling -------------------------------------------------- */ #container .widget { margin: 0px; padding: 0px 0px 20px 0px; } #widgets_home_a { width: 150px; margin: 0px 0px 0px 0px; padding: 0px; float: left; } #widgets_home_b { width: 150px; margin: 0px 0px 0px 20px; padding: 0px; float: left; } #widgets_single_a { width: 150px; margin: 0px 0px 0px 0px; padding: 0px; float: left; display: inline; } #widgets_single_b { width: 150px; margin: 0px 0px 0px 20px; padding: 0px; float: left; display: inline; } #widgets_page { width: 150px; margin: 0px 0px 0px 0px; padding: 0px; } #content .advert { text-align: center; margin: 0px 0px 30px; padding: 0px 10px; } .widget_archives li, .sb-months li,#BlogArchive1 li, #BlogArchive2 li, #BlogArchive3 li, #BlogArchive4 li, #BlogArchive5 li, #BlogArchive6 li, #BlogArchive7 li, #BlogArchive8 li, #BlogArchive9 li, #BlogArchive10 li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_date.gif); background-repeat: no-repeat; background-position: 0px 2px; display: block; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 25px; list-style-type: none; } .widget_categories li, .sb-categories li,#Label1 li, #Label2 li, #Label3 li, #Label4 li, #Label5 li, #Label6 li, #Label7 li, #Label8 li, #Label9 li, #Label10 li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_category.gif); background-repeat: no-repeat; background-position: 0px 2px; display: block; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 25px; list-style-type: none; } .widget_meta li, .sb-meta li,#LinkList1 li, #LinkList2 li, #LinkList3 li, #LinkList4 li, #LinkList5 li, #LinkList6 li, #LinkList7 li, #LinkList8 li, #LinkList9 li, #LinkList10 li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_page.gif); background-repeat: no-repeat; background-position: 0px 2px; display: block; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 25px; list-style-type: none; } .sb-navigation li,#LinkList1 li, #LinkList2 li, #LinkList3 li, #LinkList4 li, #LinkList5 li, #LinkList6 li, #LinkList7 li, #LinkList8 li, #LinkList9 li, #LinkList10 li { display: inline; clear: both; } .widget_pages li, .sb-navigation li li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_page.gif); background-repeat: no-repeat; background-position: 0px 1px; display: block; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 25px; list-style-type: none; } .widget_recent_entries li, .sb-latest li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_page.gif); background-repeat: no-repeat; background-position: 0px 2px; display: block; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 25px; list-style-type: none; } .widget_rss li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_url.gif); background-repeat: no-repeat; background-position: 0px 2px; display: block; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 25px; list-style-type: none; } .gluedideas_TLA_widgetDisplay li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_url.gif); background-repeat: no-repeat; background-position: 0px 2px; display: block; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 25px; list-style-type: none; } #recentcomments li, .sb-comments li { background-repeat: no-repeat; background-position: 0px 2px; display: block; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 25px; list-style-type: none; background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_comment.gif); } .sb-links li { display: inline; clear: both; } .sb-links li li { background-image: url(http://i61.photobucket.com/albums/h59/c_stavanger/gluedideas/icon_page.gif); background-repeat: no-repeat; background-position: 0px 1px; display: block; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 25px; list-style-type: none; } #header h1{padding:15px 0 0 35px;} ]]>

Welcome to Glued Ideas Subtle For Blogger

Thank you for taking the time to visit my blog! Take a second to peak around and check out some of my previous posts. Of course, I would love to find out what you think as well, so make sure to comment. See you around!

Blogger Templates by Blog Forum

  • ()
  • ()
 

 

Copyright 2006| Blogger Templates by GeckoandFly modified and converted to Blogger Beta by Blogcrowds.
No part of the content or the blog may be reproduced without prior written permission.