Which of the following describe SMTP?
A.) Used for downloading files to the router.
B.) Used for sending e-mail.
C.) Uses TCP.
D.) Uses UDP.
E.) Uses port 25.
F.) Used for managing IP devices.
Answer / guest
Answer: B C E
Send / Simple (depending on literature) Mail Transport
Protocol (SMTP)
is used for delivering mail to other mail servers. It uses
port 25, and
relies on TCP.
POP 3 (Post Office Protocol version 3) is used for
retrieving mail from
mail servers to clients.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is a protocol
What do you use the Aux port for? A.) Console B.) Terminal editing C.) Modem D.) Backup logging
What is a characteristic of Store and Forward switches? A.) They forward the frame before it is completely read. B.) They work at wire speed. C.) They are the same a Cut-Through switching. D.) They read the entire frame and check CRC before forwarding. E.) They decrease latency.
What is the role of the LLC sublayer?
How would you configure one host name that points to two IP addresses? A. IP host jacob 1.0.0.5 2.0.0.8 B. IP jacob 1.0.0.5 2.0.0.8 C. IP host jacob 1.0.0.5 D. IP host duplicate "all"
Explain the difference between routable and non- routable protocols?
Identify the command to configure a description on an interface? A.) Router> description Finance department B.) Router(config)# description Finance department C.) Router(config-if)# description Finance department D.) Router# description Finance department
Which command we give if router ios stucked?
When we use loop back ip?
Which two types of route table entries are used by a Layer 3 router to determine the appropriate path to destination? (Choose two) A. static route entry B. default route entry C. Dynamic route entry D. temporary route entry E. permanent route entry
Which IP address and wildcard mask would you use in your ACL to block all the hosts in the subnet 192.168.16.43/28?
What does the following line for an access list do? 'access-list 101 deny tcp 3.4.5.0 0.0.0.255 any eq 23' A.) deny all ftp traffic B.) deny all ftp traffic from subnet 3.4.5.0 C.) deny all telnet traffic from subnet 3.4.5.0 D.) deny all ftp traffic to subnet 3.4.5.0 E.) deny all telnet traffic