Question Bank for Grade 14 Professional Development

Question Bank for Grade 14 Professional Development

Professional Development

10 Qs

quiz-placeholder

Similar activities

The Transport Layer

The Transport Layer

Professional Development

10 Qs

questions for people

questions for people

Professional Development

10 Qs

Nodejs: Server

Nodejs: Server

Professional Development

10 Qs

Ports and Protocols 1101

Ports and Protocols 1101

Professional Development

10 Qs

Git - Github - GitHub Pages

Git - Github - GitHub Pages

Professional Development

11 Qs

Ports and Protocols

Ports and Protocols

9th Grade - Professional Development

15 Qs

Factory Default Settings (Grey)

Factory Default Settings (Grey)

Professional Development

10 Qs

Tema 10 test 3

Tema 10 test 3

Professional Development

15 Qs

Question Bank for Grade 14 Professional Development

Question Bank for Grade 14 Professional Development

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

willie reynolds

FREE Resource

10 questions

Show all answers

1.

MATCH QUESTION

30 sec • 1 pt

Match the protocol with its port number

SSH

22

FTP

25

SMTP

23

TELNET

20, 21

DNS

53

2.

MATCH QUESTION

30 sec • 1 pt

Match the protocol with its port number

80

NETBIOS

67, 68

HTTP

110

POP3

137 - 139

SNMP

161, 162

DHCP

3.

MATCH QUESTION

30 sec • 1 pt

Match the protocol with its port number

LDAP

143

HTTPS

443

SMB

389

SLP

427

IMAP4

445

4.

MATCH QUESTION

30 sec • 1 pt

Match the protocol with its port number

993

FTPS

548

IMAPS

989

AFP

3389

TFTP

69

RDP

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

SMB port #

422

465

445

587

6.

DROPDOWN QUESTION

1 min • 1 pt

You are running a performance test using three different browsers on the same computer to simultaneously access the same web site. What numeric identifier or address is used to keep the three connections separate at the application (browser) level? (a)  

MAC Address
Port number
IP address
FQDN

Answer explanation

The port number is used to identify the application or service running on the host. It is used to create a socket which is the combination of the IP address and the port number such as 192.168.1.1:8000. The IP address identifies the host, and the port number identifies the application or service running on the host. Since the three browsers are running on the same system, the socket will have the same IP address, but each will have a different port number to help keep the three connections or conversations separate. The source port number is assigned randomly, but the destination port number for the service being requested, HTTP (web server), is 80 (443 for HTTPS).

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Jesenia read an article that said stored data, such as when you are downloading an app, is transmitted using TCP, but live-streaming events are transmitted using UDP. Why would this be true? Select two.

TCP is reliable and ensures the delivery of data using a connection-oriented mechanism.

UDP uses acknowledgements to ensure and guarantee the delivery of important data.

UDP will retransmit data that has been lost during the transmission to guarantee delivery.

UDP is fast and does not retransmit lost data so as not to disrupt the live video feed.

Stored data is transmitted to a specific device, but live-stream data is sent to various devices.

Answer explanation

TCP (Transmission Control Protocol) is reliable and uses a connection-oriented mechanism to guarantee the delivery of data. It expects an acknowledgement from the destination. If it does not receive one, it resends the data.

. Live stream video feeds and real-time calls using Voice over IP are best delivered in a continuous stream so as not to disrupt the experience. If a live-stream video packet is lost, the video quality may be degraded for a second. If a voice packet is lost, the recipient could ask to repeat the statement.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?