Java Networking Programming Flashcards
1
Q
Networking Overview Quick Note
A
network, networking, java.net package (low-level and high-level API), threads, input/output streams, the private network (intranet), version control (GitHub), host, client/server, you can have a client/server interaction on the same host (e.g. local web development), transport protocol, TCP, UDP, one physical connection and the ports, IPv4 (32-bit), IPv6 (128-bit), TCP/IP, localhost (127.0.0.1), sockets, Socket class, ServerSocket class, handshaking, packets,