Saturday, September 8, 2012

Tech Review Linux: Thursday, September 6, 2012


User Datagram Protocol (UDP)
  • core member of the internet protocol suite (see below)
  • can send with no previous communication


Internet protocol suite
  • Internet Protocols
    • Application Layer
      • FTP
      • HTTP
      • SSH
      • Telnet
      • iSCSI
    • Transport Layer
      • TCP (Transmission Control Protocol)
      • UDP (User Datagram Protocol)
    • Internet Layer
      • IP
        • IPv4
        • IPv6
    • Link Layer
      • media access control (MAC)
        • Ethernet
        • DSL
        • ISDN



Open System Interconnection (OSI) Model
  • Application Layer
    • HTTP
  • Presentation Layer
    • MIME
  • Session Layer
    • PPTP
    • SOCKS
  • Transport Layer
    • TCP (Transmission Control Protocol)
    • UDP (User Datagram Protocol)
  • Network Layer
    • IP
  • Data Link Layer
    • IEEE 802.2
    • ATM
  • Pyhsical Layer
    • USB
    • Bluetooth
    • IEEE 802.3


iSCSI (Internet Small Computer System Interface)
  • sends SCSI commands over the internet
  • storage area network (SAN) protocol
  • uses TCP (Transmission Control Protocol)
  • application layer in the Internet protocol suite




No comments: