Langsung ke konten utama

Ip address Fundamental (Jaringan Komputer)

Ip address dan subneting
Ip address merupakan singkatan dari internet protocol address, ip address merupakan identitas numerik yang di labelkan kepada suatu alat seperti komputer router atau printer yang terdapat atau terhubung dalam suatu jaringan.

Ip address terdiri dari 32 bit angka biner, yang di pecah menjadi 4 bagian yang dipisahkan oleh titik, 1 bagian terdiri dari 8 bit angka biner. Contoh penulisan ipp address
11000000.10101000.00000000.00000001
Dapat juga dituliskan dengan 4 kelompok angka decimal misalnya:
192.168.0.1



Range ip address
Klas A = 1.0.0.0 sampai dengan 127.255.255.255
Klas B = 128.0.0.0 sampai dengan 191.255.255.255
Klas C = 192.0.0.0 sampai dengan 223.255.255.255
Klas D = 224.0.0.0 sampai dengan 239.255.255.255
Klas E = 240.0.0.0 sampai dengan 247.255.255.255

Kategori IP Address
1.      Ip Static merupakan Ip Address yang secara permanen dimiliki oleh sebuah mesin
2.      Ip Dynamic adalah ip address yang berubah sesuai dengan pemakaian Ip address dalam jaringan saat itu, yang diatur oleh DHCP server
3.      Ip Privat adalah ip address dengan alamat jaringan yang khusus digunakan untuk pengalamatan dalam jaringan local
Contoh :  10.0.0.0, 172.16.0.0, 192.168.0.0
4.      Ip Public adalah ip address yang digunakan di internet pada umumnya

Ip address khusus
1.      0.0.0.0 : sebuah host yang baru di boot/dinyalakan (belum memiliki IP Address).
2.      127.0.0.1 : ip loopback, atau IP yang merujuk kepada host itu sendiri
3.      n.0.0.0, n.n.0.0 atau n.n.n.0 : Ip sebuah jaringan
4.      255.255.255.255 broadcast dalam jaringan sendiri
5.      n.255.255.255, n.n.255.255 atau n.n.n.255 broadcast ke jaringan luar (dengan alamat n)



Deni Ace

Komentar

Postingan populer dari blog ini

Final Exam Database Design Oracle

Section 6                 (Answer all questions in this section) 1.            An entity can only have one Primary UID. True or False?                Mark for Review (1) Points                 True (*)                 False 2.            If an entity has no attribute suitable to be a Primary UID, we can create an artificial one. True or False?  Mark for Review (1) Points                 True (*)                 False ...

Section 2 Quiz Database Design Oracle

Section 2 Quiz             (Answer all questions in this section) 1.         An Entity Relationship model is independent of the hardware or software used for implementation. True or False?  Mark for Review (1) Points             True (*)             False 2.         A well structured ERD will show only some parts of the finished data model. You should never try to model the entire system in one diagram, no matter how small the diagram might be. True or False?           Mark for Review (1) Points             True             False (*) 3.     ...

Section 9 Quiz Database Design Oracle

Section 9 Quiz             (Answer all questions in this section) 1.         When translating an arc relationship to a physical design, you must turn the arc relationships into foreign keys. What additional step must you take with the created foreign keys to ensure the exclusivity principle of arc relationships? (Assume that you are implementing an Exclusive Design) (Choose Two)     Mark for Review (1) Points                                     (Choose all correct answers)               Make all relationships mandatory             Make all relationships optional (*) ...