• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/31

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

31 Cards in this Set

  • Front
  • Back
Kurt, a network technician, has been notified that several PCs are infected and are sending spam emails. He wants to add a rule to the firewall to prevent the sending of emails from the internal network. Which of the following rules will prevent this?

A. Deny TCP port 25 outbound
B. Deny UDP port 53 outbound
C. Deny TCP port 110 outbound
D. Deny UDP port 213 outbound
A. Deny TCP port 25 outbound

NOTE: Port 25 is simple mail transport protocol if you block this you cannot send email
By default, which of the following ports would a network need to have opened to allow for the transmission of incoming and outgoing email? (Select TWO).

A. 21
B. 25
C. 80
D. 110
E. 123
B. 25 - SMTP (sending)

D. 110 POP 3 (Receiving)
Which of the following ports are used by default for web servers? (Select TWO).

A. 80
B. 110
C. 123
D. 143
E. 443
A. 80 http

E. 443 https (secure)
Sandy, a technician, is asked to not allow FTP traffic on a network. Which of the following ports should be blocked on the firewall to achieve this?

A. 21
B. 22
C. 23
D. 25
A. 21

File transport Protocol
Which of the following ports should be allowed through a firewall to allow DNS resolution to occur to an outside DNS server?

A. 20
B. 53
C. 80
D. 3389
B. 53
Which of the following ports carries IMAP traffic, by default, on modern email systems?

A. 23
B. 25
C. 80
D. 143
D. 143
Which of the following is the port number used by HTTP?

A. 21
B. 80
C. 443
D. 3389
B. 80
Which of the following ports is the default telnet port?

A. 20
B. 21
C. 22
D. 23
D. 23 Telnet
Users are unable to access the Internet but the users are able to send/receive email from their desktops. Which of the following ports is MOST likely being blocked?

A. 25
B. 80
C. 110
D. 143
B. 80 http
Which of the following ports is the default telnet port?

A. 20
B. 21
C. 22
D. 23
D. 23 Telnet
Which of the following ports does POP3 services use, by default?

A. 25
B. 110
C. 143
D. 443
B. 110
Sandy, a network administrator, needs to allow all websites to be accessible by the sales team for business purposes. Which of the following ports need to be enabled on the firewall? (Select TWO).

A. 23
B. 25
C. 53
D. 80
E. 443
D. 80 - http

E. 443 - https
Which of the following ports does POP3 services use, by default?

A. 25
B. 110
C. 143
D. 443
B. 110 POP3
Which of the following ports would have to be allowed through a firewall to allow SNMP traffic to pass on its default port? (Select TWO).

A. 22
B. 23
C. 143
D. 161
E. 162
F. 8080
D. 161 Simple Network Management Protocol (SNMP)
E. 162 Simple Network Management Protocol Trap (SNMPTRAP)
Which of the following ports would Kurt, a technician, need to open on a firewall to allow SSH on the default port?

A. 20
B. 21
C. 22
D. 23
C. 22 SSH
What is port 20?
FTP data transfer
What is port 21?
FTP control (command)
What is port 22?
Secure Shell (SSH) — used for secure logins, file transfers (scp, sftp) and port forwarding
What is port 23?
Telnet protocol—unencrypted text communications
What is port 25?
Simple Mail Transfer Protocol (SMTP)—used for e-mail routing between mail servers

NOTE: I think of it as "Send Mail to People"
What is port 53?
Domain Name System (DNS)
What is port 80?
Hypertext Transfer Protocol (HTTP)
What is TCP Port 110?
Post Office Protocol v3 (POP3)
What is TCP Port 119?
Network News Transfer Protocol (NNTP)—retrieval of newsgroup messages
What is UDP Port 123?
Network Time Protocol (NTP)—used for time synchronization
What is TCP Port 143?
Internet Message Access Protocol (IMAP)—management of email messages
What is UDP Port 161?
Simple Network Management Protocol (SNMP)
What is UDP Port 162
Simple Network Management Protocol Trap (SNMPTRAP)
What is TCP Port 443?
Hypertext Transfer Protocol over TLS/SSL (HTTPS)
What is port TCP/UDP 3389?
Microsoft Terminal Server (RDP) officially registered as Windows Based Terminal (WBT)

NOTE: Remote Desktop Protocol
What is TCP Port 8080?
HTTP alternate (http_alt)—commonly used for Web proxy and caching server, or for running a Web server as a non-root user