1 / 14

TRANSPORT LAYER PROTOCOLS ( TCP DAN UDP )

TRANSPORT LAYER PROTOCOLS ( TCP DAN UDP ). Oleh : Siti Mubarokah 7203 030 021 Kartika Budiharti 7203 030 022 Nur Rochmah Kurniasari 7203 030 023. Kelas : 3 Telkom A. Ports dan Sockets.

aolani
Télécharger la présentation

TRANSPORT LAYER PROTOCOLS ( TCP DAN UDP )

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. TRANSPORT LAYER PROTOCOLS( TCP DAN UDP ) Oleh : Siti Mubarokah 7203 030 021 Kartika Budiharti 7203 030 022 Nur Rochmah Kurniasari 7203 030 023 Kelas : 3 Telkom A

  2. Ports dan Sockets • Port merupakan 16 bit nomor yang digunakan oleh host-to-host protocol guna mengenali level protokol yang lebih tinggi. • Tipe Ports ada 2 macam yaitu : 1. Well-Known • merupakan standard server misalnya Telnet menggunakan port 23. • Banyaknya jumlah port ini antara 1 hingga 1023 2. Ephemeral • Port Ephemeral ini digunakan pada client • Banyaknya jumlah port Ephemeral ini antara 1024 hingga 65535 • Client dapat menggunakan sembarang nomor untuk Ephemeral port, dengan kombinasi <transport protocol, IP address, port number>

  3. Ports dan Sockets • Beberapa contoh nomor port : port 21 FTP (File Transfer Protocol) port 23 Telnet port 25 SMTP port 80 HTTP port 110 POP3 port 137 Net BIOS port 143 IMAP port 139 SMB port 443 HTTPS

  4. Ports dan Sockets • Sockets merupakan penghubung dari aplikasi ke hardware • Sockets digunakan oleh sebuah proses untuk meminta layanan jaringan dari sistem informasi

  5. Transport Layer Protocols Transport Layer Protocols meliputi : • UDP ( User Datagram Protokol ) • TCP ( Transmission Control Protocol )

  6. User Datagram Protocols • UDP pada dasarnya adalah aplikasi interface untuk IP yang tidak mempunyai reliabillity,flowcontrol, error recovery. • Dalam Penggunaannya UDP mempunyai sifat connectionless-oriented. • Macam – macam aplikasi yang menggunakan UDP : 1. Trivial File Transfer Protocol (TFTP) 2. Domain Name System (DNS) 3. Remote Procedure Call (RPC) 4. Simple Network Management Protocol (SNMP) 5. Lightweight Directory Access Protocol (LDAP)

  7. User Datagram Protocols • UDP digunakan untuk pengiriman data secara cepat tanpa memperhatikan ketepatan pengiriman data. Gambar UDP-Pseudo-IP Header

  8. Transmission Control Protocol • Dalam penggunaannya TCP mempunyai sifat connection oriented. • Kelebihan dari TCP : 1. Error Recovery 2. Flow Control

  9. TCP HEADER

  10. Flow Control

  11. Error Recovery

  12. Transmission Control Protocol TCP Connection between processes (Processes 1 and 2 Communicate over to TCP Connection carried by IP datagrams)

  13. KONSEP TCP Gambar : TCP – Message packets

  14. Aplikasi Window Principle Gambar TCP-Window principle applied to TCP A : Bytes yang mentransmisi dan telah mengirim ACK B : Bytes terkirim tapi belum menerima ACK C : Bytes dapat dikirim tanpa menunggu ACK D : Bytes belum dapat dikirim

More Related