Comptia N CompTIA Network+ Certification. Version: 9.0

Size: px
Start display at page:

Download "Comptia N CompTIA Network+ Certification. Version: 9.0"

Transcription

1 Comptia N CompTIA Network+ Certification Version: 9.0

2 Topic 1, Network architecture QUESTION NO: 1 A technician needs to limit the amount of broadcast traffic on a network and allow different segments to communicate with each other. Which of the following options would satisfy these requirements? Add a router and enable OSPF. Add a layer 3 switch and create a VLAN. Add a bridge between two switches. Add a firewall and implement proper ACL. Answer: B We can limit the amount of broadcast traffic on a switched network by dividing the computers into logical network segments called VLANs. A virtual local area network (VLAN) is a logical group of computers that appear to be on the same LAN even if they are on separate IP subnets. These logical subnets are configured in the network switches. Each VLAN is a broadcast domain meaning that only computers within the same VLAN will receive broadcast traffic. Toallow different segments (VLAN) to communicate with each other, a router is required to establish a connection between the systems. We can use a network router to route between the VLANs or we can use a Layer 3 switch. Unlike layer 2 switches that can only read the contents of the data-link layer protocol header in the packets they process, layer 3 switches can read the (IP) addresses in the network layer protocol header as well. "Pass Any Exam. Any Time." - 2

3 QUESTION NO: 2 The network install is failing redundancy testing at the MDF. The traffic being transported is a mixture of multicast and unicast signals. Which of the following would BEST handle the rerouting caused by the disruption of service? Layer 3 switch Proxy server Layer 2 switch Smart hub Answer: A The question states that the traffic being transported is a mixture of multicast and unicast signals. There are three basic types of network transmissions: broadcasts, which are packets transmitted to every node on the network; unicasts,which are packets transmitted to just one node; and multicasts, which are packets transmitted to a group of nodes. Multicast is a layer 3 feature of IPv4 & IPv6. Therefore, we would need a layer 3 switch (or a router) to reroute the traffic. Unlike layer 2switches that can only read the contents of the data-link layer protocol header in the packets they process, layer 3 switches can read the (IP) addresses in the network layer protocol header as well. QUESTION NO: 3 Which of the following network devices use ACLs to prevent unauthorized access into company systems? "Pass Any Exam. Any Time." - 3

4 IDS Firewall Content filter Load balancer Answer: B A firewall is a system designed to prevent unauthorized access to or from a private network. Firewalls arefrequently used to prevent unauthorized Internet users from accessing privatenetworks connected to the Internet, especially intranets. Firewalls use ACLs (access control lists) to determine which traffic is allowed through the firewall. All traffic entering or leaving the intranet passes through the firewall, which examines each message and blocks or allows the message depending on rules specified in the ACL. The rules in the ACL specify which combinations of source IP address, destination address in IP port numbers are allowed. QUESTION NO: 4 Which of the following is used to define how much bandwidth can be used by various protocols on the network? Traffic shaping High availability Load balancing "Pass Any Exam. Any Time." - 4

5 Fault tolerance Answer: A If a network connection becomes saturated to the point where there is a significant level of contention, network latency can rise substantially. Traffic shaping is used to control the bandwidth used by network traffic. In a corporate environment, business-related traffic may be given priority over other traffic. Traffic can be prioritized based on the ports used by the application sending the traffic. Delayed traffic is stored in a buffer until the higher priority traffic has been sent. QUESTION NO: 5 Which of the following is used to authenticate remote workers who connect from offsite? (Select TWO). OSPF VTP trunking Virtual PBX RADIUS E x Answer: D,E "Pass Any Exam. Any Time." - 5

6 D: A RADIUS (Remote Authentication Dial-in User Service)server is a server with a database of user accounts and passwords used as a central authentication database for users requiring network access. RADIUS servers are commonly used by ISP s to authenticate their customer s Internet connections. Remote users connect to one or more Remote Access Servers. The remote access servers then forward the authentication requests to the central RADIUS server. E: 802.1X is an IEEE Standard for Port-based Network Access Control (PNAC). It provides an authentication mechanism to devices wishing to attach to a network X authentication involves three parties: a supplicant, an authenticator, and an authentication server. The supplicant is a client that wishes to attach to the network. The authenticator is a network device,such as an Ethernet switch, wireless access point or in this case, a remote access server and the authentication server is the RADIUS server. QUESTION NO: 6 Which of the following provides accounting, authorization, and authentication via a centralized privileged database, as well as, challenge/response and password encryption? Multifactor authentication ISAKMP TACACS+ Network access control Answer: C TACACS+ (Terminal Access Controller Access-Control System Plus) is aprotocol that handles "Pass Any Exam. Any Time." - 6

7 authentication, authorization, and accounting (AAA) services. Similar to RADIUS, TACACS+ is a centralized authentication solution used to provide access to network resources. TACACS+ separates the authentication, authorization, and accounting services enabling you to host each service on a separate server if required. QUESTION NO: 7 A technician needs to set aside addresses in a DHCP pool so that certain servers always receive the same address. Which of the following should be configured? Leases Helper addresses Scopes Reservations Answer: D A reservation is used in DHCP to ensure that a computer always receives the same IP address. To create a reservation, you need to know the hardware MAC address ofthe network interface card that should receive the IP address. For example, if Server1 has MAC address of 00:A1:FB:12:45:4C and that computer should always get as its IP address, you can map the MAC address of Server1 with the IP address to configure reservation. "Pass Any Exam. Any Time." - 7

8 QUESTION NO: 8 Joe, a network technician, is setting up a DHCP server on a LAN segment. Which of the following options should Joe configure in the DHCP scope, in order to allow hosts on that LAN segment using dynamic IP addresses, to be able to access the Internet and internal company servers? (Select THREE). Default gateway Subnet mask Reservations TFTP server E. Lease expiration time of 1 day F. DNS servers G. Bootp Answer: A,B,F The question statesthat the client computers need to access the Internet as well as internal company servers. To access the Internet, the client computers need to be configured with an IP address with a subnet mask (answer B) and the address of the router that connects thecompany network to the Internet. This is known as the default gateway (answer A). To be able to resolve web page URLs to web server IP addresses, the client computers need to be configured with the address of a DNS server (answer F). "Pass Any Exam. Any Time." - 8

9 QUESTION NO: 9 A technician just completed a new external website and setup access rules in the firewall. After some testing, only users outside the internal network can reach the site. The website responds to a ping from the internal network and resolves the proper public address. Which of the following could the technician do to fix this issue while causing internal users to route to the website using an internal address? Configure NAT on the firewall Implement a split horizon DNS Place the server in the DMZ Adjust the proper internal ACL Answer: B Split horizon DNS (also known as Split Brain DNS) is a mechanism for DNS servers to supply different DNS query results depending on the source of the request. This can be done by hardware-basedseparation but is most commonly done in software. In this question, we want external users to be able to access the website by using a public IP address. To do this, we would have an external facing DNS server hosting a DNS zone for the website domain. Forthe internal users, we would have an internal facing DNS server hosting a DNS zone for the website domain. The external DNS zone will resolve the website URL to an external public IP address. The internal DNS server will resolve the website URL to an internal private IP address. QUESTION NO: 10 "Pass Any Exam. Any Time." - 9

10 When configuring a new server, a technician requests that an MX record be created in DNS for the new server, but the record was not entered properly. Which of the following was MOST likely installed that required an MX record to function properly? Load balancer FTP server Firewall DMZ Mail server Answer: D A mail exchanger record (MX record) is a DNS record used by servers to determine the name of the server responsiblefor accepting for the recipient s domain. For example a user sends an to recipient@somedomain.com. The sending user s server will query the somedomain.com DNS zone for an MX record for the domain. The MX record will specify the hostnameof the server responsible for accepting for the somedomain.com domain, for example, mailserver.somedomain.com. The sending server will then perform a second DNS query to resolve mailserver.somedomain.com to an IP address. The sending mailserver will then forward the to the destination mail server. QUESTION NO: 11 Which of the following protocols uses label-switching routers and label-edge routers to forward traffic? BGP "Pass Any Exam. Any Time."

11 OSPF IS-IS MPLS Answer: D In an MPLS network, data packets are assigned labels. Packet-forwarding decisions are made solely on the contents of this label, without the need to examine the packet itself. MPLS works by prefixing packets with an MPLS header, containing one or more labels. An MPLS router that performs routing based only on the label is called a label switch router (LSR) or transit router. This is a type of router located in the middle of a MPLS network. It is responsible for switching the labels used to route packets. When an LSR receives a packet, it uses the label included in the packet header as an index to determine the next hop on the label-switched path (LSP) and a corresponding label for the packet from a lookup table. The old label is then removed from the header and replaced with the new label before the packet is routed forward. A label edge router (LER) is a router that operates at the edge of an MPLS network and acts as the entry and exit points for the network. LERs respectively, add an MPLS label onto an incoming packet and remove it off the outgoing packet. When forwarding IP datagrams into the MPLS domain, an LER uses routing information to determine appropriate labels to be affixed, labels the packet accordingly, and then forwards the labelled packets into the MPLS domain. Likewise, upon receiving a labelled packet which is destined to exit the MPLS domain, the LER strips off the label and forwards the resulting IP packet using normal IP forwarding rules. QUESTION NO: 12 Which of the following is MOST likely to use an RJ-11 connector to connect a computer to an ISP using a POTS line? "Pass Any Exam. Any Time."

12 Multilayer switch Access point Analog modem DOCSIS modem Answer: C Before ADSL broadband connections became the standard for Internet connections, computers used analog modems to connect to the Internet. By today s standards, analog modems are very slow typically offering a maximum bandwidth of 56Kbps. An analog modem (modulator/demodulator) converts (modulates) a digital signal from a computerto an analog signal to be transmitted over a standard (POTS) phone line. The modem then converts (demodulates) the incoming analog signal to digital data to be used by the computer. An analog modem uses an RJ-11 connector to connect to a phone line (POTS)in the same way a phone does. QUESTION NO: 13 An administrator notices an unused cable behind a cabinet that is terminated with a DB-9 connector. Which of the following protocols was MOST likely used on this cable? RS "Pass Any Exam. Any Time."

13 ATM Tokenring Answer: A A DB-9 connector is used on serial cables. Serial cables use the RS-232 protocol which defines the functions of the 9 pins in a DB-9 connector. The RS-232 standard was around long before computers. It s rare to see a new computer nowadays with a serial port but they were commonly used for connecting external analog modems, keyboards and mice to computers. QUESTION NO: 14 Which of the following connection types is used to terminate DS3 connections in a telecommunications facility? 66 block BNC F-connector RJ-11 Answer: B "Pass Any Exam. Any Time."

14 A DS3 (Digital Signal 3) is also known as a T3 line with a maximum bandwidth of Mbit/s. DS3 uses 75 ohm coaxial cable and BNC connectors. QUESTION NO: 15 An F-connector is used on which of the following types of cabling? CAT3 Single mode fiber CAT5 RG6 Answer: D An F connector is a coaxial RF connector commonly used for terrestrial television, cable television and universally forsatellite television and cable modems, usually with RG-6/U cable or, in older installations, with RG-59/U cable. QUESTION NO: 16 A network technician must utilize multimode fiber to uplink a new networking device. Which of the following Ethernet standards could the technician utilize? (Select TWO). "Pass Any Exam. Any Time."

15 1000Base-LR 1000Base-SR 1000Base-T 10GBase-LR E. 10GBase-SR F. 10GBase-T Answer: B,E 1000BASE-SX is a fiber optic Gigabit Ethernet standard for operation over multi-mode fiberwith a distance capability between 220 meters and 550 meters. 10Gbase-SRis a 10 Gigabit Ethernet LAN standard for operation over multi-mode fiber optic cable and short wavelength signaling. QUESTION NO: 17 CORRECT TEXT You have been tasked with testing a CAT5e cable. A summary of the test results can be found on the screen. Step 1: Select the tool that was used to create the cable test results. Step 2: Interpret the test results and select the option that explains the results. After you are done with your analysis, click the 'Submit Cable Test Analysis' button. "Pass Any Exam. Any Time."

16 A Cable Certifier provides Pass or Fail information in accordance with industry standards but can also show detailed information when a Fail occurs. This includesshorts, the wire pairs involved and the distance to the short. When a short is identified, at the full length of the cable it means the cable has not been crimped correctly. "Pass Any Exam. Any Time."

17 QUESTION NO: 18 A network engineer needs to set up a topology that will not fail if there is an outage on a single piece of the topology. However, the computers need to wait to talk on the network to avoid congestions. Which of the following topologies would the engineer implement? Star Bus Ring Mesh Answer: C Token Ring networks are quite rare today. Token Ring networks use the ring topology. Despite being called a Ring topology, the ring is logical and the physical network structure often forms a star topology with all computers on the network connecting to a central multistation access unit (MAU). The MAU implements the logical ring by transmitting signals to each node in turn and waiting for the node to send them back before it transmits to the next node. Therefore, although the cables are physically connected in a star, the data path takes the form of a ring. If any computer or network cable fails in a token ring network, the remainder of the network remains functional. The MAU has the intelligence to isolate the failed segment. To ensure that the computers need to wait to talk on the network to avoid congestions, a Token Ring network uses a token. The token continually passes around the network until a computer needs to send data. The computer then takes the token and transmits the data beforereleasing the token. Only a computer in possession of the token can transmit data onto the network. "Pass Any Exam. Any Time."

18 QUESTION NO: 19 A network topology that utilizes a central device with point-to-point connections to all other devices is which of the following? Star Ring Mesh Bus Answer: A A Star network is the most common network in use today. Ethernet networks with computers connected to a switch (or a less commonly a hub) form a star network. The switch forms the central component ofthe star. All network devices connect to the switch. A network switch has a MAC address table which it populates with the MAC address of every device connected to the switch. When the switch receives data on one of its ports from a computer, it looks in the MAC address table to discover which port the destination computer is connected to. The switch then unicasts the data out through the port that the destination computer is connected to. QUESTION NO: 20 Which of the following network topologies has a central, single point of failure? Ring "Pass Any Exam. Any Time."

19 Star Hybrid Mesh Answer: B A Star network is the most common network in use today. Ethernet networks with computers connected to a switch (or a less commonly a hub) form a star network. The switch forms the central component of the star. All network devices connect to the switch. A network switch has a MAC address table which it populates with the MAC address of every device connected to the switch. When the switch receives data on one of its ports from a computer, it looks in the MAC address table to discover which port the destination computer is connected to. The switch then unicasts the data out through the port that the destination computer is connected to. The switch that forms thecentral component of a star network is a single point of failure. If the switch fails, no computers will be able to communicate with each other. QUESTION NO: 21 Which of the following refers to a network that spans several buildings that are within walking distance of each other? CAN WAN PAN "Pass Any Exam. Any Time."

20 MAN Answer: A CAN stands for Campus Area Network or Corporate Area Network. Universities or colleges often implement CANs to link the buildings in a network. The range of CAN is 1KMto 5KM. If multiple buildings have the same domain and they are connected with a network, then it will be considered as a CAN. QUESTION NO: 22 Which of the following network infrastructure implementations would be used to support files being transferred between Bluetooth-enabled smartphones? PAN LAN WLAN MAN Answer: A PAN stands for Personal Area Network. It is a network of devices in the area of a person typically within a range of 10 meters and commonly using a wirelesstechnology such as Bluetooth or IR "Pass Any Exam. Any Time."

21 (Infra-Red). QUESTION NO: 23 Which of the following describes an IPv6 address of ::1? Broadcast Loopback Classless Multicast Answer: B The loopback address is a special IP address thatis designated for the software loopback interface of a computer. The loopback interface has no hardware associated with it, and it is not physically connected to a network. The loopback address causes any messages sent to it to be returned to the sendingsystem. The loopback address allows client software to communicate with server software on the same computer. Users specify the loopback address which will point back to the computer's TCP/IP network configuration. In IPv4, the loopback address is In IPv6, the loopback address is 0:0:0:0:0:0:0:1, which can be shortened to ::1 "Pass Any Exam. Any Time."

22 QUESTION NO: 24 Which of the following is an example of an IPv4 address? 192:168:1: :AB:FA:B1:07:34 ::1 Answer: B AnIPv4 address is notated as four decimal numbers each between 0 and 255 separated by dots (xxx.xxx.xxx.xxx). Each number is known as an octet as it represents eight binary bits. All four octets make up a 32-bit binary IPv4 address. In this question, is a valid IPv4 address. QUESTION NO: 25 A technician, Joe, needs to troubleshoot a recently installed NI He decides to ping the local loopback address. Which of the following is a valid IPv4 loopback address? "Pass Any Exam. Any Time."

23 Answer: B The loopback address is a special IP address that is designated for the software loopback interface of a computer. The loopback interface has no hardware associated with it, and it is not physically connected to a network. The loopback address causes any messages sent to it to be returned to the sending system. The loopback address allows client software to communicate with server software on the same computer. Users specify the loopback address which willpoint back to the computer's TCP/IP network configuration. In IPv4, the loopback address is In IPv6, the loopback address is 0:0:0:0:0:0:0:1, more commonly notated as follows. ::1 QUESTION NO: 26 A technician, Joe, has been tasked with assigning two IP addresses to WAN interfaces on connected routers. In order to conserve address space, which of the following subnet masks should Joe use for this subnet? /24 /32 /28 /29 E. /30 "Pass Any Exam. Any Time."

24 Answer: E An IPv4 addressconsists of 32 bits. The first x number of bits in the address is the network address and the remaining bits are used for the host addresses. The subnet mask defines how many bits form the network address and from that, we can calculate how many bits are used for the host addresses. In this question, the /30 subnet mask dictates that the first 30 bits of the IP address are used for network addressing and the remaining 2 bits are used for host addressing. The formula to calculate the number of hosts in a subnet is 2n - 2. The "n" in the host's formula represents the number of bits used for host addressing. If we apply the formula (22 2), a /30 subnet mask will provide 2 IP addresses. QUESTION NO: 27 HOTSPOT Corporate headquarters provided your office a portion of their class B subnet to use at a new office location. Allocate the minimum number of addresses (using CIDR notation) needed to accommodate each department. After accommodating each department, identify the unused portion of the subnet by responding to the question on the graphic. All drop downs must be filled. Instructions: When the simulation is complete, please select the Done button to submit. "Pass Any Exam. Any Time."

25 "Pass Any Exam. Any Time."

26 All Networks have the range from /0 to/32 Answer: "Pass Any Exam. Any Time."

27 An IPv4 address consists of 32 bits. The first x number of bits in the address is the network address and the remaining bits are used for the host addresses. The subnet mask defines howmany bits form the network address and from that, we can calculate how many bits are used for the host addresses. The formula to calculate the number of hosts in a subnet is 2n - 2. The "n" in the host's formula represents the number of bits used for host addressing.if we apply the formula (22 2), we can determine that the following subnets should be configured: Sales network /26 This will provide up to 62 usable IP addresses (64-2 for subnet and broadcast IP) HR network - /27 This will provide for up to 30usable IP s (32-2) IT - /28 This will provide for up to 14 usable IP s (16-2) Finance - /26 Note that a /27 is 32 IP addresses but 2 of those are reserved for the network and broadcast IP s and can t be used for hosts. "Pass Any Exam. Any Time."

28 Marketing - /28 If we add up howmany IP blocks are used that is =192. A /24 contains 256 IP addresses, so =64. So the last unused box should be a /26, which equates to 64 addresses QUESTION NO: 28 A host has been assigned the address This is an example of which of the following address types? APIPA MAC Static Public Answer: A APIPA stands for Automatic Private IP Addressing and is a feature of Windows operating systems. When a client computer is configured to use automatic addressing (DHCP), APIPA assigns a class B IP address from to to the client when a DHCP server is unavailable. When a client computer configured to use DHCP boots up, it first looks for a DHCP server to provide the client with IP address and subnet mask. If the client is unable to contact a DHCP server, it uses APIPA to automatically configure itself with an IP address from a range that has been reserved especially for Microsoft. The client also configures itself with a default class "Pass Any Exam. Any Time."

29 Bsubnet mask of The client will use the self-configured IP address until a DHCP server becomes available. QUESTION NO: 29 A company wants to create highly available datacenters. Which of the following will allow the company to continue to maintain an Internet presence at all sites in the event that a WAN circuit at one site goes down? Load balancer VRRP OSPF BGP Answer: D A collection of networks that fall within the same administrative domain is called an autonomous system (AS). In this question, each datacenter will be an autonomous system. The routers within an AS use an interior gateway protocol, such as the Routing Information Protocol (RIP) or the Open Shortest Path First (OSPF) protocol, to exchange routing information among themselves. At the edges of an AS are routers that communicate with the other AS s on the Internet, using an exterior gateway protocol such as the Border Gateway Protocol (BGP). If a WAN link goes down, BGP will route datathrough another WAN link if redundant WAN links are available. "Pass Any Exam. Any Time."

30 QUESTION NO: 30 An organization requires a second technician to verify changes before applying them to network devices. When checking the configuration of a network device, a technician determines that a coworker has improperly configured the AS number on the device. This would result in which of the following? The OSPF not-so-stubby area is misconfigured Reduced wireless network coverage Spanning tree ports in flooding mode BGP routing issues Answer: D BGP (Border Gateway Protocol) is used to route data between autonomous systems (AS s) A collection of networks that fall within the same administrative domain is called an autonomous system (AS). The routers within an AS use an interior gateway protocol, such as the Routing Information Protocol (RIP) or the Open Shortest Path First (OSPF) protocol, to exchange routing information among themselves. At the edges of an AS are routers that communicate with the other AS s on the Internet, using an exterior gateway protocol such as the Border Gateway Protocol (BGP). QUESTION NO: 31 When convergence on a routed network occurs, which of the following is true? "Pass Any Exam. Any Time."

31 All routers are using hop count as the metric Allrouters have the same routing table All routers learn the route to all connected networks All routers use route summarization Answer: C Routers exchange routing topology information with each other by using a routing protocol. Whenall routers have exchanged routing information with all other routers within a network, the routers are said to have converged. In other words: In a converged network all routers "agree" on what the network topology looks like. QUESTION NO: 32 An administrator has a virtualization environment that includes a vsan and iscsi switching. Which of the following actions could the administrator take to improve the performance of data transfers over iscsi switches? The administrator should configure the switch ports to auto-negotiate the proper Ethernet settings. The administrator should configure each vsan participant to have its own VLAN. The administrator should connect the iscsi switches to each other over inter-switch links (ISL). The administrator should set the MTU to 9000 on the each of the participants in the vsan. "Pass Any Exam. Any Time."

32 Answer: D When using an iscsi SAN (with iscsi switching), we can improve network performance by enabling jumbo frames. A jumbo frame is a frame with an MTU of more than By setting the MTU to 9000, there will be fewer but larger frames going over the network. Enabling jumbo frames can improve network performance by making data transmissions more efficient. The CPUs on switches and routers can only processone frame at a time. By putting a larger payload into each frame, the CPUs have fewer frames to process. QUESTION NO: 33 Which of the following would be used in an IP-based video conferencing deployment? (Select TWO). RS k modem Bluetooth Codec E. SIP Answer: D,E The term "codec" is a concatenation of "encoder" and "decoder. In video conferencing, a codec is "Pass Any Exam. Any Time."

33 software (or can be hardware) that compresses (encodes) raw video data before it is transmitted overthe network. A codec on the receiving video conferencing device will then decompress (decode) the video signal for display on the conferencing display. The Session Initiation Protocol (SIP) is a protocol for initiating an interactive user session that involves multimedia elements such as voice, chat, gaming, or in this case video. QUESTION NO: 34 Which of the following network elements enables unified communication devices to connect to and traverse traffic onto the PSTN? Access switch UC gateway UC server Edge router Answer: B People use many methods of communication nowadays such as voice, , video and instant messaging. People also use many different devices to communicate such as smart phones, PDAs, computers etc.unified Communications (UC) enables people using different modes of communication, different media, and different devices to communicate with anyone, anywhere, at any time. Many communication methods use digital signals. To send a digital signal over the analog PSTN, you need a gateway (in this case a UC Gateway) to convert the digital signals into an analog format that can be sent over the PSTN. "Pass Any Exam. Any Time."

34 QUESTION NO: 35 A technician is connecting a NAS device to an Ethernet network. Which of the following technologies will be used to encapsulate the frames? HTTPS Fibre channel iscsi MS-CHAP Answer: C A NAS or a SAN will use either iscsi or Fiber Channel. In this question, the NAS is connected to an Ethernet network. Therefore, iscsi will most likely be used (Fiber Channel over Ethernet (FCoE) can be used but is less common). ISCSI means Internet SCSI. ISCSI uses TCP (Transmission Control Protocol) which enables it to be used over TCP/IP networks such as Ethernet. For Fiber channel,a separate Fiber Channel network would be required unless FCoE is used. QUESTION NO: 36 A SQL server needs several terabytes of disk space available to do an uncompressed backup of a database. Which of the following devices would be the MOST cost efficient to use for this backup? iscsi SAN "Pass Any Exam. Any Time."

35 FCoE SAN NAS USB flash drive Answer: C A NAS is a Network Attached Storage device; typically a bunch of cheap hard disks, usually arranged in a Raid and consisting of either SAS (serial attached SCSI) or Sata disks just like the ones in most desktops. A NAS is essentially a file server that connects to an Ethernet network and is configured with a TCP/IP address. A NAS supports Windows networking and works at the file level as opposedto a SAN (Storage Area Network) which works at the block level when dealing with data. You can access file shares on a NAS in the same way that you would access file shares on a file server. A NAS is a much cheaper option than a SAN. QUESTION NO: 37 A company has a new offering to provide access to their product from a central location rather than clients internally hosting the product on the client network. The product contains sensitive corporate information that should not be accessible from one client to another. This is an example of which of the following? Public SaaS Private SaaS Hybrid IaaS "Pass Any Exam. Any Time."

36 Community IaaS Answer: B SaaS stands for Software as a Service. This is a cloud model whereby a service provider provides asoftware service and makes the service available to customers over the Internet. Examples of Saas include Microsoft Office 365, Microsoft Exchange Online, Microsoft Lync Online etc. Advantages of Saas include ease of administration: no need to install andconfigure local servers, no need to configure backups, no need to keep the software patched, no need to worry about system recovery, lower costs: saving on the purchase of server hardware and software; with SaaS, you lease the service paying either monthlyor yearly and compatibility by ensuring that all users are using the same version of software. There are two types of SaaS: public and private. With public Saas, multiple customers (usually companies) share the same servers running the software. Withprivate Saas, the servers running the software are dedicated to a single customer which provides the isolation and extra security required when dealing with sensitive information. QUESTION NO: 38 A technician is helping a SOHO determine where to install the server. Which of the following should be considered FIRST? Compatibility requirements Environment limitations Cable length "Pass Any Exam. Any Time."

37 Equipment limitations Answer: B SOHO stands for Small Office / Home Office. A SOHO network istypically a small network. Being a small network, it is unlikely that it will have a datacenter or even a dedicated server room. Any servers installed in the network will still have the same environmental requirements as servers in a large network. The servers should be in a secure isolated area if required. The servers also need to be kept cool and dry. Therefore, the first consideration in a SOHO office is Environment limitations : where the servers and other network hardware will be located. QUESTION NO: 39 A technician has been given a list of requirements for a LAN in an older building using CAT6 cabling. Which of the following environmental conditions should be considered when deciding whether or not to use plenum-rated cables? Workstation models Window placement Floor composition Ceiling airflow condition Answer: D "Pass Any Exam. Any Time."

38 In a large building, the plenum is the space between floors used to circulate air through the building. This space is also an ideal place to run computer network cabling. However, in the event of fire in the building, the network cables can be very hazardous because when they burn, the cable insulation gives off a poisonous smoke that gets circulated around the building. Furthermore, the burning cables help to spread the fire. Plenum-rated cables are designed to be cabled through the plenum in a building. Plenum-rated cables are covered in fire-retardant plastic jacket to avoid the risk of toxic smoke being circulated around the building. QUESTIONNO: 40 A VLAN with a gateway offers no security without the addition of: An ACL w. A RADIUS server d. Answer: A A gateway in a VLAN connects to another network. The other network can be the Internet, another subnet on the network or another VLAN. The gateway will be a router and for security, it should also be a firewall. A firewall is a system designed to prevent unauthorized access to or from a private network. Firewalls are frequently used to prevent unauthorized Internet users from accessing private networks connected to the Internet, especially intranets. Firewalls use ACLs (access control lists) to determine which traffic is allowed through the firewall. All traffic entering or leaving the intranet passes through the firewall, which examines each message and blocks or allows the message depending on rules specified in the ACL. The rules in the ACL specify which combinations of source IP address, destination address in IP port numbers are allowed. "Pass Any Exam. Any Time."

39 Topic 2, Network operations QUESTION NO: 40 A company is experiencing accessibility issues reaching services on a cloud-based system. Which of the following monitoring tools should be used to locate possible outages? Network analyzer Packet analyzer Protocol analyzer Network sniffer Answer: A A network analyzer is a useful tool, helping you do things like track traffic and malicious usage on the network. QUESTION NO: 41 Company policies require that all network infrastructure devices send system level information to a centralized server. Which of the following should be implemented to ensure the network administrator can review device error information from one central location? TACACS+ server "Pass Any Exam. Any Time."

