Penjelasan OSI Layer - akungene

share knowledge about all the lessons I ever learned

Penjelasan OSI Layer

Penjelasan OSI Layer - OSI Layer (Open Systems Interconnection) merupakan standarisasi yang dibuat oleh International Organization for Standardization (ISO) dengan tujuan untuk menghubungkan komputer-komputer dari vendor-vendor yang berbeda.

  • Dibuat oleh International for Standardization Organization (ISO) pada tahun 1984
  • Model asitektur untuk komunikasi interkomputer.
  • Menjelaskan bagaimana informasi dari software aplikasi pada satu komputer berpindah melalui medium kemudian sampai akhirnya diterima kembali oleh software aplikasi pada komputer yang kedua.
OSI Layer

Physical

  • Bit
    • Media komunikasi (kabel tembaga, fiber, udara)
    • Pemrosesan sinyal (representasi logic 0/1, kecepatan transfer, dll.)
  • Network component
    • Repeater
    • Multiplexer
    • Hubs(Passive and Active)
    • TDR
    • Oscilloscope
    • Amplifier
  • Protocols
    • IEEE 802 (Ethernet standard)
    • IEEE 802.2 (Ethernet standard)
    • ISO 2110
    • ISDN


Data Link

  • Frame
    • Proses framing dengan memberikan tanda start dan end of frame
    • Checksum error detections, CRC
    • Frame yang salah dapat dibuang atau diretransmisi
  • Network component
    • Bridge
    • Switch
    • ISDN Router
    • Intelligent Hub
    • NIC
    • Advanced Cable Tester
  • Protocols
    • Media Access Control


Network

  • Packets
    • Packet routing, flow control, error control
  • Challenges of path finding
    • Network heterogeneity
      • e.g., from Ethernet to Token Ring to FDDI
    • Multi-hop
      • Sebuah paket data mungkin harus melewati beberapa hops sebelum mencapai tujuan
    • Multi-path
      • Rute terpendek tidak selalu rute terbaik
      • Seberapa besar masalah yang ditimbulkan akibat delay yang diberikan oleh rute

  • Network component
    • Bridge
    • Switch
    • ISDN Router
    • Intelligent Hub
    • NIC
    • Advanced Cable Tester
  • Protocols
    • IP; ARP; RARP, ICMP; RIP; OSPF;
    • IGMP;
    • IPX
    • NWLink
    • NetBEUI
    • OSI
    • DDP
    • DECnet


Transport

  • RFC 892
  • Segment
    • Ketepatan transfer data, data recovery, flow control
  • Flow control
    • Membagi data menjadi paket-paket dan menandai tiap paket dengan nomer urut
    • Error detection and correction

  • Network component
    • Gateway
    • Advanced Cable Tester
    • Brouter
  • Protocols
    • TCP, ARP, RARP;
    • SPX
    • NWLink
    • NetBIOS / NetBEUI
    • ATP


Session

  • Data
  • Mekanisme untuk mengatur proses antara aplikasi end-user : half /full duplex, check pointing, adjournment, termination, dan restart procedures

  • Network component
    • Gateway
  • Protocols
    • NetBIOS
    • Names Pipes
    • Mail Slots
    • RPC


Presentation

  • Data representation and conversion
    • ex: EBCDIC -> ASCII
  • Data compression/decompression

  • Network component
    • Gateway
    • Redirector
  • Protocols
    • none


Application

  • Interpretasi Data
  • Enkripsi / dekripsi

  • Network component
    • Gateway
  • Protocols
    • DNS; FTP
    • TFTP; BOOTP
    • SNMP; RLOGIN
    • SMTP; MIME;
    • NFS; FINGER
    • TELNET; NCP
    • APPC; AFP
    • SMB


Contoh Implementasi OSI Layer pada Pengiriman E-mail


OSI Layer
  • Step 1
    Komputer mengkonversi sebuah pesan email menjadi karakter alphanumerik yang bisa digunakan untuk sistem internetworking. Inilah yang disebut DATA
  • Step 2
    DATA diubah menjadi segment pada layer transport di sistem internetwork. Fungsi dari layer Transport memastikan kedua host dapat berkomunikasi
  • Step 3
    DATA kemudian dibentuk menjadi packet atau datagram, yang di dalamnya juga terdapat network header yang berisi source dan destination logical address
  • Step 4
    Tiap device network ini menjadikan paket menjadi frame
  • Step 5
    Frame diubah menjadi bentuk 1 dan 0 untuk transmisi pada media


Sekian postingan tentang  Penjelasan OSI Layer . Kurang lebihnya mohon maaf.
Semoga bermanfaat......

Share :

Facebook Twitter Google+

Back To Top