Monday, January 14, 2013

NETWORK BASIC

Admin
Ok kali ini saya mau share sedikit tentang TCP/IP. Sebelum Kita mengetahui Fungsi dari 4 layer yang bekerja pada TCP/IP, kita Harus tau dulu pengertian Dari TCP/IP itu sendiri. Ok langsung saja.

TCP/IP Protocol Suite atau Tranmission Control Protocol/Internet Protocol adalah Sekumpulan protokol yang mengatur komunikasi atau proses tukar menukar data antar satu komputer dengan komputer yang lain dalam jaringan komputer (internet). Dari Pengertian Tadi, Dapat di Simpulkan bahwa, TCP/IP di Sini adalah ATURAN Yang Di Pakai Untuk Dapat Saling berkomunikasi.

Dari penjelasan di atas contoh kasusnya seperti ini: Si A akan mengirimkan data Ke si B, Maka aturan Yang harus di pakai di sini, untuk mengirim Data Tersebut Yaitu TCP/IP Untuk dapat saling Berkomunikasi dan Mengirimkan Data.

Ok Dari Pengertian TCP/IP Di atas, saya Harap Teman2 Sudah Dapat mengerti Pengertian Dari TCP/IP sendiri.
Selanjutnya Kita Bahas Fungsi Dari 4 layer yang bekerja Pada TCP/IP.

Dasar Arsitektur TCP/IP

Dalam arsitektur jaringan komputer, terdapat suatu lapisan-lapisan (layer) yang memiliki tugas masing-masing serta memiliki protokol tersendiri, ISO (International Organization for Standardization) telah mengeluarkan suatu standar untuk arsitektur jaringan komputer yang dikenal dengan nama OSI (Open Systems Interconnection). Standar ini terdiri dari 7 lapisan protokol yang menjalankan fungsi komunikasi antara 2 komputer. Sekumpulan protokol TCP/IP ini dimodelkan dalam 4 lapisan/layer yang bertingkat, Dapat dilihat pada gambar dibawah ini:



Di sini Dalam model osi terdiri dari 7 lapisan layer, Dan TCP/IP Terdiri Dari 4 Lapisan Layer. Kenapa?? Dari gambar, dapat dilihat beberapa perbedaan OSI Layer dengan TCP/IP Layer yang aku simpulkan menjadi 5 buah perbedaan.
1. OSI layer memiliki 7 buah layer, dan TCP/IP hanya memiliki 4 Layer
2. 3 Layer teratas pada OSI layer, yaitu application, presentation, dan session direpresentasikan kedalam 1 lapisan Layer TCP/IP, yaitu layer application.
3. Layer Network pada OSI Layer direpresentasikan sebagai Layer Internet pada TCP/IP Layer, namun fungsi keduanya masih tetap sama.
4. Layer Network Access pada TCP/IP menggabungkan fungsi dari Layer DataLink dan Physical pada OSI Layer, dengan kata lain, Layer Network Acces merupakan representasi dari kedua layer paling bawah dari OSI Layer, yaitu DataLink dan Physical.
5. TCP/IP layer merupakan “Protocol Spesific”, sedangkan OSI Layer adalah “Protocol Independen”


Karena Pada Walaupun jumlahnya berbeda, namun semua fungsi dari

lapisan-lapisan arsitektur OSI telah tercakup oleh arsitektur TCP/IP.

*Network Access Layer
*Internet Layer
*Transport Layer
*Application Layer


Adapun fungsi Dan Tanggung jawab, masing-masing layer TCP/IP adalah sebagai berikut :

Network Acces Layer
Adalah lapisan yang bertanggung jawab dalam memberikan layanan pengiriman data pada jaringan.
layer paling bawah itu fungsinya dalam komunikasi sebagai tempat keluar masuknya data,juga mendefenisikan bagaimana sih caranya si komputer pengirim mengirim data dan bagaimana caranya si komputer penerima menerima data..