40 Single sign-on SYSLOG server Wi-Fi analyzer Answer: C Syslog is a protocol designed to send log entries generated by a device or process called a facility across an IP network to a message collector, called a syslog server. A syslog message consists of anerror code and the severity of the error. A syslog server would enable the network administrator to view device error information from a central location. QUESTION NO: 42 After a recent breach, the security technician decides the company needs to analyze and aggregate its security logs. Which of the following systems should be used? Event log Syslog SIEM SNMP Answer: C "Pass Any Exam. Any Time."

41 Using a Security information and event management (SIEM) product, the security logs can be analyzed andaggregated. SIEM is a term for software products and services combining security information management (SIM) and security event management (SEM). SIEM technology provides real-time analysis of security alerts generated by network hardware and applications. SIEM is sold as software, appliances or managed services, and are also used to log security data and generate reports for compliance purposes. SIEM capabilities include Data aggregation; Log management aggregates data from many sources, including network, security, servers, databases, applications, providing the ability to consolidate monitored data to help avoid missing crucial events. QUESTION NO: 43 A technician would like to track the improvement of the network infrastructure after upgrades. Which of the following should the technician implement to have an accurate comparison? Regression test Speed test Baseline Statement of work Answer: C In networking, baseline can refer to the standard level of performance ofa certain device or to the normal operating capacity for your whole network. High-quality documentation should include a baseline for network performance, because you and your client need to know what normal looks like in order to detect problems beforethey develop into disasters. "Pass Any Exam. Any Time."

42 A network baseline delimits the amount of available bandwidth available and when. For networks and networked devices, baselines include information about four key components: Processor Memory Hard-disk (or other storage) subsystem Network adapter or subsystem QUESTION NO: 44 It has been determined by network operations that there is a severe bottleneck on the company's mesh topology network. The field technician has chosen to use log management and found that one router is making routing decisions slower than others on the network. This is an example of which of the following? Network device power issues Network device CPU issues Storage area network issues Delayed responses from RADIUS Answer: B Network processors (CPUs) are used in the manufacture of many different types of network equipment such as routers. Such a CPU on a router could become bottleneck for the network traffic. The routing through that device would then slow down. "Pass Any Exam. Any Time."

43 QUESTION NO: 45 A network technician receives the following alert from a network device: "High utilizations threshold exceeded on gi1/0/24 : current value " Which of the following is being monitored to trigger the alarm? Speed and duplex mismatch Wireless channel utilization Network device CPU Network device memory E. Interface link status Answer: E This is an error message that indicates that threshold of high utilization of network interface, in this case interfacegi1/0/24, has been exceeded. The message has been triggered on the interface link status. Note: gi1/0 would be a gigabyte interface. QUESTION NO: 46 The administrator's network has OSPF for the internal routing protocol. One port going out to the "Pass Any Exam. Any Time."

44 Internet is congested. The data is going out to the Internet, but queues up before sending. Which of the following would resolve this issue? Output: Fast Ethernet 0 is up, line protocol is up Int ip address is /25 MTU 1500 bytes, BW10000 kbit, DLY 100 usec Reliability 255/255, Tx load 1/255, Rx load 1/255 Encapsulation ospf, loopback not set Keep alive 10 Half duplex, 100Mb/s, 100 Base Tx/Fx Received broadcasts 0 input errors packets output, bytes 0 output errors, 0 collisions, 0 resets Set the loopback address Change the IP address Change the slash notation Change duplex to full Answer: D From the output we see that the half-duplex is configured. This would not use the full capacity of ports on the network. By changing to full duplex the throughput would be doubled. Note: All communications are either half-duplex or full-duplex. During half-duplex communication, "Pass Any Exam. Any Time."

45 a device can either send communication or receive communication, but not both at the same time. In full-duplex communication, both devices can send and receive communication at the same time. This means that the effective throughput is doubled and communication is much more efficient. QUESTION NO: 47 The RAID controller on a server failed and was replaced with a different brand. Which of the following will be needed after the server has been rebuilt and joined to the domain? Vendor documentation Recent backups Physical IP address Physical network diagram Answer: B If the RAID controller fails and is replaced with a RAID controller with a different brand the RAID will break. We would have to rebuild a new RAID disk, access and restore the most recent backup to the new RAID disk. Note: RAID controlleris a hardware device or software program used to manage hard disk drives (HDDs) or solid-state drives (SSDs) in a computer or storage array so they work as a logical unit. In hardware-based RAID, a physical controller is used to manage the RAID array. "Pass Any Exam. Any Time."

46 QUESTION NO: 48 An administrator reassigns a laptop to a different user in the company. Upon delivering the laptop to the new user, the administrator documents the new location, the user of the device and when the device was reassigned. Which of the following BEST describes these actions? Network map Asset management Change management Baselines Answer: B Documenting the location, the user of the device and the date of the reassignment would be part of the asset management. The best way to keep track of your computers and their configurations is to document them yourself. Large enterprise networks typically assign their own identification numbers to their computers and other hardware purchases as part of an asset management process that controls the entire life cycle of each device, from recognition of a need to retirement or disposal. QUESTION NO: 49 A network technician is diligent about maintaining all system servers' at the most current service pack level available. After performing upgrades, users experience issues with server-based applications. Which of the following should be used to prevent issues in the future? Configure an automated patching server "Pass Any Exam. Any Time."

47 Virtualize the servers and take daily snapshots Configure a honeypot for application testing Configure a test lab for updates Answer: D To prevent the service pack issues make sure, before going ahead and applying a new Service Pack in your production environment, to validate them in a test/lab environment first. QUESTION NO: 50 A system administrator has been tasked to ensure that the software team is not affecting the production software when developing enhancements. The software that is being updated is on a very short SDLC and enhancements must be developed rapidly. These enhancements must be approved before being deployed. Which of the following will mitigate production outages before the enhancements are deployed? Implement an environment to test the enhancements. Implement ACLs that only allow management access to the enhancements. Deploy an IPS on the production network. Move the software team's workstations to the DMZ. Answer: A "Pass Any Exam. Any Time."

48 Environments are controlled areas where systems developers can build, distribute, install, configure, test, and execute systems that move through the Software Development Life Cycle (SDLC). The enhancements can be deployed and tested in a test environment before they are installed in the production environment. QUESTION NO: 51 A system administrator wants to update a web-based application to the latest version. Which of the following procedures should the system administrator perform FIRST? Remove all user accounts on the server Isolate the server logically on the network Block all HTTP traffic to the server Install the software in a test environment Answer: D We should test the new version of the application in a test/lab environment first. This way any potential issues with thenew software would not affect the production environment. Set up a test lab on an isolated network in your organization. Do not set up your test lab in your production environment. "Pass Any Exam. Any Time."

49 QUESTION NO: 52 Network segmentation provides which of the following benefits? Security through isolation Link aggregation Packet flooding through all ports High availability through redundancy Answer: A Network segmentation in computer networking is the act or profession of splitting a computer network into subnetworks, each being a network segment. Advantages of such splitting are primarily for boosting performance and improving security through isolation. Advantages of network segmentation: Improved security: Broadcasts will be contained to local network. Internal network structure will not be visible from outside Reduced congestion: Improved performance is achieved because on a segmented network there are fewer hosts per subnetwork, thus minimizing local traffic Containing network problems: Limiting the effect of local failures on other parts of network QUESTION NO: 53 After a company rolls out software updates, Ann, a lab researcher, is no longer able to use lab "Pass Any Exam. Any Time."

50 equipment connected to her P The technician contacts the vendor and determines there is an incompatibility with the latest IO drivers. Which of the following should the technician perform so that Ann can get back to work as quickly as possible? Reformat and install the compatible drivers. Reset Ann's equipment configuration from a backup. Downgrade the PC to a working patch level. Restore Ann's PC to the last known good configuration. E. Roll back the drivers to the previous version. Answer: E By rolling back the drivers Ann would be able touse her lab equipment again. To roll back a driver in Windows means to return the driver to the version that was last installed for the device. Rolling back a driver is an easy way to return a driver to a working version when a driver update fails to fix aproblem or maybe even causes a new problem. Think of rolling back a driver as a quick and easy way to uninstall the latest driver and then reinstall the previous one, all automatically. QUESTION NO: 54 Which of the following requires the network administrator to schedule a maintenance window? When a company-wide notification must be sent. "Pass Any Exam. Any Time."

51 A minor release upgrade of a production router. When the network administrator's laptop must be rebooted. A major release upgrade of a core switchin a test lab. Answer: B During an update of a production router the router would not be able to route packages and the network traffic would be affected. It would be necessary to announce a maintenance window. In information technologyand systems management, a maintenance window is a period of time designated in advance by the technical staff, during which preventive maintenance that could cause disruption of service may be performed. QUESTION NO: 55 A company has implemented the capability to send all log files to a central location by utilizing an encrypted channel. The log files are sent to this location in order to be reviewed. A recent exploit has caused the company's encryption to become unsecure. Which of the following would be required to resolve the exploit? Utilize a FTP service Install recommended updates Send all log files through SMTP Configure the firewall to block port 22 "Pass Any Exam. Any Time."

52 Answer: B If the encryption is unsecure then we must look forencryption software updates or patches. If they are available we must install them. As vulnerabilities are discovered, the vendors of the operating systems or applications often respond by releasing a patch. A patch is designed to correct a known bug or fix a known vulnerability in a piece of software. A patch differs from an update, which, in addition to fixing a known bug or vulnerability, adds one or more features to the software being updated. QUESTION NO: 56 An outside organization has completed a penetration test for a company. One of the items on the report is reflecting the ability to read SSL traffic from the web server. Which of the following is the MOST likely mitigation for this reported item? Ensure patches are deployed Install an IDS on the network Configure the firewall to block traffic on port 443 Implement a VPN for employees Answer: A "Pass Any Exam. Any Time."

53 As vulnerabilities are discovered, the vendors of the operating systems or applications often respond by releasing a patch.a patch is designed to correct a known bug or fix a known vulnerability, such as in this case to be able to read SSL traffic, in a piece of software. A patch differs from an update, which, in addition to fixing a known bug or vulnerability, adds one or more features to the software being updated. QUESTION NO: 57 A company has had several virus infections over the past few months. The infections were caused by vulnerabilities in the application versions that are being used. Which of the following should an administrator implement to prevent future outbreaks? Host-based intrusion detection systems Acceptable use policies Incident response team Patch management Answer: D As vulnerabilities are discovered, the vendors ofthe operating systems or applications often respond by releasing a patch. A patch is designed to correct a known bug or fix a known vulnerability, such as in this case to be vulnerable to virus infections, in a piece of software. A patch differs from an update, which, in addition to fixing a known bug or vulnerability, adds one or more features to the software being updated. "Pass Any Exam. Any Time."

54 QUESTION NO: 58 Which of the following protocols must be implemented in order for two switches to share VLAN information? VTP MPLS STP PPTP Answer: A The VLAN Trunking Protocol (VTP) allows a VLAN created on one switch to be propagated to other switches in a group of switches (that is, a VTP domain). QUESTION NO: 59 A technician is setting up a new network and wants to create redundant paths through the network. Which of the following should be implemented to prevent performance degradation? Port mirroring Spanning tree "Pass Any Exam. Any Time."

55 ARP inspection VLAN Answer: B The Spanning Tree Protocol (STP) is a network protocol that ensures a loop-free topology for any bridged Ethernet local area network. The basic function of STP is to prevent bridge loops and the broadcast radiation that results from them. Spanning tree also allows a network design to include spare (redundant) links to provide automatic backup paths if an active link fails, without the danger of bridge loops, or the need for manual enabling/disabling of these backup links. QUESTION NO: 60 A training class is being held in an auditorium. Hard-wired connections are required for all laptops that will be used. The network technician must add a switch to the room through which the laptops will connect for full network access. Which of the following must the technician configure on a switch port, for both switches, in order to create this setup? DHCP Split horizon CIDR TRUNK Answer: D "Pass Any Exam. Any Time."

56 We should use trunk ports to set up a VLAN for the laptops that will be used in the auditorium. A trunk portis a port that is assigned to carry traffic for all the VLANs that are accessible by a specific switch, a process known as trunking. Trunk ports mark frames with unique identifying tags either 802.1Q tags or Interswitch Link (ISL) tags as they move between switches. Therefore, every single frame can be directed to its designated VLAN. QUESTION NO: 61 A desktop computer is connected to the network and receives an APIPA address but is unable to reach the VLAN gateway of Other PCs in the VLAN subnet are able to reach the Internet. Which of the following is MOST likely the source of the problem? 802.1q is not configured on the switch port APIPA has been misconfigured on the VLAN Bad SFP in the PC's 10/100 NIC OS updates havenot been installed Answer: A APIPA addresses are self-configured and are used when the client is unable to get proper IP configuration from a DHCP server. One possible source of this problem is that switch port, to which the computer is connected, is misconfigured. The 802.1q protocol is used to configure VLAN trunking on switch ports. "Pass Any Exam. Any Time."

57 QUESTION NO: 62 Which of the following communication technologies would MOST likely be used to increase bandwidth over an existing fiber optic network by combining multiple signals at different wavelengths? DWDM SONET ADSL LACP Answer: A Dense wavelength-division multiplexing (DWDM) is a high-speed optical network type commonly used in MANs (metropolitan area networks).dwdm uses as many as 32 light wavelengths on a single fiber, where each wavelength can support as many as 160 simultaneous transmissions using more than eight active wavelengths per fiber. QUESTION NO: 63 When two or more links need to pass traffic as if they were one physical link, which of the following would be used to satisfy the requirement? Port mirroring "Pass Any Exam. Any Time."

58 802.1w LACP VTP Answer: C The Link Aggregation Control Protocol (LACP) enables you to assign multiple physicallinks to a logical interface, which appears as a single link to a route processor. QUESTION NO: 64 A technician is configuring a managed switch and needs to enable 802.3af. Which of the following should the technician enable? PoE Port bonding VLAN Trunking Answer: A "Pass Any Exam. Any Time."

59 Power over Ethernet (PoE) is defined by the IEEE 802.3af and 802.3at standards. PoE allows an Ethernet switch to provide power to an attached device (for example, a wireless access point, security camera, orip phone) by applying power to the same wires in a UTP cable that are used to transmit and receive data. QUESTION NO: 65 A technician has finished configuring AAA on a new network device. However, the technician is unable to log into the device with LDAP credentials but is able to do so with a local user account. Which of the following is the MOST likely reason for the problem? Username is misspelled is the device configuration file IDS is blocking RADIUS Shared secret key is mismatched Group policy has not propagated to the device Answer: C AAA through RADIUS uses a Server Secret Key (a shared secret key). A secret key mismatch could cause login problems. Authentication, authorization, and accounting (AAA) allows anetwork to have a single repository of user credentials. A network administrator can then, for example, supply the same credentials to log in to various network devices (for example, routers and switches). RADIUS and TACACS+ are protocols commonly used tocommunicate with an AAA server. "Pass Any Exam. Any Time."

60 QUESTION NO: 66 Multiple students within a networking lab are required to simultaneously access a single switch remotely. The administrator checks and confirms that the switch can be accessed using the console, but currently only one student can log in at a time. Which of the following should be done to correct this issue? Increase installed memory and install a larger flash module. Increase the number of VLANs configured on the switch. Decrease the number of VLANs configured on the switch. Increase the number of virtual terminals available. Answer: D You can set a limit of how many virtual terminals that can simultaneously be connected to a switch. Here the limit is set to one, and we should increase it. For a Cisco network device: You can use virtual terminal lines to connect to your Cisco NX-OS device, for example a switch. Secure Shell (SSH) and Telnet create virtual terminal sessions. You can configure an inactive session timeout and a maximum sessions limit for virtual terminals. session-limit sessions Example: switch(config-line)# session-limit 10 Configures the maximum number of virtual sessions for the Cisco NX-OS device. The range is from 1 to 64. "Pass Any Exam. Any Time."

61 QUESTION NO: 67 A company is experiencing very slow network speeds of 54Mbps. A technician has been hired to perform an assessment on the existing wireless network. The technician has recommended an n network infrastructure. Which of the following allows n to reach higher speeds? MU-MIMO LWAPP PoE MIMO Answer: D One way n achieves superior throughput is through the use of a technology called multiple input, multiple output (MIMO). MIMO uses multiple antennas for transmission andreception. QUESTION NO: 68 A network technician must create a wireless link between two buildings in an office park utilizing the ac standard. The antenna chosen must have a small physical footprint and minimal weight as it will be mounted on the outside of the building. Which of the following antenna types is BEST suited for this solution? Yagi "Pass Any Exam. Any Time."

62 Omni-directional Parabolic Patch Answer: D A patch antenna is a type of radio antenna with a low profile, which can be mounted on a flat surface. A patch antenna is typically mounted to a wall or a mast and provides coverage in a limited angle pattern. Topic 3, Network security QUESTION NO: 69 Which of the following concepts are MOST important for a company's long term health in the event of a disaster? (Select TWO). Redundancy Implementing acceptable use policy Offsite backups Uninterruptable power supplies E. "Pass Any Exam. Any Time."

63 Vulnerability scanning Answer: A,C In case of disaster you must protect yourdata. Some of the most common strategies for data protection include: backups made to tape and sent off-site at regular intervals backups made to disk on-site and automatically copied to off-site disk, or made directly to off-site disk the use of high availability systems which keep both the data and system replicated off-site (making the main site redundant), enabling continuous access to systems and data, even after a disaster. QUESTION NO: 70 An organization notices a large amount of malware and virus incidents at one satellite office, but hardly any at another. All users at both sites are running the same company image and receive the same group policies. Which of the following has MOST likely been implemented at the site with the fewest security issues? Consent to monitoring Business continuity measures Vulnerability scanning End-user awareness training Answer: D "Pass Any Exam. Any Time."

64 Users should have security awareness training and should have all accepted and signed acceptable usepolicy (AUP) agreements. User awareness training is one of the most significant countermeasures the company can implement. QUESTION NO: 71 Which of the following technologies is designed to keep systems uptime running in the event of a disaster? High availability Load balancing Quality of service Caching engines Answer: A If a network switch or router stops operating correctly (meaning that a network fault occurs), communication through the network could be disrupted, resulting in a network becoming unavailable to its users. Therefore, network availability, called uptime, is a major design consideration. "Pass Any Exam. Any Time."

65 QUESTION NO: 72 A network technician is assisting the company with developing a new business continuity plan. Which of the following would be an appropriate suggestion to add to the plan? Build redundant links between core devices Physically secure all network equipment Maintain up-to-date configuration backups Perform reoccurring vulnerability scans Answer: A The business continuity plan focuses on the tasks carried out by an organization to ensure that critical business functions continue to operate during and after a disaster. By keeping redundant links between core devices critical business services can be kept running if one link is unavailable during a disaster. QUESTION NO: 73 Which of the following describes a smurf attack? Attack on a target using spoofed ICMP packets to flood it Intercepting traffic intended for a target and redirecting it to another "Pass Any Exam. Any Time."

66 Spoofed VLAN tags used to bypass authentication Forging tags to bypass QoS policies in order to steal bandwidth Answer: A The Smurf Attack is a distributed denial-of-service attack in which largenumbers of Internet Control Message Protocol (ICMP) packets with the intended victim's spoofed source IP are broadcast to a computer network using an IP Broadcast address. Most devices on a network will, by default, respond to this by sending a reply to the source IP address. If the number of machines on the network that receive and respond to these packets is very large, the victim's computer will be flooded with traffic. This can slow down the victim's computer to the point where it becomes impossible towork on. QUESTION NO: 74 A malicious user floods a switch with frames hoping to redirect traffic to the user's server. Which of the following attacks is the user MOST likely using? DNS poisoning ARP poisoning Reflection SYN attack Answer: B "Pass Any Exam. Any Time."

67 Address Resolution Protocol poisoning (ARP poisoning) is a form of attack in which an attacker changes the Media Access Control (MAC) address and attacks an Ethernet LAN by changing the target computer's ARP cache with a forged ARP request and reply packets. This modifies the layer -Ethernet MAC address into the hacker's known MAC address to monitor it. Because the ARP replies are forged, the target computer unintentionally sends the frames to the hacker's computer first instead of sending it to the original destination. As a result, both the user's data and privacy are compromised. QUESTION NO: 75 An attacker has connected to an unused VoIP phone port to gain unauthorized access to a network. This is an example of which of the following attacks? Smurf attack VLAN hopping Bluesnarfing Spear phishing Answer: B The VoIP phone port can be used to attack a VLAN on the local network. VLAN hopping is a computer security exploit, a method of attacking networked resources on a Virtual LAN (VLAN). The basic concept behind all VLAN hopping attacks is for an attacking host "Pass Any Exam. Any Time."

68 on a VLAN to gain access to traffic on other VLANs that would normally not be accessible. QUESTION NO: 76 Packet analysis reveals multiple GET and POST requests from an internal host to a URL without any response from the server. Which of the following is the BEST explanation that describes this scenario? Compromised system Smurf attack SQL injection attack Man-in-the-middle Answer: A As the extra unexplainable traffic comes from an internal host on your network we can assume that this host has been compromised. If your system has been compromised, somebody is probably using your machine--possibly to scan andfind other machines to compromise QUESTION NO: 77 "Pass Any Exam. Any Time."

69 A technician needs to ensure that new systems are protected from electronic snooping of Radio Frequency emanations. Which of the following standards should be consulted? DWDM MIMO TEMPEST DOCSIS Answer: C Tempest was the name of a government project to study the ability to understand the data over a network by listening to the emanations. Tempest rooms are designed to keep emanations contained in that room to increasesecurity of data communications happening there. QUESTION NO: 78 A company has decided to update their usage policy to allow employees to surf the web unrestricted from their work computers. Which of the following actions should the IT security team implement to help protect the network from attack as a result of this new policy? Install host-based anti-malware software Implement MAC filtering on all wireless access points Add an implicit deny to the core router ACL "Pass Any Exam. Any Time."

70 Block port 80 outboundon the company firewall E. Require users to utilize two-factor authentication Answer: A To protect the computers from employees installing malicious software they download on the internet, antimalware should be run on all systems. After asingle machine in a company is compromised and is running malicious software (malware), the attacker can then use that single computer to proceed further into the internal network using the compromised host as a pivot point. The malware may have been implemented by an outside attacker or by an inside disgruntled employee. QUESTION NO: 79 Which of the following would be the result of a user physically unplugging a VoIP phone and connecting it into another interface with switch port security enabled as the default setting? The VoIP phone would request a new phone number from the unified communications server. The VoIP phone would cause the switch interface, that the user plugged into, to shutdown. The VoIP phone would be able to receive incoming calls but will not be able to make outgoing calls. The VoIP phone would request a different configuration from the unified communications server. Answer: B "Pass Any Exam. Any Time."

71 Without configuring any other specific parameters, the switchport security feature will only permit one MAC address to be learned per switchport (dynamically) and use the shutdown violation mode; this means that if a second MAC address is seen on the switchport the port will be shutdown and put into the err-disabled state. QUESTION NO: 80 A network technician has been tasked to configure a new network monitoring tool that will examine interface settings throughout various network devices. Which of the following would need to be configured on each network device to provide that information in a secure manner? S/MIME SYSLOG PGP SNMPv3 E. RSH Answer: D The network monitoring need to use a network management protocol. SNMP has become the de facto standard of network management protocols. The securityweaknesses of SNMPv1 and SNMPv2c are addressed in SNMPv3. "Pass Any Exam. Any Time."

72 QUESTION NO: 81 A technician wants to securely manage several remote network devices. Which of the following should be implemented to securely manage the devices? WPA2 IPv6 SNMPv3 RIPv2 Answer: C To manage the remote network devices we need to use a network management protocol. SNMP has become the de facto standard of network management protocols. The security weaknesses of SNMPv1 and SNMPv2c are addressed insnmpv3. QUESTION NO: 82 A technician needs to secure web traffic for a new e-commerce website. Which of the following will secure traffic between a web browser and a website? SSL DNSSEC "Pass Any Exam. Any Time."

73 WPA2 MTU Answer: A Secure SocketsLayer (SSL) provides cryptography and reliability for upper layers (Layers 5 7) of the OSI model. SSL (and TLS) provide secure web browsing (web traffic) via Hypertext Transfer Protocol Secure (HTTPS). QUESTION NO: 83 A company has seen an increase in ransomware across the enterprise. Which of the following should be implemented to reduce the occurrences? ARP inspection Intrusion detection system Web content filtering Port filtering Answer: C "Pass Any Exam. Any Time."

74 Ransomware is a type ofmalware which restricts access to the computer system that it infects, and demands a ransom paid to the creator(s) of the malware in order for the restriction to be removed. The best way to avoid ransomware include proactive measures like the following: Don t click on any URL or open an attachment you are not expecting. Implement an content filtering service Install a web content filtering service Invest in leading end point security software solutions QUESTION NO: 84 A company wants to make sure that users are required to authenticate prior to being allowed on the network. Which of the following is the BEST way to accomplish this? 802.1x 802.1p Single sign-on Kerberos Answer: A For security purposes, some switchesrequire users to authenticate themselves (that is, provide credentials, such as a username and password, to prove who they are) before gaining access to the rest of the network. A standards-based method of enforcing user authentication is IEEE 802.1X. "Pass Any Exam. Any Time."

75 QUESTION NO: 85 A wireless network technician for a local retail store is installing encrypted access points within the store for real-time inventory verification, as well as remote price checking capabilities, while employees are away from the registers. The store is in a fully occupied strip mall that has multiple neighbors allowing guest access to the wireless networks. There are a finite known number of approved handheld devices needing to access the store's wireless network. Which of the following is the BEST security method to implement on the access points? Port forwarding MAC filtering TLS/TTLS IP ACL Answer: B MAC filtering allows traffic to be permitted or denied based on a device s MAC address. We make a MAC filtering which contains the MAC addresses of all approved devices that need to access the wireless network. This ensures that only approved devices are given access to the network. QUESTION NO: 86 A network technician has set up an FTP server for the company to distribute software updates for their products. Each vendor is provided with a unique username and password for security. Several vendors have discovered a virus in one of the security updates. The company tested all files before uploading them but retested the file and found the virus. Which of the following could the technician do for vendors to validate the proper security patch? "Pass Any Exam. Any Time."

76 Use TFTP for tested and secure downloads Require biometric authentication for patch updates Provide an MD5 hashfor each file Implement a RADIUS authentication Answer: C If we put an MD5 has for each file we can see if the file has been changed or not. MD5 is an algorithm that is used to verify data integrity through the creation of a 128-bit message digest from data input (which may be a message of any length) that is claimed to be as unique to that specific data as a fingerprint is to the specific individual. QUESTION NO: 87 During a check of the security control measures of the company network assets, a network administrator is explaining the difference between the security controls at the company. Which of the following would be identified as physical security controls? (Select THREE). RSA Passwords Man traps Biometrics "Pass Any Exam. Any Time."

77 E. Cipher locks F. VLANs G. 3DES Answer: C,D,E Physical security is the protection of personnel, hardware, programs, networks, and data from physical circumstances and events that could cause serious losses or damage to an enterprise, agency, or institution. This includes protection from fire, natural disasters, burglary, theft, vandalism, and terrorism. C: A mantrap is a mechanical physical security devices for catching poachers and trespassers. They have taken many forms, the most usual being like a large foothold trap, the steel springs being armed with teeth which met in the victim's leg. D: Biometric authentication is a type of system that relies on the unique biological characteristics of individuals to verify identity for secure accessto electronic systems. Biometric authentication is a physical security device. E: Cipher locks are used to control access to areas such as airport control towers, computer rooms, corporate offices, embassies, areas within financial institutions, research and development laboratories, and storage areas holding weapons, controlled substances, etc. Cipher locks are physical security devices. QUESTION NO: 88 Which of the following physical security controls prevents an attacker from gaining access to a network closet? CCTVs "Pass Any Exam. Any Time."

78 Proximity readers Motion sensors IP cameras Answer: B A proximity card is a physical card which used to get access to a physical area such as a network closet. It is a "contactless" smart card which can beread without inserting it into a reader device, as required by earlier magnetic stripe cards such as credit cards and "contact" type smart cards. The proximity cards are part of the Contactless card technologies. Held near an electronic reader for a momentthey enable the identification of an encoded number. Note: Physical security is the protection of personnel, hardware, programs, networks, and data from physical circumstances and events that could cause serious losses or damage to an enterprise, agency,or institution. This includes protection from fire, natural disasters, burglary, theft, vandalism, and terrorism. QUESTION NO: 89 A technician needs to install software onto company laptops to protect local running services, from external threats. Which of the following should the technician install and configure on the laptops if the threat is network based? A cloud-based antivirus system with a heuristic and signature based engine A network based firewall which blocks all inbound communication "Pass Any Exam. Any Time."

79 A host-based firewall which allows all outbound communication A HIDS to inspect both inbound and outbound network communication Answer: C A host-based firewall is a computer running firewall software that can protect the computer itself. For example, it can prevent incoming connections to the computer and allow outbound communication only. QUESTION NO: 90 A technician is setting up a computer lab. Computers on the same subnet need to communicate with each other using peer to peer communication. Which of the following would the technician MOST likely configure? Hardware firewall Proxy server Software firewall GRE tunneling Answer: C "Pass Any Exam. Any Time."

