exam questions

Exam N10-008 All Questions

View all questions & answers for the N10-008 exam

Exam N10-008 topic 1 question 82 discussion

Actual exam question from CompTIA's N10-008
Question #: 82
Topic #: 1
[All N10-008 Questions]

Which of the following systems would MOST likely be found in a screened subnet?

  • A. RADIUS
  • B. FTP
  • C. SQL
  • D. LDAP
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Pongsathorn
Highly Voted 3 years, 3 months ago
Use a screened subnet - previously known as a demilitarized zone (DMZ) - for all publicly viewable servers, including web servers, FTP servers, and email relay servers. A screened subnet is a version of the DMZ that is created with two firewalls (each of the routers are operating as a firewall) and the DMZ (also called the perimeter between them)
upvoted 34 times
...
1stAid
Highly Voted 2 years ago
Selected Answer: B
B. Anyone who keeps saying another answer other than FTP. Go back to question#43. The PBQ for screened subnets...
upvoted 22 times
...
veggietron9000
Most Recent 8 months, 2 weeks ago
Selected Answer: B
RADIUS is important to protect. You don't want outside access to that.
upvoted 1 times
...
BigDazza_111
12 months ago
Selected Answer: B
Most likely because there is a web server within the DMZ offering services requiring FTP
upvoted 1 times
...
stanislaus450
1 year ago
Selected Answer: B
A screened subnet, also known as a DMZ (Demilitarized Zone), is a network segment that sits between an organization's internal network and an external network, such as the internet. The purpose of a screened subnet is to host services that need to be accessible from both the internal network and the external network while providing an additional layer of security. Among the options provided, the system that would MOST likely be found in a screened subnet is: B. FTP (File Transfer Protocol) FTP servers are often placed in a DMZ to allow external users to access files while segregating them from the internal network. This arrangement helps mitigate security risks associated with exposing file-sharing services to external users. Therefore, FTP is the most likely system to be found in a screened subnet.
upvoted 3 times
...
Danirenee
1 year, 1 month ago
Selected Answer: A
I see where the confusion might be. While B. FTP (File Transfer Protocol) could be found in a DMZ or screened subnet, it's not the most likely service to be found there. FTP is often used for transferring files between systems, and it's sometimes placed in a DMZ to allow external users to upload or download files without directly accessing the internal network. However, due to its security vulnerabilities (FTP sends credentials in plain text), it's not the preferred choice for secure file transfer over the internet. In a typical secure setup, FTP would be replaced with a more secure protocol like SFTP (SSH File Transfer Protocol) or FTPS (FTP over SSL/TLS). In the context of a screened subnet, services like RADIUS (A) are more likely to be found because they're used for authentication, which is often needed to control access to resources inside the internal network from external users.
upvoted 3 times
jcre
8 months, 2 weeks ago
By far, this is the BEST explanation. Thank You Danirenee. I share the same thought process and selected RADIUS for authentication purposes. However, I understand why an FTP server was selected. These types of questions should be for beginning Network Engineers however, these types of multiple choice answers are causing confusion. In a real network design both of those answers are correct.
upvoted 1 times
...
...
Dean1065
1 year, 3 months ago
Selected Answer: B
Yes question 43 give you the answer.
upvoted 2 times
...
Jay987654
1 year, 3 months ago
Selected Answer: B
The answer is B - FTP! A screened subnet is a network architecture that provides an additional layer of security by placing a firewall between the internal network and the external network. FTP (File Transfer Protocol) is a service that is commonly used for transferring files between computers on a network, but it is considered a less secure protocol because it transmits data in clear text and can be vulnerable to attacks. Therefore, it is often placed in a screened subnet to provide additional security and protect the internal network from potential attacks. A - RADIUS (Remote Authentication Dial-In User Service) is a centralized authentication protocol used for authenticating users who connect to a network remotely.
upvoted 2 times
...
Paula77
1 year, 4 months ago
Selected Answer: A
FTP is an user-oriented protocol, meaning that it requires authentication and authorization. This makes it a potential target for attackers. In the context of a screened subnet, placing an FTP server in the DMZ (demilitarized zone) would expose it to the public internet. This could allow attackers to gain unauthorized access to the FTP server. Why would you want to do that?
upvoted 1 times
...
Mehsotopes
1 year, 5 months ago
Selected Answer: B
Screened Subnet will often have your port 80 (HTTP) & port 443 (HTTPS) utilized for public web server access as well as port 20 & 21 for the FTP server utilizing TCP data transfer.
upvoted 1 times
...
GL1494
1 year, 7 months ago
Selected Answer: B
A screened subnet, also known as a DMZ (Demilitarized Zone), is a physical or logical subnetwork that contains and exposes an organization’s external-facing services to an untrusted network, usually the Internet. The following systems are most likely to be found in a screened subnet: FTP servers: If an organization needs to share files with external entities, they might place their FTP server in the DMZ.
upvoted 1 times
...
comeragh
1 year, 7 months ago
Selected Answer: B
Going with B for this one DMZ - a permiter network that protects an organisations internal local area network from untrusted traffic. Typically this is a subnet where you will place all your public facing servers eg: email server, web server and file server.
upvoted 1 times
...
Nisita
1 year, 7 months ago
Selected Answer: B
The other systems (RADIUS, SQL, LDAP) typically contain more sensitive data and are usually kept on the internal network, behind the firewall.
upvoted 1 times
...
JFTech
1 year, 7 months ago
Selected Answer: B
A screened subnet is a network architecture that uses one or more logical screening routers as a firewall to define three separate subnets: an external router, a perimeter network, and an internal router ¹. The perimeter network, also known as a demilitarized zone (DMZ), is intended for hosting servers that are accessible from or have access to both the internal and external networks ¹. In this context, the system that is most likely to be found in a screened subnet is **FTP** (File Transfer Protocol) ². FTP is used for transferring files between computers on a network and is often used to transfer files between the Internet and a DMZ server ². The other systems listed in the question, RADIUS (Remote Authentication Dial-In User Service), SQL (Structured Query Language), and LDAP (Lightweight Directory Access Protocol), are not typically found in a DMZ ³ .
upvoted 2 times
...
scarceanimal
1 year, 8 months ago
why would u have ftp in a dmz you want outside people to access it. The answer is A radius
upvoted 1 times
...
a792193
1 year, 8 months ago
Selected Answer: B
It is B. FTP server. It is not RADIUS. AAA server—the authentication server, positioned within the local network. There are two main types of AAA server: RADIUS and TACACS+.
upvoted 1 times
...
wefomo
1 year, 8 months ago
Selected Answer: B
The answer is B
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago