You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tech-interview-handbook/apps/website/experimental/domain/networking.md

279 B

Networking

  • Given an IPv4 IP address p and an integer n, return a list of CIDR strings that most succinctly represents the range of IP addresses from p to (p + n).
  • Describe what happens when you enter a url in the web browser.
  • Define UDP/TCP and give an example of both.