80 A host-based firewall is a computer running firewall softwarethat can protect the computer itself. A software firewall would be the most cost effective in a lab scenario. QUESTION NO: 91 A firewall ACL is configured as follows: 10. Deny Any Trust to Any DMZ eq to TCP port Allow /16 to Any DMZ eq to Any 12. Allow /8 to Any DMZ eq to TCP ports 80, Deny Any Trust to Any DMZ eq to Any A technician notices that users in the /16 network are unable to SSH into servers in the DMZ. The company wants /16 to be able to use any protocol, but restrict the rest of the /8 subnet to web browsing only. Reordering the ACL in which of the following manners would meet the company's objectives? 11, 10, 12, 13 12, 10, 11, 13 13, 10, 12, 11 13, 12, 11, 10 Answer: A ACL are processed in TOP DOWN process in routers or switches. This means that when a condition in the ACL is met, all processing is stopped. "Pass Any Exam. Any Time."

81 We start by allowing any protocol on the /16 subnet:11. Allow /16 to AnyDMZ eq to Any We then deny any traffic on TCP port 22:10. Deny Any Trust to Any DMZ eq to TCP port 22 We allow browsing (port 80 and 443) on the /8 subnet:allow /8 to Any DMZ eq to TCP ports 80, 443 Finally we deny all other traffic:13. Deny Any Trust to Any DMZ eq to Any QUESTION NO: 92 A technician is installing a surveillance system for a home network. The technician is unsure which ports need to be opened to allow remote access to the system. Which of the following should the technician perform? Disable the network based firewall Implicit deny all traffic on network Configure a VLAN on Layer 2 switch Add the system to the DMZ Answer: D By putting the system in the DMZ (demilitarized zone) we increasethe security, as the system should be opened for remote access. A DMZ is a computer host or small network inserted as a "neutral zone" between a company's private network and the outside public network. It prevents outside users from getting direct accessto a server that has company data. A DMZ often contains servers that should be accessible from the public Internet. "Pass Any Exam. Any Time."

82 QUESTION NO: 93 The ability to make access decisions based on an examination of Windows registry settings, antivirus software, and AD membership status is an example of which of the following NAC features? Quarantine network Persistent agents Posture assessment Non-persistent agents Answer: C Network Admission Control (NAC) can permit or deny access to anetwork based on characteristics of the device seeking admission, rather than just checking user credentials. For example, a client s OS, Windows Registry settings, AD membership status, and version of antivirus software could be checked against a set of requirements before allowing the client to access a network. This process of checking a client s characteristics is called posture assessment. QUESTION NO: 94 Which of the following types of network would be set up in an office so that customers could access the Internet but not be given access to internal resources such as printers and servers? Quarantine network "Pass Any Exam. Any Time."

83 Core network Guest network Wireless network Answer: C A wireless guest network could be set up so that it haslimited access (no access to local resources) but does provide Internet access for guest users. QUESTION NO: 95 Which of the following is a security benefit gained from setting up a guest wireless network? Optimized device bandwidth Isolatedcorporate resources Smaller ACL changes Reduced password resets Answer: B "Pass Any Exam. Any Time."

84 A wireless guest network could be set up so that it has limited access (no access to local resources) but does provide Internet access for guest users. The corporate resources would be inaccessible (isolated) from the guest network. QUESTION NO: 96 Ann, a network technician, was asked to remove a virus. Issues were found several levels deep within the directory structure. To ensure the virus has not infected the.mp4 files in the directory, she views one of the files and believes it contains illegal material. Which of the following forensics actions should Ann perform? Erase the files created by the virus Stop and escalate to the proper authorities Check the remaining directories for more.mp4 files Copy the information to a network drive to preserve the evidence Answer: B Computer forensics is about legal evidence found in computers and digital storage. A plan should includefirst responders securing the area and then escalating to senior management and authorities when required by policy or law. "Pass Any Exam. Any Time."

85 QUESTION NO: 97 A network technician was tasked to respond to a compromised workstation. The technician documented the scene, took the machine offline, and left the PC under a cubicle overnight. Which of the following steps of incident handling has been incorrectly performed? Document the scene Forensics report Evidence collection Chain of custody Answer: D To verify the integrity of data since a security incident occurred, you need to be able to show a chain of custody. A chain of custody documents who has been in possession of the data (evidence) since a security breach occurred. A well-prepared organization will have process and procedures that are used when an incident occurs. A plan should include first responders securing the area and then escalating to senior management and authorities when required by policy or law. The chain of custody alsoincludes documentation of the scene, collection of evidence, and maintenance, e-discovery (which is theelectronic aspect of identifying, collecting, and producing electronically stored information), transportation of data, forensics reporting, and a process to preserve all forms of evidence and data when litigation is expected. The preservation of the evidence, data, and details is referred to as legal hold. Topic 4, Troubleshooting "Pass Any Exam. Any Time."

86 QUESTION NO: 98 A network technician is using a network monitoring system and notices that every device on a particular segment has lost connectivity. Which of the following should the network technician do NEXT? Establish a theory of probable cause. Document actions and findings. Determine next steps to solvethe problem. Determine if anything has changed. Answer: D The technician has already identified the symptom: Loss of connectivity on a specific network segment. The next step in identifying the problem is to Determine if anything haschanged. Common troubleshooting steps and procedures: 1. Identify the problem. Information gathering. Identify symptoms. Question users. Determine if anything has changed. 2. Establish a theory of probable cause. Question the obvious. 3. Test the theoryto determine cause: When the theory is confirmed, determine the next steps to resolve the problem. If theory is not confirmed, re-establish a new theory or escalate. 4. Establish a plan of action to resolve the problem and identify potential effects. "Pass Any Exam. Any Time."

87 5. Implement the solution or escalate as necessary. 6. Verify full system functionality and if applicable implement preventive measures. 7. Document findings, actions, and outcomes. QUESTION NO: 99 A user calls the help desk and states that he was working on a spreadsheet and was unable to print it. However, his colleagues are able to print their documents to the same shared printer. Which of the following should be the FIRST question the helpdesk asks? Does the printer have toner? Are there any errors on the printer display? Is the user able to access any network resources? Is the printer powered up? Answer: C The user has already provided you with the information relevant to the first step in the 7-step troubleshootingprocess. The next step is to Question the obvious. The user has stated: his colleagues are able to print their documents to the same shared printer. The obvious question in this instance is whether the user can access any network resources. 1. Identify the problem. Information gathering. Identify symptoms. Question users. "Pass Any Exam. Any Time."

88 Determine if anything has changed. 2. Establish a theory of probable cause. Question the obvious. 3. Test the theory to determine cause: When the theory is confirmed, determine the next steps to resolve the problem. If theory is not confirmed, re-establish a new theory or escalate. 4. Establish a plan of action to resolve the problem and identify potential effects. 5. Implement the solution or escalate as necessary. 6. Verify full system functionality and if applicable implement preventive measures. 7. Document findings, actions, and outcomes. QUESTION NO: 100 A network technician has detected duplicate IP addresses on the network. After testing the behavior of rogue DHCP servers, the technician believes that the issue is related to an unauthorized home router. Which of the following should the technician do NEXT in the troubleshooting methodology? Document the findings and action taken. Establish a plan to locate the rogue DHCP server. Remove the rogue DHCP server from the network. Identify the root cause of the problem. Answer: B "Pass Any Exam. Any Time."

89 By testing the behavior of rogue DHCP servers and determining that the issue is related to an unauthorized home router, thetechnician has completed the third step in the 7-step troubleshooting process. The next step is to establish a plan of action to resolve the problem and identify potential effects. Establishing a plan to locate the rogue DHCP server meets the requirementsof this step. 1. Identify the problem. Information gathering. Identify symptoms. Question users. Determine if anything has changed. 2. Establish a theory of probable cause. Question the obvious. 3. Test the theory to determine cause: When the theory isconfirmed, determine the next steps to resolve the problem. If theory is not confirmed, re-establish a new theory or escalate. 4. Establish a plan of action to resolve the problem and identify potential effects. 5. Implement the solution or escalate as necessary. 6. Verify full system functionality and if applicable implement preventive measures. 7. Document findings, actions, and outcomes. QUESTION NO: 101 A technician is troubleshooting a client's connection to a wireless network. The client is asked to run a "getinfo" command to list information about the existing condition. myclient$ wificard --getinfo agrctlrssi:-72 agrextrssi:0 "Pass Any Exam. Any Time."

90 state:running op mode: station lasttxrate:178 MaxRate: auth:open link auth:wpa2-psk BSSID:0F:33:AE:F1:02:0A SSID:CafeWireless Channel:149,1 Given this output, which of the following has the technician learned about the wireless network? (Select TWO). The WAP is using RC4 encryption The WAP is using a The WAP is using AES encryption The WAP isusing the 2.4GHz channel E. The WAP is using the 5GHz channel F. The WAP is using g Answer: C,E WPA2 makes use of the Counter Mode with Cipher Block Chaining Message Authentication Code Protocol (CCMP) encryption protocol, which isan AES based protocol. The output shows that the wireless network operates on channel 149, which is a channel in the "Pass Any Exam. Any Time."

91 5GHz band. QUESTION NO: 102 An administrator only has telnet access to a remote workstation. Which of the following utilities will identify if the workstation uses DHCP? tracert ping dig ipconfig E. netstat Answer: D The ipconfig command displays the TCP/IP configuration of a Windows system. The ipconfig /all command displays the system s TCP/IPconfiguration in detail. This output includes whether DHCP is enabled or not. QUESTION NO: 103 "Pass Any Exam. Any Time."

92 A network technician is performing a tracert command to troubleshoot a website-related issue. The following output is received for each hop in the tracert: 1 * * * Request timed out. 2 * * * Request timed out. 3 * * * Request timed out. The technician would like to see the results of the tracert command. Which of the following will allow the technician to perform tracert on external sites but not allow outsiders to discover information from inside the network? Enable split horizon to allow internal tracert commands to pass through the firewall Enable IGMP messages out and block IGMP messages into the network Configure the firewall to allow echo reply in and echo request out of the network Install a backdoor to access the router to allow tracert messages to pass through Answer: C Tracert makes use of ICMP echo packets to trace the route between two hosts. For the command to be successful, the firewall has to allow incoming echo replies and outgoing echo requests. QUESTION NO: 104 A network technician has received comments from several users that cannot reach a particular website. Which of the following commands would provide the BEST information about the path taken across the network to this website? "Pass Any Exam. Any Time."

93 ping netstat telnet tracert Answer: D The tracert command is used to determine the amount of hops a packet takes to reach a destination. It makesuse of ICMP echo packets to report information at every step in the journey. This is how the path taken across the network is obtained. QUESTION NO: 105 After connecting a workstation directly to a small business firewall, a network administrator is trying to manage it via HTTPS without losing its stored configuration. The only two pieces of information that the network administrator knows about the firewall are the management interface MAC address, which is 01:4a:d1:fa:b1:0e, and the administrator's password. Which of the following will allow the administrator to log onto the firewall via HTTPS if the management's IP address is unknown and the administrator's workstation IP address is /23? Use the reset button on the back of the firewall to restore it to its factory default, and then log onto Run the following command on the administrator's workstation: arp s :4a:d1:fa:b1:0e Use an SNMP tool to query the firewall properties and determine the correct management IP address "Pass Any Exam. Any Time."

94 Use a crossover cable to connect to the console port and reconfigure the firewall management IP to Answer: B Address Resolution Protocol (ARP) is used to resolve IP addresses to MAC addresses. The arp s command addsa static permanent address to the ARP cache. This will allow the administrator to access the firewall. QUESTION NO: 106 A network technician has detected a personal computer that has been physically connected to the corporate network. Which of the following commands would the network technician use to locate this unauthorized computer and determine the interface it is connected to? nbtstat a show mac address-table show interface status show ip access-list E. nslookup hostname Answer: B "Pass Any Exam. Any Time."

95 The show mac address-table command is used to view the ageing timer, and also the unicast and multicast MAC addresses stored in the MAC address table by the switch. Furthermore, you can view all of the addresses in the table or only the addresses learned or specified on a particular port or VLAN. QUESTION NO: 107 A technician has verified that a recent loss of network connectivity to multiple workstations is due to a bad CAT5 cable in the server room wall. Which of the following tools can be used to locate its physical location within the wall? Cable certifier Multimeter Cable tester Toner probe Answer: D Toner probes are specifically used to trace cables hidden in floors, ceilings, or walls. They can alsobe used to track cables from the patch panels to their destinations. QUESTION NO: 108 "Pass Any Exam. Any Time."

96 A user connects to a wireless network at the office and is able to access unfamiliar SMB shares and printers. Which of the following has happened to the user? The user is connected using the wrong channel. The user is connected to the wrong SSI The user is experiencing an EMI issue. The user is connected to the wrong RADIUS server. Answer: B The user is connecting to an SSID assignedto a different subnet. Therefore, the user has access to SMB shares and printers that are not recognizable. QUESTION NO: 109 A network technician is performing a wireless survey in the office and discovers a device that was not installed by the networking team. This is an example of which of following threats? Bluesnarfing DDoS Brute force Rogue AP "Pass Any Exam. Any Time."

97 Answer: D A rogue access point is when a wireless access point is located on a network without the administrator being awareof it. Therefore, if the device was not installed by the networking team, the administrator would not know about it being there. QUESTION NO: 110 Ann, a user, is experiencing an issue with her wireless device. While in the conference area, the wireless signal is steady and strong. However, at her desk the signal is consistently dropping, yet the device indicates a strong signal. Which of the following is the MOST likely cause of the issue? Signal-to-noise ratio AP configuration Incorrect SSID Bounce Answer: D The signal between the access point and Ann s wireless device is being bounced off walls, windows, glass mirrors, carpeted floors, and many other objects. This results in the slow connection. The radio waves are travelling at the same rate, but as a result of signal bounce, it's taking longer to reach its destination. "Pass Any Exam. Any Time."

98 QUESTION NO: 111 CORRECT TEXT Wireless network users recently began experiencing speed and performance issues after access point 2 (AP2) was replaced due to faulty hardware. The original network was installed according to a consultant's specifications and has always worked without a problem. You, a network technician, have been tasked with evaluating the situation and resolving the issues to improve both performance and connectivity. Refer to the following diagram and perform any NECESSARY changes to the wireless and wired infrastructure by adjusting devices. Note: Adjust the LEAST number of devices needed to fix the issue, all blue icons in the image are clickable. When you feel the simulation is complete please select the Done button. "Pass Any Exam. Any Time."

99 "Pass Any Exam. Any Time."

100 "Pass Any Exam. Any Time."

101 Since we know that the network was running perfectly before replacing AP2 we should start by looking at this new device thatwas used to replace the old one. Here we see that the other AP s have hard coded the speed and duplex settings to 100/full, while AP2 is set to auto/auto. Also, the other AP s have been configured to use G, while AP2 is using Finally the channel that AP2 is using overlaps with AP1 which can cause problems. Channels 1, 6, and 11 are spaced far enough apart that they don t overlap. On a non-mimo setup (i.e a, b, or g) you should always try to use channel 1, 6, or 11. Since AP1 is using1, and AP3 is using 11, AP2 should be using 6. References: Dulaney, Emmett and Mike Harwood, CompTIA Network+ Authorized Exam Cram, Fourth Edition, Pearson, Indianapolis, 2012, p 269. Lammle, Todd, CompTIA Network+ Deluxe Study Guide, Deluxe Edition, Wiley Publishing, Inc., Indianapolis, 2009, pp 676, "Pass Any Exam. Any Time."

102 QUESTION NO: 112 A network technician has received a help desk ticket indicating that after the new wireless access point was installed, all of the media department's devices are experiencing sporadic wireless connectivity. All other departments are connecting just fine and the settings on the new access point were copied from the baseline. Which of the following is a reason why the media department is not connecting? Wrong SSID Rogue access point Placement Channel mismatch Answer: C The sporadic wireless connectivity is being caused by interference. Moving the access point to adifferent location would solve the problem. QUESTION NO: 113 A technician recently ran a 20-meter section of CAT6 to relocate a control station to a more central area on the production floor. Since the relocation, the helpdesk has received complaints about intermittent operation. During the troubleshooting process, the technician noticed that collisions are only observed on the switch port during production. Given this information, which of the following is the cause of the problem? "Pass Any Exam. Any Time."

103 Distance limitation Electromagnetic interference Cross talk Speed and duplex mismatch Answer: B When cables are installed near electrical devices the signal within the cable might become corrupt. The cable connecting the control station to theswitch port is now surrounded by the production machinery. Electromagnetic interference could occur when the machinery is running, causing the intermittent operation. QUESTION NO: 114 A technician is troubleshooting a wired device on the network. The technician notices that the link light on the NIC does not illuminate. After testing the device on a different RJ-45 port, the device connects successfully. Which of the following is causing this issue? EMI RFI Cross-talk Bad wiring "Pass Any Exam. Any Time."

104 Answer: D The question states that the device worked on a different port. This indicates that the wiring is faulty. QUESTION NO: 115 A technician is tasked with connecting a router to a DWDM. The technician connects the router to the multiplexer and confirms that there is a good signal level. However, the interface on the router will not come up. Which of the following is the MOST likely cause? The wrong wavelength was demuxed from the multiplexer. The SFP in the multiplexer ismalfunctioning. There is a dirty connector on the fiber optic cable. The fiber optic cable is bent in the management tray. Answer: A A multiplexer (or mux) is a device that selects one of several analog or digital input signals andforwards the selected input into a single line. A demultiplexer (or demux) is a device taking a single input signal and selecting one of many data-output-lines, which is connected to the single input. Since the signal going in is good, the problem must bewith the signal output. If the correct wavelength was demultiplexed, the interface will be displayed on the router. "Pass Any Exam. Any Time."

105 QUESTION NO: 116 While troubleshooting a network outage, a technician finds a 100-meter fiber cable with a small service loop and suspects it might be the cause of the outage. Which of the following is MOST likely the issue? Maximum cable length exceeded Dirty connectors RF interference caused by impedance mismatch Bend radius exceeded Answer: D Theexcessive bending of fiber-optic cables can increase microbending and macrobending losses. Microbending causes light attenuation induced by deformation of the fiber, while macrobending causes the leakage of light through the fiber cladding and this is morelikely to happen where the fiber is excessively bent. QUESTION NO: 117 A network technician has been assigned to install an additional router on a wireless network. The router has a different SSID and frequency. All users on the new access point and the main network can ping each other and utilize the network printer, but all users on the new router cannot get to the Internet. Which of the following is the MOST likely cause of this issue? "Pass Any Exam. Any Time."

106 The gateway is misconfigured on the new router. The subnet mask is incorrect on the new router. The gateway is misconfigured on the edge router. The SSID is incorrect on the new router. Answer: A A missing or incorrect default gateway parameter limits communication to the local segment. The question states: All users on the new access point and the main network can ping each other and utilize the network printer, but all users on the new router cannot get to the Internet. QUESTION NO: 118 While troubleshooting a connectivity issue, a network technician determines the IP address of a number of workstations is /16 and the workstations cannot access the Internet. Which of the following should the technician check to resolve the problem? Default gateway address Misconfigured DNS DHCP server NIC failure Answer: C "Pass Any Exam. Any Time."

107 If a DHCP server fails, the workstations are assigned an address from the address range by Automatic Private IP Addressing (APIPA). APIPA also configures a suitable subnet mask, but it doesn t configure the system with a default gateway address. This allows communication on the local network, but not externally. QUESTION NO: 119 A network engineer is troubleshooting an issue with a computer that is unable to connect to the Internet. The network engineer analyzes the following output from a command line utility: Network DestinationNetmask GatewayInterface eth eth On-Linklo On-Linklo eth0 Which of the following is the reason for the computer issue, given the above output? Wrong default gateway netmask Incorrect default gateway address Default gateway on the wrong interface Missing default gateway "Pass Any Exam. Any Time."

108 Answer: D The output appears to be a result of running the netstat r command. If the default gateway was present, the first line would show the Network Destination as and the Netmaskas QUESTION NO: 120 A company has changed ISPs for their office and ordered a new 250 Mbps symmetrical Internet connection. As a result, they have been given a new IP range. The ISP has assigned the company /28. The company gateway router has the following interface configuration facing the ISP: Interface A: IP address: Subnet mask: Default gateway: Speed: 1000 Mbps Duplex: Auto State: No Shutdown None of the workstations at the company are able to access the Internet. Which of the following are the reasons? (Select TWO). There is a duplex mismatch between the router and ISP. The router interface is turned off. The interface is set to the incorrect speed. "Pass Any Exam. Any Time."

109 The router is configured with the incorrect subnet mask. E. The router interface is configured with the incorrect IP address. F. The default gateway is configured incorrectly. Answer: E,F According to the IP Address Range Calculator, for the given subnet mask and the IP range address range assigned by the ISP, the first host address should be and the broadcast address should be Therefore, the router interface is configured with the incorrect IP address and the default gateway is configured incorrectly. QUESTION NO: 121 CORRECT TEXT After recent changes to the pictured network, several users are unable to access the servers. Only PC1, PC2, PC3, and PC4 are clickable and will give you access to the command prompt and the adapter configuration tabs. Instructions: Verify the settings by using the command prompt, after making any system changes. Next, restore connectivity by making the appropriate changes to the infrastructure. When you have completed these steps, select the Done button to submit. "Pass Any Exam. Any Time."

110 "Pass Any Exam. Any Time."

111 "Pass Any Exam. Any Time."

112 "Pass Any Exam. Any Time."

113 "Pass Any Exam. Any Time."

114 The default gateway must be on the same network as the nodes that use it. Therefore, the subnet on PC3 and the default gateway on PC4 must be modified. References: Dulaney, Emmett and Mike Harwood, CompTIANetwork+ Authorized Exam Cram, Fourth Edition, Pearson, Indianapolis, 2012, p "Pass Any Exam. Any Time."

115 QUESTION NO: 122 A PC technician has installed a new network printer that was preconfigured with the correct static IP address, subnet mask, and default gateway. The printer was installed with a new cable and appears to have link activity, but the printer will not respond to any network communication attempts. Which of the following is MOST likely the cause of the problem? Damaged cable Duplex mismatch Incorrect VLAN assignment Speed mismatch Answer: C If a port is accidentally assigned to the wrong VLAN in a switch, it s as if that client was magicallytransported to another place in the network. This would explain the inability to communication with the printer, as it is on a different VLAN. QUESTION NO: 123 A network administrator recently installed a web proxy server at a customer's site. The following week, a system administrator replaced the DNS server overnight. The next day, customers began having issues accessing public websites. Which of the following will resolve the issue? Update the DNS server with the proxy server information. "Pass Any Exam. Any Time."

116 Implement a split horizon DNS server. Reboot the web proxy and then reboot the DNS server. Put the proxy server on the other side of the demarc. Answer: A Proxy servers act as an intermediary for requests from clients seeking resourcesfrom other servers. If the DNS server is not communicating with the proxy server, these requests are not forwarded. Therefore, updating the DNS server with the proxy server information will solve the problem. QUESTION NO: 124 Two weeks after installation, a network technician is now unable to log onto any of the newly installed company switches. The technician suspects that a malicious user may have changed the switches' settings before they were installed in secure areas. Which of the following is the MOST likely way in which the malicious user gained access to the switches? Via SSH using the RADIUS shared secret Via HTTP using the default username and password Via console using the administrator's password Via SNMP using the default RO community Answer: B "Pass Any Exam. Any Time."

117 A new network switch is accessed via HTTP to perform the initial configuration. The username and password used is a factory default. QUESTION NO: 125 A network technician is troubleshooting a problem at a remote site. It has been determined that the connection from router A to router B is down. The technician at the remote site re-terminates the CAT5 cable that connects the two routers as a straight through cable. The cable is then tested and is plugged into the correct interface. Which of the following would be the result of this action? The normal amount of errors and the connection problem has been resolved. The interface status will indicate that the port is administratively down. The traffic will flow,but with excessive errors. The interface status will show line protocol down. Answer: D Devices of different types are connected with a straight through cable (patch cable). In this case, it is used to connect two devices of the same type. It is for this reason that the interface will display the line protocol down status. "Pass Any Exam. Any Time."

118 QUESTION NO: 126 Which of the following helps prevent routing loops? Routing table Default gateway Route summarization Split horizon Answer: D Routing loops occur when the routing tables on the routers are slow to update and a redundant communication cycle is created between routers. Split horizon, which prevents the router from advertising a route back to the other router from whichit was learned, can be used to resist routing loops. Poison reverse, also known as split horizon with poison reverse, is also used to resist routing loops. QUESTION NO: 127 After repairing a computer infected with malware, a technician determines that the web browser fails to go to the proper address for some sites. Which of the following should be checked? Server host file Subnet mask "Pass Any Exam. Any Time."

119 Local hosts file Duplex settings Answer: C The local hosts file is a text file thatcontains hostname-to-ip address mappings. By default, host to IP address mappings that are configured in the Hosts file supersede the information in DNS. If there is an entry for a domain name in the Hosts file, then the server will not attempt to query DNS servers for that name. Instead, the IP address that is configured in the Hosts file will be used. If the IP address corresponding to a name changes and the Hosts file is not updated, you may be unable to connect to the host. QUESTION NO: 128 Which of the following WAN technologies is associated with high latency? T1 Satellite Cable OCx Answer: B "Pass Any Exam. Any Time."

120 Latency in this instance is the time it takes for the signal to and from the satellite. Since signal has to travel to the satellite, then from the satellite to the ground station, and then out to the Internet (or IP WAN). Not forgetting the return trip, and processing delays. Topic 5, Industry standards, practices, and network theory QUESTION NO: 129 When a client calls and describes a problem with a computer not being able to reach the Internet, in which of the following places of the OSI model would a technician begin troubleshooting? Transport layer Physical layer Network layer Session layer Answer: B The bottom layer of the OSI reference model is Layer 1, the physical layer. The physical layer is the layer that defines the hardware elements of a network. These elements include: Network Interface Cards Network topology "Pass Any Exam. Any Time."

121 Network cabling The type of signals used for data transmissions When troubleshooting a network connectivity issue, the first thing you would check is the computer s network cabling, the network card etc. In other words, the computer s physical connection to the network. QUESTION NO: 130 A network engineer is dispatched to an employee office to troubleshoot an issue with the employee's laptop. The employee is unable to connect to local and remote resources. The network engineer flips the laptop's wireless switch on to resolve the issue. At which of the following layers of the OSI model was the issue resolved? Layer 1 Layer 2 Layer 3 Layer 4 E. Layer 7 Answer: A The bottom layer of the OSI reference model is Layer 1, the physical layer. Thephysical layer is the layer that defines the hardware elements of a network. These elements include: "Pass Any Exam. Any Time."

122 Network Interface Cards Network topology Network cabling The type of signals used for data transmittions In this question, the network engineer flippedthe laptop's wireless switch on to resolve the issue. The laptop was unable to connect to the wireless network because the wireless network interface card was switched off. Switching the wireless network interface card on enabled the laptop to connect to the wireless network. The wireless network interface card is a physical layer device. QUESTION NO: 131 When troubleshooting a network problem, browsing through the log of a switch, it is discovered that multiple frames contain errors. In which of the following layers does the problem reside? (Select TWO). Layer 2 Layer 3 Layer 5 Transport layer E. Data link F. Physical layer Answer: A,E "Pass Any Exam. Any Time."

123 Layer 2 of the OSI reference model is the data-link layer. Components of the data-linklayer include frame-format, Media Access Control (MAC) addressing, protocol identification and error detection. When data is being sent, it is split into protocol data units (PDUs) as it passes through the layers of the OSI model. The PDUs have different names as they are passed through the layers of the OSI model. In layer 2, the PDU is called a Frame. The most common protocol specified in the data-link layer is Ethernet and the most common network component in the data-link layer is a network switch. Inthis question, problems are discovered with Ethernet frames by examining the logs in a network switch. Therefore, for this question, we are working in Layer 2, the data-link layer. QUESTION NO: 132 A network administrator is using a packet analyzer to determine an issue on the local LAN. Two separate computers are showing an error message on the screen and are unable to communicate with other computers in the same lab. The network administrator looks at the following output: SRC MACSRC IPDST MACDST IP 00:1D:1F:AB:10:7D :200015:BE:9F:AB:10:1D : :DD:1F:AB:10: :100022:C7:2F:AB:10:A :1300 Given that all the computers in the lab are directly connected to the same switch, and are not using any virtualization technology, at which of the following layers of the OSI model is the problem occurring? Network Application Data link Transport "Pass Any Exam. Any Time."

124 Answer: A If we look at the Source Mac column, we can see two different MAC addresses. Everynetwork interface card has a unique MAC address. These are the network cards in the two separate computers. If we look in the Source IP column, we can see that the two network cards have been assigned the same IP address ( ). This is the problem in this question. The error message on the screens will be saying that An IP conflict exists. Every network card connected to the network needs to be configured with a different IP address. As the problem is with the IP address configuration of the twocomputers, we know that the problem is occurring at the Network layer (layer 3) of the OSI model. The network layer is responsible for Internet Protocol (IP) addressing and routing. QUESTION NO: 133 Which of the following will negotiate standoff timers to allow multiple devices to communicate on congested network segments? CSMA/CD OSPF DOCSIS BGP Answer: A "Pass Any Exam. Any Time."

