wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CCNA NETACAD 14-15 EXAM PREP

Total questions: 88

Worksheet time: 50mins

Name
Class
Date
1.

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 sets the window size for the session.

b)

The client sends an ISN to the server to start the 3-way handshake.

c)

The client randomly selects a source port number.

d)

The client sends a synchronization segment to begin the session.

2.

Which transport layer feature is used to guarantee session establishment?

a)

UDP ACK flag

b)

TCP 3-way handshake

c)

UDP sequence number

d)

TCP port number

3.

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

a)

0 to 255

b)

0 to 1023

c)

256 – 1023

d)

1024 – 49151

4.

What is a socket?

a)

the combination of the source and destination IP address and source and destination Ethernet address

b)

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

c)

the combination of the source and destination sequence and acknowledgment numbers

d)

the combination of the source and destination sequence numbers and port numbers

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?

a)

1 segment

b)

10 segments

c)

100 segments

d)

1000 segments

6.

Which factor determines TCP window size?

a)

the amount of data to be transmitted

b)

the number of services included in the TCP segment

c)

the amount of data the destination can process at one time

d)

the amount of data the source is capable of sending at one time

7.

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

a)

It just sends the datagrams.

b)

It queries the server to see if it is ready to receive data.

c)

It sends a simplified three-way handshake to the server.

d)

It sends to the server a segment with the SYN flag set to synchronize the conversation.

8.

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

a)

Acknowledgment Number

b)

Length

c)

Window Size

d)

Source Port

e)

Checksum

9.

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

b)

providing frame delimiting to identify bits making up a frame

c)

tracking the individual communication between applications on the source and destination hosts

d)

performing a cyclic redundancy check on the frame for errors

e)

providing the interface between applications and the underlying network over which messages are transmitted

10.

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

a)

port numbers

b)

sequence numbers

c)

acknowledgement numbers

d)

fragment numbers

11.

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

a)

timing and synchronization

b)

destination and source port numbers

c)

destination and source physical addresses

d)

destination and source logical network addresses

12.

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

a)

Destination devices receive traffic with minimal delay.

b)

Transmitted data segments are tracked.

c)

Destination devices reassemble messages and pass them to an application.

d)

Received data is unacknowledged.

e)

Unacknowledged data packets are retransmitted.

13.

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

a)

FIN

b)

ACK

c)

SYN

d)

RST

14.

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

a)

HTTP

b)

FTP

c)

DNS

d)

SMTP

15.

What is a characteristic of UDP?

a)

UDP datagrams take the same path and arrive in the correct order at the destination.​

b)

Applications that use UDP are always considered unreliable.​

c)

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

d)

UDP only passes data to the network when the destination is ready to receive the data.

16.

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

a)

registered port

b)

private port

c)

dynamic port

d)

source port

17.

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

a)

SMTP

b)

FTP

c)

SNMP

d)

HTTP

e)

TFTP

18.

Which three statements characterize UDP? (Choose three.)

a)

UDP provides basic connectionless transport layer functions.

b)

UDP provides connection-oriented, fast transport of data at Layer 3.

c)

UDP relies on application layer protocols for error detection.

d)

UDP is a low overhead protocol that does not provide sequencing or flow control mechanisms.

e)

UDP relies on IP for error detection and recovery.

19.

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

a)

window

b)

checksum

c)

source port

d)

destination port

e)

sequence number

20.

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

a)

window

b)

reserved

c)

checksum

d)

control bits

21.

Why does HTTP use TCP as the transport layer protocol?

a)

to ensure the fastest possible download speed

b)

because HTTP is a best-effort protocol

c)

because transmission errors can be tolerated easily

d)

because HTTP requires reliable delivery

22.

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

a)

applications that need data flow control

b)

applications that require reliable delivery

c)

applications that handle reliability themselves

d)

applications that need the reordering of segments

e)

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

23.

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

a)

Source port numbers and destination port numbers are not necessary when UDP is the transport layer protocol being used for the communication.

b)

Source port and destination port numbers are randomly generated.

c)

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

d)

Destination port numbers are assigned automatically and cannot be changed.

24.

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

a)

when applications need to guarantee that a packet arrives intact, in sequence, and unduplicated

b)

when a faster delivery mechanism is needed

c)

when delivery overhead is not an issue

d)

when applications do not need to guarantee delivery of the data

e)

when destination port numbers are dynamic

25.

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

a)

meeting the reliability requirements of applications, if any

b)

directing packets towards the destination network

c)

multiplexing multiple communication streams from many users or applications on the same network

d)

identifying the applications and services on the client and server that should handle transmitted data

e)

conducting error detection of the contents in frames

26.

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

a)

The source MAC address is 48 ones (FF-FF-FF-FF-FF-FF).

b)

The destination IP address is 255.255.255.255.

c)

The message comes from a server offering an IP address.

d)

The message comes from a client seeking an IP address.

e)

All hosts receive the message, but only a DHCP server replies.

27.

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

a)

