すべて学習用の検証環境を想定したものです。 TCP通信について基礎から学びました。 TCP通信といえば、3ウェイハンドシェイクです。 まずは、SSH接続時の通信を例に、 実際のパケットを観測してみます。 tcpdumpコマンドを使って、SSHリクエスト時のパケット ...
TCPとUDPの違いを説明してと言う機会があったので、改めて学習です。 一言で言うと、TCPは信頼性重視、UDPは速度重視です。 TCP(Transmission Control Protocol)とUDP(User Datagram Protocol)の主な違いは以下の通りです。 接続型 vs. 非接続型: TCPは接続型のプロトコルで ...
Streamlining data transmission from the client to the server is an ongoing challenge, and some aspects of high-performance network transmission can be confusing. This article explores various methods ...
Streamlining data transmission is a critical challenge for any enterprise. Thankfully, the TCP/IP protocol provides many ways to optimize data transfer. This article examines several options and shows ...
let's say you have the option to build a clinet/server application that will pass a lot of traffic on a LAN. Nothing routable. Let's assume the network is error-free and no packets are lost and no ...
Countless pieces of software, protocols and complex interdependencies together form a system for which it is difficult to guarantee any particular property—particularly security. Even software ...