125 Carrier Sense Multiple Access/Collision Detect (CSMA/CD) is used by devices in an Ethernet network for transmittingdata on the network. Any device on an Ethernet network can send data at any time. The network devices sense when the line is idle and therefore available for the transmission of data. The network device then transmits a data frame onto the network. If another device sends a frame at exactly the same time, a collision occurs and the frames are discarded. The network devices will then wait for a random period of time before attempting to send the frame again. QUESTION NO: 134 Which of the following devices implements CSMA/CA virtually through the RTS/CTS protocols? Firewall Router AP Switch Answer: C AP is a Wireless Access Point used in a wireless network. If two computers on a network send data frames at thesame time, a collision between the frames can occur. The frames are then discarded and the sending computers will attempt to send the data again. Carrier sense multiple access with collision avoidance (CSMA/CA) is a protocol used in wireless networks wherecomputers connected to the wireless network attempt to avoid collisions by transmitting data only when the channel is sensed to be "idle". Carrier Sense Multiple Access/Collision Detect (CSMA/CD) is unreliable in wireless networks because computers "Pass Any Exam. Any Time."

126 connected to the wireless network often cannot see each other so CSMA/CA is a better option for avoiding collisions. Request to Send/Clear to Send (RTS/CTS) can also be used to mediate access to the wireless network. This goes some way to alleviating the problemof computers not being able to see each other because in a wireless network, the Wireless Access Point only issues a Clear to Send to one node at a time. With RTS/CTS, a Request to Send (RTS) packet is sent by the sending computer, and a Clear to Send(CTS) packet is sent by the intended receiver. This will alert all computers within range of the sender, receiver or both, to not transmit for the duration of the transmission. This is known as the IEEE RTS/CTS exchange. QUESTION NO: 135 The management team wants to set up a wireless network in their office but all of their phones operate at the 2.4 GHz frequency. They need a wireless network that would be able to operate at a higher frequency than their phones. Which of following standards should be used? a b g 802.1x Answer: A In this question, we need a wireless network that operates at a frequency higher than the 2.4GHz frequency is a set of IEEE standards that govern wireless networking transmission methods. The "Pass Any Exam. Any Time."

127 standards commonly used today to provide wireless connectivity in home or office wireless networks are a, b, g, n and ac. The a standard supports speeds up to 54Mbps and uses the 5-GHzband. QUESTION NO: 136 A user with an n WLAN card is connected to a SOHO network and is only able to connect at 11 Mbps with full signal strength. Which of the following standards is implemented on the network? a ac b g Answer: C is a set of IEEE standards that govern wireless networking transmission methods. The standards commonly used today to provide wireless connectivity in home or office wireless networks are a, b, g, n and ac b supports speeds up to 11Mbps and uses the 2.4GHz frequency. In this question, the user is using an n WLAN card. Although the n WLAN card can support speeds up to 300Mbps, the user is only able to connect at 11Mbps because the user is connected to a wireless network configured to use b. "Pass Any Exam. Any Time."

128 QUESTION NO: 137 A network technician has been tasked with designing a WLAN for a small office. One of the requirements of this design is that it is capable of supporting HD video streaming to multiple devices. Which of the following would be the appropriate wireless technology for this design? g ac b a Answer: B In this question, we need a wireless networkcapable of supporting HD video streaming to multiple devices. We therefore need the fastest wireless network speed available is a set of IEEE standards that govern wireless networking transmission methods. The standards commonly used today to provide wireless connectivity in home or office wireless networks are a, b, g, n and ac. The ac standard is the fastest wireless network supporting speeds of over 3Gbps and uses the 5-GHz band. QUESTION NO: 138 A company is deploying a new wireless network and requires 800Mbps network throughput. Which of the following is the MINIMUM configuration that would meet this need? "Pass Any Exam. Any Time."

129 802.11ac with 2 spatial streams and an 80MHz bandwidth ac with 3 spatial streams and a 20MHz bandwidth ac with 3 spatial streams and a 40MHz bandwidth ac with 4 spatial streams and a 160MHz bandwidth Answer: A Spatial streaming is used in wireless communications where multiple-input-multiple-output(mimo) is being used. With MIMO, multiple antennas are used for transmission and reception. MIMO was available in n but its capabilities have been extended in ac ac supports a mandatory 80 MHz channel bandwidth for stations (vs. 40 MHzmaximum in n), 160 MHz available optionally and more (up to 8) special streams. A single antenna and 80 MHz channel bandwidth provides a bandwidth of 433Mbps. In this question, we need a minimum bandwidth of 800Mbps. Two antennas and 80 MHz channel bandwidth provides a bandwidth of 867Mbps and therefore meets the requirement. QUESTION NO: 139 A network technician is attempting to connect a new host to existing manufacturing equipment on an Ethernet network. The technician is having issues trying to establish communication between the old equipment and the new host. The technician checks the cabling for breaks and finds that the CAT3 cable in use is in perfect condition. Which of the following should the technician check to ensure the new host will connect? Confirm the new host is using 10GBaseSR due to the manufacturing environment "Pass Any Exam. Any Time."

130 Confirm the new host is compatible with 10BaseT Ethernet Confirm the existing 10Base2 equipment is using the proper frame type Confirm that CSMA/CD is disabled on the Ethernet network Answer: B The question states that the equipment is old and that CAT3 cabling is being used. 10BaseT Ethernet networks are old and slow by today s standards. 10BaseT Ethernet networks use CAT3 UTP cabling and offer a maximum bandwidth of just 10Mpbs. A new host computer nowadays will have a network card that supports 1000Mpbs to be used with CAT5, CAT5e or CAT6 network cables in a 1000BaseT network. In this question, we need to check that the network card on thenew host computer is backward-compatible with the old 10BaseT network. QUESTION NO: 140 Before logging into the company network, users are required to sign a document that is to be stored in their personnel file. This standards and policies document is usually called which of the following? SOP BEP AUP SLA "Pass Any Exam. Any Time."

131 Answer: C AUP stands for Acceptable Use Policy. An Acceptable Use Policy defines what a user can or cannot do with his or her computer during business hours. For example, using the company s Internet connection to look at the sports scores on a sports website may be deemed inappropriate or unacceptable during business hours. Other examples include the use of social media websites such as Facebook or using Instant Messaging clients to chat to your friends. QUESTION NO: 141 A service provider is unable to maintain connectivity to several remote sites at predetermined speeds. The service provider could be in violation of the: ML SL SOW. MOU. Answer: B SLA stands for Service Level Agreement. This is a common document in business used to define a minimum standard of service that a customer can expect from a supplier. SLA s are particularly common in the I.T. sector where a serviceprovider is offering a service to a customer. As a customer, you want your hosted services and Internet or WAN connections to be available all the "Pass Any Exam. Any Time."

132 time. SLAs often guarantee 99.9% uptime for a service. In this question, the service provider is providing WAN links to remote sites with a guaranteed bandwidth on the WAN links. A failure to maintain the connectivity to the remote sites would be a violation of the Service Level Agreement (SLA). QUESTION NO: 142 A customer has engaged a company to improve the availability of all of the customer's services and applications, enabling the customer to minimize downtime to a few hours per quarter. Which of the following will document the scope of the activities the company will provide to the customer, including the intended outcomes? MLA MOU SOW SLA Answer: C SOW stands for Statement of Work. When a company has been hired for a project that involves many tasks, a statement of work is often issued at the start of the project. The SOWwill outline the tasks or activities in a project, their costs and the timelines for deliverables within the project. In an IT project, the SOW would define what tasks will be performed (hardware and software upgrades etc.), why the work is being done andhow long each stage of the project will take. "Pass Any Exam. Any Time."

133 QUESTION NO: 143 A technician has prolonged contact with a thermal compound. Which of the following resources should be consulted? HCL MSDS SLA HVAC Answer: B MSDS stands formaterial Safety Data Sheet. An MSDS is a health and safety document that contains information on the potential hazards of working with a chemical product and how to work safely with the chemical product. In this question, the thermal compound is a chemical product so the MSDS will provide information about the effects of prolonged contact with the thermal compound. QUESTION NO: 144 An organization is moving to a new datacenter. During the move, several technicians raise concerns about a system that could potentially remove oxygen from the server room and result in suffocation. Which of the following systems are they MOST likely discussing? Fire suppression "Pass Any Exam. Any Time."

134 Mantraps at the entry HVAC UPS and battery backups Answer: A Firesuppression systems are often deployed in server rooms to prevent a fire destroying all the I.T. equipment. Different fire suppression systems work in different ways. Obviously a fire suppression system that sprays water onto the fire is no good for a server room as the water would do as much damage as the fire. A common fire suppression system used in server rooms is one that suppresses the fire by starving it of oxygen. One way the oxygen can be removed from the server room is to fill the server room withan inert gas such as carbon dioxide. QUESTION NO: 145 Which of the following describes an area containing a rack that is used to connect customer equipment to a service provider? 110 block MDF DSU CSU Answer: B "Pass Any Exam. Any Time."

135 MDFstands for Main Distribution Frame. A Main Distribution Frame is a commonly a long steel rack accessible from both sides. On one side of the rack is cabling that connects the service provider s network. The other side of the rack is for the connections tothe customer s equipment. QUESTION NO: 146 In an engineering office, all plotters are configured via static IP. Which of the following best practices will alleviate many issues if equipment moves are required? (Select TWO). Rack monitoring Device placement Wall plate labeling Room numbering E. Patch panel labeling Answer: C,E By labeling each wall plate (where the plotters network cables plug in to) and the patch panel ports (where the cables connecting to each wall plate terminate), we ll be able to see which device is connected to which port. If equipment moves are required, we will be able to easily see which patch cables need to be moved in the patch panel. "Pass Any Exam. Any Time."

136 QUESTION NO: 147 A network technician is attempting to locate a switch connected to the fourth floor west side of the building. Which of the following will allow quick identification of the switch, when looking at a logical diagram? Building layout Patch panel labeling Packet sniffing Naming conventions Answer: D The building in this question has several floors and the floors are large enough to be identified by area such as west side etc. It is likely that a logical diagram of the network in such a building would be quite complicated and the network is likely to have several switches. A naming convention is a standard for naming items, in this case, networking components. When it comes to naming switches, using names like Switch1, Switch2 etc. for example won t help when you need to know where the switches are located. In a building with multiple floors with each floor large enough to be defined by area names, you could a naming convention like SW1-FL4-WS where SW1 identifies the item as a Switch with the number 1, FL4 identifiesthe location as Floor 4 and WS further identifies the location as West Side. Using this convention, switch number 2 on the third floor east side would be named SW2- FL3-ES. "Pass Any Exam. Any Time."

137 QUESTION NO: 148 Which of the following does a network technician need to implement if a change is unsuccessful within the approved maintenance window? Configuration procedures Stakeholder notification Impact analysis Rollback procedure Answer: D A rollback procedure is something that should bedocumented in a change management document. In this question, the network technician has made a change during a maintenance window. The change has not worked so the technician needs to undo the change he made to revert the system back to its previous state. The network technician can then investigate why the change has not worked as expected. The rollback procedure is the list of steps required to undo the changes made to the system. QUESTION NO: 149 Which of the following is true about the main difference between a web session that uses port 80 and one that uses port 443? Port 80 web sessions often use application-level encryption, while port 443 sessions often use transport-level encryption. "Pass Any Exam. Any Time."

138 Port 80 web session cannot use encryption, while port 443 sessions are encrypted using web certificates. Port 80 web sessions can use web application proxies, while port 443 sessions cannot traverse web application proxies. Port 80 web sessions are prone to man-in-the-middle attacks, while port 443 sessions are immune from man-in-the-middle attacks. Answer: D HTTPS stands for HTTP over SSL or HTTP Secure. It is used for secure access to websites. Port 80 web sessions are HTTP (HyperText Transfer Protocol) sessions which offers no security. Port 443 web sessions use HTTPS. HTTPS uses SSL or TLS to encrypt the HTTP traffic. HTTPS provides authentication of the website and associated web server that you are communicating with, which protects against man-in-the-middle attacks. Additionally, it provides bidirectional encryption of communications between a client and server, which protects against eavesdropping and tampering with and/or forging the contents of the communication. QUESTION NO: 150 Which of the following is the main difference between TCP and UDP? TCP data flows in two directions, while UDP data flows from server to client. The TCP header implements flags, while the UDP header does not. The TCP header implements checksum, while the UDP header does not. "Pass Any Exam. Any Time."

139 TCP connections can be secured by stateful firewalls, while UDP connections cannot. Answer: B Transmission Control Protocol (TCP) is a connection-oriented transport protocol. Connectionoriented transport protocols provide reliable transport. When a computer wants to send data to another computer, TCP will first establish a connection between the two computers. When a sending computer sends data segments, the receiving computer acknowledges receipt of thesegments. If the receiving computerdoes not receive an expected segment, the sending computer will send it again. User Datagram Protocol (UDP) is a connectionless transport protocol. Connectionless transport protocols provide unreliable transport. With UDP, there is no connection establishment between the sending and receiving computers. If a data segment is lost in transit, the sending computer will not know about it so it will not resend the segment. TCP uses control messages to manage the process of contact and communication. TCP uses a set of control flags in the TCP header to indicate whether a segment is being used for control purposes or just to carry data. QUESTION NO: 151 Which of the following PDUs is used by a connectionless protocol? Frames Segments Streams Datagram "Pass Any Exam. Any Time."

140 Answer: D UDP is a connectionless transport protocol that operates in the transport layer of the OSI model. UDP stands for User Datagram Protocol. PDUs (Protocol Data Units) used by UDP are known as Datagrams. QUESTION NO: 152 A network technician is utilizing a network protocol analyzer to troubleshoot issues that a user has been experiencing when uploading work to the internal FTP server. Which of the following default port numbers should the technician set the analyzer to highlight when creating a report? (Select TWO) E. 67 F. 68 G. 69 Answer: A,B "Pass Any Exam. Any Time."

141 FTP (File Transfer Protocol) is used for transferring files between an FTP client and an FTP server. FTP uses TCP Ports 20 and 21. QUESTION NO: 153 A network technician has just installed a TFTP server on the administrative segment of the network to store router and switch configurations. After a transfer attempt to the server is made, the process errors out. Which of the following is a cause of the error? Only FTP can be used to copy configurations from switches Anonymous users were not used to log into the TFTP server An incorrect password was used and the account is now locked Port 69 is blocked on a router between thenetwork segments Answer: D The question states that the TFTP server is installed on the administrative segment of the network. This implies that the network has multiple segments (subnets) and TFTP server is on a different network segment to other computers. For a computer on one subnet to connect to a computer on a different subnet, a router is required to route traffic between the two subnets. Routers often include firewalls so they can be configured to allow specific traffic to be routed between the subnets and block unwanted traffic. TFTP uses UDP port 69. The most likely cause of the connection timeout error in the question is that the firewall has not been configured to allow traffic using UDP port 69. "Pass Any Exam. Any Time."

142 QUESTION NO: 154 A network administrator has created a virtual machine in the cloud. The technician would like to connect to the server remotely using RDP. Which of the following default ports needs to be opened? Answer: B RDP (Remote Desktop Protocol) is used for connecting to a remote Windows computer. When using RDP to connect to a remote Windows computer, you can view and control the desktop of the remote computer. RDP uses TCP port Topic 6,. Mix questions QUESTION NO: 155 CORRECT TEXT SIMULATION "Pass Any Exam. Any Time."

143 After recent changes to the pictured network, several users are unable to access the servers. Only PC1, PC2, PC3, and PC4 are configurable. You can only change the adapter configurations to each P "Pass Any Exam. Any Time."

144 Answer: Here is the solution below On PC3, change the subnet mask to When it is set to , then the PC with a.129 address will not be on the same subnet as the default gateway which is.1 On PC4, change the default gateway to It has been incorrectly set as On this simulation, you will be asked to test connectivity after fixing the issues. You MUST ping the other three computers on EACH computer (i.e. from PC1, ping PC2, PC3, PC4, and from PC2, ping PC1, PC3 and PC4, etc) "Pass Any Exam. Any Time."

145 QUESTION NO: 156 DRAG DROP DRAG DROP Your company recently purchased a new building down the street from the existing office. For each of the tasks below, select the appropriate antenna type and encryption object for all wireless access point (AP). 1. Create an encrypted wireless connection between the two buildings that BEST controls signal propagation, while maximizing security. 2. Restrict the wireless signal generated by the access points (AP's) inside Building 1, so that it minimizes broadcast beyond the building. 3. Maximize wireless coverage inside Building Building 1's internal wireless network is for visitors only and must not require any special configuration on the visitor's device to connect. Answer: "Pass Any Exam. Any Time."

146 QUESTION NO: 157 DRAG DROP DRAG DROP Wireless network users recently began experiencing speed and performance issues after access "Pass Any Exam. Any Time."

147 point 2 (AP2) was replaced due to faulty hardware. The original network was installed according to a consultant's specifications and has always worked without a problem. You a network technician, have been tasked with evaluating the situation and resolving the issues to improve both performance and connectivity. Refer to the following exhibits and perform any necessary changes to the wireless and wired infrastructure by adjusting devices. Note: Adjust the LEAST number of devices needed to fix the issue. Answer: "Pass Any Exam. Any Time."

148 After you fix AP2, you must click on the switch, which will bring up the switch interface. Type in the two commands that they show there, to prove the fix. Donot worry that interface 4 is down, there is no interface 4 for you to do QUESTION NO: 158 DRAG DROP DRAG DROP A customer's server is not sending s. Arrange the troubleshooting steps in the order the technician should perform them: "Pass Any Exam. Any Time."

149 Answer: "Pass Any Exam. Any Time."

150 QUESTION NO: 159 DRAG DROP DRAG DROP Drag and drop the fiber cable connection types to the appropriate image. "Pass Any Exam. Any Time."

151 Answer: "Pass Any Exam. Any Time."

152 QUESTION NO: 160 DRAG DROP DRAG DROP Build a T-658A Connection Answer: "Pass Any Exam. Any Time."

153 Cat5/6 Cable Pinouts QUESTION NO: 161 DRAG DROP DRAG DROP Build a T-658B Connection Answer: "Pass Any Exam. Any Time."

154 Cat5/6 Cable Pinouts QUESTION NO: 162 DRAG DROP DRAG DROP "Pass Any Exam. Any Time."

155 Answer: "Pass Any Exam. Any Time."

156 QUESTION NO: 163 DRAG DROP DRAG DROP "Pass Any Exam. Any Time."

157 Answer: "Pass Any Exam. Any Time."

158 QUESTION NO: 164 DRAG DROP DRAG DROP You are tasked with creating a network that will accomplish the following requirements Requirements: 1) The remote sales team must be able to connect to the corporate network 2) Each department must have ONLY two PCs and a server 3) Each department must be segmented from each other 4) The following VLANs have been designated: a) VLAN 2- Finance b) VLAN 12- Sales c) VLAN 22- Human Resources (HR) Complete the network by dragging the required objects into the diagram "Pass Any Exam. Any Time."

159 INSTRUCTIONS: Objects can be used multiple times and not all placeholders need to be filled Answer: "Pass Any Exam. Any Time."

160 QUESTION NO: 165 CORRECT TEXT SIMULATION You have been tasked with setting up a wireless network in an office. The network will consist of 3 access points and a single switch. The network must meet the following parameters. The SSIDs need to be configured as corpnet with a key of S3cr3t! The wireless signals should not interfere with each other The subnet the Access points and Switch are on should only support 30 devices maximum The access Points should be configured to only support TKIP clients at a maximum speed Instructions: Click on the devices to review their information and adjust the setting of the APs to meet the given requirements. "Pass Any Exam. Any Time."

161 This simulation is still under construction. On the first exhibit, the layout should be as follows Access Point Name AP1 IP Address Gateway SSID corpnet SSID Broadcast yes Mode G Channel 1 Speed Auto Duplex Auto WPA Passphrase S3cr3t! "Pass Any Exam. Any Time."

162 Exhibit 2 as follows Access Point Name AP2 IP Address Gateway SSID corpnet SSID Broadcast yes Mode G Channel 6 Speed Auto Duplex Auto WPA Passphrase S3cr3t! Exhibit 3 as follows Access Point Name AP3 IP Address Gateway SSID corpnet SSID Broadcast yes Mode G Channel 11 Speed Auto Duplex Auto WPA Passphrase S3cr3t! "Pass Any Exam. Any Time."

163 QUESTION NO: 166 A company installs a new mail server. Which of the following DNS records need to be configured to allow the organization to receive ? CNAME MX PTR A Answer: B QUESTION NO: 167 The administrator modifies a rule on the firewall, and now all the FTP users cannot access the server any longer. The manager calls the administrator and asks what caused the extreme downtime for the server. In regards to the manager's inquiry, which of the following did the administrator forget to do FIRST? Submit a change request Schedule a maintenance window Provide notification of change to users "Pass Any Exam. Any Time."

164 Document the changes Answer: A QUESTION NO: 168 A network administrator noticed that when one computer goes down, all the other computers in the office will not work. Which of the following topologies is in use? Star Ring Hybrid Bus E. Mesh Answer: D "Pass Any Exam. Any Time."

165 QUESTION NO: 169 There has been an increased amount of successful social engineering attacks at a corporate office. Which of the following will reduce this attack in the near future? Helpdesk training Appropriate use policy User awareness training Personal Identifiable Information Answer: C QUESTION NO: 170 The human resource department has been moved to an area which is more than 60 meters away from the nearest IDF. In order to comply with the SLA which requires that 10Gb speeds be provided, which of the following media will need to utilized? CAT6e CAT5e n "Pass Any Exam. Any Time."

166 802.11ac Answer: A QUESTION NO: 171 While troubleshooting, a technician notices that some clients using FTP still work and that pings to the local router and servers are working. The technician tries to ping all known nodes on the network and they reply positively, except for one of the servers. The technician notices that ping works only when the host name is used but not when FQDN is used. Which of the following servers is MOST likely down? WINS server Domaincontroller DHCP server DNS server Answer: D "Pass Any Exam. Any Time."

167 QUESTION NO: 172 An area to which access is controlled by retina scan is protected by which of the following security measure types? Two-factor authentication Biometric Cipher locks Optical reader E. Proximity reader Answer: B QUESTION NO: 173 Which of the following ports should be allowed to provide access to certain VoIP applications? "Pass Any Exam. Any Time."

168 5060 Answer: D QUESTION NO: 174 Which of the following should be used to ensure a specific device always receives the same IP address? IP helper Reservation Address lease DHCP scope E. DHCP relay Answer: B "Pass Any Exam. Any Time."

169 QUESTION NO: 175 Users connecting to an SSID appear to be unable to authenticate to the captive portal. Which of the following is the cause of this issue? WPA2 security key SSL certificates CSMA/CA RADIUS Answer: D QUESTION NO: 176 A company owns four kiosks that are in close proximity within a shopping center. The owner is concerned about someone accessing the internet via the kiosk's wireless network. Which of the following should be implemented to provide wireless access only to the employees working at the kiosk? Firewall Web filtering MAC filtering "Pass Any Exam. Any Time."

170 Host-based antivirus Answer: C QUESTION NO: 177 Which of the following applies to data as it travels from Layer 1 to Layer 7 of the OSI model? Tagging Encapsulation Tunneling De-encapsulation Answer: D QUESTION NO: 178 "Pass Any Exam. Any Time."

171 A T1 line has lost connectivity to the ISP. The ISP has instructed the technician to place a loopback on a device connecting the T1 line to their central office. On which of the following devices will the technician implement the loopback? Channel remote module Fiber optic modem Channel service unit Digital subscriber line modem Answer: C QUESTION NO: 179 Routing prefixes which are assigned in blocks by IANA and distributed by the Regional Internet Registry (RIR) are known as which of the following? Network handle Autonomous system number Route aggregation Top level domain Answer: B "Pass Any Exam. Any Time."

172 QUESTION NO: 180 QoS operates at which of the following OSI model layers? (Select TWO) Layer 1 Layer 2 Layer 3 Layer 5 E. Layer 7 Answer: B,C QUESTION NO: 181 A client reports that half of the marketing department is unable to access network resources. The "Pass Any Exam. Any Time."

173 technician determines that the switch has failed and needs to replace it. Which of the following would be the MOST helpful in regaining connectivity? VLAN configuration Network diagram Configuration backup Router image Answer: C QUESTION NO: 182 Ann, a system administrator, is troubleshooting an issue with a DNS server. She notices that the security logs have filled up and that they need to be cleared from the event viewer. She recalls this being a daily occurrence. Which of the following solutions would BEST resolve this problem? Increase the maximum log size Log into the DNS server every hour to check if the logs are full Install an event management tool Delete the logs when full Answer: C "Pass Any Exam. Any Time."

174 QUESTION NO: 183 Which of the following protocols were designed to avoid loops on a Layer 2 network? (Select TWO) OSPF RIPv q Spanning tree E d F. QoS Answer: D,E "Pass Any Exam. Any Time."

175 QUESTION NO: 184 While implementing wireless access points into the network, one building is having connectivity issues due to light fixtures being replaced in the ceiling, while all other buildings' connectivity is performing as expected. Which of the following should be exchanged on the access points installed in the building with connectivity issues? UTP patch cables Antenna Power adapter Security standard Answer: B QUESTION NO: 185 A technician is attempting to resolve an issue with users on the network not being able to access websites. The technician pings the default gateway and DNS servers successfully. Pinging a website by URL is unsuccessful but using a known IP address is successful. Which of the following will resolve the issue? Update the HOST file with the URLs for all websites Use NSLOOKUP to resolve URLs Ensure ICMP messages can pass through the firewall "Pass Any Exam. Any Time."

176 Enable port 53 on the firewall Answer: D QUESTION NO: 186 The Chief Information Officer (CIO) of an organization is concerned that the current locally-hosted, software threat solution is not agile enough. The CIO points to specific examples of zero-day threats that have recently taken a day or more to receive patches. The IT team is tasked with finding a solution that has a better chance of stopping emerging threats and stopping zero-day threats more quickly. Which of the following solutions would have the BEST chance of meeting these goals? Stateful firewall Premise-based IDS Host-based IDS Cloud-based anti-malware Answer: A "Pass Any Exam. Any Time."

177 QUESTION NO: 187 A network technician was tasked to install a network printer and share it to a group of five human resource employees. The technician plugged the device into a LAN jack, but was unable to obtain an IP address automatically. Which of the following is the cause of the problem? DNS Wrong TCP port Split horizon DHCP scope Answer: D QUESTION NO: 188 A technician is configuring a computer lab at a school. The computers need to be able to communicate with each other, but students using the computers should not be able to access the internet. Which of the following rules on the firewall should the technician configure for the lab computers? Block all LAN to LAN traffic Block all LAN to WAN traffic "Pass Any Exam. Any Time."

178 Block all WAN to LAN traffic Block all WLAN to WAN traffic Answer: C QUESTION NO: 189 A network administrator is noticing slow responds times from the server to hosts on the network. After adding several new hosts, the administrator realizes that CSMA/CD results in network slowness due to congestion at the server NI Which of the following should the network administrator do to correct the issue? Add a honeypot to reduce traffic to the server Update the Ethernet drivers to use Add additional network cards to the server Disable CSMA/CD on the network Answer: C "Pass Any Exam. Any Time."

179 QUESTION NO: 190 A technician wants to update the organization's disaster recovery plans. Which of the following will allow network devices to be replaced quickly in the event of a device failure? Vendor documentation Archives/backups Proper asset tagging and labeling Network Baseline Answer: B QUESTION NO: 191 A user is unable to connect to a server in another building. A technician is troubleshooting the issue and determines the following: 1) Client PC 1 has an IP address if /25 2) PC 1 can successfully ping its gateway of /25 which is an interface of router A 3) Server A is named 'BLDGBFILESRVR01' and has an IP address of /25 4) PC 2 with an IP address of /25 can successfully ping server A However, when PC 1 pings server A, it receives a destination host unreachable responds. Which "Pass Any Exam. Any Time."

180 of the following is the MOST likely cause? Link from router A to PC 1 are on different subnets Link from router A to server A is down Link from PC 1 to router A has duplex issues Link from server A top PC 2 is down Answer: B PC 1 cannot connect to Server PC 1 and Server A are on different subnets that are connected by Router PC 1 can connect to Router A; therefore there is no problem with the link or IP address configuration between PC 1 and Router PC 2, which is on the same subnet as Server A, can connect to Server A; therefore Server A is up. As PC 1 can connect to Router A but cannot connect to Server A, and Server A is up; the problem must be the connection (link) between Router A and Server QUESTION NO: 192 A company is having a new T1 line installed. Which of the following will the connection MOST likely terminate to? Core switch MDF "Pass Any Exam. Any Time."

181 Ethernet router IDF Answer: B QUESTION NO: 193 A technician wants to implement a network for testing remote devices before allowing them to connect to the corporate network. Which of the following could the technician implement? High availability MAN network Quarantine Honeynet Answer: C "Pass Any Exam. Any Time."