Berikut ini adalah contoh dari beberapa protocol yang bekerja pada layer ini :
#Protokol Ethernet untuk jaringan Ethernet
kalau ethernet seperti sebelum mengirim data,sebuah komputer memeriksa aktifitas jaringan dulu kalo masih sibuk ya tunggu.. tpi kalo lancar ya dikirim..!! jaringan LAN itu pake protocol ethernet dalam pengiriman datanya..

#Protokol Token Ring untuk jaringan yang menggunakan Token Ring.
Dalam lingkaran token, komputer-komputer di hubungkan satu dengan yang lainnya seperti sebuah cincin. Sebuah Sinyal token bergerak berputar dalam sebuah lingkaran(cincin) dalam sebuah jaringan dan bergerak dari sebuah komputer-menuju ke komputer berikutnya, jika pada persinggahan di salah satu komputer ternyata ada data yang ingin di transmisikan, token akan mengangkutnya ke tempat dimana data itu ingin ditujukan, token bergerak terus untuk saling mengkoneksikan diantara masing-masing komputer.

#Protokol PPP (Point to Point Protokol)
Pengertian PPP atau Point to Point protocol adalah Protocol yang menghubungkan satu device dengan device yang lain.
Point to Point atau Point to Point Protocol (PPP),
merupakan sebuah protocol yang digunakan untuk menghubungkan computer individu(Jaringan Komputer)
ke dalam Jaringan Internet (Internet Service Provider),
yang disambungkan antara dua titik, oleh karena itu sebut Point to Pint.
Dan protocol ini banyak digunakan pada wide area network (WAN).
Ada banyak protokol jaringan termasuk frame Point to Point protocol yang bekerja bersamaan untuk mengirim dan menerima data pada jaringan. Paket-paket data yang dikirim dan diterima pada jaringan disebut frame. Point to Point Protocol biasanya mengikuti format standar untuk semua frame yang mengirim atau menerima.

*Internet Layer
Adalah layer bertanggungjawab dalam melakukan pengalamatan dan routing paket. Beberapa protokol yang bekerja pada layer ini :

