Sockets Network Programming Flashcards
Connection-based protocol that provides a reliable flow of the data between two end devices with guaranteed arrival.
Transmission Control Protocol - TCP
Connectionless protocol that sends independent packets of data from one end device to the other with no guaranteed arrival.
User Datagram Protocol - UDP
One endpoint of two-way communication link between 2 programs running on the nework, it maps incoming data to a particular process running __.
Socket.
Ports from __ to __ are reserved.
0, 1023
Port numbers (including reserved) could be any number from __ to __.
1, 65535
__ is a client program that is used to transfer files accross the internet.
File Transfer Protocol.
__ is a client program that enables working on a remote machine using the keyboard and screen of the local machine.
TELNET
Stream-Based Communication
TCP
Packet-Based Communication
UDP