182 QUESTION NO: 194 Which of the following broadband WAN technologies would MOST likely be used to connect several remote branches that have no fiber or satellite connections? OC12 POTS WiMax OC3 Answer: B QUESTION NO: 195 A technician is troubleshooting a PC that is having intermittent connectivity issues. The technician notices that the STP cables pairs are not completely twisted near the connector. Which of the following is the issue? Cross-talk 568A/568B mismatch Tx/Rx reverse "Pass Any Exam. Any Time."

183 Split pairs Answer: A QUESTION NO: 196 Which of the following can be issued from the command line to find the layer 3 hops to a remote destination? traceroute nslookup ping netstat Answer: A "Pass Any Exam. Any Time."

184 QUESTION NO: 197 An administrator's network has OSPF for the internal routing protocol and has two interfaces that continue to flap. The administrator reviews the following output: Fast ethernet 0 is up, line protocol is up Int ip address is /25 MTU 1500 bytes, BW10000 kbit, DLY 100 usec Reliability 255/255, Tx load 1/255, Rx load 1/255 Encapsulation ospf, loopback not set Keep alive 10 Full duplex, 100Mb/s, 100Base Tx/Fx Received broadcasts 1258 input errors packet output, bytes 1747 output errors, 0 collisions, 423 resets Which of the following problems would cause the interface flap? Wrong IP address Loopback not set Bad wire Incorrect encapsulation E. Duplex mismatch Answer: E "Pass Any Exam. Any Time."

185 QUESTION NO: 198 Which of the following allows a telecommunication company to test circuits to customers remotely? VLAN Toner Probe RDP Smart Jack E. VPN Answer: D QUESTION NO: 199 A single mode fiber is no longer providing network connectivity to a remote site. Which of the following would be used to identify the location of the break? MT-RJ OTDR "Pass Any Exam. Any Time."

186 Media converter Cable certifier Answer: B QUESTION NO: 200 Users are reporting extreme slowness across the network every Friday. Which of the following should the network technician review first to narrow down the root cause of the problem? Baseline Bottleneck Utilization Link status Answer: C "Pass Any Exam. Any Time."

187 QUESTION NO: 201 A contractor was hired to troubleshoot congestion issues on the network. After a few of the switches have been reconfigured/upgraded by the contractor, congestion worsens and collisions increase. Which of the following is the BEST action to alleviate the situation? Allow the contractor to reset switches to factory defaults Check the cabling on all switches for improper crossover use Document the changes thatwere made Downgrade firmware and restore backup configuration Answer: D QUESTION NO: 202 An organization is involved in a civil court action and needs to ensure messages are retained. Which of the following describes the requirement to archive and retain traffic and other correspondence? Chain of custody Legal hold Divide and conquer "Pass Any Exam. Any Time."

188 Persistent agents Answer: B QUESTION NO: 203 In the past, a company has experienced several network breaches as a result of end-user actions. To help mitigate future breaches, which of the following documents should the security team ensure are up-to-date and enforced for all employees? (Select TWO) Memorandum of understanding Data classificationdocument Service level agreement Interconnection security agreement E. Consent to monitor F. Acceptable use policy Answer: A,F "Pass Any Exam. Any Time."

189 QUESTION NO: 204 The Chief Information Officer (CIO) wants to improve the security of the company's data. Which of the following is a management control that should be implemented to ensure employees are using encryption to transmit sensitive information? Policies VPN HTTPS Standards Answer: A QUESTION NO: 205 A client reports that half of the office is unable to access a shared resource. Which of the following should be used to troubleshoot the issue? Data backups Network diagrams Baseline information "Pass Any Exam. Any Time."

190 Vendor documentation Answer: B QUESTION NO: 206 An administrator needs to set up a space in the office where co-workers can relax. The administrator sets up several TV's with interconnected gaming systems in the office. Which of the following did the administrator set up? CAN MAN WAN LAN Answer: A "Pass Any Exam. Any Time."

191 QUESTION NO: 207 Channel bonding will improve which of the following wireless characteristics? Signal strength Encryption strength Coverage area Connection speed Answer: D QUESTION NO: 208 Users have reported poor network performance. A technician suspects a user may have maliciously flooded the network with ping request. Which of the following should the technician implement to avoid potential occurrences from happening in the future? Block all ICMP request Update all antivirus software Remove all suspected users from the network Upgrade firmware on all network cards "Pass Any Exam. Any Time."

192 Answer: A QUESTION NO: 209 A network technician is troubleshooting a network connection error, when pinging the default gateway no reply is received. The default gateway is found to be functioning properly but cannot connect to any workstations. At which of the following OSI layers could the problem exist? (Select TWO) Presentation Transport Session Data link E. Application F. Physical Answer: D,F "Pass Any Exam. Any Time."

193 QUESTION NO: 210 A technician has determined the most likely cause of an issue and implement a solution. Which of the following is the NEXT step that should be taken? Document the findings, actions, and outcomes Duplicate the problem if possible Verify system functionality Make an archival backup Answer: C QUESTION NO: 211 An administrator has a physical server with a single NI The server needs to deploy two virtual machines. Each virtual machine needs two NIC's, one that connects to the network, and a second that is a server to server heartbeat connection between the two virtual machines. After deploying the virtual machines, which of the following should the administrator do to meet these requirements? The administrator should create a virtual switch for each guest. The switches should be configured for inter-switch links and the primary NIC shouldhave a NAT to the corporate network The administrator should create a virtual switch that is bridged to the corporate network and a "Pass Any Exam. Any Time."

194 second virtual switch that carries intra-vm communication only The administrator should create a virtual switch to bridge all of the connections to the network. The virtual heartbeat NICs should be set to addresses in an unused range The administrator should install a second physical NIC onto the host, and then connect each guest machine's NICs to a dedicated physicalnic Answer: C QUESTION NO: 212 A network technician is asked to redesign an Ethernet network before new monitoring software is added to each host on the network. The new software will broadcast statistics from each host to a monitoring host for each of the five departments in the company. The added network traffic is a concern of management that must be addressed. Which of the following solutions should the technician design into the new network? Place each department in aseparate VLAN Add a router and create a segment for all the monitoring host stations Increase the number of switches on the network to reduce broadcasts Increase the collision domain to compensate for the added broadcasts Answer: A "Pass Any Exam. Any Time."

195 QUESTION NO: 213 A company has added several new employees, which has caused the network traffic to increase by 200%. The network traffic increase from the new employees was only expected to be 20% to 30%. The administration suspects that the network may have been compromised. Which of the following should the network administrator have done previously to minimize the possibility of a network breach? Create VLANs to segment the network traffic Place a network sniffer on segments with newemployees Provide end user awareness and training for employees Ensure best practices were implemented when creating new user accounts Answer: C QUESTION NO: 214 A network technician discovers an issue with spanning tree on the core switch. Which of the following troubleshooting steps should the network technician perform NEXT to resolve the issue? Test a theory to determine the cause Escalate to a senior technician "Pass Any Exam. Any Time."

196 Identify the symptoms Establish a theory of probable cause E. Establish a plan of action Answer: D QUESTION NO: 215 Which of the following would be the BEST addition to a business continuity plan that would protect business from a catastrophic event such as a fire, tornado, or earthquake? UPS and battery backups Fire suppression systems Building generator Hot sites or cold sites E. NAS and tape backups Answer: D "Pass Any Exam. Any Time."

197 QUESTION NO: 216 A network technician has created a network consisting of an external internet connection, a DMZ, an internal private network, and an administrative network. All routers and switches should be configured to accept SSH connections from which of the following network segments? The internal network since it is private The admin private network allowing only admin access The DMZ only allowing access from the segment with the servers The internet connection to allow admin access from anywhere Answer: B QUESTION NO: 217 A network technician needs to monitor the network to find a user that is browsing inappropriate websites. Which of the following would the technician use to view the website and find the user browsing it? An SNMP GET A top listener tool An intrusion detection system "Pass Any Exam. Any Time."

198 Apacket sniffer Answer: D QUESTION NO: 218 A network administrator receives a call asking for assistance with connecting to the network. The user asks for the IP address, subnet class, and VLAN required to access the network. This describes which of the following attacks? Social engineering Spoofing Zero-day attack VLAN hopping Answer: A "Pass Any Exam. Any Time."

199 QUESTION NO: 219 Which of the following cloud infrastructure designs includes on premise servers utilizing a centralized syslog server that is hosted at a third party organization for review? Hybrid Public Community Private Answer: A QUESTION NO: 220 A new threat is hiding traffic by sending TLS-encrypted traffic outbound over random ports. Which of the following technologies would be able to detect and block this traffic? Intrusion detection system Application aware firewall Stateful packet inspection Stateless packet inspection "Pass Any Exam. Any Time."

200 Answer: C QUESTION NO: 221 The network administrator is configuring a switch port for a file server with a dual NI The file server needs to be configured for redundancy and both ports on the NIC need to be combined for maximum throughput. Which of the following features on the switch should the network administrator use? BPDU LACP Spanning tree Load balancing Answer: B QUESTION NO: 222 "Pass Any Exam. Any Time."

201 A network technician is using telnet to connect to a router on a network that has been compromised. A new user and password has been added to the router with full rights. The technician is concerned that the regularly used administrator account has been compromised. After changing the password on all networking devices, which of the following should the technician perform to prevent the password for the administrator account from being sniffed on the network? Use SNMPv1 for all configurations involving the router Ensure the password is 10 characters, containing letter and numbers Copy all configurations to routers using TFTP for secuirty Only allow administrators to access routers using port 22 Answer: D QUESTION NO: 223 A network technician has configured a point-to-point interface on a router, however, once the fiber optic cables have been run, the interface will not come up. The technician has cleaned the fiber connectors and used an optical power meter to confirm that light is passing in both directions without excessive loss. Which of the following is the MOST likely cause? Distance limitation Wavelength mismatch cross-talk "Pass Any Exam. Any Time."

202 EMI E. Macro bend Answer: B QUESTION NO: 224 A network administrator wants to deploy a wireless network in a location that has too much RF interference at 2.4 GHz. Which of the following standards requires the use of 5 GHz band wireless transmissions? (Select TWO) a ac b g E n Answer: A,B "Pass Any Exam. Any Time."

203 QUESTION NO: 225 Upon arrival at work, an administrator is informed that network users cannot access the file server. The administrator logs onto the server and sees the updates were automatically installed and the network connection shows limited and no availability. Which of the following needs to be rolled back? The browser on the server The server's NIC drivers The server's IP address The antivirus updates Answer: B QUESTION NO: 226 A network engineer is conducting an assessment for a customer that wants to implement an n wireless network. Before the engineer can estimate the number of WAPs needed, it is important to reference which of the following? Network diagram Site survey "Pass Any Exam. Any Time."

204 Network topology PoE requirements Answer: B QUESTION NO: 227 Which of the following default ports is associated with protocols that are connectionless? Answer: C "Pass Any Exam. Any Time."

205 QUESTION NO: 228 A company is implementing enhanced user authentication for system administrators accessing the company's confidential servers. Which of the following would be the BEST example of two-factor authentication? ID badge and keys Password and key fob fingerprint scanner and retina scan Username and password Answer: B QUESTION NO: 229 A company that was previously running on a wired network is performing office-wide upgrades. A department with older desktop PC's that do not have wireless capabilities must be migrated to the new network, ensuring that all computers are operating on a single network. Assuming CAT5e cables are available, which of the following network devices should a network technician use to connect all the devices to the wireless network? Wireless bridge VPN concentrator Default WAP "Pass Any Exam. Any Time."

206 Wireless router Answer: D QUESTION NO: 230 Which of the following integrity security mechanisms ensures that a sent message has been received intact, by the intended receiver? IPSEC SHA DES CRC Answer: A "Pass Any Exam. Any Time."

207 QUESTION NO: 231 A technician installs a new piece of hardware and now needs to add the device to the network management tool database. However, when adding the device to the tool using SNMP credentials, the tool cannot successfully interpret the results. Which of the following would need to be added to the network management tool to allow it to interpret the new device and control it using SNMP? TRAP GET MIB WALK Answer: C QUESTION NO: 232 Which of the following communication technologies is used by video conferencing systems to synchronize video streams, and reduce bandwidth, sent by a central location to subscribed devices? Anycast Unicast CoS "Pass Any Exam. Any Time."

208 QoS E. Multicast Answer: E QUESTION NO: 233 Which of the following is a UC application? Softphone Intranet Proxy Facsimile Answer: A "Pass Any Exam. Any Time."

209 QUESTION NO: 234 A company is installing several APs for a new wireless system that requires users to authenticate to the domain. The network technician would like to authenticate to a central point. Which of the following would work BEST to achieve these results? A TACACS+ device and a RADIUS server A TACACS and a proxy server A RADIUSserver and an access point A RADIUS server and a network controller Answer: C QUESTION NO: 235 A network technician is replacing security devices that protect the DMZ for a client. The client has an application that allows external users to access the application remotely. After replacing the devices, the external users are unable to connect remotely to the application. Which of the following is MOST likely misconfigured? Content filter Firewall "Pass Any Exam. Any Time."

210 DNS DHCP Answer: B QUESTION NO: 236 A technician is dispatched to investigate sporadic network outages. After looking at the event logs of the network equipment, the technician finds that all of the equipment is restarting at the same time every day. Which of the following can the technician deploy to correct this issue? Grounding bar Rack monitoring UPS Air flow management E. Surge protector Answer: C "Pass Any Exam. Any Time."

211 QUESTION NO: 237 A network technician needs to protect IP based servers in the network DMZ from being discovered by an intruder utilizing a ping sweep. Which of the following should the technician do to protect the network from ping sweeps? Block echo replies inbound to the DMZ Disable UDP on the servers Block ICMP at the firewall Disable TCP/IP on the server Answer: C QUESTION NO: 238 Which of the following g antennas broadcast an RF signal in a specific direction with a narrow path? Omni-direction Unidirectional Patch "Pass Any Exam. Any Time."

212 Yagi Answer: B QUESTION NO: 239 A network administrator notices that the border router is having high network capacity loads during non-working hours which is causing web services outages. Which of the following is the MOST likely cause? Evil twin Session hijacking Distributed DoS ARP cache poisoning Answer: C "Pass Any Exam. Any Time."

213 QUESTION NO: 240 A client is receiving certificate errors in other languages when trying to access the company's main intranet site. Which of the following is MOST likely the cause? DoS Reflective DNS Man-in-the-middle ARP poisoning Answer: C QUESTION NO: 241 A technician add memory to a router, but that memory is never recognized by the router. The router is then powered down, and the technician relocates all of the memory to different modules. On startup, the router does not boot and displays memory errors. Which of the following is MOST likely the cause? VTP Driver update ESD "Pass Any Exam. Any Time."

214 Halon particles Answer: B QUESTION NO: 242 An additional network segment is urgently needed for QA testing on the external network. A software release could be impacted id this change is not immediate. The request come directly from management, and there is no time to go through the emergency change control process. Given this scenario, which of the following is the BEST course of action for the network administrator to take? Wait until the maintenance window, and make the requested change First document the potential impacts and procedures related to the change Send out a notification to the company about the change Make the change, noting the requester, and document all network changes Answer: D "Pass Any Exam. Any Time."

215 QUESTION NO: 243 A technician who is working with a junior member of the team is called away for another issue. The junior technician orders an SC 80/125 fiber cable instead of an ST 80/125. Which of the following will MOST likely be an issue with the new cable? Wavelength mismatch Distance limitations Connector mismatch Attenuation/Db loss: Answer: C QUESTION NO: 244 Which of the following is a document that is used in cyber forensics that lists everywhere evidence has been? Warrant Legal document "Pass Any Exam. Any Time."

216 Chain of custody Forensic report E. Documentation of the scene Answer: C QUESTION NO: 245 QoS operates at which of the following OSI model layers? (Select TWO) Layer 1 Layer 2 Layer 3 Layer 4 E. Layer 5 Answer: B,C "Pass Any Exam. Any Time."

217 QUESTION NO: 246 Which of the following is considered a classless routing protocol? IGRP IS-IS RIPv1 STP Answer: B QUESTION NO: 247 A network technician needs to set up two public facing web servers and watns to ensure that if they are compromised the intruder cannot access the intranet. Which of the following security techniques should be used? Place them behind honeypots Place them in a separatesubnet Place them between two internal firewalls "Pass Any Exam. Any Time."

218 Place them in the demilitarized zone Answer: D QUESTION NO: 248 A company has a network with three switches, each one with eight ports. The switch is connected to a router that has a hub with four computers plugged into one of its interfaces. How many broadcast domains are present in this company's network E. 28 Answer: B "Pass Any Exam. Any Time."

219 QUESTION NO: 249 A company plan established to resume normal system operations following a disruption in business would be described as which of the following? First responders User awareness training Disaster recovery Business continuity Answer: D QUESTION NO: 250 A client is concerned about a hacker compromising a network in order to gain access to confidential research data. Which of the following could be implemented to redirect any attackers on the network? DMZ Content Filter Botnet "Pass Any Exam. Any Time."

220 Honeypot Answer: D QUESTION NO: 251 A technician installs a new WAP and users in the area begin to report poor performance. The technician uses a ping and 3 of 5 packets respond. Testing from a wired connection shows 5 of 5 packets respond. Which of the following tools should be used to discover the cause of the poor performance? Port scanner tool Interface monitoring tool Packet capture tool Spectrum Analyzer tool Answer: D "Pass Any Exam. Any Time."

221 QUESTION NO: 252 A network technician has just received an regarding a security issue detected on the company's standard web browser. Which of the following will MOST likely fix the issue? Firmware update OS update Vulnerability patch Driver update Answer: C QUESTION NO: 253 There is a network looping problem after installing some switches. The switch vendor suggested the use of 802.1d. Which of the following is the MOST probable reason the vendor made this suggestion? It is a rapid version of spanning tree that uses BPDU to detect problems It is a regular version of port mirroring that uses hellow packets to detect loops It is a simple version of spanning tree that uses BPDU to detect problems "Pass Any Exam. Any Time."

222 It is a rapid version of port mirroring that uses BPDUto detect problems Answer: A QUESTION NO: 254 A NAC service has discovered a virus on a client laptop. In which of the following locations would the NAC service place the laptop? On the DMZ network On the sandbox network On the honeypot On the quarantine network Answer: D "Pass Any Exam. Any Time."

223 QUESTION NO: 255 A company utilizes a patching server to regularly update their PC's. After the latest round of patching all of the older PCs with non-gigabit Ethernet cards become disconnected from the network and now require a technician to fix the issue locally at each P Which of the following should be done to prevent this issue in the future? Enable automatic rebooting of the pcs after patching is completed Require the patching server to update the oldest PCs off hours Disable automatic driver updates to PCs on the patching server Throttle the connection speed of the patching server to match older PCs Answer: D QUESTION NO: 256 A technician has punched down only the middle two pins (pins 4 and 5) on an ethernet patch panel. The technician has cabled this port to be used with which of the following? 10baseT POTS 568B "Pass Any Exam. Any Time."

224 568A Answer: B QUESTION NO: 257 Which of the following protocols is used to encapsulate other network layer protocols such as multicast and IPX over WAN connections? MPLS ESP GRE PPP Answer: C QUESTION NO: 258 "Pass Any Exam. Any Time."

225 A network technician is tasked with designing a firewall to improve security for an existing FTP server that is on the company network and is accessible from the internet. The security concern is that the FTP server is compromised it may be used as a platform to attack other company servers. Which of the following is the BEST way to mitigate this risk? Add an outbound ACL to the firewall Change the FTP server to a more secure SFTP Use the implicit deny of the firewall Move the server to the DMZ of the firewall Answer: D QUESTION NO: 259 A network administrator received the following from a user: From: user@company.com To: abuse@company.com Subject: Free smart phone Dear, user, please click the following link to get your free smart phone Which of of the following should the administrator do to prevent all employees from accessing the link in the above , while still allowing Internet access to the freesmartphone.it domain? "Pass Any Exam. Any Time."

226 Add to the browser group policy block list. Add DENY TCP ANY EQ 8080 to the firewall ACL Add DENY IP ANY ANY EQ 8080 to the intrusion detection system filter Add to the load balancer Answer: A QUESTION NO: 260 Which of the following types of equipment should be used for telecommunications equipment and have an open design? 2/4 post racks Rail Racks Verticalframe Ladder racks Answer: A "Pass Any Exam. Any Time."

227 QUESTION NO: 261 A facility would like to verify each individual's identity prior to allowing access to the datacenter. Additionally,the facility would like to ensure that users do not tailgate behind other users. Which of the following would BEST meet these goals? Implement a biometric reader at the datacenter entrance and require passage through a mantrap Implement a security guard at the facility entrance and a keypad on the datacenter entrance Implement a CCTV camera and a proximity reader on the datacenter entrance Implement a biometric reader at the facility entrance and a proximity card at the datacenter entrance Answer: A QUESTION NO: 262 A network technician needs to connect two switches. The technician needs a link between them which is capable of handling 10gb. Which of the following media would be optimal for this application? CAT5e cable Coax cable "Pass Any Exam. Any Time."

228 Fiber Optic cable CAT6 cable Answer: C QUESTION NO: 263 Joe, and administrator, is setting up three more switches in the test lab and is configuring the switches. He is verifying the connectivity but when he pings one of the switches he receives "Destination Unreachable". Which of the following issues could this be? Denial of service attack Misconfigured DNS settings Misconfigured Split Horizon RADIUS authentication errors Answer: C "Pass Any Exam. Any Time."

229 QUESTION NO: 264 A company is selecting a fire suppression system for their new datacenter and wants to minimize the IT system recovery period in the event of a fire. Which of the following is the best choice for the fire suppression system? Portable extinguishers Wet Pipe Clean Gas Dry Pipe Answer: C QUESTION NO: 265 Which of the following BEST describes the process of documenting everyone who has physical access or possession of evidence Legal hold Chain of custody Secure copy protocol "Pass Any Exam. Any Time."

230 Financial responsiblity Answer: B QUESTION NO: 266 A network manager wants a monthly report of the security posture of all the assets on the network (e.g. workstations, servers, routers, switches, firewalls). The report should include any feature of a system or appliance that is missing a security patch, OS update, etc. and the severity of risk that is associated with the missing update or patch. Which of the following solutions would work BEST to present this data? Security policy Penetration scan Virus scan Vulnerability scanner Answer: D "Pass Any Exam. Any Time."

231 QUESTION NO: 267 Which of the following is a logical host on the network where unauthorized users believe they are on the production network? Virtual server VLAN Honeypot Virtual Terminal Answer: C QUESTION NO: 268 Joe, the network manager, is leading a project to deploy a SAN. Joe is working with the vendor support technician to properly set up and configure the SAN on the network. In order to begin SAN I/O optimization, which of the following would Joe need to provide the vendor support technician? Network diagrams Baseline documents Asset management document "Pass Any Exam. Any Time."

232 Access to the datacenter Answer: A QUESTION NO: 269 Joe, a home user, would like to share music throughout the computers in his house using a USB drive connected to a router he purchased a year ago. The manufacturer states that the router is capable of recognizing 4 TB, however, Joe is unable to get his 3TB drive to show up on the network. Which of the following should Joe perform in order to resolve this issue? Load the latest hardware drivers for his USB drive Install the latest OS on his computers Download the latest playback software for his musicfiles Flash the latest firmware for his router Answer: D "Pass Any Exam. Any Time."

233 QUESTION NO: 270 A technician has completed a survey of a wireless network and documented signal strengths. This document is known as which of the following? LogicalNetwork map Heat map Network baseline Bandwidth survey Answer: B QUESTION NO: 271 A network technician must allow use of HTTP from the internet to an internal resource running HTTP. This is an example of which of the following? Dynamic DNS Virtual Private networking (VPN) Dynamic NAT "Pass Any Exam. Any Time."

234 Port Forwarding Answer: D QUESTION NO: 272 A network topology in which all nodes have point to point connections to all other nodes is known as which of the following? Mesh Ring Bus Star Answer: A QUESTION NO: 273 "Pass Any Exam. Any Time."

235 A technician needs to install a server to authenticate remote users before they have access to corporate network resources when working from home. Which of the following servers should the technician implement? DNSSEC PPP RAS VLAN E. NAT Answer: C QUESTION NO: 274 While monitoring the network, a technician notices that the network traffic to one of the servers is extremely high. Which of the following should the technician use to verify if this is a concern? Log management Network diagram Network baseline "Pass Any Exam. Any Time."

236 Real time monitor Answer: C QUESTION NO: 275 A network administrator is tasked with building a wireless network in a new adjacent building. Wireless clients should not have visibility to one another but should have visibility to the wired users. Users must seamlessly migrate between the two buildings while maintaining a connection to the LAN. Which of the following is the BEST way to configure the new wireless network in the new building? Use the same SSIDs on different channels and AP isolation Use different SSIDs on different channels and VLANs Use different SSIDs on the samechannels with VLANs Use the same SSIDs on same channels with AP isolation Answer: A "Pass Any Exam. Any Time."

237 QUESTION NO: 276 A customer is attempting to download a file from a remote FTP server, but receives an error that a connection cannot be opened. Which of the following should be one FIRST to resolve the problem? Ensure that port 20 is open Ensure that port 161 is open Flush the DNS cache on the local workstation Validate the security certificate from the host Answer: A QUESTION NO: 277 OFDM, QAM and QPSK are all examples of which of the following wireless technologies? Frequency Modulation RF interference "Pass Any Exam. Any Time."

238 Spectrum Answer: B QUESTION NO: 278 A network administrator is following best practices to implement firewalls, patch management and policies on the network. Which of the following should be performed to verify the security controls in place? Penetration testing AAA authentication testing Disaster recovery testing Single point of failure testing Answer: A "Pass Any Exam. Any Time."

239 QUESTION NO: 279 Which of the following is a connectionless protocol? (Select TWO) ICMP SSL TCP SSH E. HTTP F. UDP Answer: A,F QUESTION NO: 280 Ann, a network technician is preparing to configure a company's network. She has installed a firewall to allow for an internal DMZ and external network. No hosts on the internal network should be directly accessible by IP address from the internet, but they should be able to communicate with remote networks after receiving a proper IP address. Which of the following is an addressing scheme that will work in this situation? Teredo tunneling "Pass Any Exam. Any Time."

240 Private APIPA Classless Answer: B QUESTION NO: 281 A company has just implemented VoIP. Prior to the implementation, all of the switches were upgraded to layer 3 capable in order to more adequately route packages. This is an example of which of the following network segmentation techniques? Compliance implementation Separate public/private newtorking Honeypot implementation Performance optimization Answer: D "Pass Any Exam. Any Time."

241 QUESTION NO: 282 A malicious student is blocking mobile devices from connecting to the internet when other students are in the classroom. Which of the following is the malicious student implementing? Removing the AP from the classroom ACL Jamming Firewall E. IPS Answer: C QUESTION NO: 283 A technician configures a firewall in the following manner in order to allow HTTP traffic Source IPZone Dest IPZonePortAction AnyUntrustAnyDMZ80Allow The organization should upgrade to which of the following technologies to prevent unauthorized traffic from traversing the firewall? "Pass Any Exam. Any Time."

242 HTTPS Stateless packet inspection Intrusion detection system Application aware firewall Answer: D QUESTION NO: 284 Exploiting a weakness in a user's wireless headset to compromise the mobile device is known as which of the following? Multiplexing Zero-day attack Smurfing Bluejacking Answer: D "Pass Any Exam. Any Time."

243 QUESTION NO: 285 A technician is concerned about security and is asked to set up a network management protocol. Which of the following is the best option? SLIP SNMPv3 TKIP SNMPv2 Answer: B QUESTION NO: 286 A network technician wants to allow HTTP traffic through a stateless firewall. The company uses the /24 network. Which of the following ACL should the technician configure? (Select TWO) PERMIT SRCIP /24 SPORT:80 DSTIP: /24 DPORT:80 PERMIT SRCIP /24 SPORT:ANY DSTIP:ANY DPORT 80 PERMIT SRCIP:ANY SPORT:80 DSTIP: /24 DPORT ANY "Pass Any Exam. Any Time."

244 PERMIT SRCIP: ANYSPORT:80 DSTIP: /24 DPORT:80 E. PERMIT SRCIP: /24 SPORT:80 DSTIP:ANY DPORT:80 Answer: B QUESTION NO: 287 A network technician has been asked to make the connections necessary to add video transported via fiber optics to the LAN within a building. Which of the following is the MOST common connector that will be used on the switch to connect the media converter? FDDI Fiber coupler MT-RJ ST Answer: D "Pass Any Exam. Any Time."

245 QUESTION NO: 288 Which of the following protocols is considered a hybrid routing protocol? OSPF RIPv2 IS-IS BGP E. EIGRP Answer: E QUESTION NO: 289 Ann, an employee, has properly connected her personal wireless router to a network jack in her office. The router is unable to get a DHCP address though her corporate laptop can get a DHCP address when connected to the same jack. Ann checks the router configuration to ensure it is configured to obtain a DCHP address. Which of the following is the MOST likely reason why the router is not receiving a DHCP address? The administrator has enabled DHCP snooping on the network The administrator is blocking DHCP requests that originate from access points "Pass Any Exam. Any Time."

246 The administrator is blocking the wireless router's MAC address using MAC filtering The Administrator has implemented a feature that only allows white-listed MAC addresses Answer: D QUESTION NO: 290 As part of unified communications services, QoS must be implemented. DSCP and CoS map to which of the following OSI layers? (Select TWO) Layer 1 Layer 2 Layer 3 Layer 4 E. Layer 5 Answer: B,C "Pass Any Exam. Any Time."

