son pham logo

Son's NoteBook

  • GroupWords
  • About
  • Categories
  • CountDown

TCP/UDP Flow Analysis with Wireshark and Windows Subsystem for Linux

August 20, 2021

During many of my interviews, I have been asked whether I understood TCP and UDP, and how they differed from each other. While I knew that TCP had an error-checking procedure that made the protocol more reliable but slower than UDP, my understanding was limited. Although I had learned about the detailed structure of these protocols in school, I didn’t have a chance to get hands-on experience with them. However, I later discovered an easy way to explore TCP and UDP packets using Windows Subsystem for Linux (WSL) and WireShark. As a result, I would like to share what I have learned today.

Read more

Basic JavaScript Part 1

August 3, 2021

In this tutorial, I will introduce a few steps to access and edit elements in JavaScript. Mastering and understanding these steps can help you make a simple form, handling submission, and change the outlook of your website.

Read more

Using Ajax, Xhttp, Fetch, and Axios to get page content

October 15, 2020

Axios is a popular JavaScript library used for making HTTP requests from a browser or Node.js. It provides a simple and elegant way to make asynchronous HTTP requests to a server, and handle responses in a clean and efficient manner.

Read more

Useful batch commands

September 25, 2020

Find task name

Read more

Basic Git commands

September 25, 2020

Creating and Managing Git Repositories

Read more
Prev

Go back to homepage Son's Notebook