Files
tech-interview-handbook/domain/networking.md
Tay Yang Shun 2182a70770 Squash commit
2017-09-20 15:27:28 +08:00

280 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.