247 QUESTION NO: 291 A technician is troubleshooting a newly installed WAP that is sporadically dropping connections to devices on the network. Which of the following should the technician check FIRST? WAP placement Encryption type Bandwidth saturation WAP SSID Answer: A QUESTION NO: 292 A network technician responds to a customer reporting that a workstation keeps losing its network connection. The user explains that it occurs randomly and it happens several times throughout the day. Which of the following troubleshooting methods should the technician perform FIRST? Test the theory Establish a plan of action Gather information "Pass Any Exam. Any Time."

248 Question the obvious Answer: C QUESTION NO: 293 A user reports slow computer performance. A technician troubleshooting the issue uses a performance monitoring tool and receives the following results: Avg % Processor Time =10% Avg Pages/Second = 0 Avg Disk Queue Length = 3 Based on the results, which of the following is causing a bottleneck? Hard drive Memory Processor NIC Answer: A "Pass Any Exam. Any Time."

249 QUESTION NO: 294 A technician has responded to a security issue with an employee's computer. Which of the following basic forensic steps should be taken NEXT? Secure the area Initiate Data collection Create the forensics report Verify thechain of custody Answer: A QUESTION NO: 295 A network technician has downloaded the latest vendor switch O/S. which includes new features and enhancements. Which of the following should the technician perform FIRST when updating the switches? Backup the current configuration for each switch Install during non-business hours to test the system Test the O/S on one of the production switches "Pass Any Exam. Any Time."

250 Power cycle the company's border router Answer: A QUESTIONNO: 297 Which of the following protocols is used to send mail to another server on the Internet? RTP SNMP POP SMTP Answer: D QUESTION NO: 296 Which of the following ports is used to provide secure sessions over the web by default? "Pass Any Exam. Any Time."

251 Answer: A QUESTION NO: 297 An attack where the potential intruder tricks a user into providing sensitive information is known as which of the following? Social engineering Bluesnarfing Man-in-the-middle Evil Twin Answer: A "Pass Any Exam. Any Time."

252 QUESTION NO: 298 After an employee connected a switch port of a home router to the wall jack in the office, other employees in the office started losing connectivity. Which of the following can be implemented on the company switch to prevent loss of connectivity in the future? Loop prevention ARP inspections DHCP snooping MAC address filtering Answer: A QUESTION NO: 299 An administrator hosts all of the company's virtual servers internally. In the event of total server failure, the server images can be restored on a cloud provider and accessed through the VPN. Which of the following cloud services is the administrator using? Community PaaS Public Iaas Hybrid Saas "Pass Any Exam. Any Time."

253 Private Iaas Answer: B QUESTION NO: 300 When troubleshooting a T1 connection, the support representative from the provider instructs a technician to place a special device into the CSU/DSU. Using this device the provider is able to verify that communications are reaching the CSU/DSU. Which of the following was MOST likely used by the technician? Cable analyzer Toner probe OTDR Loopback plug Answer: D "Pass Any Exam. Any Time."

254 QUESTION NO: 301 A network technician wants to create a network where consultants can go to access the Internet without disrupting the intranet of the office. Which of the following should be created? Guest network VLAN network Security network DMZ network Answer: A QUESTION NO: 302 A technician needs to use SNMP to manage several legacy devices. The technician wants to ask the vendor for specification that will provide SNMP monitoring of the devices. Which of the following will allow SNMP monitoring of the devices? SSH MIMO SYSLOG MIBS "Pass Any Exam. Any Time."

255 Answer: D QUESTION NO: 303 A network technician determines that two dynamically assigned workstations have duplicate IP addresses. Which of the following commands should the technician use to correct this problem? ipconfig /all ipconfig /dhcp ipconfig /release then ipconfig /renew ipconfig /renew Answer: C QUESTION NO: 304 After moving to an adjacent cubicle, a user is reporting that the VoIP phone is randomly rebooting. "Pass Any Exam. Any Time."

256 When the technician relocates the equipment back to the previous space, the phone functions properly. No other stations are being affected. Which of the following is the MOST likely cause? Attenuation Bad UPS Cableshort Misconfigured DNS Answer: C QUESTION NO: 305 The administrator would like to use the strongest encryption level possible using PSK without utilizing an additional authentication server. Which of the following encryption types should be implemented? WPA2 Enterprise WEP MAC filtering WPA personal Answer: A "Pass Any Exam. Any Time."

257 QUESTION NO: 306 A network administrator wants to logically separate web function servers on the network. Which of the following network devices will need to be configured? IPS Switch Hub HIDS Answer: B QUESTION NO: 307 A user has installed a new wireless printer. The user cannot get to the internet but can print. All other office users can reach the internet, but cannot connect to the new wireless printer. All users are wireless in this area of the office. The used has MOST likely: "Pass Any Exam. Any Time."

258 Installed the printer in infrastructure mode Installed the printer in the wrong subnet misconfigured the gateway onthe wireless printer installed the printer in ad-hoc mode Answer: D QUESTION NO: 308 When installing a network cable with multiple strands, a technician drags the cable past a sharp edge and exposes the copper conductor on several wires. These exposed wires come into contact with each other forming an electrical connection. This creates which of the following conditions? Short Twisted pair Electrostatic discharge Crosstalk E. Open Answer: A "Pass Any Exam. Any Time."

259 QUESTION NO: 309 Which of the following attacks utilizes a wireless access point which has been made to look as though it belongs to the network in order to eavesdrop on wireless traffic? Evil twin Rogue access point WEP attack War driving Answer: A QUESTION NO: 310 A home user is pairing a bluetooth gaming controller with the game console. Which of the following is implemented between the console and the controller? "Pass Any Exam. Any Time."

260 LAN PAN WAN MAN Answer: B QUESTION NO: 311 A technician has attempted to optimize the network but some segments are still reporting poor performance. Which of the following issues should the technician look at? Switch incorrectly set to full duplex Conflicting IP addresses Packet bottlenecks IP address scope depletion Answer: C "Pass Any Exam. Any Time."

261 QUESTION NO: 312 Coverage analysis for a new implementation of n WLAN involves which of the following? (Select TWO) Humidity Temperature Heatmap Building material E. Sight lines Answer: D,E QUESTION NO: 313 A technician is in a large room that contains a large amount of industrial equipment. The technician would like to record the usable bandwidth between devices in a wireless network and the access point. Which of the following should the technician document? Goodput EMI "Pass Any Exam. Any Time."

262 Latency Jitter E. Overhead Answer: A QUESTION NO: 314 A project manager is tasked with the planning of a new network installation for a client. The client wants to ensure that everything discussed in the meetings will be installed and configured when a network engineer arrives onsite. Which of the following should the project manager provide the client? Acceptable Use Policy Service Level agreement Statement of work Security Policy Answer: C "Pass Any Exam. Any Time."

263 QUESTION NO: 315 A technician suspects that the system is slow due to excessive incoming SPAM. Which of the following should the technician do according to the troubleshooting methodology? Verify full system functionality Block incoming Establish a plan of action Gather information E. Consider multiple approaches Answer: D QUESTION NO: 316 A home office has a dozen devices that need a class based DHCP device to assign addresses. The subnet only has one octet for the host portion of each device. Which of the following IP addresses would be assigned to the default gateway? "Pass Any Exam. Any Time."

264 Answer: C QUESTION NO: 317 A network administrator needs to allow employees to securely upload files to a remote server. Which of the following should be allowed on the firewall? Answer: B "Pass Any Exam. Any Time."

265 QUESTION NO: 318 Joe, a system administrator, is troubleshooting an issue with remotely accessing a new server on the LAN. He is using an LMHOST file and the file contains the hostname and IP address of the new server. The server that he cannot remote to is located on the same LAN as another server that he can successfully remote to. Which of the following output from the command line would BEST resolve the problem? C:\windows\system32>ipconfig /flushdnswindows IP configurationsuccessfully flushed DNS resolver cache C:\windows\system32>ipconfig /registerdnswindows IP configurationregistration of the DNS resource records for all adapters has been initiated. Any errors will be reported in the event viewer in 15 minutes. C:\windows\system32>nslookupDefault server: unknownaddress: C:\windows\system32>nbtstat -RSuccessful purge and reload of the NBT remote cache table Answer: B QUESTION NO: 319 A technician is called to investigate a connectivity issue to a remote office that is connected by fiber optic cable. Using a light meter, it is determined that the Db loss is excessive. The installation has been working for several years. The switch was recently moved to the other side of the room and a new patch cord installed. Which of the following is MOST likely the cause of the issue? "Pass Any Exam. Any Time."

266 Distance limitations Wavelength mismatch Bend radius limitation Dirty connectors Answer: D QUESTION NO: 320 A technician is being tasked to centralize the management of the switches and segment the switches by broadcast domains. The company is currently all on VLAN1 using a single private IP address range with a 24 bit mask. The supervisor wants VLAN 100 to be the management subnet and all switches to share the VLAN information. Which of the following options would work BEST to accomplish these requirements? Use VLSM on the IP address range, with STP and 802.1q on the inter switch connections with native VLAN 100 Use VLSM on the IP address range with VTP and 802.1x on all inter switch connections with native VLAN 100 Use VLSM on VLAN1, with VTP and 802.1w on the inter switch connections with native VLAN 100 Use VLSM on the IP address range with VTP and 802.1q on the inter switch connections with native VLAN 100 "Pass Any Exam. Any Time."

267 Answer: D QUESTION NO: 321 A new network administrator is hired to replace a consultant that has been keeping the network running for several months. After a month, the network administrator is having network issues. The problems are easily resolved and appear to be changes in the server settings. The log files on the servers do not contain any error or messages related to the issues. Which of the following is a possible cause of the issues? TACAS\Radius misconfiguration is causing logs to be erased ICMP ping of death is resetting DHCP and DNS on the server A backdoor has been installed to access the network The last ACL on the router is set to Deny All Answer: C QUESTION NO: 322 HOTSPOT Workstations are unable to access the Internet after a recent power outage. Configure the appropriate devices to ensure ALL workstations have Internet connectivity. Instructions: All ports can be enabled (green) or disabled (red). When you have completed the "Pass Any Exam. Any Time."

268 simulation please select the Done button. Answer: "Pass Any Exam. Any Time."

269 All ports should be enabled. QUESTION NO: 323 A network administrator set up a network computer lab and discovered connectivity issues. The administrator is able to ping the fiber uplink interface, but none of the new PCs plugged into the switch respond to ICMP requests. Which of the following should the administrator perform FIRST? Check if there are link lights on the ports Checkthe ports on the switch for full duplex Check to see if port security is enabled Check to see if the uplink interface is configured correctly. Answer: A QUESTION NO: 324 A user receives a new computer and now is unable to connect to a database using ODB Other users on the network are able to connect successfully. A technician is able to successfully ping the database server but still is unable to connect. Which of the following is the issue? Missing IP routes on router "Pass Any Exam. Any Time."

270 Wrong default gateway address Software firewall is blocking ports Failing network interface card Answer: C QUESTION NO: 325 A network uses a centralized server to manage credentials for all network devices. Which of the following server types are MOST likely being used in this configuration? (Select two.) DNS DHCP FTP RADIUS E. Kerberos F. TACACS G. Wireless controller Answer: D,F "Pass Any Exam. Any Time."

271 QUESTION NO: 326 A company suffers an outage due to a bad module in a core switch. Which of the following is the proper order of troubleshooting? Gather information, start at the top of the OSI model, and work down. Establish a plan of action to solve the problem. Establish a theory, identify the problem, duplicate the problem, test the theory, and repeat. Gather information, start at the bottom of the OSI model, and work up. Answer: B QUESTION NO: 327 Which of the following is BEST used to perform a one-time temporary posture assessment in a NAC environment? Intrusion prevention system Host-based firewall Non-persistent agent Antivirus Answer: C "Pass Any Exam. Any Time."

272 QUESTION NO: 328 A network technician has just run a new point-to point fiber link between two local routers, however, after the fiber has been plugged in on both ends, the interface will not come up. The technician has double-checked the interface configuration on both routers, both SFPs have been hard looped to confirm they are functioning, connectors on both ends of the links have been cleaned, and there is sufficient optical power. Which of the following is the cause of the issue? Wavelength mismatch Duplex mismatch Distance limitations Wrong IP address Answer: A QUESTION NO: 329 Two switches are connected using both a CAT6 cable and a CAT5e cable. Which of the following problems is occurring? Missing route Autosensing ports "Pass Any Exam. Any Time."

273 Improper cable types Switching loop E. Media mismatch Answer: D QUESTION NO: 330 A network administrator has configured a new 100Mbs WAN circuit, but speed testing shows poor performance when downloading large files. The download initially reaches close to 100Mbps but begins to drop and show spikes in the downloads speeds over time. The administrator checks the router interface and sees the following: Router01#show interface eth 1/1 GigabitEthernet 1/1 is up, line is up Hardware is GigabitEthernet, address is 00000BCC11 Configured speed auto, actual 1Gbit, configured duplex fdx, actual fdx Member of L2 VLAN 1, port is untagged, port state is forwarding Which of the following is MOST likely to resolve the issue? Shutdown and then re-enable this interface Reset the statistics counter for this interface Remove default 802.1q tag and set to server VLAN Apply egress port rate-shaping "Pass Any Exam. Any Time."

274 Answer: C QUESTION NO: 331 Which of the following residential Internet medias would employ the DOCSIS standard? Fiber DSL Cable 3G/LTE E. Cellular Answer: C QUESTION NO: 332 Joe, a technician, terminates ends on a new copper cable for use between two legacy switches. When Joe connects the two switches together using the cable, they fail to establish a connection. Which of the following is MOST likely the issue? The cable has exceeded bend radius limitations. "Pass Any Exam. Any Time."

275 The cable is a straight through. The cableis a cross over. The cable has RJ-11 connectors instead of RJ-45. Answer: B QUESTION NO: 333 A network technician has set up a firewall and entered only three rules allowing traffic on ports 21,110, and 25 to secure the network. Users are reporting they cannot access web pages using the URLs. Which of the following can the technician do to correct the situation? Add a rule to the end allowing port 80 and 53. Add a rule to the end allowing port 143 and 22. Add a rule to the end allowing port 137 and 66. Add a rule to the end allowing port 445 and 173. Answer: A QUESTION NO: 334 A secondary datacenter in a remote location is used by a company. The cable management and "Pass Any Exam. Any Time."

276 power management are handled by the datacenter staff. The building security is also handled by the datacenter staff with little oversight. Which of the following should the network administrator do to adhere to best practices? Secure the patch panels. Ensure power monitoring is enabled. Ensure rack security. Secure the UPS units. Answer: C QUESTION NO: 335 When network administrators observe an increased amount of web traffic without an increased number of financial transactions, the company is MOST likely experiencing which of the following attacks? Bluejacking ARP cache poisoning Phishing DoS Answer: D "Pass Any Exam. Any Time."

277 QUESTION NO: 336 An administrator needs to install a centrally located firewall that needs to block specific incoming and outgoing IP addresses, without denying legitimate return traffic. Which of the following firewall types should the administrator install? A host- based firewall A network-based firewall A host-based stateful firewall A stateless network-based firewall. Answer: D QUESTION NO: 337 All scheduled work on production network equipment should be done during which of the following periods? Maintenance window Development life cycle Down time Business hours Answer: A "Pass Any Exam. Any Time."

278 QUESTION NO: 338 A technician is installing a media converter that connects a newly installed multimode connection to an existing CAT5e infrastructure. Which of the following media converter types should the technician use? Ethernet to coaxial Fiber to Ethernet Fiber to coaxial Multimode to single mode fiber Answer: B QUESTION NO: 339 Ann, a network administrator, is in the process of cleaning network switches for resale. Ann splashes the cleaning agent in her eye and needs to know the procedure of cleansing her eye. To which of the following should Ann refer? EULA MSDS "Pass Any Exam. Any Time."

279 SLA MOU Answer: B QUESTION NO: 340 Which of the following transmission methods is used for network utilizing the standard? MAC Synchronous DSSS Broadband E. Baseband Answer: A QUESTION NO: 341 Which of the following describes a design where traffic is shared between multiple network servers to provide greater throughput and reliability? "Pass Any Exam. Any Time."

280 Load balancing MPLS trunking VLAN tagging Multiplexing Answer: A QUESTION NO: 342 A network technician at a warehouse must implement a solution that will allow a company to track shipments as they enter and leave the facility. Additionally, warehouse workers must be able to scan and concurrently upload large images of items to a central server. Which of the following technologies is BEST suited in this facility? (Select TWO) ac P2P Bluetooth IR E. RFID F. NFC Answer: A,E "Pass Any Exam. Any Time."

281 QUESTION NO: 343 An administrator needs to open the default port on the firewall for DNS. Which of the following is the correct port number the administrator needs to open? Answer: A QUESTION NO: 344 A technician wants to configure a wireless network to identify itself to visitors by including the word Guest in the name. Which of the following would allow users to identify a wireless network by name? ESSID broadcast ARP broadcast BSSID broadcast "Pass Any Exam. Any Time."

282 DHCP broadcast Answer: A QUESTION NO: 345 Which of the following describes what occurs with the ID of a specified native VLAN when traffic passes over a trunk? It becomes the gateway of last resort for the switch or router. it becomes the default VLAN for the untagged frames. it becomes the priority ID for all the VLAN traffic across the device. It becomes the default gateway for the port or ports. Answer: B QUESTION NO: 346 A user has a network device that streams media to the LAN. The device is visible on the network. All PCs on the LAN can ping the device. All firewalls are turned off. The streaming device appears to function properly, but the media will not stream as requested. Which of the following TCP/IP technologies is not implemented properly? "Pass Any Exam. Any Time."

283 Multicast Broadcasts Unicast Anycast Answer: A QUESTION NO: 347 When a switch has multiple paths to reach the root bridge, into which of the following states is the port with the LEAST desirable path placed by the spanning tree protocol? Forwarding Bonding Blocking Listening Answer: C QUESTION NO: 348 "Pass Any Exam. Any Time."

284 A CSU/DSU device will connect which of the following? A T1 line to a network router An analog line to a network router A cable modern to a wireless router A local network to a VPN Answer: A QUESTION NO: 349 An administrator s router with multiple interfaces uses OSPF. When looking at the router s status, it is discovered that one interface is not passing traffic. Given the information below, which of the following would resolve this issue? Output: Fast Ethernet 0 is up, line protocol is down Int ip address is /25 MTU 1500 bytes, BW10000 kbit, DLY 100 usec Reliability 255/255, Tx load 1/255, Rx load 1/255 Encapsulation ospf, loopback not set Keep alive 10 Full duplex, 100Mb/s, 100 Base Tx/Fx Received broadcasts 0 input errors "Pass Any Exam. Any Time."

285 0 packets output, 0 bytes 0 output errors, 0 collisions, 0 resets Set the loopback address Enable the connecting port Put the IP address in the right broadcast domain Replace the line card E. Set OSPF to area 0 Answer: B QUESTION NO: 350 Which of the following would need to be configured to allow jumbo frames on a network? MTU NAC MIBS MAC Answer: A "Pass Any Exam. Any Time."

286 QUESTION NO: 351 Which of the following infrastructure implementations is used to connect various circuits between remote locations? WAN PAN WLAN LAN Answer: A QUESTION NO: 352 Which of the following Ethernet features will allow increased FCoE network throughput as long as all network devices recognize its specific size? Frame relay TCP offloading Jumbo frame Quality of service E. Equal cost multipath "Pass Any Exam. Any Time."

287 Answer: C QUESTION NO: 353 A network administrator is configuring one distribution and five access switches, which will be installed in a new building. Which of the following is the BEST physical location for the equipment? The distribution switch in the IDF and the access switches in the MDF The distribution switch in the MDF and the access switches in the IDF All switches should be placed in the IDF to leave room in the MDF for servers All switches should be placed in the MDF to leave room in the IDF for servers Answer: B QUESTION NO: 354 A network technician needs to identify active services that should be disabled on the network. Which of the following tools would BEST accomplish this? Packet analyzer Content filter "Pass Any Exam. Any Time."

288 Interface monitoring tool Port scanner Answer: D QUESTION NO: 355 A technician needs to add new features to existing hardware devices. Which of the following should be performed to add the new features? Firmware updates Changing to IPv6 Cloning Vulnerability patching Answer: A QUESTION NO: 356 Which of the following should a technician upgrade to if the existing wireless standard only allows for three non-overlapping channels and more non-overlapping channels are needed? b "Pass Any Exam. Any Time."

289 802.11g n 802.1q Answer: C QUESTION NO: 357 Which of the following devices actively defends the network by detecting threats and shutting down ports or changing configurations to prevent attacks? Honeypot IPS Firewall IDS Answer: B QUESTION NO: 358 A network technician has installed and configured a new wireless router. The clients and hosts can "Pass Any Exam. Any Time."

290 ping each other. The WAN is a 10Gbp/s cable connection. The wired clients have fast connections. The wireless clients are slow to ping and browse the Internet. Which of the following could be the cause of the slow wireless clients? An access point experiencing RFI from florescent light bulbs A router is on the incorrect LAN A cable connection does not support wireless A high signal-to-noise ratio on the wireless network Answer: A QUESTION NO: 359 Given the following requirements: Notify administrators of Advanced Packaging Tools (APTs) Allow network access forclients in the lobby with a password key Which of the following should be implemented to satisfy these conditions? (Select TWO). UTM WPA2 IPSec Firewall E. "Pass Any Exam. Any Time."

291 POP3 F. RADIUS Answer: A,B QUESTION NO: 360 During a business trip a user connects to the hotel s wireless to send s to customers. The user notices the next day that s have been sent from the user s account without consent. Which of the following protocols was used to compromise the user s password utilizing a network sniffer? SSL HTTP TFTP DNS Answer: B QUESTION NO: 361 The networking concept of split horizon is designed to prevent which of the following? "Pass Any Exam. Any Time."

292 Large routing tables Duplicate addresses Collisions Loops Answer: D QUESTION NO: 362 A company needs to implement stronger authentication, by adding an authentication factor to their wireless system, which currently only supports WPA with pre-shared keys. The backend authentication system supports EAP and TTLS. Which of the following should the network administrator implement? PKI with user authentication 802.1x using EAP with MSCHAPv2 WPA2 with a complex shared key MAC address filtering with IP filtering. Answer: B "Pass Any Exam. Any Time."

293 QUESTION NO: 363 A client is concerned with theft of equipment from the datacenter. Which of the following would provide the highest level of physical security for the client? Cipher lock Proximity reader Magnetic key swipe Man trap E. CCTV Answer: D QUESTION NO: 364 An administrator would like to test out an open source based phone system prior to making an investment in hardware and phones. Which of the following should the administrator do to BEST test the software? Create virtual IP phones in a lab that utilize the STP protocol Deploy an open source VDI solution to create a testing lab Deploy new SIP appliances and connect to it with the open source phone applications Create a virtual PBX and connect to it with SIP phone applications "Pass Any Exam. Any Time."

294 Answer: D QUESTION NO: 365 A technician is setting up a new network and wants to create redundant paths through the network. Which of the following should be implemented to prevent performance degradation? Port mirroring Spanning tree ARP inspection VLAN Answer: B QUESTION NO: 366 An offsite backup company involved in an investigation is not recycling outdated tapes. This is MOST likely due to: the process of ediscovery a chain of custody breach "Pass Any Exam. Any Time."

295 a data transport request the notice of alegal hold Answer: D QUESTION NO: 367 A campus needs to provide wireless connectivity in a cafeteria with a minimal number of WAPs. Which of the following antenna types will provide the BEST coverage? High gain Bidirectional Dipole Omni-directional Answer: A QUESTION NO: 368 During a high availability test of a system, a fiber interruption did not re-route traffic. This is an indication of which of the following routing concepts? Static "Pass Any Exam. Any Time."

296 Dynamic Hybrid Routing loops Answer: A QUESTION NO: 369 A technician has installed an n network, and most users are able to see speeds of up to 300Mbps. There are a few users who have an n network card but are unable to get speeds higher that 108Mbps. Which of the following should the technician perform to fix the issue? Upgrade the OS version to 64-bit Roll back the firmware on WLAN card Install a vulnerability patch Upgrade the WLAN card driver Answer: D QUESTION NO: 370 "Pass Any Exam. Any Time."

297 A small office has an Internet connection that drops out about two times per week. It often takes until the next day for the vendor to come out and fix the issue. Which of the following should the office implement to reduce this downtime? EULA SLA SOW MOU Answer: B QUESTION NO: 371 A technician installs three new switches to a company s infrastructure. The network technician notices that all the switch port lights on the front of each switch flashes rapidly when powered on and connected. Additionally, there are rapid flashing amber lights on the switches when they started up the next day. Which of the following describes what is occurring with the switches? The switches are running through their spanning tree process. The switches are having problems communicating with each other. The switches are connected and detected a spanning tree loop. The switches are not functioning properly and need to be disconnected. Answer: A "Pass Any Exam. Any Time."

298 QUESTION NO: 372 How does a DHCP reservation work? By leasing a set ofreserved IP addresses according to their category. By letting the network switches assign IP addresses from a reserved pool By assigning options to the computers on the network by priority By matching a MAC address to an IP address within the DHCPscope Answer: D QUESTION NO: 373 A home user reports that a speed test website shows the following information: Download speed: 33.3Mbps Upload speed: 10.2Mbps Which of the following is the correct interpretation of these results? The home PCdownloaded 33.3 MB of data to the website and uploaded 10.2 MB of data from the website. "Pass Any Exam. Any Time."

299 The website upload bandwidth is saturated, and it does not match the download speed. The home PC is receiving data at 33.3 Mbps and sending data at 10.2 Mbps. The website is downloading data to its server at 33.3 Mbps and uploading data from its server at 10.2 Mbps. Answer: C NEW QUESTIONS: QUESTION NO: 374 An administrator notices an abnormally high level of network traffic from a server. Upon logging into the server, the administrator runs the following command: Which of the following should the administrator use to correlate the active connection with the running service? netstat -p Open task manager route print Open services. msc "Pass Any Exam. Any Time."

300 Answer: A QUESTION NO: 375 A network technician is informed that some clients cannot connect to a critical business application. This application is hosted on a server that resides within the local VLAN. The server has a domain name of Appserver1.CorpXYZ.local. The technician notices some client machines can still connect to the application server, while others in the same office cannot. All of the office computers share similar networking hardware, and connect to the same switch. The network technician inspects an office computer that cannot establish a connection. The technician simultaneously runs a protocol analyzer on this office computer, and then attempts to ping the address Appserver.CorpXYZ.local. The technician receives a reply to the ping, but a connection to the business application still cannot be established. The following output is observed in the protocol analyzer: Based on this output, which of the following is the MOST likely cause of the connectivity issues? The DNS is not resolving Appserver1. CorpXYZ.local to the correct IP address. Responses from Appserver1 are being redirected to a different host. Another machine on the network has the same IP address as Appserver1. The office computer is connected to a trunk port, and the wrong native VLAN has been set. Answer: C "Pass Any Exam. Any Time."

301 QUESTION NO: 376 An Amplitude Modulation (AM) radio station may have a detrimental effect on which of the following services? DOCSIS Frame relay SONET Metro-Ethernet Answer: A QUESTION NO: 377 Which of the following will allow network traffic to travel across several switches on several VLANs? VLAN assignments Port bonding VLAN ID Trunking E. VLAN tagging "Pass Any Exam. Any Time."

302 F. Port mirroring Answer: D QUESTION NO: 378 A network administrator is trouble shooting a connectivity issue on a user s workstation. The technician reviews the following packet capture: Given the above output, which of the following is the reason why the user is experiencing network connectivity issues? The MAC address for the default gateway is unknown. The ARP query is incorrectly going to instead of Name resolution is not occurring properly. The packet capture shows an IP conflict. Answer: A NEW QUESTIONS: QUESTION NO: 379 "Pass Any Exam. Any Time."

303 A network technician has been tasked with connecting three a clients to an g access point that is configured for WEP and is within a (9m) line of sight from the client. The clients are unable to associate with the access point. Which of the following is MOST likely the cause of this issue? Interference Wrong frequency Signal loss Wrong Encryption Answer: B a operates in the 5GHz band while g operates in the 2.4GHz band. QUESTION NO: 380 A web-based application is responding very slowly. The network administrator is looking at the following information from the transparent web proxy, which is configured in virtual-wire mode and is in the between the company s network and the Internet. Given the above information, which of the following is the layer of the OSI model at which the issue is occurring and the MOST likely reason it is occurring? (Select two.) "Pass Any Exam. Any Time."

304 Layer 1 Layer 4 Layer 3 Layer 7 E. The application crashed F. NO IP addresses on interfaces G. Excessive TCP resets H. Bad cable Answer: C,H QUESTION NO: 381 Which of the following is used to proxy client requests for IP configurations across different network segments? DHCP relay SOCKS Teredo tunneling Reverse proxy "Pass Any Exam. Any Time."