HTTP

b)

SMTP

c)

POP

d)

IMAP

e)

DNS

28.

What is true about the Server Message Block protocol?

a)

Different SMB message types have a different format.

b)

Clients establish a long term connection to servers.

c)

SMB messages cannot authenticate a session.

d)

SMB uses the FTP protocol for communication.

29.

What is the function of the HTTP GET message?

a)

to request an HTML page from a web server

b)

to send error information from a web server to a web client

c)

to upload content to a web server from a web client

d)

to retrieve client email from an email server using TCP port 110

30.

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

a)

application

b)

presentation

c)

session

d)

transport

31.

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

a)

peer-to-peer

b)

master-slave

c)

client/server

d)

point-to-point

32.

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

a)

Both models have dedicated servers.

b)

Both models support devices in server and client roles.

c)

Both models require the use of TCP/IP-based protocols.

d)

Both models are used only in the wired network environment.

33.

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

a)

peer-to-peer

b)

client-based

c)

master-slave

d)

point-to-point

34.

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

a)

Ethernet

b)

Gnutella

c)

POP

d)

SMTP

35.

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

a)

wireless networking

b)

social networking without the Internet

c)

network printing using a print server

d)

resource sharing without a dedicated server

36.

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

a)

physical

b)

session

c)

transport

d)

application

e)

presentation

37.

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

a)

A user uses eMule to download a file that is shared by a friend after the file location is determined.

b)

A workstation initiates an ARP to find the MAC address of a receiving host.

c)

A user prints a document by using a printer that is attached to a workstation of a coworker.

d)

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

38.

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

a)

internetwork

b)

session

c)

presentation

d)

application

e)

network access

39.

What is an advantage of SMB over FTP?​

a)

Only with SMB can data transfers occur in both directions.

b)

Only SMB establishes two simultaneous connections with the client, making the data transfer faster.​

c)

SMB is more reliable than FTP because SMB uses TCP and FTP uses UDP.​

d)

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

40.

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.)

a)

FTP

b)

HTTP

c)

DNS

d)

SNMP

e)

SMTP

41.

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

a)

DNS

b)

DHCP

c)

SMTP

d)

HTTP

e)

POP3

42.

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

a)

the FQDN of the alias used to identify a service

b)

the IP address for an FQDN entry

c)

the domain name mapped to mail exchange servers

d)

the IP address of an authoritative name server

43.

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

a)

ARP

b)

TCP

c)

FTP

d)

POP3

e)

DHCP

44.

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

a)

SMTP

b)

SMB

c)

IMAP

d)

HTTPS

45.

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

a)

client/server applications

b)

email applications

c)

P2P applications

d)

authentication services

46.

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

a)

scalability

b)

one way data flow

c)

decentralized resources

d)

centralized user accounts

e)

resource sharing without a dedicated server

47.

Which scenario describes a function provided by the transport layer?

a)

A student is using a classroom VoIP phone to call home. The unique identifier burned into the phone is a transport layer address used to contact another network device on the same network.

b)

A student is playing a short web-based movie with sound. The movie and sound are encoded within the transport layer header.

c)

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.

d)

A corporate worker is accessing a web server located on a corporate network. The transport layer formats the screen so the web page appears properly no matter what device is being used to view the web site.

48.

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.)

a)

physical

b)

session

c)

transport

d)

application

e)

presentation

49.

How does a networked server manage requests from multiple clients for different services?

a)

The server sends all requests through a default gateway

b)

Each request is assigned source and destination port numbers.

c)

The server uses IP addresses to identify different services

d)

Each request is tracked through the physical address of the client

50.

Which two services or protocols use the preferred UDP protocol for fast transmission and low overhead?

a)

FTP

b)

DNS

c)

HTTP

d)

POP3

e)

VoIP

51.

What is the purpose of using a source port number in a TCP communication?

a)

to notify the remote device that the conversation is over

b)

to assemble the segments that arrived out of order

c)

to keep track of multiple conversations between devices

d)

to inquire for a non-received segment

52.

Which number or set of numbers represents a socket?

a)

01-23-45-67-89-AB

b)

21

c)

192.168.1.1:80

d)

10.1.1.15

53.

Which two flags in the TCP header are used in a TCP three-way handshake to establish connectivity between two network devices? (Choose two.)

a)

ACK

b)

FIN

c)

PSH

d)

RST

e)

SYN

54.

What happens if part of an FTP message is not delivered to the destination?

a)

The message is lost because FTP does not use a reliable delivery method.

b)

The FTP source host sends a query to the destination host.

c)

The part of the FTP message that was lost is re-sent.

d)

The entire FTP message is re-sent.

55.

What type of applications are best suited for using UDP?

a)

applications that are sensitive to delay

b)

applications that need reliable delivery

c)

applications that require retransmission of lost segments

d)

applications that are sensitive to packet loss

56.

Network congestion has resulted in the source learning of the loss of TCP segments that were sent to the destination. What is one way that the TCP protocol addresses this?

