SEC+ Revision Questions Networking Basics and Terminology Flashcards
Which network device transmits data between different networks by examining the destination network address in a packet?
Router
You have been asked to implement a solution that separates a large busy network into many smaller collision domains. Which device should you implement?
Layer 2 switch
A busy website has not been responding well because of the large volumes of HTTP connections to the web server. Which solution would increase web server performance?
Install two web servers hosting the same content. Configure a load balancer to distribute incoming HTTP connections between the two web servers.
Your network consists of customers who connect to the Internet using their Wi-Fi mobile devices and employees who use their wired desktops for company business. You must ensure customer traffic and corporate network traffic are kept isolated. What should you do?
Place the wireless access point on a separate VLAN
Your company’s networks and devices were recently migrated to IPv6, although there are still a small number of IPv4 hosts online. You are asked to verify that a server named hq-01.acme.com is reachable on the network via IPv6. Write the command(s) you would use to verify this:
Ping -6 hq-01.acme.com
-6: This option tells the ping command to use IPv6 (Internet Protocol version 6) instead of the default IPv4 (Internet Protocol version 4)
Your network consists of routers and switches, as well as a variety of other network devices. You are configuring a wireless router, as shown in Figure 1-1, and need to allow network management traffic through. Which protocol should be removed from the blocked list?
SNMP
Simple Network Management Protocol (SNMP)
breakdown:
Which protocol suite uses 128-bit IP addresses?
IPv6
Your newly configured SMTP mail server is not receiving mail from the Internet. You realize you did not configure any DNS records for SMTP mail transfer. Which type of DNS resource record must you create?
MX
Breakdown:
While troubleshooting connectivity to your remote file server, you realize that a firewall is preventing you from pinging the server. Which type of firewall rule should you create to allow ping traffic?
ICMP
Breakdown:
199.126.19.71 is an example of which type of address?
IPv4
Your Linux virtual file server is running out of disk space. It has been decided that a network storage appliance on a dedicated TCP/IP network will provide disk space to your file server. Which type of SAN disk access protocol will be used by the file server?
iSCSI
Your SAN solution uses optical technology designed solely for high-speed connectivity from servers to disk storage. Which type of SAN is this?
Fibre Channel SAN
How do FCoE and iSCSI differ?
iSCSI uses TCP/IP; FCoE does not.
Which TCP/IP protocol uses TCP ports 20 and 21?
FTP
Which TCP/IP protocol does not have authentication configuration options?
TFTP