305 Answer: A QUESTION NO: 382 Which of the following is the BEST way to prevent various types of security threats throughout the network on a routine basis? Disaster recovery planning User training and awareness Penetration testing Business continuity training Answer: B QUESTION NO: 383 A network administrator is assigned an approved change request with a change window of 120 minutes. After 90 minutes, the change is stuck on step five of a five-step change. The network manager decides to initiate a rollback. Which of the following describes what the network administrator will do NEXT? Return the system to step four since this was the last working step. Request additional time since the change is near completion. Leave the change as is and inform users of a workaround. "Pass Any Exam. Any Time."

306 Return the system back to the original state before the change. Answer: D QUESTION NO: 384 A network administrator was told by the Chef Information Officer (CIO) to set up a new office with a network that has redundancy. Which of the following topologies would the network administrator need to administer? Hybrid Bus Mesh Partial mesh E. Star Answer: C QUESTION NO: 385 An engineer is reviewing network logs on a management switch and discovers that, compared to previous reports, a large amount of traffic is coming from a particular node. Upon further investigation, the engineer determines traffic coming from the port in question is using points that indicate NAT is occurring somewhere downstream from that point. After conferring with another network manager, the team determines a user has added an unauthorized SOHO WLAN router to the network. Among the vulnerabilities that could result from such an action is the possibility of the user inadvertently connecting the LAN interface of the SOHO router into the LAN port coming from the corporate network. This configuration would MOST likely result in which of the following "Pass Any Exam. Any Time."

307 scenarios? Excessive interface on the corporate LAN port DHCP scope exhaustion Evil twin stacks Competing DHCP servers on a single LAN Answer: C QUESTION NO: 386 An organization wants to improve its ability to detect infiltration of servers in a DMZ, IPS/IDS solutions are currently located on the edge between DMZ and Untrust, and DMZ and Trust. Which of the following can increase visibility inside the DMZ? Layer 7 firewall Honeypot C, NAC server D, Host-based firewalls in the DMZ Answer: A QUESTION NO: 387 "Pass Any Exam. Any Time."

308 A technician receives a report that a user s workstation is experiencing no network connectivity. The technician investigates and notices the patch cable running from the back of the user s VoIP phone is routed directly under the rolling chair and has been smashes flat over time. Which of the following is the most likely cause of this issue? Cross-talk Electromagnetic interference Excessive collisions Split pairs Answer: C QUESTION NO: 388 Which of the following tools would a network technician use to troubleshoot a span of single-mode fiber cable? Punchdown tool Spectrum analyzer Ethernet tester OTDR Answer: B "Pass Any Exam. Any Time."

309 QUESTION NO: 389 A network technician has received reports of an Internet-based application that has stopped functioning. Employees reported that after updating the Internet browsers, the application began to fail. Many users rolled back the update, but this did not correct problem. Which of the following should the company do to reduce this type of action from affecting the network? Implement a disaster recovery plan with a hot site to allow users to continue working. Segment the network and create a test lab for all updates before deployment. Verify the update hashes match those on the vendor s website. Coordinate the Internet Server update to coincide with the users updates. Answer: B QUESTION NO: 390 A project lead is reviewing the statement of work for an upcoming project that is focused on identifying potential weaknesses in the organization s internal and external network infrastructure. As part of the project, a team of external contractors will attempt to employ various attacks against the organization. The statement of work specifically addresses the utilization of an automated tool to probe network resources in an attempt to develop logical diagrams indication weaknesses in the infrastructure. The scope of activity as described in the statement of work is an example of: session hijacking vulnerability scanning social engineering penetration testing "Pass Any Exam. Any Time."

310 E. friendly DoS Answer: D QUESTION NO: 391 A network technician is selection the best way to protect a branch office from as many different threat from the Internet as possible using a single device. Which of the following actions would meet the objective? Configure a network-based firewall. Configure a firewall with UTM. Configure a host-based firewall. Answer: A QUESTION NO: 392 A network technician has been tasked to provide a local office with wireless Internet access. The network technician had determined the users will need a wireless router that provides a maximum of 54Mbps of bandwidth while operating in the 2.4Ghz band. Which of the following wireless standards will the network technician deploy? a b g "Pass Any Exam. Any Time."

311 802.11n Answer: C g provides transmission over short distances at up to 54Mbps in the 2.4GHz bands. QUESTION NO: 393 A technician is looking at an issue with a computer connecting to the network. The technician determines wire 3 of a UTP Ethernet cable run has a break in it. This computer was previously connected to the switch at 1Gbps throughput. This PC is a kiosk and does not need anything more than 50-60Mbps connection speed. Which of the following can the technician do to resolve the issue quickly? Rewire both ends to have the wire on pin 6 remapped to pin 3. Force the duplex and speed to 100Mbps full duplex. Rewire both ends to have the wire on pin 6 remapped to pin 3. Force the duplex and speed to 1000Mbps full duplex. Rewire both ends to have the wire on pin 7 remapped to pin 3. Force the duplex and speed to 100Mbps full duplex. Rewire both ends to have the wire on pin 7 remapped to pin 3. Force the duplex and speed to 1000Mbps full duplex. Answer: D QUESTION NO: 394 "Pass Any Exam. Any Time."

312 Which of the following physical devices provides the BEST security to a datacenter? Cipher lock Thumbprint reader Video monitoring Mantrap E. Key pad Answer: D QUESTION NO: 395 A network administrator need to install a border device on the network that will help ensure FTP commands are not being sent in traffic communicating on port 25. Which of the following devices will allow for deep packet inspection? Layer 7 firewall Web proxy Layer 3 switch Protocol analyzer Answer: B "Pass Any Exam. Any Time."

313 QUESTION NO: 396 An employee of a highly secure company needs to use facial recognition in addition to username/password to successfully establish a VPN. Which of the following describes this methodology? PKI Federated identity Two-factor authentication Biometric authentication E. AAA Answer: A QUESTION NO: 397 A technician uses a cable tester to verify the pinout in an Ethernet cable. After testing each pin, the technician records the following output: Based on this information, which of the following identification describes this cable? Crossover cable "Pass Any Exam. Any Time."

314 Rollover cable Patch cable RJ-48 cable Answer: A QUESTION NO: 398 An outside technician notices that a SOHO employee who is logged into the company VPN has an unexpected source IP address. Which of the following is the employee MOST likely using? Proxy server Least-cost routing IPv6 VPN concentrator Answer: A QUESTION NO: 399 A system administrator wants to verify external IP addresses are unable to collect software versioning from servers on the network. Which of the following should system administrator do to confirm the network is protected? Analyze packet captures. "Pass Any Exam. Any Time."

315 Utilize netstat to locate active connections. Use nmap to query known ports. Review the ID3 logs on the network. Answer: A QUESTION NO: 400 A network technician is connecting three temporary office trailers with a point-to-multipoint microwave radio solution in a wooded area. The microwave radios are up and the network technician can ping devices in all office trailers, however, connectivity is sporadic. Which of the following is MOST likely the cause of this issue? Latency Throttling Interference Split horizon Answer: C QUESTION NO: 401 A client has combined the voice-data circuit from a provider and is getting the maximum download "Pass Any Exam. Any Time."

316 and upload speeds of 2.0Mbps. Which of the following services is being used? ADSL T1 E1 VDSL Answer: A QUESTION NO: 402 Joe, a network administrator, has installed an SFTP server behind a load-balancing router. He opened port 21 but was unable to establish a connection. Which of the following ports should he have opened? Port 20 Port 22 Port 162 Port 443 Answer: B "Pass Any Exam. Any Time."

317 QUESTION NO: 403 A technician is installing a network firewall and would like to block all WAN to LAN traffic that is using ports other than the default ports for Internet and connectivity. Which of the following rules should the technician verify FIRST? All outbound traffic is blocked All inbound traffic is blocked A DMZ has been created An implicit deny is enables Answer: D QUESTION NO: 404 Which of the following network infrastructure implementations would be used to connect two remote sales back to the main campus for all data and voice traffic? Crossover cable Multimode fiber Satellite MPLS Answer: B "Pass Any Exam. Any Time."

318 QUESTION NO: 405 A disgruntled employee executes a man-in-the-middle attack on the company network. Layer 2 traffic destined for the gateway is redirected to the employee s computer. This type of attack is an example of: ARP cache poisoning IP spoofing amplified DNS attack evil twin Answer: A QUESTION NO: 406 A home user reports to a network technician that the Internet is slow. The network administrator discovers that multiple unknown devices are connected to the access point. Which of the following is the MOST likely cause? An evil twin has been implemented. A successful WPS attack has occurred. The user is experiencing ARP poisoning. The user is connected to a botnet. "Pass Any Exam. Any Time."

319 Answer: B QUESTION NO: 407 A user reports slow performance. A technician troubleshooting the issue users a performance monitoring tool and receives the following results: Avg. % Processor Time = 15% Avg. Pages/Second = 5 Avg. Disk Queue Length = 1 Based on these results, which of the following is causing a bottleneck? Hard drive Memory NIC Processor Answer: B QUESTION NO: 408 A network technician has received a report that workstations are unable to gain access to the network. During the troubleshooting process, the technician discovers that the switch connecting these workstations has failed. Which of the following will be the QUICKEST option configure a new switch? "Pass Any Exam. Any Time."

320 Baseline Image Archive Syslog Answer: B QUESTION NO: 409 A technician is testing a new web-based tool capable of generating automatic teller machine (ATM) cash and service availability reports. The web-based tool was developed by a consortium of financial institutions. Which of the following cloud delivery models and technologies are being utilized? (Select two.) SaaS Public Community PaaS E. Private F. IaaS Answer: C,E "Pass Any Exam. Any Time."

321 QUESTION NO: 410 Workers in a company branch office are required to click on an initial web page and agree to have web surfing mentioned. This is an example of: an end-user license agreement an SLA an AUP an MOU Answer: C QUESTION NO: 411 Which of the following ports does SIP use? /27/ /5005 "Pass Any Exam. Any Time."

322 E. 5060/5061 Answer: E QUESTION NO: 412 A network administrator wants to implement a centralized monitoring solution that utilizes push alerts sent from the client to a server. Which of the following types of monitoring should be put in place? SNMP SMTP NIDS SMS Answer: A QUESTION NO: 413 After upgrading a fiber link from 1Gbps, a network technician ran a speed test of the link. The test shows the link is not operating at full speed and connectivity is intermittent. The two buildings are 1.476ft (450m) apart and are connected using CM4 fiber and 10G SR SFPs. The fiber runs through the electrical and boiler rooms of each building. Which of the following is the MOST likely reason for the connectivity issue? "Pass Any Exam. Any Time."

323 The wrong SFPs are being used There is interference from the electrical room. CM1 fiber should be used instead There is heat from the boiler room Answer: A QUESTION NO: 414 Several users at an adjacent office building report connectivity issues after a new building was built in between the two offices. The network technician has determined the adjacent office building is connected to the main office building via an ac bridge. The network technician logs into the AP and confirms the SSID, encryption and channels are all correct. Which of the following is MOST likely the cause of this issue? Device saturation Antenna type Bandwidth saturation Interference Answer: D "Pass Any Exam. Any Time."

324 QUESTION NO: 415 CORRECT TEXT Ann, a technician, connects a pair of switches using redundant links. When she checks the status of the links, one of them is not active, even when she changes ports. Which of the following MOST likely disabled the redundant connection to the other switch? A, Spanning tree IGRP routing SSID mismatch Port mirroring Answer: A QUESTION NO: 416 A network administrator has determined the ingress and egress traffic of a router s interface are not being correctly reported to the monitoring server. Which of the following can be used to determine if the router interface uses 64b vs 32b counters? SNMP walk Packet analyzer SYSLOG server Port Scanner Answer: A "Pass Any Exam. Any Time."

325 QUESTION NO: 417 Which of the following is an example of a signaling protocol used in VoIP telephony? VRRP H 323 RTSP SIP Answer: D QUESTION NO: 418 A network administrator is troubleshooting an issue with unstable wireless connections in a residence hall. Students on the first and second floors are reporting the hall s SSID is not visible in the evenings. The network administrator has verified the wireless system is operating normally. Which of the following is the MOST likely cause for the problem reported by students? Internet router maintenance is scheduled. An ARP attack is underway. The SSID is set to hidden. A jammer is being used. Answer: A "Pass Any Exam. Any Time."

326 QUESTION NO: 419 Which of the following is the number of bits there are in 1024 bytes? 512b 4096b 8000b 8192b Answer: D QUESTION NO: 420 Policies, procedures and end-user training are effective ways to mitigate: zero-day attacks attempted DDoS attacks man-in-the-middle attacks social engineering attempts Answer: A "Pass Any Exam. Any Time."

327 QUESTION NO: 421 When a criminal or government investigation is underway, which of the following describes the identification, recovery or exchange of electronic information relevant to that investigation? Data transport First responder ediscovery Encryption Answer: C QUESTION NO: 422 A network architect is designing a highly redundant network with a distance vector routing protocol in order to prevent routing loops, the architect has configured the routers to advertise failed routes with the addition of an infinite metric. Which of the following methods has the architect chosen? Spanning tree "Pass Any Exam. Any Time."

328 Split horizon Route poisoning Hold down timers Answer: C failed+routes+with+the+addition+of+an+infinite+metric&source=bl&ots=hphueuduis&sig=d2zmllr jhosadqwlfefepjfnjju&hl=en&sa=x&ved=0ahukewi_z9gr5vxqahuhjmakhrfhceqq6aei GjAA#v=onepage&q=advertise%20failed%20routes%20with%20the%20addition%20of%20an%20 infinite%20metric&f=false QUESTION NO: 423 A network engineer is designing a campus-wide wireless network. Wireless access points will be distributed across the campus for maximum availability. The network is to be designed to handle a large number of roaming wireless devices. Which of the following features should the engineer use in order to dynamically limit the number of devices in each broadcast domain? VLAN pooling Subnetting WPA2 LWAPP Answer: D "Pass Any Exam. Any Time."

329 QUESTION NO: 424 A company is setting up a brand new datacenter and would like to keep the cabling infrastructure out of sight but still accessible to the network administrators. Infrastructure cost is not an issue. Which of the following should be installed to meet the requirements? Conduit Cable trays Patch panels Raised floor Answer: C QUESTION NO: 425 A technician troubleshooting an area that is having difficulty connecting to a WAP. After identifying the symptoms, which of the following should the technician do NEXT? Document findings. Resolve the issue. Establish the probable cause. Implement a solution. Answer: C "Pass Any Exam. Any Time."

330 QUESTION NO: 426 A network engineer is designing a wireless network that uses multiple access point for complete coverage. Which of the following channel selections would result in the LEAST amount of interference between each access point? Adjacent access point should be assigned channels 1, 6, and 11 with a 20MHz channel width. Adjacent access points should be assigned channels 2,6, and 10 with a 20MHz channel width. Adjacent access points should be assigned channels 7 and 11 with a 40MHz channel width. Adjacent access points should be assigned channels 8 and 11 with a 40MHz channel width. Answer: A QUESTION NO: 427 A network technician is troubleshooting connectivity problems between switches but suspects the ports are not properly labeled. Which of the following options will help to quickly identify the switches connected to each port? Configure TACACs+ on each network device. Enable a discovery protocol on the network devices. Configure each uplink to send LACP discovery units. "Pass Any Exam. Any Time."

331 Enable a packet sniffer on each network device s uplink port. Answer: B Neighbor discovery protocols are essential for network administrators and management tools to accurately construct a view of the network topology. Each manufacturer has its own supported mix of neighbor discovery protocols, loosely based on how standards-focused that vendor is and how much it wants to pay in royalties to use proprietary protocols. The two most widely used are LLDP (Link Layer Discovery Protocol), an IEEE standard, and CDP (Cisco Discovery Protocol). References: QUESTION NO: 428 The BEST way to secure the most vulnerable attack vector for a network is to: Update all antivirus definitions on workstations and servers. Use biometrics and SSO for authentication. Remove unneeded services running on the servers. Provide end-user awareness training to office staff. Answer: A QUESTION NO: 429 "Pass Any Exam. Any Time."

332 Which of the following encryption types would MOST likely be used for securing a client-to-server VPN connection? TKIP Kerberos ISAKMP AES Answer: D QUESTION NO: 430 Host1 s application generates a payload of 2500B of data and sends to Host2. When the application on Host2 receives the payload it will be: more than 2500B due to encapsulation. 2500B in size. less than 2500B due to decapsulation. 1500B due to the default MTU settings. Answer: B "Pass Any Exam. Any Time."

333 QUESTION NO: 431 A technician is troubleshooting a desktop connectivity issue. The technician believes a static ARP may be causing the problem. Which of the following should the technician do NEXT according to the network troubleshooting methodology? Remove the ARP entry the user s desktop. Identify a suitable time to resolve the issue on the affected desktop. Duplicate the issue in a lab by removing the ARP entry. Document the findings and provide a plan of action. Answer: C QUESTION NO: 432 An administrator notices an abnormally high level of network traffic from a server. Upon logging into the server, the administrator runs the following command: Which of the following should the administrator use to correlate the active connection with the running service? "Pass Any Exam. Any Time."

334 netstat p Open task manager route print Open services.mac Answer: C QUESTION NO: 433 A network engineer has been tasked with designing a network for a new branch office with approximately 50 network devices. This branch office will connect to the other offices via a MAN. Many of the other branch offices use off-the-shelf SOHO equipment. It is a requirement that the routing protocol chosen use the least amount of overhead. Additionally, all computers on the network will be part of a single VLAN. The connection between these computers should produce the highest throughput possible, in the most cost effective manner. Which of the following devices would be MOST appropriate? A router should be used as a gateway device, with RIPv2 as the routing protocol. The computers should be connected to one another with a Gb Layer 2 switch. A UTM should be used as a gateway device, with BGP as the routing protocol. The computers should be connected to one another using 1Gb Fibre Channel. A router should be used as a gateway device, with EIGRP as the routing protocol. The computers should be connected to one another using a single N MIMO access point. A router should be used as a gateway device, with OSPF as the routing protocol. The computers should be connected to one another using a Gb Layer 3 switch. Answer: A "Pass Any Exam. Any Time."

335 A Gb Layer 2 switch is the cheapest switching solution offering 1Gbps network connectivity between the computers. RIPv2 has a lower overhead as required in the question. QUESTION NO: 434 A network technician is responsible for the basic security of the network. Management has asked if there is a way to improve the level of access users have to the company file server. Right now, any employee can upload and download files with basic system credentials. Which of the following would require additional credentials? Kerberos authentication MDS authentication Multifactor authentication Single sign-on authentication Answer: C QUESTION NO: 435 A network technician replaced a faulty Ethernet cable. The technician replaced one side of the patch in the incorrect part of the patch panel. Within a few minutes, the technician was informed that users were experiencing slow or no Internet connectivity all over the building. A broadcast storm began. After removing the replacement cable, which of the following should the technician do NEXT? Replace the cable during the next maintenance window. "Pass Any Exam. Any Time."

336 Review labeling and logical network diagram documentation. Attempt to isolate the storm to the domain by rebooting the switch. Re-terminate all of the other Ethernet cables on the switch to isolate the issue. Answer: B QUESTION NO: 436 In a network that requires multilayer switches to use authentication via RADIUS/TACACS+, which of the following access control models will the switches need to utilize? 802.1q 802.3af PKI 802.1x Answer: D QUESTION NO: 437 A network administrator is comparing several different wireless technologies. To calculate the effective maximum file transfer rate instead of the theoretical, which of the following should be measured? "Pass Any Exam. Any Time."

337 Throughput Latency Goodput Bandwidth Answer: A alculations_and_limitations QUESTION NO: 438 An organization is required to implement a wireless network. The organization must implement wireless routers compatible with ac protocol that have maximum possible range. Which of the following wireless router frequencies is a viable option? 2.4GHz 3.7GHz 5.0GHz 6.0GHz Answer: A "Pass Any Exam. Any Time."

338 QUESTION NO: 439 A firewall technician has received calls stating the network is running slowly. The technician has found the firewall is functioning properly. Which of the following should the technician review to determine the cause of the slow performance? SNMP traps Heat maps Top talkers Port scanner Answer: C QUESTION NO: 440 A network s design includes gateways connecting an assembly-line network. The assembly-line network users specialized cabling and interfaces to allow the assembly-line robots to communicate with one another. The IP is connecting the technician workstations with which of the following network types? CSU/DSU SCADA/ICS IS-IS LAN Answer: B "Pass Any Exam. Any Time."

339 QUESTION NO: 441 A network administrator updated an Internet server to evaluate some new featured in the current release. A week after the update, the Internet server vendor warns that the latest release may have introduced a new vulnerability and a patch is in the works. Which of the following should the network administrator do to BEST migrate this risk? Enable the host-based firewall on the Internet server. Enable HIPS to protect the server until the patch is released. Utilize WAF to restrict malicious activity to the Internet server. Downgrade the server and defer the new feature testing. Answer: D QUESTION NO: 442 Which of the following anti-malware solutions should be implemented to deter attackers from loading custom files onto a distributed target platform? Cloud-based anti-malware Host-based anti-malware Network-based anti-malware "Pass Any Exam. Any Time."

340 Signature-based anti-malware Answer: B QUESTION NO: 443 A company has decided to upgrade its legacy phone system to VoIP. The new phones will download the configurations from a TFTP server each time they boot up. Which of the following firewall ports must be opened to ensure the phones can communicate with the server? Answer: C QUESTION NO: 444 A technician needs to set up uplink ports for multiple switches to communicate with one another. ALL VLANs should be transferred from the designed server switch. Which of the following should be set on the uplink ports if VLAN 1 is not the management VLAN? (Select two.) "Pass Any Exam. Any Time."

341 STP Port mirroring Port security 802.1x E q F. VTP G. Link aggregation Answer: A,F QUESTION NO: 445 A technician is tasked with troubleshooting a network s slowness. While troubleshooting, the technician is unable to ping any external websites. Users report they are able to access the sites using the web browsers. Which of the following is the MOST likely cause? ICMP traffic being blocked by the firewall VLAN hopping TACACS misconfiguration MTU black hole Answer: A "Pass Any Exam. Any Time."

342 QUESTION NO: 446 A technician has terminated a cable on the datacenter with an RJ-11 connector. Which of the following applications is MOST likely being used? Ethernet for a NAS appliance Out-of-band management VRRP interconnect link Crossover patch cabling Answer: D QUESTION NO: 447 A company-wide audit revealed employees are using company laptops and desktops for personal gain. As a result, the company has incorporated the phrase Company-owned IT assets are to be used to perform authorized company business only in which of the following documents? MSA MOU SLA "Pass Any Exam. Any Time."

343 AUP Answer: D QUESTION NO: 448 An administrator is upgrading the switches in the server room to support 10Gbps of throughput. The switch will need to take advantage of the existing CAT6a lines that are run to each server. Which of the following Ethernet standards should be used? 10GBaseER 10GBaseFX 10GBaseSR 10GBaseSW E. 10GBaseT Answer: E QUESTION NO: 449 A network technician is working on a large project involving the cabling of a new commercial building. The project involves working with a variety of toxic liquids, some of which require special handling. The technician wants to gain more insight into how items should be handled and stored, and what safety considerations must be made for each item being utilized on the project. Which of the following should the technician review to gather the information needed? "Pass Any Exam. Any Time."

344 ESD warnings NIST publications FIPS ISO Standards E. IEEE Code F. MSDS Answer: F QUESTION NO: 450 Which of the following protocols utilizes 3DES encryption by default? GRE PPTP STP IPSec Answer: D "Pass Any Exam. Any Time."

345 QUESTION NO: 451 Various hypervisor guests are configured to use different VLANs in the same virtualization environment through which of the following? Virtual router Virtual firewall NIC teaming Virtual switch Answer: D QUESTION NO: 452 A technician needs to ensure green space wireless coverage. The antenna is being installed in the middle of the field. Which of the following antenna types should be installed to ensure maximum coverage? Omnidirectional Yagi Unidirectional Directional "Pass Any Exam. Any Time."

346 Answer: A QUESTION NO: 453 A network administrator is configuring a VLAN across multiple switches. The administrator wants to configure the VLAN once and have that configuration propagate to all of the switches in the network. Which of the following should the administrator do? Configure the switches to utilize STP Implement port bonding on the switches Configure the switches to utilize VTP Configure the switches to utilize IGRP Answer: C QUESTION NO: 454 A new OC3 experiencing intermittent connectivity and loss of signal alarms. A network administrator finds all the cables are properly connected. There is excess cable between the patch panel and the network node. The cables were forced into their storage compartments about the rack. Which of the following is MOST likely cause of the connectivity issue and alarms? The OC2 was improperly provisioned. The cable was improperly crimped. "Pass Any Exam. Any Time."

347 The bend radius of the cable has been exceeded. The new OC3 cable is experiencing EMI. Answer: C QUESTION NO: 455 A software company is meeting with a car manufactures to finalize discussions. In the signed document, the software company will provide the latest versions of its mapping application suite for the car manufacturer s next generation of cars. In return, the car manufacturer will provide three specific vehicle analytics to the software company to enhance the software company s mapping application suite. The software company can offer its enhanced mapping application to other car manufacturer but must pay the car manufacturer a royalty. Which of the following BEST describes this document? MSA SLA MOU SOW Answer: D QUESTION NO: 456 A common technique used by malicious individuals to perform a man-in-the-middle attack on a wireless network is: "Pass Any Exam. Any Time."

348 ARP cache poisoning amplified DNS attacks sessions hijacking creating an evil twin Answer: A QUESTION NO: 457 Two office buildings are connected via copper network cabling buried in the ground. During local construction, the second building suffers a permanent network outage. Which of the following are MOST likely the causes of the outage? (Select two.) Crosstalk Open circuit Short circuit Signal attenuation E. Electromagnetic interference Answer: B "Pass Any Exam. Any Time."

349 QUESTION NO: 458 A home user is configuring a wireless router and must decide which wireless standard to use. The user has many devices that require a lot of bandwidth and must be able to communicate at a far distance from the router. Which of the following wireless standards will BEST meet the home user s requirements? a b g n Answer: D QUESTION NO: 459 Patches have just need released by a third-party vendor to resolve a major vulnerability. There are over 100 critical devices that need to be updated. Which of the following actions should be taken to ensure the patch is installed with minimal downtime? Test the patch in a lab environment and then install it in the production network during the next scheduled maintenance: Download and install all patches in the production network during the next scheduled maintenance period. Configure end points to automatically download and install the patches. Deploy the patch in a lab environment and immediately install it in the production environment. "Pass Any Exam. Any Time."

350 Answer: D QUESTION NO: 460 While installing new network equipment, a network administrator wants to add infrastructure to keep the cables organized in the environment. The administrator also needs cables to be easily removed or added due to the constantly changing environment. Which of the following will BEST fulfill the requirement? Hook and loop straps Ladder trays Raised floor Cable ties Answer: B QUESTION NO: 461 A network administrator is troubleshooting an issue with a newly installed web server. The web server is available to internal users but unavailable to Internet users. The server s network configuration is shown below: "Pass Any Exam. Any Time."

351 Which of the following is the MOST likely reason why the server is unavailable from the Internet? NAT has not been configured on the border firewall. The Layer 3 switchport connecting the web server is blocking port 80. The gateway IP has been incorrectly configured. The configured DNS server is not reachable by the web server. Answer: C "Pass Any Exam. Any Time."

Exam Questions N10-006

Exam Questions N10-006 Exam Questions N10-006 CompTIA Network+ https://www.2passeasy.com/dumps/n10-006/ 1.A technician has verified that a recent loss of network connectivity to multiple workstations is due to a bad CAT5 cable

More information

EXAM - N CompTIA Network+ Certification Exam. Buy Full Product.

EXAM - N CompTIA Network+ Certification Exam. Buy Full Product. CompTIA EXAM - N10-006 CompTIA Network+ Certification Exam Buy Full Product http://www.examskey.com/n10-006.html Examskey CompTIA N10-006 exam demo product is here for you to test the quality of the product.

More information

N comptia. Number: N Passing Score: 800 Time Limit: 120 min

N comptia. Number: N Passing Score: 800 Time Limit: 120 min N10-006 comptia Number: N10-006 Passing Score: 800 Time Limit: 120 min Sections 1. Network architecture 2. Network operations 3. Network security 4. Troubleshooting 5. Industry standards, practices, and

More information

ITexamGuide. High-quality IT Cert Exam study guide

ITexamGuide.   High-quality IT Cert Exam study guide ITexamGuide http://www.itexamguide.com High-quality IT Cert Exam study guide Exam : RC0-N06 Title : CompTIA Network+ Recertification Exam for Continuing Education Vendor : CompTIA Version : DEMO Get Latest

More information

CompTIA Network+ Study Guide Table of Contents

CompTIA Network+ Study Guide Table of Contents CompTIA Network+ Study Guide Table of Contents Course Introduction Table of Contents Getting Started About This Course About CompTIA Certifications Module 1 / Local Area Networks Module 1 / Unit 1 Topologies

More information

This course prepares candidates for the CompTIA Network+ examination (2018 Objectives) N

This course prepares candidates for the CompTIA Network+ examination (2018 Objectives) N CompTIA Network+ (Exam N10-007) Course Description: CompTIA Network+ is the first certification IT professionals specializing in network administration and support should earn. Network+ is aimed at IT

More information

ITexamGuide. High-quality IT Cert Exam study guide