a)

The source decreases the amount of data that it transmits before it receives an acknowledgement from the destination.

b)

The source decreases the window size to decrease the rate of transmission from the destination.

c)

The destination decreases the window size.

d)

The destination sends fewer acknowledgement messages in order to conserve bandwidth.

57.

Which two operations are provided by TCP but not by UDP?

a)

identifying the applications

b)

acknowledging received data

c)

tracking individual conversations

d)

retransmitting any unacknowledged data

e)

reconstructing data in the order received

58.

What is the TCP mechanism used in congestion avoidance

a)

three-way handshake

b)

socket pair

c)

two-way handshake

d)

sliding window

59.

What is a responsibility of transport layer protocols?

a)

providing network access

b)

tracking individual conversations

c)

determining the best path to forward a packet

d)

translating private IP addresses to public IP addresses

60.

Which protocol can be used to transfer messages from an email server to an email client?

a)

SMTP

b)

POP3

c)

SNMP

d)

HTTP

61.

When retrieving email messages, which protocol allows for easy, centralized storage and backup of emails that would be desirable for a small- to medium-sized business?

a)

IMAP

b)

POP

c)

SMTP

d)

HTTPS

62.

Which application layer protocol is used to provide file-sharing and print services to Microsoft applications?

a)

SMB

b)

HTTP

c)

DHCP

d)

SMTP

63.

An author is uploading one chapter document from a personal computer to a file server of a book publisher. What role is the personal computer assuming in this network model?

a)

client

b)

master

c)

server

d)

slave

e)

transient

64.

Which statement is true about FTP?

a)

The client can choose if FTP is going to establish one or two connections with the server.

b)

The client can download data from or upload data to the server.

c)

FTP is a peer-to-peer application

d)

FTP does not provide reliability during data transmission.

65.

A wireless host needs to request an IP address. What protocol would be used to process the request?

a)

FTP

b)

HTTP

c)

DHCP

d)

ICMP

e)

SNMP

66.

Which TCP/IP model layer is closest to the end user?

a)

Application

b)

internet

c)

network access

d)

transport

67.

Which three protocols or standards are used at the application layer of the TCP/IP model? (Choose three.)

a)

TCP

b)

HTTP

c)

MPEG

d)

GIF

e)

IP

68.

Which protocol uses encryption?

a)

DHCP

b)

DNS

c)

FTP

d)

HTTPS

69.

Why is DHCP preferred for use on large networks?

a)

Large networks send more requests for domain to IP address resolution than do smaller networks.

b)

DHCP uses a reliable transport layer protocol.

c)

It prevents sharing of files that are copyrighted.

d)

It is a more efficient way to manage IP addresses than static address assignment.

e)

Hosts on large networks require more IP addressing configuration settings than hosts on small networks.

70.

Which two tasks can be performed by a local DNS server? (Choose two.)

a)

providing IP addresses to local hosts

b)

allowing data transfer between two network devices

c)

mapping name-to-IP addresses for internal hosts

d)

forwarding name resolution requests between servers

e)

retrieving email messages

71.

On a home network, which device is most likely to provide dynamic IP addressing to clients on the home network?

a)

a dedicated file server

b)

a home router

c)

an ISP DHCP server

d)

a DNS server

72.

What part of the URL, http://www.cisco.com/index.html, represents the top-level DNS domain?

a)

.com

b)

www

c)

http

d)

index

73.

What are two characteristics of the application layer of the TCP/IP model? (Choose two.)

a)

responsibility for logical addressing

b)

responsibility for physical addressing

c)

the creation and maintenance of dialogue between source and destination applications

d)

closest to the end user

e)

the establishing of window size

74.

What message type is used by an HTTP client to request data from a web server?

a)

GET

b)

POST

c)

PUT

d)

ACK

75.

Which two tasks can be performed by a local DNS server? (Choose two.)

a)

providing IP addresses to local hosts

b)

allowing data transfer between two network devices

c)

mapping name-to-IP addresses for internal hosts

d)

forwarding name resolution requests between servers

e)

retrieving email messages

76.

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?

a)

3001

b)

6001

c)

4500

d)

6000

77.

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?

a)

4501

b)

6001

c)

6000

d)

4500

78.

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?

a)

6001

b)

3001

c)

1501

d)

1500

79.

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?

a)

69

b)

67

c)

53

d)

80

80.

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?

a)

21

b)

69

c)

67

d)

80

81.

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?

a)

22

b)

69

c)

67

d)

80

82.

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?

a)

80

b)

67

c)

53

d)

69

83.

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?

a)

110

b)

67

c)

53

d)

69

e)

443

84.

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?

a)

23

b)

443

c)

161

d)

110

85.

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?

a)

110

b)

67

c)

53

d)

69

e)

443

86.

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?

a)

161

b)

443

c)

110

d)

80

87.

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?

a)

25

b)

443

c)

161

d)

110

88.

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?

a)

443

b)

161

c)

110

d)

80