摘要
本文概要記錄UDP Echo的操作範例。
本文
Echo協定原本是用來測試與量測IP網路的往返時間(round-trip time),該協定可以基於ICMP、TCP、或UDP。
隨後將操作inetd和echoping進行UDP的Echo測試。
這裡設置了2台Ubuntu虛擬機,其一作為伺服端程式。首先安裝inetd。
sudo apt-get update
sudo apt-get install inetutils-inetd
編輯inetd的組態設定檔/etc/inet.conf。
重啟inetd服務。
sudo service inetutils-inetd restart
這裡設置的2台Ubuntu虛擬機,另一作為客戶端程式。首先安裝echoping。
sudo apt-get update
sudo apt-get install echoping
執行echoping。
echoping -u 192.168.253.134
環境示意圖如下;使用IPv4定址。
從客戶端的執行畫面可以見到跟伺服端之間量測到的耗用時間。
參考文獻
https://howtoinstall.co/en/echoping
https://www.howtoinstall.me/ubuntu/18-04/inetutils-inetd/
https://serverfault.com/questions/647160/inetd-and-echo-service
https://en.wikipedia.org/wiki/Echo_Protocol
沒有留言:
張貼留言