Quiz 1 Flashcards

1
Q

True or False:

Peer to Peer is one of the distributed system architectures.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Inter-process communication can be conducted via________________.

A

either shared memory or sockets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

True or False:

Communicating local and remote sockets are called socket pair.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

_________________is utilized by programs to create and use sockets for client-server communication.

A

Socket API

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Sockets are located between ___________________ in TCP/IP model.

A

application and transport layers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What do we use to distinguish different processes on the same machine?

A

Port numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

With 16 bits, how many port numbers could be produced?

A

2^16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

VoIP is an application that is generally run based on _________________.

A

user datagram protocol (UDP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

True or False:

Dynamic host configuration protocol (DHCP) is run based on transmission control protocol (TCP).

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

True or False:

TCP socket is identified by 4-tuple but UDP is identified by 2-tuple.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly