This website requires JavaScript.
Explore
Help
Sign In
mirror
/
front-end-interview-handbook
mirror of
https://github.com/yangshun/front-end-interview-handbook.git
Watch
1
Star
0
Fork
You've already forked front-end-interview-handbook
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2182a70770
front-end-interview-handbook
/
domain
/
networking.md
280 B
Raw
Blame
History
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.