Ttyj Flashcards

1
Q

Which action is performed by a client when establishing communication with a server via the use of UDP at the transport layer?

A

The client randomly selects a source port number.

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

Which transport layer feature is used to guarantee session establishment?

A

TCP 3-way handshake

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

What is the complete range of TCP and UDP well-known ports?

A

0 to 1023

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

What is a socket?

A

the combination of a source IP address and port number or a destination IP address and port number

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

A PC is downloading a large file from a server. The TCP window is 1000 bytes. The server is sending the file using 100-byte segments. How many segments will the server send before it requires an acknowledgment from the PC?

A

10 segments

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

Which factor determines TCP window size?

A

the amount of data the destination can process at one time

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

What does a client do when it has UDP datagrams to send?

A

It just sends the datagrams.

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

P Which three fields are used in a UDP segment header? (Choose three.)

A

Length
Source Port
Checksum

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

What are two roles of the transport layer in data communication on a network? (Choose two.)

A

identifying the proper application for each communication stream..
tracking the individual communication between applications on the source and destination hosts

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

What information is used by TCP to reassemble and reorder received segments?

A

sequence numbers

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

What important information is added to the TCP/IP transport layer header to ensure communication and connectivity with a remote network device?

A

destination and source port numbers

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

Which two characteristics are associated with UDP sessions? (Choose two.)

A

Destination devices receive traffic with minimal delay.
Received data is unacknowledged.

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

Which flag in the TCP header is used in response to a received FIN in order to terminate connectivity between two network devices?

A

ACK

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

Which protocol or service uses UDP for a client-to-server communication and TCP for server-to-server communication?

A

DNS

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

What is a characteristic of UDP?

A

UDP reassembles the received datagrams in the order they were received.

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

What kind of port must be requested from IANA in order to be used with a specific application?

A

registered port

17
Q

Which three application layer protocols use TCP? (Choose three.)

A

SMTP
FTP
HTTP

18
Q

Which three statements characterize UDP? (Choose three.)

A

UDP provides basic connectionless transport layer functions.
UDP relies on application layer protocols for error detection.
UDP is a low overhead protocol that does not provide sequencing or flow control mechanisms.

19
Q

Which two fields are included in the TCP header but not in the UDP header? (Choose two.)

A

-Window
-Sequence number

20
Q

Which field in the TCP header indicates the status of the three-way handshake process?

A

control bits

21
Q

Why does HTTP use TCP as the transport layer protocol?

A

because HTTP requires reliable delivery

22
Q

Which two types of applications are best suited for UDP? (Choose two.)

A

applications that handle reliability themselves
applications that can tolerate some data loss, but require little or no delay

23
Q

How are port numbers used in the TCP/IP encapsulation process?

A

If multiple conversations occur that are using the same service, the source port number is used to track the separate conversations.

24
Q

In what two situations would UDP be better than TCP as the preferred transport protocol? (Choose two.)

A

when a faster delivery mechanism is needed
when applications do not need to guarantee delivery of the data

25
Q

Which three statements describe a DHCP Discover message? (Choose three.)

A

The destination IP address is 255.255.255.255. The message comes from a client seeking an IP address.
All hosts receive the message, but only a DHCP server replies.

25
Q

What are three responsibilities of the transport layer? (Choose three.)

A

meeting the reliability requirements of applications, if any
multiplexing multiple communication streams from many users or applications on the same network
identifying the applications and services on the client and server that should handle transmitted data

26
Q

Which two protocols may devices use in the application process that sends email? (Choose two.)

A

SMTP
DNS

27
Q

What is true about the Server Message Block protocol?

A

Clients establish a long term connection to servers.

28
Q

What is the function of the HTTP GET message?

A

to request an HTML page from a web server

29
Q

Which OSI layer provides the interface between the applications used to communicate and the underlying network over which messages are transmitted?

A

Application

30
Q

Which networking model is being used when an author uploads one chapter document to a file server of a book publisher?

A

client/server

31
Q

What do the client/server and peer-to-peer network models have in common?

A

Both models support devices in server and client roles.

32
Q

In what networking model would eDonkey, eMule, BitTorrent, Bitcoin, and LionShare be used?

A

Peer-to-peer

33
Q

What is a common protocol that is used with peer-to-peer applications such as WireShare, Bearshare, and Shareaza?

A

Gnutella

34
Q

What is a key characteristic of the peer-to-peer networking model?

A

resource sharing without a dedicated server

35
Q

The application layer of the TCP/IP model performs the functions of what three layers of the OSI model? (Choose three.

A

Session
Presentation
Application