Quiz 1 Flashcards
True or False:
Peer to Peer is one of the distributed system architectures.
True
Inter-process communication can be conducted via________________.
either shared memory or sockets.
True or False:
Communicating local and remote sockets are called socket pair.
True
_________________is utilized by programs to create and use sockets for client-server communication.
Socket API
Sockets are located between ___________________ in TCP/IP model.
application and transport layers
What do we use to distinguish different processes on the same machine?
Port numbers
With 16 bits, how many port numbers could be produced?
2^16
VoIP is an application that is generally run based on _________________.
user datagram protocol (UDP)
True or False:
Dynamic host configuration protocol (DHCP) is run based on transmission control protocol (TCP).
False
True or False:
TCP socket is identified by 4-tuple but UDP is identified by 2-tuple.
True