cheonglol / whatever-springframework-java17

"can i just keep everything in one fucking repo?" ahh repo
GNU General Public License v3.0
0 stars 0 forks source link

Network Protocols #1

Open cheonglol opened 1 month ago

cheonglol commented 1 month ago

Network protocols I need to fuck around with to learn. (I should be doing this earlier in my career)


Certainly, here's an expanded list focusing solely on techniques for each essential network protocol:

  1. HTTP/S

    • [x] RESTful APIs
    • Long Polling
  2. WebSocket

    • Real-time bidirectional communication
    • Event-driven architecture
  3. TCP

    • Connection-oriented communication
    • Error checking and recovery
    • Flow control
  4. UDP

    • Connectionless communication
    • Low latency
    • Multicast support
  5. SMTP

    • Sending email messages
    • MIME attachments handling
  6. IMAP

    • Retrieving email messages
    • Folder management
  7. MQTT

    • Publish-subscribe model
    • Quality of Service levels
  8. DNS

    • Recursive queries
    • Caching responses
  9. FTP/SFTP

    • File transfer
    • Secure file transfer
  10. SSH

    • Secure remote login
    • Port forwarding
cheonglol commented 1 month ago

maybe screw above and consider the following

yes

cheonglol commented 1 month ago

man. what the fuck do i even code to fuck around with these.