#IP (Internet Protocol)
yang digunakan oleh protokol TCP/IP untuk melakukan pengalamatan.
IP identitas dari sebuah perangkat computer dalam pengiriman data. protokol di internet yang mengurusi masalah pengalamatan dan mengatur pengiriman paket data hingga sampai ke alamat yang benar. (misalnya mw krim data ke komputer A, tanpa kita mengetahui alamat IP dari komputer A maka data tersebut tak akan bisa di kirim.

#ARP (Address Resolution Protocol)
adalah protokol yang bertanggung jawab untuk menentukan MAC Address(Alamat Media Access Control) ketika alamat IP diketahui.
Contoh seperti Saat komputer A ingin berkomunikasi dengan B, sistem akan memeriksa Memory Data(Cache) ARP terlebih dahulu untuk mengetahui apakah Informasi Alamat MAC dari B ada tercatat atau tidak. Jika tercatat , biasanya komunikasi dapat langsung dilakukan. Jika Tidak, pada kondisi aktif host A harus mengakses ke MAC host B melalui Protokol ARP. Dalam kondisi perumpamaan , host A seperti menanyakan/ memeriksa ke host dari komputer lain didalam LAN tentang Informasi Host B yg mungkin ada tercatat pada Cache mereka. (Seperti Bertanya sebagai berikut “ Hallo, siapa 192.168.0.2? Disini 192.168.0.1. MAC gue adalah AA-AA-AA-AA-AA-AA.” “Berapa MAC kamu? Harap beritahukan ke Gue” ) Contoh ini adalah bentuk ARP, seperti saat menggunakan Net Meeting. Jika Balasan / Accept dilakukan oleh Host B, saat itu fungsi ARP Terjadi.

#RARP (Reverse Address Resolution Protokol)
protokol yang bertanggung jawab untuk menentukan alamat IP ketika MAC Address diketahui.
Analoginya Seperti, Client Mau melakukan Login pada sebuah Access Point di kampus. tanpa Di sadari, MAC Address si Client sudah Tercatat Pada Access Point Di kampus tersebut. Karena Hampir setiap Hari si Client Sering Memakai AP(access point) Untuk I-NET. Dan Pada saat Si Client Mw login Ke I-NET Otomatis Protokol RARP akan Bekerja Untuk Mengirim IP Kepada Si Client untuk login Ke internet. Nah Di sini Protokol RARP Bekerja Untuk Memberikan IP ke Si Client tersebut.

#ICMP (Internet Control Message Protokol)
adalah protokol yang berfungsi memberi informasi apabila ada kerusakan dalam proses pengiriman data.
Contohnya seperti, Si Client A(Pengirim) Mau Mengirimkan Data Ke si Client B (penerima),Di Saat Melakukan Pengirim Data, Secara tiba2 Data Tersebut, Hilang atau Rusak. Nah Di sini Fungsi Dari Protokol ICMP Untuk Memberikan Informasi Kepada si Pengirim Si A, Bahwa Data Tersebut Hilang atau Rusak. Dan Si Client A Akan Melakukan Pengiriman ulang, Data tersebut. Intinya ICMP hanya Memberi tahu, Bukan Melakukan Pengiriman Data Ulang.

Ok Sampai, Disini dulu sekiranya Teman-teman semua dapat memahami Fungsi Dari Network acess layer Dan Internet Layer, Beserta Protokol Yang Bekerja Pada Layer tersebut.


English:
Ok this time I want to share a little bit about TCP / IP. Before we know the function of the 4 layer that works on TCP / IP, we must know first understanding of TCP / IP itself. Ok with it. TCP / IP Protocol Suite or tranmission Control Protocol / Internet Protocol is a set of protocols that govern the communication or the exchange of data between one computer to another computer in a computer network (the Internet). From the last definition, can in Conclude that, TCP / IP Here are RULES Yang Di Wear To communicate to each other. From the above examples are listed like this: Person A will send the data to the B, then the rules have to be used here, to send Data Such That TCP / IP to communicate to each other and Transmitting Data. Ok Of Understanding TCP / IP On top, I just Teman2 been to understand understanding of TCP / IP itself. Furthermore, We Discuss The Function Of 4 layer that works on TCP / IP. Architecture Basic TCP / IP In a computer network architecture, there is a layer-layer (layer) with each task and has its own protocol, ISO (International Organization for Standardization) has issued a standard for computer network architecture known as the OSI (Open Systems Interconnection). This standard consists of seven layers of protocols that perform the function of communication between the two computers. A set of TCP / IP protocol is modeled in four layers / layer-story, can be seen in the image below: Here in the model consists of 7 layers osi layer, and TCP / IP 4 Layers Layer Consists Of. Why?? From the figure, we can see some differences with OSI Layer TCP / IP layer that I concluded to 5 pieces a difference. 1. OSI 7 layer has layers of fruit, and TCP / IP only has 4 Layer 2. Top Layer 3 of the OSI layer, the application, presentation, and session layers Layer 1 represented into TCP / IP, the application layer. 3. Layer of the OSI Network Layer Internet Layer represented as the TCP / IP layer, but their functions remain the same. 4. Network Access Layer in TCP / IP combines the functions of DataLink Layer and Physical Layer of the OSI, in other words, the Network Access Layer is a representation of both the bottom layer of the OSI Layer, the DataLink and Physical. 5. TCP / IP layer is the "Specific Protocol", while OSI Layer is "Protocol Independent" Because the numbers Although different, but all of the functions of OSI architecture layers are covered by the architecture of TCP / IP. * Network Access Layer * Internet Layer * Transport Layer * Application Layer The functions and responsibilities, each layer TCP / IP are as follows: Network Access Layer Layer is responsible for providing data transmission services on networks. bottom layer that functions in communication as the exit point of the data, also define how the hell do the sending computer sends the data and how the receiving computer receives data .. The following are examples of some protocol that works at this layer: # The Ethernet protocol for Ethernet networks if ethernet like before sending data, a computer check first if network activity is still busy so wait .. well if ya tpi sent ..! LAN networks that use Ethernet protocol for sending data .. # Token Ring Protocol for Token Ring networks use. In a token ring, the computers in connecting with each other like a ring. A token moves signal rotates in a circle (ring) in a network and move from a computer to get to the next computer, when on a stopover in one of the computer turns out there is data to be transmitted, the token will transport it to the place where the data it wants addressed , token moves continue to connect with each other between each computer. # Protocol PPP (Point to Point Protocol) Understanding PPP or Point-to-Point protocol is a protocol that connects one device to another device. Point to Point or Point to Point Protocol (PPP), is a protocol that is used to connect individual computers (Computer Networks) into the Internet network (Internet Service Provider), connected between two points, therefore called Point to Pint. And protocol is widely used in wide area network (WAN). There are many network protocols, including Point-to-Point Protocol frames that work together to send and receive data on the network. Data packets sent and received on the network called frames. Point to Point Protocol typically follow a standard format for all frames are sent or received. * Internet Layer Layer is responsible for addressing and routing packets do. Some protocols work at this layer: # IP (Internet Protocol) used by TCP / IP to perform addressing. IP identity of a computer device in the delivery of data. protocol on the Internet that deal with addressing the problem and arrange delivery of data packets to get to the correct address. (Eg mw cream of data into a computer, without us knowing the IP address of computer A then the data will not be sent. # ARP (Address Resolution Protocol) is a protocol that is responsible for determining the MAC address (Media Access Control address) when the IP address is known. Examples such as When computer A wants to communicate with B, the system will check the Data Memory (Cache) ARP first to find out whether the MAC address of B Information was recorded or not. If recorded, usually direct communication can be done. If not, the active condition had access to a host A host B MAC via ARP protocol. In the parable conditions, host A's like asking / checking the host from another computer in the LAN Host Information about B which may be registered in their cache. (As the inquiry as follows: "Hello, who is 192.168.0.2? Here 192.168.0.1. MAC I is an AA-AA-AA-AA-AA-AA." "MAC How are you? Just let the Gue") This example is a form of ARP , such as when using Net Meeting. If the Reply / Accept by Host B, then ARP function occurred. # RARP (Reverse Address Resolution Protocol) protocol is responsible for determining the IP address when the MAC address is known. As analogy, Client Login Want to perform at an Access Point on campus. without in knowing, the client MAC address is Logged In Access Point in the campus. Because almost every day the Client Frequently Wearing AP (access point) to I-NET. And At The Client Mw login to I-NET Auto will RARP protocol IP Working To Send To The Client to log in to the internet. Well here RARP Protocol Working To Provide The Client IP to it. # ICMP (Internet Control Message Protocol) is a protocol that serves to inform if there is any damage in the shipping process data. Examples such as, The Client A (Sender) Want to Send Data to the Client B (receiver), The Sender When Doing Data, In tiba2 Such Data, Lost or Damaged. Well here Function Of ICMP Protocol To Provide Information to the sender Si A, That Such Lost or Damaged Data. The Client and A Will Perform Retransmission, data. Essentially Tells ICMP only, Not Doing Shipment Data Reset. Until Ok, Here once if only friends can all understand the function of the Network layer and Internet acess Layer, Protocol and Its Working On A Layer is.

About the Author

Admin / Author & Editor

Has laoreet percipitur ad. Vide interesset in mei, no his legimus verterem. Et nostrum imperdiet appellantur usu, mnesarchum referrentur id vim.

0 comments:

Post a Comment

Visitor

Search This Blog

    News