摘要:
SMTP SMTP: SMTP is the most common protocol for sending emails. SMTP has a client side that executes on the sender’s mail server, and a server side th 阅读全文
摘要:
Refer to: www .isc.org/community/rfcs/dns/ domain name system (DNS): 1) a distributed database implemented in a hierarchy of DNS servers and 2) an app 阅读全文
摘要:
DHCP (Dynamic Host Configuration Protocol): An application-layer client-server protocol for allowing a device to automatically obtain an IP address. D 阅读全文
摘要:
An IPv6 address is 128 bits long, written in 8 group of 2 bytes in hexadecimal notation (each digit indicates 8 bits). Collapsing 0s Can collapse a gr 阅读全文
摘要:
Node: any device that runs a link-layer protocol. E.g. hosts, routers, switches, WiFi access points. Link: communication channel that connects adjacen 阅读全文
摘要:
Scenario: user (68.85.2.101) connects to School network’s Ethernet switch and downloads a webpage from Google; Ethernet switch is connected to School’ 阅读全文
摘要:
Thread and Networking Threads, AsyncTasks & Handler Java thread Java Thread: a java thread is represented by an object of type java.lang.thread. Java 阅读全文