1.
1. What is the basic purpose of a local area network (LAN)?
Correct Answer
B. To connect one or more computers together so they can share resources
Explanation
LANs generally have a geographic scope of a single building or smaller. They can be simple (two hosts) to complex (with thousands of hosts). See Chapter 1 for more information.
2.
Which of the following describes a VLAN?
Correct Answer
C. It virtually separates subnets using switches.
Explanation
Virtual LANs (VLANs) separate subnets (Layer 3 networks) using switches instead of routers. See Chapter 1 for more information.
3.
IP
Correct Answer
C. Network
Explanation
. IP is a Network-layer protocol. Internet Explorer is an example of an Application layer protocol; Ethernet is an example of a Data Link—layer protocol; and T1 can be considered a Physical-layer protocol. See Chapter 2 for more information.
4.
Layer 2 of the OSI
model is named
Correct Answer
D. D. Data Link layer
Explanation
. Layer 2 of the OSI model is the Data Link layer, which provides the physical transmis¬sion of the data and handles error notification, network topology, and flow control. See Chapter 2 for more information.
5.
Which RG rating of coax is
used for cable modems?
Correct Answer
C. RG-6
Explanation
RG-6 is the correct answer for the rating of coax used for cable modems. RG-6 is a type of coaxial cable that is commonly used for high-speed internet connections such as cable modems. It has a larger conductor and better shielding compared to RG-59 and RG-58, making it more suitable for transmitting high-frequency signals with less signal loss and interference. RG-8, on the other hand, is a thicker and more heavy-duty coaxial cable that is typically used for long-distance applications such as connecting antennas.
6.
Which UTP wiring uses four
twisted wire pairs (eight wires) and is rated for 250MHz?
Correct Answer
D. Category 6 UTP
Explanation
To get the high data-transfer speed, like 1Gbps, you need to use a wire standard that is highly rated, such as Category 5e or Category 6. See Chapter 3 for more information.
7.
If you are running half-duplex Internet, which of the following is true. (Choose all that apply)?
Correct Answer
D. All of the above
Explanation
A, B, and C are true. With half-duplex, you are using one wire pair with a digital signal either transmitting or receiving (but not both at once). Carrier Sense Multiple Access with Collision Detection (CSMA/CD) helps packets that are transmitted simultaneously from different hosts share bandwidth evenly. See Chapter 4 for more information
8.
You need to connect a hub
to a switch. You don't like this idea because you know that it will create congestion. What
type of cable do you need to use to connect the hub to the switch?
Correct Answer
B. Crossover
Explanation
To connect two switches together or a hub to a switch, you need a crossover cable. See Chapter 4 for more information
9.
Your boss asks you why you
just put in a requisition to buy a bunch of switches. He said he just bought
you a bunch of hubs five years ago! Why did you buy the switches?
Correct Answer
A. Because each switch port is its own collision domain.
Explanation
A. For the most part, switches are not cheap; however, one of the biggest benefits of using switches instead of hubs in your internetwork is that each switch port is actually its own collision domain. A hub creates one large collision domain. Switches still can't break up broadcast domains (do you remember which devices do?). Hubs do not recognize frames and data structures but switches do. See Chapter 5 for more information.
10.
Which device would connect
network segments together, creating separate collision
Correct Answer
C. Switch
Explanation
C. A switch creates separate collision domains for each port but does not break up broad¬cast domains by default. See Chapter 5 for more information.
11.
Most Application-layer
protocols only use UDP or TCP at the Transport layer. Which of the following could use both?
Correct Answer
D. DNS
Explanation
DNS uses TCP for zone exchanges between servers and UDP when a client is trying to resolve a hostname to an IP address. See Chapter 6 for more information.
12.
HTTP, FTP, and Telnet work at which layer of the OSI model?
Correct Answer
A. Application
Explanation
. HTTP, FTP and Telnet use TCP at the Transport layer; however, they are all Application- layer protocols, so the Application layer is the best answer for this question. See Chapter 6 for more information
13.
IPv6 uses multiple types
of addresses. Which of the following would describe an anycast address used by an IPv6
host?
Correct Answer
C. This address identifies multiple interfaces, and the anycast packet is only delivered to one address. This address can also be called one-to-one-of-many.
Explanation
Anycast is a new type of communication that replaces broadcasts in IPv4. Anycast addresses identify multiple interfaces, which is the same as multicast; however, the big difference is that the anycast packet is delivered to only one address: the first one it finds defined in the terms of routing distance. This address can also be called one-to-one-of¬many. See Chapter 7 for more information.
14.
Which of the following IP
addresses are not allowed on the Internet? (Choose all that apply.)
Correct Answer(s)
B. 10.1.1.1
D. 192.168.0.1
Explanation
. The addresses in the range 10.0.0.0 through 10.255.255.255, and 172.16.0.0 through 172.31.255.255, as well as 192.168.0.0 through 192.168.255.255 are all considered private, based on RFC 1918. Use of these addresses on the Internet is prohibited so that they can be used simultaneously in different administrative domains without concern for conflict. See Chapter 7 for more detail on IP addressing and information on private IP addresses.
15.
What is the subnetwork
address for a host with the IP address 200.10.5.168/28?
Correct Answer
C. 200.10.5.160
Explanation
This is a pretty simple question. A /28 is 255.255.255.240, which means that our block size is 16 in the fourth octet. 0, 16, 32, 48, 64, 80, 96, 112, 128, 144, 160, 176, and so on. The host is in the 1604 subnet. See Chapter 8 for more information.
16.
Correct Answer
B. Ping 127.0.0.1
Explanation
To test the local stack on your host, ping the loopback interface of 127.0.0.1. See Chapter 8 for more information.
17.
The OSI model uses an encapsulation method to describe the data as it is
encapsulated at each layer of the OSI. What is the encapsulation named at the Data Link
layer?
Correct Answer
C. Frames
Explanation
The Data Link layer is responsible for encapsulating IP packets into frames and for providing logical network addresses. See Chapter 9 for more information
18.
Where does a Data Link
layer frame have to carry a Network layer packet if the packet is
Correct Answer
A. Router
Explanation
Packets specifically have to be carried to a router in order to be routed through a network. See Chapter 9 for more information.
19.
Which of the following are
not Distance Vector routing protocols? (Choose all that apply.)
Correct Answer(s)
A. OSPF
D. IS-IS
Explanation
A, D. RIP and RIPv2 are Distance Vector routing protocols. OSPF and IS-IS are Link State. See Chapter 10 for more information.
20.
Which of the following uses
both Distance Vector and Link State properties?
Correct Answer
D. EIGRP
Explanation
EIGRP is called a hybrid routing protocol because it uses the characteristics of both Distance Vector and Link State routing protocols. However, EIGRP can only be run on Cisco routers and is not vendor-neutral. See Chapter 10 for more information.
21.
You need to break up broadcast
domains in a Layer 2 switched network. What strategy will you use?
Correct Answer
C. Create a VLAN
Explanation
Virtual LANs break up broadcast domains in Layer 2 switched internetworks. See Chapter 11 for more information
22.
Why do most switches run
the Spanning Tree Protocol by default?
Correct Answer
C. It prevents switching loops.
Explanation
The Spanning Tree Protocol (STP) was designed to stop Layer 2 loops. All enterprise model switches have STP by default. See Chapter 11 for more information.
23.
Which of the following
describes MIMO correctly?
Correct Answer
B. A data-transmission technique in which several frames are sent by several antennae over several paths and are then recombined by another set of antennae
Explanation
Part of the 802.11n wireless standard, MIMO sends multiple frames by several antennae over several paths; they are then recombined by another set of antennae to optimize through¬put and multipath resistance. This is called spatial multiplexing. See Chapter 12 for more information.
24.
Which two practices help
secure your wireless access points from unauthorized access?
Correct Answer(s)
B. Changing the default SSID value
C. Configuring a new administrator password
Explanation
B, C. At a minimum, you need to change the default SSID value on each AP and configure new usernames and passwords on the AP. See Chapter 12 for more information.
25.
IPSec is defined at what layer of the OSI model?
Correct Answer
A. Network
Explanation
IPSec works at the Network layer of the OSI model (Layer 3) and secures all applica-tions that operate above it (Layer 4 and above). Additionally, because it was designed by the IETF and designed to work with IPv4 and IPv6, it has broad industry support and is quickly becoming the standard for VPNs on the Internet. See Chapter 13 for more information.
26.
You want your users to log
in and authenticate before they can get onto your network.
Correct Answer
A. RADIUS
Explanation
RADIUS combines user authentication and authorization into one profile. See Chapter 13 for more information.
27.
Someone
calls you and asks for your bank-account number because the bank is having problem with your account. You give them this
information and later find out that you were scammed. What type of attack is this?
Correct Answer
A. pHishing
Explanation
Social engineering or phishing refers to the act of attempting to illegally obtain sensitive information by pretending to be a credible source. Phishing usually takes one of two forms: an email or a phone call. See Chapter 14 for more information.
28.
Which three of the following are types of denial of service attacks?
Correct Answer(s)
A. Ping of Death
B. Stacheldraht
C. SYN flood
Explanation
A denial of service (DoS) attack prevents users from accessing the system. All of the above are all possible denial of service attacks except Virus FloodSyn. See Chapter 14 for more information.
29.
You want to stop a hacker in their tracks. Which of the following
devices are proactive in
providing this service?
Correct Answer
D. Intrusion Prevention System (IPS)
Explanation
Changing network configurations, terminating sessions, and deceiving the attacker are all actions that can be taken by an Intrusion Prevention System (IPS) device. These are all proactive approaches to security. See Chapter 15 for more information.
30.
You connected your company to the Internet, and security is a concern.
What should
you install?
Correct Answer
B. Firewall
Explanation
Firewalls help provide perimeter network security by allowing or denying connections and types of traffic in or out of the network. See Chapter 15 for more information.
31.
Which of the following are
WAN protocols or technologies? (Choose all that apply.)
Correct Answer(s)
A. ATM
B. ISDN
C. MPLS
Explanation
Routing Information Protocol (RIP) is not a WAN protocol, but a routing proto¬col used in local area connections. See Chapter 16 for more information.
32.
The rate at which the
frame-relay switch agrees to transfer data is referred to as _____.
Correct Answer
C. CIR
Explanation
The Committed Information Rate (CIR) is the rate, in bits per second, at which the frame-relay switch agrees to transfer data. See Chapter 16 for more information.
33.
Which two arp utility switches perform the same function?
Correct Answer(s)
A. -g
D. -a
Explanation
The arp utility's —a and —g switches perform the same function. They both show the current ARP cache. See Chapter 17 for more information.
34.
You need to purge and
reload the remote NetBIOS name table cache. Which nbtstat utility switch will you use?
Correct Answer
B. -R
Explanation
To purge and reload the remote NetBIOS name cache, you must use nbtstat —R. Remember that the R must be uppercase, and it will not work correctly without the hyphen before it. See Chapter 17 for more information.
35.
Which tool is used to
attach ends to network cables?
Correct Answer
B. Crimper
Explanation
A wire crimper or crimper is used to attach ends onto different types of network cables. See Chapter 18 for more information.
36.
You are using a TDR. Which
three of the following actions can you do with this device?
Correct Answer(s)
A. Estimate cable lengths
B. Find splice and connector locations and their associated loss amounts
D. Define cable-impedance characteristics
Explanation
A, B, D. Due to sensitivity to any variation and impedance to cabling, answers A, B and D are all reasons you'd use a TDR. See Chapter 18 for more information.
37.
Which of
the following are considered cabling issues? (Choose all that apply.)
Correct Answer(s)
A. Crosstalk
B. Shorts
C. Open impedance mismatch
Explanation
A, B, C. Because most of today's networks still consist of large amounts of copper cable, they can continue to suffer from the physical issues (the options are not a complete list) that have plagued all networks since the very beginning of networking. See Chapter 19 for more information.
38.
A workstation gives an error message to a user.
The message states that a duplicate IP address has been detected on the network. After developing a
hypothesis, what should the next
step be according to the standard troubleshooting model?
Correct Answer
C. Implement an action plan.
Explanation
C. Creating an action plan and a solution, and identifying the potential effects, would be the next step according to the standard troubleshooting model. See Chapter 19 for more information.
39.
Which network-performance-optimization technique can delay packets that
meet certain
criteria to guarantee usable bandwidth for other applications?
Correct Answer
A. Traffic shaping
Explanation
A. Traffic shaping, also known as packet shaping, is another form of bandwidth optimization. See Chapter 20 for more information
40.
You need to optimize network traffic by
spreading it across multiple connections. Which
strategy should be used?
Correct Answer
A. Load balancing
Explanation
A. Load balancing refers to a technique used to spread work out to multiple computers, net¬work links, or other devices. You can load-balance work on servers by clustering servers so that multiple machines all provide the same service. See Chapter 20 for more information.