ITexamGuide.  High-quality IT Cert Exam study guide ITexamGuide http://www.itexamguide.com High-quality IT Cert Exam study guide Exam : N10-006 Title : CompTIA Network+ certification Vendor : CompTIA Version : DEMO Get Latest & Valid N10-006 Exam's Question

More information

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview IT114 NETWORK+ Course Objectives Upon successful completion of this course, the student will be able to: 1. Identify the devices and elements of computer networks; 2. Diagram network models using the appropriate

More information

TestOut Network Pro - English 4.1.x COURSE OUTLINE. Modified

TestOut Network Pro - English 4.1.x COURSE OUTLINE. Modified TestOut Network Pro - English 4.1.x COURSE OUTLINE Modified 2017-07-06 TestOut Network Pro Outline - English 4.1.x Videos: 141 (18:42:14) Demonstrations: 81 (10:38:59) Simulations: 92 Fact Sheets: 145

More information

CCNA. Murlisona App. Hiralal Lane, Ravivar Karanja, Near Pethe High-School, ,

CCNA. Murlisona App. Hiralal Lane, Ravivar Karanja, Near Pethe High-School, , CCNA Cisco Certified Network Associate (200-125) Exam DescrIPtion: The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment

More information

Cisco Certified Network Associate ( )

Cisco Certified Network Associate ( ) Cisco Certified Network Associate (200-125) Exam Description: The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that

More information

CCNA Routing and Switching (NI )

CCNA Routing and Switching (NI ) CCNA Routing and Switching (NI400+401) 150 Hours ` Outline The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that is

More information

TestOut Network Pro - English 5.0.x COURSE OUTLINE. Modified

TestOut Network Pro - English 5.0.x COURSE OUTLINE. Modified TestOut Network Pro - English 5.0.x COURSE OUTLINE Modified 2018-03-06 TestOut Network Pro Outline - English 5.0.x Videos: 130 (17:10:31) Demonstrations: 78 (8:46:15) Simulations: 88 Fact Sheets: 136 Exams:

More information

Review: Networking Fall Final

Review: Networking Fall Final Review: Networking Fall Final Question 1 of 43 You have implemented a network where each device provides shared files with all other devices on the network. What type of network do you have? Peer to peer

More information

Objective Applications, Devices, Protocols Applications, Devices, Protocols Classifying Network Components Objective 1.

Objective Applications, Devices, Protocols Applications, Devices, Protocols Classifying Network Components Objective 1. CompTIA Network+ (Exam N10-005) Course Overview This course is intended for entry-level computer support professionals with basic knowledge of computer hardware, software, and operating systems, who wish

More information

MTA_98-366_Vindicator930

MTA_98-366_Vindicator930 MTA_98-366_Vindicator930 Number: 98-366 Passing Score: 700 Time Limit: 45 min File Version: 1.0 http://www.gratisexam.com/ Microsoft Technology Associate Networking Fundamentals MTA 98-366 Exam A QUESTION

More information

CompTIA Exam N CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ]

CompTIA Exam N CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ] s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ] Topic break down Topic No. of Questions Topic 1: Network Architecture 183 Topic 2: Network Operations 149

More information

Networking interview questions

Networking interview questions Networking interview questions What is LAN? LAN is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected

More information

Scope and Sequence: CCNA Exploration v4.0

Scope and Sequence: CCNA Exploration v4.0 Scope and Sequence: CCNA Exploration v4.0 Last Updated August 30, 2007 The course objectives and outline for the final two CCNA Exploration courses, LAN Switching and Wireless and Accessing the WAN, are

More information

Study Guide. Module Two

Study Guide. Module Two Module Two Study Guide Study Guide Contents Part One -- Textbook Questions Part Two -- Assignment Questions Part Three -- Vocabulary Chapter 4 Data Link Layer What is the function of the data link layer?

More information

Exam Topics Cross Reference

Exam Topics Cross Reference Appendix R Exam Topics Cross Reference This appendix lists the exam topics associated with the ICND1 100-105 exam and the CCNA 200-125 exam. Cisco lists the exam topics on its website. Even though changes

More information

Identify the features of network and client operating systems (Windows, NetWare, Linux, Mac OS)

Identify the features of network and client operating systems (Windows, NetWare, Linux, Mac OS) Course Outline Network+ Duration: 5 days (30 hours) Learning Objectives: Install and configure a network card Define the concepts of network layers Understand and implement the TCP/IP protocol Install

More information

TEXTBOOK MAPPING CISCO COMPANION GUIDES

TEXTBOOK MAPPING CISCO COMPANION GUIDES TestOut Routing and Switching Pro - English 6.0.x TEXTBOOK MAPPING CISCO COMPANION GUIDES Modified 2018-08-20 Objective Mapping: Cisco 100-105 ICND1 Objective to LabSim Section # Exam Objective TestOut

More information

CompTIA Network+ N10-005

CompTIA Network+ N10-005 CompTIA Network+ N10-005 Course Number: Network+ N10-005 Length: 7 Day(s) Certification Exam This course is preparation for the CompTIA Network+ N10-005 Certification exam Course Overview The CompTIA Network+

More information

GAYATRI COMPUTERS Prepared by : VENKAT.G 1. Module 1: NETWORK BASICS

GAYATRI COMPUTERS Prepared by : VENKAT.G 1. Module 1: NETWORK BASICS GAYATRI COMPUTERS Prepared by : VENKAT.G 1 What is Networking? Module 1: NETWORK BASICS Networking: Connecting two or more computers or network devices(routers/print Servers / Firewall Devices..etc) for

More information

CCNA. Course Catalog

CCNA. Course Catalog CCNA Course Catalog 2012-2013 This course is intended for the following audience: Network Administrator Network Engineer Systems Engineer CCNA Exam Candidates Cisco Certified Network Associate (CCNA 640-802)

More information

Mobile MOUSe ROUTING AND SWITCHING FUNDAMENTALS ONLINE COURSE OUTLINE

Mobile MOUSe ROUTING AND SWITCHING FUNDAMENTALS ONLINE COURSE OUTLINE Mobile MOUSe ROUTING AND SWITCHING FUNDAMENTALS ONLINE COURSE OUTLINE COURSE TITLE ROUTING AND SWITCHING FUNDAMENTALS COURSE DURATION 16 Hour(s) of Self-Paced Interactive Training COURSE OVERVIEW In the

More information

Understanding Networking Fundamentals

Understanding Networking Fundamentals Understanding Networking Fundamentals Training Details Training Time : 5 Days Capacity : 12 Prerequisites : There are no prerequisites for this course. About Training About Training A strong foundation

More information

CompTIA Exam JK0-023 CompTIA Network+ certification Version: 5.0 [ Total Questions: 1112 ]

CompTIA Exam JK0-023 CompTIA Network+ certification Version: 5.0 [ Total Questions: 1112 ] s@lm@n CompTIA Exam JK0-023 CompTIA Network+ certification Version: 5.0 [ Total Questions: 1112 ] Topic break down Topic No. of Questions Topic 1: Network Architecture 183 Topic 3: Troubleshooting 140

More information

High School Graduation Years 2016, 2017 and 2018

High School Graduation Years 2016, 2017 and 2018 Secondary Task List 100 PERSONAL AND ENVIRONMENTAL SAFETY 101 List common causes of accidents and injuries in a computer facility. 102 Wear personal protective equipment. 103 List and identify safety hazard

More information

Guide to Networking Essentials, 6 th Edition. Chapter 7: Network Hardware in Depth

Guide to Networking Essentials, 6 th Edition. Chapter 7: Network Hardware in Depth Guide to Networking Essentials, 6 th Edition Chapter 7: Network Hardware in Depth Objectives Describe the advanced features and operation of network switches Describe routing table properties and discuss

More information

THE OSI MODEL. Application Presentation Session Transport Network Data-Link Physical. OSI Model. Chapter 1 Review.

THE OSI MODEL. Application Presentation Session Transport Network Data-Link Physical. OSI Model. Chapter 1 Review. THE OSI MODEL Application Presentation Session Transport Network Data-Link Physical OSI Model Chapter 1 Review By: Allan Johnson Table of Contents Go There! Go There! Go There! Go There! Go There! Go There!

More information

CompTIA Network+ Course

CompTIA Network+ Course CompTIA Network+ Course Duration: 5 Days Course Delivery: Classroom Language: English Target Audience Comprehensive approach to both preparing a student for CompTIA's Network+ exam and developing proficiency

More information

Integrated Services. Integrated Services. RSVP Resource reservation Protocol. Expedited Forwarding. Assured Forwarding.

Integrated Services. Integrated Services. RSVP Resource reservation Protocol. Expedited Forwarding. Assured Forwarding. Integrated Services An architecture for streaming multimedia Aimed at both unicast and multicast applications An example of unicast: a single user streaming a video clip from a news site An example of

More information

Cisco CCNA (ICND1, ICND2) Bootcamp

Cisco CCNA (ICND1, ICND2) Bootcamp Cisco CCNA (ICND1, ICND2) Bootcamp Course Duration: 5 Days Course Overview This five-day course covers the essential topics of ICND1 and ICND2 in an intensive Bootcamp format. It teaches students the skills

More information

Q-Balancer Range FAQ The Q-Balance LB Series General Sales FAQ

Q-Balancer Range FAQ The Q-Balance LB Series General Sales FAQ Q-Balancer Range FAQ The Q-Balance LB Series The Q-Balance Balance Series is designed for Small and medium enterprises (SMEs) to provide cost-effective solutions for link resilience and load balancing

More information

S5 Communications. Rev. 1

S5 Communications. Rev. 1 S5 Communications Rev. 1 Page 1 of 15 S5 Communications For a complete understanding of the S5 Battery Validation System (BVS) communication options, it is necessary to understand the measurements performed

More information

ROYAL INSTITUTE OF INFORMATION & MANAGEMENT

ROYAL INSTITUTE OF INFORMATION & MANAGEMENT ROYAL INSTITUTE OF INFORMATION & MANAGEMENT BASICS NETWORKING CHAPTER 1 Networking Basics to Networking Advantages of Networking Types of Network 1 Local Area Network (LAN) LAN features Basic LAN components

More information

CERTIFICATE CCENT + CCNA ROUTING AND SWITCHING INSTRUCTOR: FRANK D WOUTERS JR. CETSR, CSM, MIT, CA

CERTIFICATE CCENT + CCNA ROUTING AND SWITCHING INSTRUCTOR: FRANK D WOUTERS JR. CETSR, CSM, MIT, CA CERTIFICATE CCENT + CCNA ROUTING AND SWITCHING INSTRUCTOR: FRANK D WOUTERS JR. CETSR, CSM, MIT, CA CCENT - Cisco Certified Entry Networking Technician (ICND1) CCNA Routing and Switching (ICND2) Prerequisites:

More information

N exam.72q N CompTIA Network+ Certification Exam

N exam.72q N CompTIA Network+ Certification Exam N10-007.exam.72q Number: N10-007 Passing Score: 800 Time Limit: 120 min File Version: 2 N10-007 CompTIA Network+ Certification Exam Exam A QUESTION 1 According to the OSI model, at which of the following

More information

Hands-On TCP/IP Networking

Hands-On TCP/IP Networking Hands-On Course Description In this Hands-On TCP/IP course, the student will work on a live TCP/IP network, reinforcing the discussed subject material. TCP/IP is the communications protocol suite on which

More information

Introduction to Networking Devices

Introduction to Networking Devices Introduction to Networking Devices Objectives Explain the uses, advantages, and disadvantages of repeaters, hubs, wireless access points, bridges, switches, and routers Define the standards associated

More information

Special expressions, phrases, abbreviations and terms of Computer Networks

Special expressions, phrases, abbreviations and terms of Computer Networks access access point adapter Adderssing Realm ADSL (Asymmetrical Digital Subscriber Line) algorithm amplify amplitude analog antenna application architecture ARP (Address Resolution Protocol) AS (Autonomous

More information

The Interconnection Structure of. The Internet. EECC694 - Shaaban

The Interconnection Structure of. The Internet. EECC694 - Shaaban The Internet Evolved from the ARPANET (the Advanced Research Projects Agency Network), a project funded by The U.S. Department of Defense (DOD) in 1969. ARPANET's purpose was to provide the U.S. Defense

More information

CS610 Computer Network Final Term Papers Solved MCQs with reference by Virtualians Social Network

CS610 Computer Network Final Term Papers Solved MCQs with reference by Virtualians Social Network CS610 Computer Network Final Term Papers Solved MCQs with reference by Virtualians Social Network Question No: 1( M a r k s: 1 ) A ---------- Relies on the hardware manufacturer to assign a unique physical

More information

MiPDF.COM. 1. Convert the decimal number 231 into its binary equivalent. Select the correct answer from the list below.

MiPDF.COM. 1. Convert the decimal number 231 into its binary equivalent. Select the correct answer from the list below. CCNA1 v6.0 Pretest Exam Answers 2017 (100%) MiPDF.COM 1. Convert the decimal number 231 into its binary equivalent. Select the correct answer from the list below. 11110010 11011011 11110110 11100111* 11100101

More information

Computer Networks Question Bank

Computer Networks Question Bank Computer Networks Question Bank 1. Describe in detail OSI Model ANS: OSI (Open Systems Interconnection) is reference model for how applications can communicate over a network. A reference model is a conceptual

More information

Wired internetworking devices. Unit objectives Differentiate between basic internetworking devices Identify specialized internetworking devices

Wired internetworking devices. Unit objectives Differentiate between basic internetworking devices Identify specialized internetworking devices Wired internetworking devices Unit objectives Differentiate between basic internetworking devices Identify specialized internetworking devices Topic A Topic A: Basic internetworking devices Topic B: Specialized

More information

Course: CCNA Bootcamp (Intensive CCNA)

Course: CCNA Bootcamp (Intensive CCNA) Course: CCNA Bootcamp (Intensive CCNA) Duration: 5 Days Description Introduction to Networking course will prepare you for the basic knowledge and in-depth technology of networking design and implementation.

More information

CCNA Exploration Network Fundamentals

CCNA Exploration Network Fundamentals CCNA Exploration 4.0 1. Network Fundamentals The goal of this course is to introduce you to fundamental networking concepts and technologies. These online course materials will assist you in developing

More information

Interconnecting Cisco Networking Devices Part1 ( ICND1) Exam.

Interconnecting Cisco Networking Devices Part1 ( ICND1) Exam. Cisco 640-822 Interconnecting Cisco Networking Devices Part1 ( ICND1) Exam TYPE: DEMO http://www.examskey.com/640-822.html Examskey Cisco 640-822 exam demo product is here for you to test quality of the

More information

TCP/IP Networking. Training Details. About Training. About Training. What You'll Learn. Training Time : 9 Hours. Capacity : 12

TCP/IP Networking. Training Details. About Training. About Training. What You'll Learn. Training Time : 9 Hours. Capacity : 12 TCP/IP Networking Training Details Training Time : 9 Hours Capacity : 12 Prerequisites : There are no prerequisites for this course. About Training About Training TCP/IP is the globally accepted group

More information

Appendix B Networks, Routing, and Firewall Basics

Appendix B Networks, Routing, and Firewall Basics Appendix B Networks, Routing, and Firewall Basics This appendix provides an overview of IP networks, routing, and firewalls. Related Publications As you read this document, you may be directed to various

More information

Section 1. General Networking Theory

Section 1. General Networking Theory Section 1 General Networking Theory This chapter ensures you are prepared for questions in the Cisco Certified Internetwork Expert (CCIE) written exam that deal with general networking theories. General

More information

Data Communication. Introduction of Communication. Data Communication. Elements of Data Communication (Communication Model)

Data Communication. Introduction of Communication. Data Communication. Elements of Data Communication (Communication Model) Data Communication Introduction of Communication The need to communicate is part of man s inherent being. Since the beginning of time the human race has communicated using different techniques and methods.

More information

Networking Fundamentals Tom Brett

Networking Fundamentals Tom Brett Networking Fundamentals Tom Brett Data Before we look at networking, it is important for us to understand what Data is and how it is stored and represented Data According to Webopedia, data is distinct

More information

N Q&As. CompTIA Network+ Pass CompTIA N Exam with 100% Guarantee. Free Download Real Questions & Answers PDF and VCE file from:

N Q&As. CompTIA Network+ Pass CompTIA N Exam with 100% Guarantee. Free Download Real Questions & Answers PDF and VCE file from: N10-007 Q&As CompTIA Network+ Pass CompTIA N10-007 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back Assurance Following Questions

More information

Copyleft 2005, Binnur Kurt. Objectives

Copyleft 2005, Binnur Kurt. Objectives 1 ing Fundamentals Copyleft 2005, Binnur Kurt Objectives Define basic networking terms Describe some commonly used network applications Describe the main purposes and functions of computer networking Describe

More information

Introduction to TCP/IP

Introduction to TCP/IP Introduction to TCP/IP Properties and characteristics of TCP/IP IPv4 IPv6 Public vs private vs APIPA/link local Static vs dynamic Client-side DNS settings Client-side DHCP Subnet mask vs CIDR Gateway TCP/IP

More information

Seite von 7 05.0.200 Close Window Assessment System Exam Viewer - CCNA Practice Certification Exam # - (Version 4.0) Below you will find the assessment items as presented on the exam as well as the scoring

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 10 Networking Essentials Objectives Learn about hardware devices used for networking Learn about the different types of networks

More information

Chapter 2. Switch Concepts and Configuration. Part I

Chapter 2. Switch Concepts and Configuration. Part I Chapter 2 Switch Concepts and Configuration Part I CCNA3-1 Chapter 2-1 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor,

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 16 Networking Types, Devices, and Cabling

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 16 Networking Types, Devices, and Cabling A+ Guide to Managing & Maintaining Your PC, Chapter 16 Networking Types, Devices, and Cabling Objectives Learn about network types and topologies Learn about the hardware used to build local networks Learn

More information

Question 7: What are Asynchronous links?

Question 7: What are Asynchronous links? Question 1:.What is three types of LAN traffic? Unicasts - intended for one host. Broadcasts - intended for everyone. Multicasts - intended for an only a subset or group within an entire network. Question2:

More information

FINAL EXAM REVIEW PLEASE NOTE THE MATERIAL FROM LECTURE #16 at the end. Exam 1 Review Material

FINAL EXAM REVIEW PLEASE NOTE THE MATERIAL FROM LECTURE #16 at the end. Exam 1 Review Material FINAL EXAM REVIEW PLEASE NOTE THE MATERIAL FROM LECTURE #16 at the end Chapters in the book 1, 2, 3, 5, 6 Exam 1 Review Material Topics You are also responsible for the reading in the chapters understanding

More information

COPYRIGHTED MATERIAL. Con t e n t s. Chapter 1 Introduction to Networking 1. Chapter 2 Overview of Networking Components 21.

COPYRIGHTED MATERIAL. Con t e n t s. Chapter 1 Introduction to Networking 1. Chapter 2 Overview of Networking Components 21. Con t e n t s Introduction xix Chapter 1 Introduction to Networking 1 Comparing Logical and Physical Networks.... 1 Networking Home Computers........................................... 2 Networking Small

More information

Router 6000 R17 Training Programs. Catalog of Course Descriptions

Router 6000 R17 Training Programs. Catalog of Course Descriptions Router 6000 R7 Training Programs Catalog of Course Descriptions Catalog of Course Descriptions INTRODUCTION... 3 IP NETWORKING... 4 IP OVERVIEW & FUNDAMENTALS... 8 IP ROUTING OVERVIEW & FUNDAMENTALS...0

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Original slides by Cisco Press & Priscilla Oppenheimer Selection Criteria for Switching and Routing Protocols Network traffic

More information

Introducing Campus Networks

Introducing Campus Networks Cisco Enterprise Architecture Introducing Campus Networks 2003, Cisco Systems, Inc. All rights reserved. 2-1 2003, Cisco Systems, Inc. All rights reserved. BCMSN v2.0 2-2 Campus Data Center Combines switching

More information

It is the process of sharing data, programs, and information between two or more computers.

It is the process of sharing data, programs, and information between two or more computers. 1 Communications It is the process of sharing data, programs, and information between two or more computers. Numerous applications depend on communication systems: E-mail Instant messaging (IM) Internet

More information

Chapter 4 NETWORK HARDWARE

Chapter 4 NETWORK HARDWARE Chapter 4 NETWORK HARDWARE 1 Network Devices As Organizations grow, so do their networks Growth in number of users Geographical Growth Network Devices : Are products used to expand or connect networks.

More information

31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers

31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers 31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers CONTENTS Focus Questions... 2 Chapter 1: Explore the Network... 2 Chapter 2: Configure a Network Operating System... 5 Chapter 3: Network

More information

CCNA 4 - Final Exam (B)

CCNA 4 - Final Exam (B) CCNA 4 - Final Exam (B) 1. Identify the factors that contribute to congestion on an Ethernet LAN. (Choose three.) improper placement of enterprise level servers addition of hosts to a physical segment

More information

Network+ Guide to Networks 7 th Edition

Network+ Guide to Networks 7 th Edition Network+ Guide to Networks 7 th Edition Chapter 10 Network Segmentation and Virtualization 2016 Cengage Learning. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in

More information

Gigabit SSL VPN Security Router

Gigabit SSL VPN Security Router As Internet becomes essential for business, the crucial solution to prevent your Internet connection from failure is to have more than one connection. PLANET is the ideal to help the SMBs increase the

More information

COMPONENTS OF DATA COMMUNICATION

COMPONENTS OF DATA COMMUNICATION COMPONENTS OF DATA COMMUNICATION ANALOG AND DIGITAL TRANSMISSION An analog signal is one that is continuous with respect to time and may take on any value within a given range of values. Eg Human voice.

More information

What is a Network? A connection of two or more computers so that they can share resources.

What is a Network? A connection of two or more computers so that they can share resources. NETWORKS What is a Network? A connection of two or more computers so that they can share resources. Network Benefits Remote access Sharing files & resources Communication Cost Maintenance Communication

More information

EEC-684/584 Computer Networks

EEC-684/584 Computer Networks EEC-684/584 Computer Networks Lecture 14 wenbing@ieee.org (Lecture nodes are based on materials supplied by Dr. Louise Moser at UCSB and Prentice-Hall) Outline 2 Review of last lecture Internetworking

More information

CNBK Communications and Networks Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems

CNBK Communications and Networks Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems Contents Purpose of Hardware and Protocols Associated with Computer Networks... 3 Lab Objectives... 3 Lab Resources...

More information

Exam: Title : Routing & Switching Exam (RSS) Ver :

Exam: Title : Routing & Switching Exam (RSS) Ver : Exam: 646-521 Title : Routing & Switching Exam (RSS) Ver : 01.02.04 Missing answer will be provided shortly. QUESTION 1 What does the Catalyst 6500 Network Analysis Module (NAM) do? (Choose two) A. Gives

More information

Introduction to Networking

Introduction to Networking Introduction to Networking Chapters 1 and 2 Outline Computer Network Fundamentals Defining a Network Networks Defined by Geography Networks Defined by Topology Networks Defined by Resource Location OSI

More information

Networking Fundamentals

Networking Fundamentals Networking Fundamentals Cable types and connectors Fiber A fiber optic cable consists of a bundle of glass threads, each of which is capable of transmitting messages modulated onto light waves. Fiber optics

More information

ExamTorrent. Best exam torrent, excellent test torrent, valid exam dumps are here waiting for you

ExamTorrent.   Best exam torrent, excellent test torrent, valid exam dumps are here waiting for you ExamTorrent http://www.examtorrent.com Best exam torrent, excellent test torrent, valid exam dumps are here waiting for you Exam : 100-105 Title : Cisco Interconnecting Cisco Networking Devices Part 1

More information

TERM EXAMS CS610- COMPUTER NETWORKS

TERM EXAMS CS610- COMPUTER NETWORKS MUHAMMAD FAISAL MIT 4 th Semester Al-Barq Campus (VGJW01) Gujranwala faisalgrw123@gmail.com MEGA File Solved MCQ s For Final TERM EXAMS CS610- COMPUTER NETWORKS Question No: 1 ( Marks: 1 ) - Please choose

More information

3. What could you use if you wanted to reduce unnecessary broadcast, multicast, and flooded unicast packets?

3. What could you use if you wanted to reduce unnecessary broadcast, multicast, and flooded unicast packets? Nguyen The Nhat - Take Exam Exam questions Time remaining: 00: 00: 51 1. Which command will give the user TECH privileged-mode access after authentication with the server? username name privilege level

More information

Guide to Networking Essentials, 6 th Edition. Chapter 7: Network Hardware in Depth

Guide to Networking Essentials, 6 th Edition. Chapter 7: Network Hardware in Depth Guide to Networking Essentials, 6 th Edition Chapter 7: Network Hardware in Depth Objectives Describe the advanced features and operation of network switches Describe routing table properties and discuss

More information

DC-228. ADSL2+ Modem/Router. User Manual. -Annex A- Version: 1.0

DC-228. ADSL2+ Modem/Router. User Manual. -Annex A- Version: 1.0 DC-228 ADSL2+ Modem/Router -Annex A- User Manual Version: 1.0 TABLE OF CONTENTS 1 PACKAGE CONTENTS...3 2 PRODUCT LAYOUT...4 3 NETWORK + SYSTEM REQUIREMENTS...6 4 DC-228 PLACEMENT...6 5 SETUP LAN, WAN...7

More information

Area Covered is small Area covered is large. Data transfer rate is high Data transfer rate is low

Area Covered is small Area covered is large. Data transfer rate is high Data transfer rate is low Chapter 15 Networking Concepts 1. Define networking. It is the interconnection of independent computing devices for sharing of information over shared medium. 2. What is the need for networking? / What

More information

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS CISCO 100-101 EXAM QUESTIONS & ANSWERS Number: 100-101 Passing Score: 800 Time Limit: 120 min File Version: 35.5 http://www.gratisexam.com/ CISCO 100-101 EXAM QUESTIONS & ANSWERS Exam Name: CCNA Interconnecting

More information

CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0)

CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0) CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0) 1. Data is being sent from a source PC to a destination server. Which three statements correctly describe the function

More information

Chapter Topics Part 1. Network Definitions. Behind the Scenes: Networking and Security

Chapter Topics Part 1. Network Definitions. Behind the Scenes: Networking and Security Chapter Topics Part 1 Behind the Scenes: Networking and Security CS10001 Computer Literacy Business Networks Network Advantages Client/Server Networks Network Classifications Servers Toplogies Chapter

More information

1. IPv6 is the latest version of the TCP/IP protocol. What are some of the important IPv6 requirements?

1. IPv6 is the latest version of the TCP/IP protocol. What are some of the important IPv6 requirements? 95 Chapter 7 TCP/IP Protocol Suite and IP Addressing This chapter presents an overview of the TCP/IP Protocol Suite. It starts with the history and future of TCP/IP, compares the TCP/IP protocol model

More information

"Charting the Course... Interconnecting Cisco Networking Devices Accelerated 3.0 (CCNAX) Course Summary

Charting the Course... Interconnecting Cisco Networking Devices Accelerated 3.0 (CCNAX) Course Summary Description Course Summary The Cisco CCNA curriculum includes a third course, Interconnecting Cisco Networking Devices: Accelerated (CCNAX), consisting of Interconnecting Cisco Networking Devices, Part

More information

Security SSID Selection: Broadcast SSID:

Security SSID Selection: Broadcast SSID: 69 Security SSID Selection: Broadcast SSID: WMM: Encryption: Select the SSID that the security settings will apply to. If Disabled, then the device will not be broadcasting the SSID. Therefore it will

More information

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet Chapter 2 - Part 1 The TCP/IP Protocol: The Language of the Internet Protocols A protocol is a language or set of rules that two or more computers use to communicate 2 Protocol Analogy: Phone Call Parties

More information

VU Mobile Powered by S NO Group All Rights Reserved S NO Group 2012

VU Mobile Powered by S NO Group All Rights Reserved S NO Group 2012 1 CS610 COMPUTER NETWORKS Final Term Solved MCQs Mega File (Latest All in One) The protocol address of the next hop must be to an equivalent hardware address before a packet can be sent. Encrypted Decrypted

More information

Sample question paper. Duration: 75 minutes. Candidate s name: Candidate s enrolment number: Centre name: Centre number: Date:

Sample question paper. Duration: 75 minutes. Candidate s name: Candidate s enrolment number: Centre name: Centre number: Date: 9628-06 Level 3 Certificate in Networking and Architecture (for the Level 3 Infrastructure Technician Apprenticeship) 9628-306 Networking and Architecture Sample question paper Duration: 75 minutes Candidate

More information

A+ Certification Guide. Chapter 16 (Part B) Networking

A+ Certification Guide. Chapter 16 (Part B) Networking A+ Certification Guide Chapter 16 (Part B) Networking Chapter 16 (Part B) Objectives Installing and Configuring Network Interface Cards Networking Configuration for Small Network Switches and Routers Setting

More information

Solved MCQ of Computer networking. Set-1

Solved MCQ of Computer networking. Set-1 Solved MCQ of Computer networking Set-1 1. The computer network is A) Network computer with cable B) Network computer without cable C) Both of the above D) None of the above 2. FDDI used which type of

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 200-125 Title : CCNA Cisco Certified Network Associate CCNA (v3.0) Vendor : Cisco Version : DEMO Get

More information