Skip to content

Instantly share code, notes, and snippets.

@genadipost
Last active December 14, 2018 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save genadipost/198a2091863f15159892f6c827fb7cdc to your computer and use it in GitHub Desktop.
Save genadipost/198a2091863f15159892f6c827fb7cdc to your computer and use it in GitHub Desktop.
Basic_Questions.md
  • Say I open a web browser and enter an address. I hit enter. Describe how the connection the works in as much detail as possible. Create full workflow.

  • What’s a PTR in DNS?

  • What’s a MX record in DNS?

  • What is DNS split Horizon? When we will use it.

  • Show basic HTTP flow.

  • Describe how would you secure a web application

    • HTTP vs HTTPS
  • How SSL/TLS work. Show full workflow.

  • Explain PKI.

  • What is Server Name Indication (SNI), why its needed?

  • What is a CDN? When we will use it?

  • How a CDN chooses the closest host to serve a client?

  • In which cases would you choose to not implement a CDN?

  • What is a Inode?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment