14-15

¡Supera tus tareas y exámenes ahora con Quizwiz!

62. A client creates a packet to send to a server. The client is requesting SSH service. What number will be used as the destination port number in the sending packet?

22

63. A client creates a packet to send to a server. The client is requesting HTTP service. What number will be used as the destination port number in the sending packet?

80

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

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

45. Which protocol is used by a client to communicate securely with a web server?

HTTPS

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

control bits

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

peer-to-peer

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

window sequence number

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

Gnutella

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

Both models support devices in server and client roles.

5. 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?

10 segments

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

It just sends the datagrams.

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

SMTP DNS

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

SMTP FTP HTTP

47. What are two characteristics of peer-to-peer networks? (Choose two.)

decentralized resources resource sharing without a dedicated server

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

destination and source port numbers

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

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

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

0 to 1023

64. A client creates a packet to send to a server. The client is requesting POP3 service. What number will be used as the destination port number in the sending packet?

110

67. A client creates a packet to send to a server. The client is requesting SNMP service. What number will be used as the destination port number in the sending packet?

161

61. A client creates a packet to send to a server. The client is requesting FTP service. What number will be used as the destination port number in the sending packet?

21

65. A client creates a packet to send to a server. The client is requesting telnet service. What number will be used as the destination port number in the sending packet?

23

68. A client creates a packet to send to a server. The client is requesting SMTP service. What number will be used as the destination port number in the sending packet?

25

50. A PC that is communicating with a web server has a TCP window size of 6,000 bytes when sending data and a packet size of 1,500 bytes. Which byte of information will the web server acknowledge after it has received two packets of data from the PC?

3001

69. A client creates a packet to send to a server. The client is requesting HTTPS service. What number will be used as the destination port number in the sending packet?

443

51. A PC that is communicating with a web server has a TCP window size of 6,000 bytes when sending data and a packet size of 1,500 bytes. Which byte of information will the web server acknowledge after it has received three packets of data from the PC?

4501

52. A PC that is communicating with a web server has a TCP window size of 6,000 bytes when sending data and a packet size of 1,500 bytes. Which byte of information will the web server acknowledge after it has received four packets of data from the PC?

6001

60. A client creates a packet to send to a server. The client is requesting TFTP service. What number will be used as the destination port number in the sending packet?

69

48. Which scenario describes a function provided by the transport layer?

A student has two web browser windows open in order to access two web sites. The transport layer ensures the correct web page is delivered to the correct browser window.

38. What is an example of network communication that uses the client-server model?

A workstation initiates a DNS request when the user types www.cisco.com in the address bar of a web browser.

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

ACK

29. What is true about the Server Message Block protocol?

Clients establish a long term connection to servers.

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

DNS

41. A manufacturing company subscribes to certain hosted services from its ISP. The services that are required include hosted world wide web, file transfer, and e-mail. Which protocols represent these three key applications? (Choose three.)

FTP HTTP SMTP

44. Which three protocols operate at the application layer of the TCP/IP model? (Choose three.)

FTP POP3 DHCP

42. Which application layer protocol uses message types such as GET, PUT, and POST?

HTTP

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

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

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

Length Source Port Checksum

46. Which applications or services allow hosts to act as client and server at the same time?

P2P applications

40. What is an advantage of SMB over FTP?​

SMB clients can establish a long-term connection to the server.​

2. Which transport layer feature is used to guarantee session establishment?

TCP 3-way handshake

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

The client randomly selects a source port number.

19. Which three statements characterize UDP? (Choose three.)

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

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

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.

16. What is a characteristic of UDP?

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

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

client/server

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

application

39. Which layer in the TCP/IP model is used for formatting, compressing, and encrypting data?

application

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

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

22. Why does HTTP use TCP as the transport layer protocol?

because HTTP requires reliable delivery

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

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

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

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

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

registered port

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

resource sharing without a dedicated server

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

sequence numbers

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

session presentation application

49. Which three layers of the OSI model provide similar network services to those provided by the application layer of the TCP/IP model? (Choose three.)

session layer application layer presentation layer

13. A client application needs to terminate a TCP communication session with a server. Place the termination process steps in the order that they will occur. (Not all options are used.)

step 4 step 1 step 2 step 3

6. Which factor determines TCP window size?

the amount of data the destination can process at one time

4. What is a socket?

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

43. What type of information is contained in a DNS MX record?

the domain name mapped to mail exchange servers

30. What is the function of the HTTP GET message?

to request an HTML page from a web server


Conjuntos de estudio relacionados

ANTR 350 Comprehensive Final Quiz Learning Objectives

View Set

SAT - Grammar Subject-verb agreement

View Set

Auditing Exam 2 Chapters 7,8,9,10,11

View Set

ECON Chapter 7 Dynamic Study Module

View Set

UNT MKTG 3650 - Exam 2 Concept Checks

View Set