Question Bank for Grade 14 Professional Development

Question Bank for Grade 14 Professional Development

Professional Development

10 Qs

quiz-placeholder

Similar activities

administrasi insfrastruktur jaringan

administrasi insfrastruktur jaringan

Professional Development

10 Qs

Network Security 2

Network Security 2

Professional Development

10 Qs

M8-UF1

M8-UF1

Professional Development

10 Qs

Day 3 Quiz - Network Ports & Protocols

Day 3 Quiz - Network Ports & Protocols

Professional Development

11 Qs

Git - Github - GitHub Pages

Git - Github - GitHub Pages

Professional Development

11 Qs

Switch Configuration

Switch Configuration

Professional Development

10 Qs

A+ Day 3

A+ Day 3

Professional Development

10 Qs

Basic Ubuntu Server 1

Basic Ubuntu Server 1

Professional Development

10 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

FTP

22

DNS

20, 21

SSH

23

TELNET

25

SMTP

53

2.

MATCH QUESTION

30 sec • 1 pt

Match the protocol with its port number

67, 68

NETBIOS

137 - 139

HTTP

110

POP3

80

SNMP

161, 162

DHCP

3.

MATCH QUESTION

30 sec • 1 pt

Match the protocol with its port number

HTTPS

143

IMAP4

427

LDAP

443

SMB

389

SLP

445

4.

MATCH QUESTION

30 sec • 1 pt

Match the protocol with its port number

989

FTPS

3389

RDP

993

AFP

548

TFTP

69

IMAPS

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?