This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
tech-interview-handbook
mirror of
https://github.com/yangshun/tech-interview-handbook
Watch
2
Star
1
Code
Issues
Projects
Releases
Wiki
Activity
b715805e40
tech-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.