# 計算機網路 HW1 B07902072 資工三 陳光裕 ## Analysis of UDP packets ![](https://i.imgur.com/DGWplvS.png) * 我用wikipedia,搜尋"Automata" * 這個封包是用來傳送搜尋到有關Automata的所有條目的資訊 ## Analysis of TCP packets ![](https://i.imgur.com/ztpsQHi.png) * port 2769 ## Compare the headers of transport layer between TCP and UDP |header|TCP|UDP| |---|---|---| |source port|V|V| |destination|V|V| |length|X|V| |sequence number|V|X| |acknowledgment number|V|X| |data offset|V|X| |reserved|V|X| |flags|V|X| |window size|V|X| |header and data checksum|V|V| |urgent pointer|V|X| |options|V|X| ## Find out a plaintext password ![](https://i.imgur.com/QtKk7cL.png) * 我使用伯朗咖啡的網站(http://www.mrbrown.com.tw/) * 因為我們可以直接從封包找到明文的密碼,這樣別人就可以輕易的找到我們的密碼並且登入。如果是https開頭的網站,密碼會被加密,因此就無法從封包中找到明文密碼。