SlideShare a Scribd company logo
1 of 58
1
Final Exam Review
(Answer)
2
1. What header address information does a
router change in the information it receives
from an attached Ethernet interface before
information is transmitted out another
interface?
A. only the Layer 2 source address
B. only the Layer 2 destination address
C. only the Layer 3 source address
D. only the Layer 3 destination address
E. the Layer 2 source and destination address
F. the Layer 3 source and destination address
Answer E
3
2. What is the primary purpose of the routing
process?
A. to propagate broadcast messages
B. to map IP addresses to MAC addresses
C. to switch traffic to all available interfaces
D. to find paths from one network or subnet to
another
Answer D
4
3. How does a router decide where the
contents of a received frame should be
forwarded?
A. by matching destination IP addresses with
networks in the routing table
B. by matching the destination IP address with
IP addresses listed in the ARP table
C. by matching the destination MAC address
with MAC addresses listed in the CAM table
D. by forwarding the frame to all interfaces
except the interface on which the frame was
received
Answer A
5
4. Exhibit
6
4. Refer to the exhibit. A student in the Cisco
network class has designed a small office
network to enable hosts to access the Internet.
What recommendation should the teacher
provide to the student in regards to the
network design?
A. Replace the Layer 2 switch with a hub.
B. Replace the Layer 2 switch with a router.
C. Replace the Layer 2 switch with a bridge.
D. Replace the Layer 2 switch with a transceiver.
Answer B
7
5. Which device would add security to a
network by not forwarding broadcasts?
A. hub
B. router
C. switch
D. bridge
E. repeater
Answer B
8
6. What do switches and routers use to
make forwarding decisions?
A. Switches and routers both use IP
addresses.
B. Switches and routers use both MAC and IP
addresses.
C. Switches use IP addresses. Routers use
MAC addresses.
D. Switches use MAC addresses. Routers use
IP addresses.
E. Switches use MAC and IP addresses.
Routers use IP addresses.
Answer D
9
7. At which layer of the OSI model does the
device reside that is functioning as the
default gateway for hosts on a network?
A. Layer 1
B. Layer 2
C. Layer 3
D. Layer 4
E. Layer 5
F. Layer 7
Answer C
10
8. How does subnetting provide some level
of security in a network?
A. The number of switches must increase.
B. The collisions prevent the copying of data.
C. The broadcasts are contained within a
subnet.
D. The number of host IP addresses is
increased.
Answer C
11
9. What is the purpose of a subnet mask in
a network?
A. A subnet mask is not necessary when a
default gateway is specified.
B. A subnet mask is required only when bits
are borrowed on a network.
C. A subnet mask is used to determine in which
subnet an IP address belongs.
D. A subnet mask is used to separate the 48-bit
address into the OUI and the vendor serial
number.
Answer C
12
10. Exhibit
13
10. Refer to the exhibit. A newly hired technician is testing
the connectivity of all hosts by issuing a ping
command. The technician notices that a default
gateway is not configured on all the hosts, but all hosts
have connectivity between hosts, a fact which seems
to confuse the technician. How would you explain the
connectivity to the technician?
A. The hosts are detecting the default gateway configured on the
hub.
B. The hosts are all in one network, so default gateway
information is not needed.
C. The hosts in the network only require that one host has a
gateway configured.
D. The hosts in the network would only need a gateway if a
switch replaces the hub.
E. The hosts are using broadcast to reach each other since no
gateway is configured.
Answer B
14
11. A company is using a Class B IP
addressing scheme and expects to need
as many as 100 subnets. What is the
correct subnet mask to use with the
network configuration?
A. 255.255.0.0
B. 255.255.240.0
C. 255.255.254.0
D. 255.255.255.0
E. 255.255.255.128
F. 255.255.255.192
Answer C
15
12.A company is planning to subnet its
network for a maximum of 27 hosts.
Which subnet mask would provide the
needed hosts and leave the fewest
unused addresses in each subnet?
A. 255.255.255.0
B. 255.255.255.192
C. 255.255.255.224
D. 255.255.255.240
E. 255.255.255.248
Answer C
16
13.An IP network address has been
subnetted so that every subnetwork has
14 usable host IP addresses. What is the
appropriate subnet mask for the newly
created subnetworks?
A. 255.255.255.128
B. 255.255.255.224
C. 255.255.255.240
D. 255.255.255.248
E. 255.255.255.252
Answer: C
17
14.Company XYZ uses a network address
of 192.168.4.0. It uses the mask of
255.255.255.224 to create subnets.
What is the maximum number of usable
hosts in each subnet?
A. 6
B. 14
C. 30
D. 62
Answer: C
18
15.Given a host with the IP address
172.32.65.13 and a default subnet mask,
to which network does the host belong?
A. 172.32.65.0
B. 172.32.65.32
C. 172.32.0.0
D. 172.32.32.0
Answer: C
19
16.What three pieces of information does
the transport layer use to manage the
communication of separate data streams
between hosts? (Choose three.)
A. port numbers
B. checksum values
C. authentication keys
D. sequence numbers
E. encryption algorithms
F. acknowledgment numbers
Answer: A D F
20
17.TCP is referred to as connection-
oriented. What does this mean?
A. TCP uses only LAN connections.
B. TCP requires devices to be directly
connected.
C. TCP negotiates a session for data transfer
between hosts.
D. TCP reassembles the data steams in the
order that it is received.
Answer C
21
18.FTP provides a reliable, connection-
oriented service for transferring of files.
Which transport layer protocol is used for
data transfer when this service is being
used?
A. TFTP
B. TCP
C. DNS
D. IP
E. UDP
Answer B
22
19.An application is using a protocol that
exchanges data without using windowing
or flow control and must rely on higher
layer protocols to transmit data. Which
protocol and transfer method are being
used?
A. UDP, connection-oriented
B. UDP, connectionless
C. TCP, connection-oriented
D. TCP, connectionless
Answer B
23
20. Which Application layer protocol is
widely used to support resolving host
names to IP addresses?
A. FTP
B. SMTP
C. SNMP
D. DNS
E. HTTP
F. WWW
Answer: D
24
21.What is the purpose of TCP/UDP port
numbers?
A. indicate the beginning of a three-way
handshake
B. reassemble the segments into the correct
order
C. identify the number of data packets that may
be sent without acknowledgment
D. track different conversations crossing the
network at the same time
Answer: D
25
22.What are the features of the User
Datagram Protocol (UDP). (Choose
three.)
A. no guaranteed delivery of datagrams
B. connection-oriented
C. provides reliable full-duplex data
transmission
D. reliability provided by the application layer
E. connectionless
F. utilizes sliding windowing techniques
Answer: A,D,E
26
23.Which layer of the OSI model can
provide a connection-oriented, reliable
data transfer between two hosts?
A. Application
B. Presentation
C. Session
D. Transport
Answer: D
27
24. When the receiving workstation detects an
error in the data it has received, it does not
acknowledge receipt of the data. The source
workstation retransmits the unacknowledged
data. Which layer of the OSI model supports
this process of retransmission?
A. network
B. application
C. session
D. transport
Answer: D
28
25.Why is IP considered a best-effort
protocol?
A. IP detects lost packets.
B. IP validates the content of the packets.
C. IP does not provide acknowledgment of the
data delivery.
D. IP reorders the packet as they arrive at the
destination host.
Answer: C
29
26.Which IPv4 class of addresses provides
the most networks?
A. Class A
B. Class B
C. Class C
D. Class D
E. Class E
Answer C
30
27.Which IPv4 class provides the highest
number of host addresses per network?
A. Class A
B. Class B
C. Class C
D. Class D
E. Class E
Answer A
31
28.Which two statements correctly describe
the IP address 127.0.0.1? (Choose two.)
A. It belongs to the Class A range of
addresses.
B. It belongs to the Class B range of
addresses.
C. It belongs to the Class C range of
addresses.
D. It is reserved for loopback testing.
E. It is reserved for multicast group testing.
F. It is reserved for unicast testing.
32
29. Which statement accurately describes public
IP addresses?
A. Public addresses cannot be used within a private
network.
B. Public IP addresses must be unique across the
entire Internet.
C. Public addresses can be duplicated only within a
local network.
D. Public IP addresses are only required to be unique
within the local network.
E. Network administrators are free to select any public
addresses to use for network devices that access
the Internet.
Answer B
33
30.
Refer to the exhibit. Which devices are
recommended to have the IP addresses
manually configured?
A. PC1 and PC2
B. all servers
C. only PC2 Laptop
D. all hosts and all servers
Answer B
34
31. Exhibit
35
31.Refer to the exhibit. What is the purpose
of the Obtain an IP address
automatically option shown in the
exhibit?
A. to configure the computer to use ARP
B. to configure the computer to use DHCP
C. to configure the computer to use a routing
protocol
D. to configure the computer with a statically
assigned IP address
Answer: B
36
32. exhibit
37
32. Refer to the exhibit. Which two statements are
correct in reference to the output shown?
(Choose two.)
A. The LAN segment is subnetted to allow 254
subnets.
B. The DNS server for this host is on the same
network as the host.
C. The host automatically obtained the IP addresses
192.168.1.100.
D. The host received the IP address from the router on
the local LAN segment.
E. The host is assigned an address of 00-50-8D-F1-
EA-8D by the administrator.
Answer: C, D
38
33.What is the purpose of a DHCP server
on a network?
A. to resolve MAC addresses to IP addresses
B. to resolve IP addresses to MAC addresses
C. to resolve host names to IP addresses
D. to assign IP addresses dynamically to hosts
E. to assign a MAC address to a host
Answer: D
39
34.When a host has an empty ARP cache,
what is the next step the host will take to
find the destination MAC address?
A. sends an ARP request as a unicast to the
server
B. sends an ARP request as a unicast to the
destination
C. sends an ARP request as a broadcast to all
hosts in the local network
D. sends an ARP request as a unicast to the
default gateway
Answer: C
40
35.How many usable hosts are available
given a Class C IP address with the
default subnet mask?
A. 254
B. 255
C. 256
D. 510
E. 511
F. 512
Answer: A
41
36.Which subnet mask would be assigned
to the network address of 192.168.32.0
to provide 254 useable host addresses
per subnetwork?
A. 255.255.0.0
B. 255.255.255.0
C. 255.255.254.0
D. 255.255.248.0
Answer: B
42
37.What is the network broadcast address
for a Class C address of 192.168.32.0
with the default subnet mask?
A. 192.168.0.0
B. 192.168.0.255
C. 192.168.32.0
D. 192.168.32.254
E. 192.168.32.255
Answer: E
43
38. Exhibit
44
38.Refer to the exhibit. What must be
configured on Host B to allow it to
communicate with the file server?
(Choose three.)
A. the MAC address of the file server
B. the MAC address of the PADI router
interface connected to Switch A
C. the IP address of Switch A
D. a unique host IP address
E. the subnet mask for the LAN
F. the default gateway address
Answer: D,E,F
45
39. Exhibit
46
39. Refer to the exhibit. Host A pings Host B. What
can be concluded about the source and
destination addresses contained in the
communication sent by Router R5 when it
forwards the ping out the Ethernet interface to
Host B? (Choose two.)
A. source IP address: 192.168.10.129
B. source MAC address: BBBB.3333.5677
C. source MAC address: 5555.AAAA.6666
D. destination IP address: 192.168.10.33
E. destination IP address: 192.168.10.134
F. destination MAC address: 9999.DADC.1234
Answer C,E
47
40.What is the correct number of usable
subnetworks and hosts for the IP
network address 192.168.35.0 subnetted
with a /28 mask?
A. 6 networks / 64 hosts
B. 14 networks / 32 hosts
C. 14 networks / 14 hosts
D. 30 networks / 64 hosts
Answer: C
48
41. Exhibit
49
41. Refer to the exhibit. The network administrator
wants to create a subnet for the point-to-point
connection between the two routers. Which
subnetwork mask would provide enough
addresses for the point-to-point link with the
least number of wasted addresses?
A. 255.255.255.192
B. 255.255.255.224
C. 255.255.255.240
D. 255.255.255.248
E. 255.255.255.252
Answer: E
50
42.Exhibit
51
42. Refer to the exhibit. A network technician is
trying to determine the correct IP address
configuration for Host A. What is a valid
configuration for Host A?
A. IP address: 192.168.100.19; Subnet Mask:
255.255.255.248; Default Gateway: 192.16.1.2
B. IP address: 192.168.100.20; Subnet Mask:
255.255.255.240; Default Gateway: 192.168.100.17
C. IP address: 192.168.100.21; Subnet Mask:
255.255.255.248; Default Gateway: 192.168.100.18
D. IP address: 192.168.100.22; Subnet Mask:
255.255.255.240; Default Gateway: 10.1.1.5
E. IP address: 192.168.100.30; Subnet Mask:
255.255.255.240; Default Gateway: 192.168.1.1
F. IP address: 192.168.100.31; Subnet Mask:
255.255.255.240; Default Gateway: 192.168.100.18
Answer: B
52
43.A router interface has been assigned an
IP address of 172.16.192.166 with a
mask of 255.255.255.248. To which
subnet does the IP address belong?
A. 172.16.0.0
B. 172.16.192.0
C. 172.16.192.128
D. 172.16.192.160
E. 172.16.192.168
F. 172.16.192.176
Answer: D
53
44.Which characteristics are common to
both UDP and TCP? (Choose two.)
A. provides windowing
B. provides reliability
C. uses port numbers
D. acknowledges receipt of data
E. classified as a connectionless protocol
F. classified as a transport layer protocol
Answer: C, F
54
45.Which subnet masks could be used
when subnetting a Class B IP address?
(Choose two.)
A. 255.255.255.240
B. 255.255.192.0
C. 255.255.0.0
D. 255.192.0.0
E. 240.0.0.0
F. 255.0.0.0
Answer: A, B
55
46. Exhibit
56
46.Refer to the exhibit. Workstation 1 pings
the Fa0/1 interface of Router 1. Which
MAC address will workstation 1 obtain
during the ARP request for this
communication?
A. 00-06-5B-88-DF-C3
B. 00-B0-D0-7F-F7-46
C. 00-0F-24-85-75-C0
D. 00-0B-E5-64-BD-44
E. 00-08-A3-B6-CE-02
F. 00-08-A3-B6-CE-03
Answer: E
57
47. Exhibit
58
47. A technician is testing connectivity between
the devices using the ping command. Pings
between Host B and Host A were successful.
The technician could not ping the R3 address
172.16.3.2 from Host A. The technician issued
ipconfig from Host A and saw the information
displayed in the exhibit. What is the most likely
problem?
A. The IP address of Host A is incorrect.
B. The subnet mask of Host A is incorrect.
C. The default gateway of Host A is incorrect.
D. Host A is properly configured. Some other problem
exists in the internetwork.
Answer: C

More Related Content

What's hot

IP Addressing and subnetting
IP Addressing and subnettingIP Addressing and subnetting
IP Addressing and subnettingAli Nezhad
 
Overview of Spanning Tree Protocol (STP & RSTP)
Overview of Spanning Tree Protocol (STP & RSTP)Overview of Spanning Tree Protocol (STP & RSTP)
Overview of Spanning Tree Protocol (STP & RSTP)Peter R. Egli
 
1000 Ccna Questions And Answers
1000 Ccna Questions And Answers1000 Ccna Questions And Answers
1000 Ccna Questions And AnswersCCNAResources
 
CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1Nil Menon
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of NetworkingMukesh Tekwani
 
Subentting, Supernetting and VLSM presentation
Subentting, Supernetting and VLSM presentationSubentting, Supernetting and VLSM presentation
Subentting, Supernetting and VLSM presentationZakaria Hossain
 
CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02Irsandi Hasan
 
IP Addressing & subnetting strategy
IP Addressing & subnetting strategyIP Addressing & subnetting strategy
IP Addressing & subnetting strategyMustafa Salam
 
computer communication networks MCQs
 computer communication networks MCQs   computer communication networks MCQs
computer communication networks MCQs raghad mejeed
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1AIRTEL
 
Cisco packet tracer router
Cisco packet tracer  routerCisco packet tracer  router
Cisco packet tracer routerrishi ram khanal
 
شرح مبسط جدا لمنهج سيسكو CCNA
شرح مبسط جدا لمنهج سيسكو CCNAشرح مبسط جدا لمنهج سيسكو CCNA
شرح مبسط جدا لمنهج سيسكو CCNADawood Aqlan
 
Ccna 1 final exam answer v5
Ccna 1 final exam answer v5Ccna 1 final exam answer v5
Ccna 1 final exam answer v5friv4schoolgames
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting PresentationTouhidul Fahim
 
Packet tracer practical guide
Packet tracer practical guidePacket tracer practical guide
Packet tracer practical guideNishant Gandhi
 
Subnet Masks
Subnet MasksSubnet Masks
Subnet Masksswascher
 

What's hot (20)

IP Addressing and subnetting
IP Addressing and subnettingIP Addressing and subnetting
IP Addressing and subnetting
 
Overview of Spanning Tree Protocol (STP & RSTP)
Overview of Spanning Tree Protocol (STP & RSTP)Overview of Spanning Tree Protocol (STP & RSTP)
Overview of Spanning Tree Protocol (STP & RSTP)
 
1000 Ccna Questions And Answers
1000 Ccna Questions And Answers1000 Ccna Questions And Answers
1000 Ccna Questions And Answers
 
CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of Networking
 
Subentting, Supernetting and VLSM presentation
Subentting, Supernetting and VLSM presentationSubentting, Supernetting and VLSM presentation
Subentting, Supernetting and VLSM presentation
 
CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02
 
CCNA presentation.
CCNA presentation.CCNA presentation.
CCNA presentation.
 
IP Addressing & subnetting strategy
IP Addressing & subnetting strategyIP Addressing & subnetting strategy
IP Addressing & subnetting strategy
 
CCNA Lab Guide
CCNA Lab GuideCCNA Lab Guide
CCNA Lab Guide
 
computer communication networks MCQs
 computer communication networks MCQs   computer communication networks MCQs
computer communication networks MCQs
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
Cisco packet tracer router
Cisco packet tracer  routerCisco packet tracer  router
Cisco packet tracer router
 
شرح مبسط جدا لمنهج سيسكو CCNA
شرح مبسط جدا لمنهج سيسكو CCNAشرح مبسط جدا لمنهج سيسكو CCNA
شرح مبسط جدا لمنهج سيسكو CCNA
 
Ccna 1 final exam answer v5
Ccna 1 final exam answer v5Ccna 1 final exam answer v5
Ccna 1 final exam answer v5
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
 
Packet tracer practical guide
Packet tracer practical guidePacket tracer practical guide
Packet tracer practical guide
 
Subnet Masks
Subnet MasksSubnet Masks
Subnet Masks
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 

Viewers also liked

Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1Anuja Lad
 
Basic c operators
Basic c operatorsBasic c operators
Basic c operatorsAnuja Lad
 
Slides 2-basic sql
Slides 2-basic sqlSlides 2-basic sql
Slides 2-basic sqlAnuja Lad
 
Top 100 SQL Interview Questions and Answers
Top 100 SQL Interview Questions and AnswersTop 100 SQL Interview Questions and Answers
Top 100 SQL Interview Questions and Answersiimjobs and hirist
 
Sql queries with answers
Sql queries with answersSql queries with answers
Sql queries with answersvijaybusu
 

Viewers also liked (7)

Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1
 
Basic c operators
Basic c operatorsBasic c operators
Basic c operators
 
Slides 2-basic sql
Slides 2-basic sqlSlides 2-basic sql
Slides 2-basic sql
 
Top 100 SQL Interview Questions and Answers
Top 100 SQL Interview Questions and AnswersTop 100 SQL Interview Questions and Answers
Top 100 SQL Interview Questions and Answers
 
Best sql plsql material
Best sql plsql materialBest sql plsql material
Best sql plsql material
 
Sql queries with answers
Sql queries with answersSql queries with answers
Sql queries with answers
 
Sql ppt
Sql pptSql ppt
Sql ppt
 

Similar to Final exam review answer(networking)

CCNA_questions_2021.pdf
CCNA_questions_2021.pdfCCNA_questions_2021.pdf
CCNA_questions_2021.pdfVUPHUONGTHAO9
 
200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020tadeseguchi
 
200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020tadeseguchi
 
Ccn aquestions sep_2017
Ccn aquestions sep_2017Ccn aquestions sep_2017
Ccn aquestions sep_2017Trang Nguyen
 
Uccn1003 -may2010_-_mid_term_01_-_part1of2
Uccn1003  -may2010_-_mid_term_01_-_part1of2Uccn1003  -may2010_-_mid_term_01_-_part1of2
Uccn1003 -may2010_-_mid_term_01_-_part1of2Shu Shin
 
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)keiko277
 
CISCO Exact Questions By: Konard
CISCO Exact Questions By: KonardCISCO Exact Questions By: Konard
CISCO Exact Questions By: KonardEng. Emad Al-Atoum
 
Cisco.exactquestions.200 120.v2014-12-23.by.konrad.338q
Cisco.exactquestions.200 120.v2014-12-23.by.konrad.338qCisco.exactquestions.200 120.v2014-12-23.by.konrad.338q
Cisco.exactquestions.200 120.v2014-12-23.by.konrad.338qkeiko277
 
200 310-q&a-demo-troytec
200 310-q&a-demo-troytec200 310-q&a-demo-troytec
200 310-q&a-demo-troytecIsabella789
 
Computer Networking Multiple Choice Questions
Computer Networking Multiple Choice QuestionsComputer Networking Multiple Choice Questions
Computer Networking Multiple Choice QuestionsAbhishek Jaguessar
 
FINAL PAPER FN311 INTERNET SERVICES
FINAL PAPER FN311 INTERNET SERVICES FINAL PAPER FN311 INTERNET SERVICES
FINAL PAPER FN311 INTERNET SERVICES Amira Dolce Farhana
 
CCNAX 200 120 dumps
CCNAX 200 120 dumpsCCNAX 200 120 dumps
CCNAX 200 120 dumpsabdulquyyum
 
300 135-q&a-demo-exam area
300 135-q&a-demo-exam area300 135-q&a-demo-exam area
300 135-q&a-demo-exam areaSamanthaGreen16
 

Similar to Final exam review answer(networking) (20)

Ccna 200-120 Exam Dumps
Ccna 200-120 Exam DumpsCcna 200-120 Exam Dumps
Ccna 200-120 Exam Dumps
 
CCNA_questions_2021.pdf
CCNA_questions_2021.pdfCCNA_questions_2021.pdf
CCNA_questions_2021.pdf
 
200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020
 
200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020
 
Ccn aquestions sep_2017
Ccn aquestions sep_2017Ccn aquestions sep_2017
Ccn aquestions sep_2017
 
Networking
NetworkingNetworking
Networking
 
Uccn1003 -may2010_-_mid_term_01_-_part1of2
Uccn1003  -may2010_-_mid_term_01_-_part1of2Uccn1003  -may2010_-_mid_term_01_-_part1of2
Uccn1003 -may2010_-_mid_term_01_-_part1of2
 
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
 
CISCO Exact Questions By: Konard
CISCO Exact Questions By: KonardCISCO Exact Questions By: Konard
CISCO Exact Questions By: Konard
 
Cisco.exactquestions.200 120.v2014-12-23.by.konrad.338q
Cisco.exactquestions.200 120.v2014-12-23.by.konrad.338qCisco.exactquestions.200 120.v2014-12-23.by.konrad.338q
Cisco.exactquestions.200 120.v2014-12-23.by.konrad.338q
 
CCNA Exam Question
CCNA Exam QuestionCCNA Exam Question
CCNA Exam Question
 
200 310-q&a-demo-troytec
200 310-q&a-demo-troytec200 310-q&a-demo-troytec
200 310-q&a-demo-troytec
 
Ccn aquestions jul_7_2015
Ccn aquestions jul_7_2015Ccn aquestions jul_7_2015
Ccn aquestions jul_7_2015
 
2
22
2
 
Computer Networking Multiple Choice Questions
Computer Networking Multiple Choice QuestionsComputer Networking Multiple Choice Questions
Computer Networking Multiple Choice Questions
 
FINAL PAPER FN311 INTERNET SERVICES
FINAL PAPER FN311 INTERNET SERVICES FINAL PAPER FN311 INTERNET SERVICES
FINAL PAPER FN311 INTERNET SERVICES
 
CCNA DUMPS 200-120
CCNA DUMPS 200-120CCNA DUMPS 200-120
CCNA DUMPS 200-120
 
CCNAX 200 120 dumps
CCNAX 200 120 dumpsCCNAX 200 120 dumps
CCNAX 200 120 dumps
 
300 135-q&a-demo-exam area
300 135-q&a-demo-exam area300 135-q&a-demo-exam area
300 135-q&a-demo-exam area
 
Network (FE)
Network (FE)Network (FE)
Network (FE)
 

More from welcometofacebook

Quantitative exercise-toasty oven
Quantitative exercise-toasty ovenQuantitative exercise-toasty oven
Quantitative exercise-toasty ovenwelcometofacebook
 
EVC exercise-novel motor oil
EVC exercise-novel motor oilEVC exercise-novel motor oil
EVC exercise-novel motor oilwelcometofacebook
 
cltv calculation-calyx corolla
cltv calculation-calyx corolla cltv calculation-calyx corolla
cltv calculation-calyx corolla welcometofacebook
 
competing in a global market(4210)
competing in a global market(4210)competing in a global market(4210)
competing in a global market(4210)welcometofacebook
 
distribution strategies calyx and corolla(4210)
distribution strategies calyx and corolla(4210)distribution strategies calyx and corolla(4210)
distribution strategies calyx and corolla(4210)welcometofacebook
 
distribution strategies(4210)
distribution strategies(4210)distribution strategies(4210)
distribution strategies(4210)welcometofacebook
 
product and brand strategies(4210)
product and brand strategies(4210)product and brand strategies(4210)
product and brand strategies(4210)welcometofacebook
 
overview of marketing strategy(4210)
overview of marketing strategy(4210)overview of marketing strategy(4210)
overview of marketing strategy(4210)welcometofacebook
 
Class+3+ +quantitative+analysis+exercise+answer+key
Class+3+ +quantitative+analysis+exercise+answer+keyClass+3+ +quantitative+analysis+exercise+answer+key
Class+3+ +quantitative+analysis+exercise+answer+keywelcometofacebook
 

More from welcometofacebook (20)

Quantitative exercise-toasty oven
Quantitative exercise-toasty ovenQuantitative exercise-toasty oven
Quantitative exercise-toasty oven
 
EVC exercise-novel motor oil
EVC exercise-novel motor oilEVC exercise-novel motor oil
EVC exercise-novel motor oil
 
jones blair calculations
jones blair calculationsjones blair calculations
jones blair calculations
 
EVC exercise-odi case
EVC exercise-odi caseEVC exercise-odi case
EVC exercise-odi case
 
cltv calculation-calyx corolla
cltv calculation-calyx corolla cltv calculation-calyx corolla
cltv calculation-calyx corolla
 
consumer behavior(4210)
consumer behavior(4210)consumer behavior(4210)
consumer behavior(4210)
 
competing in a global market(4210)
competing in a global market(4210)competing in a global market(4210)
competing in a global market(4210)
 
promotion strategies(4210)
promotion strategies(4210)promotion strategies(4210)
promotion strategies(4210)
 
pricing strategies(4210)
pricing strategies(4210)pricing strategies(4210)
pricing strategies(4210)
 
Pharmasim
PharmasimPharmasim
Pharmasim
 
distribution strategies calyx and corolla(4210)
distribution strategies calyx and corolla(4210)distribution strategies calyx and corolla(4210)
distribution strategies calyx and corolla(4210)
 
distribution strategies(4210)
distribution strategies(4210)distribution strategies(4210)
distribution strategies(4210)
 
the birth of swatch(4210)
the birth of swatch(4210)the birth of swatch(4210)
the birth of swatch(4210)
 
product and brand strategies(4210)
product and brand strategies(4210)product and brand strategies(4210)
product and brand strategies(4210)
 
stp case jones blair(4210)
stp case jones blair(4210)stp case jones blair(4210)
stp case jones blair(4210)
 
stp(4210)
stp(4210)stp(4210)
stp(4210)
 
situational analysis(4210)
situational analysis(4210)situational analysis(4210)
situational analysis(4210)
 
quantitative analysis(4210)
quantitative analysis(4210)quantitative analysis(4210)
quantitative analysis(4210)
 
overview of marketing strategy(4210)
overview of marketing strategy(4210)overview of marketing strategy(4210)
overview of marketing strategy(4210)
 
Class+3+ +quantitative+analysis+exercise+answer+key
Class+3+ +quantitative+analysis+exercise+answer+keyClass+3+ +quantitative+analysis+exercise+answer+key
Class+3+ +quantitative+analysis+exercise+answer+key
 

Recently uploaded

vip Model Basti Call Girls 9999965857 Call or WhatsApp Now Book
vip Model Basti Call Girls 9999965857 Call or WhatsApp Now Bookvip Model Basti Call Girls 9999965857 Call or WhatsApp Now Book
vip Model Basti Call Girls 9999965857 Call or WhatsApp Now Bookmanojkuma9823
 
专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degreeyuu sss
 
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一ga6c6bdl
 
Presentation.pptxjnfoigneoifnvoeifnvklfnvf
Presentation.pptxjnfoigneoifnvoeifnvklfnvfPresentation.pptxjnfoigneoifnvoeifnvklfnvf
Presentation.pptxjnfoigneoifnvoeifnvklfnvfchapmanellie27
 
定制(USF学位证)旧金山大学毕业证成绩单原版一比一
定制(USF学位证)旧金山大学毕业证成绩单原版一比一定制(USF学位证)旧金山大学毕业证成绩单原版一比一
定制(USF学位证)旧金山大学毕业证成绩单原版一比一ss ss
 
Call Girls In Munirka>༒9599632723 Incall_OutCall Available
Call Girls In Munirka>༒9599632723 Incall_OutCall AvailableCall Girls In Munirka>༒9599632723 Incall_OutCall Available
Call Girls In Munirka>༒9599632723 Incall_OutCall AvailableCall Girls in Delhi
 
原版1:1复刻斯坦福大学毕业证Stanford毕业证留信学历认证
原版1:1复刻斯坦福大学毕业证Stanford毕业证留信学历认证原版1:1复刻斯坦福大学毕业证Stanford毕业证留信学历认证
原版1:1复刻斯坦福大学毕业证Stanford毕业证留信学历认证gwhohjj
 
办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一
办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一
办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一diploma 1
 
定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一
定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一
定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一ss ss
 
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一ga6c6bdl
 
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...nagunakhan
 
毕业文凭制作#回国入职#diploma#degree加拿大瑞尔森大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree加拿大瑞尔森大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree 毕业文凭制作#回国入职#diploma#degree加拿大瑞尔森大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree加拿大瑞尔森大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree z zzz
 
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCRReal Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCRdollysharma2066
 
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degreeyuu sss
 
定制(UI学位证)爱达荷大学毕业证成绩单原版一比一
定制(UI学位证)爱达荷大学毕业证成绩单原版一比一定制(UI学位证)爱达荷大学毕业证成绩单原版一比一
定制(UI学位证)爱达荷大学毕业证成绩单原版一比一ss ss
 
Alambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service LucknowAlambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service Lucknowmakika9823
 
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一C SSS
 

Recently uploaded (20)

vip Model Basti Call Girls 9999965857 Call or WhatsApp Now Book
vip Model Basti Call Girls 9999965857 Call or WhatsApp Now Bookvip Model Basti Call Girls 9999965857 Call or WhatsApp Now Book
vip Model Basti Call Girls 9999965857 Call or WhatsApp Now Book
 
专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
 
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
 
Presentation.pptxjnfoigneoifnvoeifnvklfnvf
Presentation.pptxjnfoigneoifnvoeifnvklfnvfPresentation.pptxjnfoigneoifnvoeifnvklfnvf
Presentation.pptxjnfoigneoifnvoeifnvklfnvf
 
定制(USF学位证)旧金山大学毕业证成绩单原版一比一
定制(USF学位证)旧金山大学毕业证成绩单原版一比一定制(USF学位证)旧金山大学毕业证成绩单原版一比一
定制(USF学位证)旧金山大学毕业证成绩单原版一比一
 
Call Girls In Munirka>༒9599632723 Incall_OutCall Available
Call Girls In Munirka>༒9599632723 Incall_OutCall AvailableCall Girls In Munirka>༒9599632723 Incall_OutCall Available
Call Girls In Munirka>༒9599632723 Incall_OutCall Available
 
原版1:1复刻斯坦福大学毕业证Stanford毕业证留信学历认证
原版1:1复刻斯坦福大学毕业证Stanford毕业证留信学历认证原版1:1复刻斯坦福大学毕业证Stanford毕业证留信学历认证
原版1:1复刻斯坦福大学毕业证Stanford毕业证留信学历认证
 
9953330565 Low Rate Call Girls In Jahangirpuri Delhi NCR
9953330565 Low Rate Call Girls In Jahangirpuri  Delhi NCR9953330565 Low Rate Call Girls In Jahangirpuri  Delhi NCR
9953330565 Low Rate Call Girls In Jahangirpuri Delhi NCR
 
young call girls in Gtb Nagar,🔝 9953056974 🔝 escort Service
young call girls in Gtb Nagar,🔝 9953056974 🔝 escort Serviceyoung call girls in Gtb Nagar,🔝 9953056974 🔝 escort Service
young call girls in Gtb Nagar,🔝 9953056974 🔝 escort Service
 
办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一
办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一
办理(CSU毕业证书)澳洲查理斯特大学毕业证成绩单原版一比一
 
定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一
定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一
定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一
 
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
 
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
 
毕业文凭制作#回国入职#diploma#degree加拿大瑞尔森大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree加拿大瑞尔森大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree 毕业文凭制作#回国入职#diploma#degree加拿大瑞尔森大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree加拿大瑞尔森大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCRReal Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
 
Low rate Call girls in Delhi Justdial | 9953330565
Low rate Call girls in Delhi Justdial | 9953330565Low rate Call girls in Delhi Justdial | 9953330565
Low rate Call girls in Delhi Justdial | 9953330565
 
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
1:1原版定制美国加州州立大学东湾分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
 
定制(UI学位证)爱达荷大学毕业证成绩单原版一比一
定制(UI学位证)爱达荷大学毕业证成绩单原版一比一定制(UI学位证)爱达荷大学毕业证成绩单原版一比一
定制(UI学位证)爱达荷大学毕业证成绩单原版一比一
 
Alambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service LucknowAlambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service Lucknow
 
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
 

Final exam review answer(networking)

  • 2. 2 1. What header address information does a router change in the information it receives from an attached Ethernet interface before information is transmitted out another interface? A. only the Layer 2 source address B. only the Layer 2 destination address C. only the Layer 3 source address D. only the Layer 3 destination address E. the Layer 2 source and destination address F. the Layer 3 source and destination address Answer E
  • 3. 3 2. What is the primary purpose of the routing process? A. to propagate broadcast messages B. to map IP addresses to MAC addresses C. to switch traffic to all available interfaces D. to find paths from one network or subnet to another Answer D
  • 4. 4 3. How does a router decide where the contents of a received frame should be forwarded? A. by matching destination IP addresses with networks in the routing table B. by matching the destination IP address with IP addresses listed in the ARP table C. by matching the destination MAC address with MAC addresses listed in the CAM table D. by forwarding the frame to all interfaces except the interface on which the frame was received Answer A
  • 6. 6 4. Refer to the exhibit. A student in the Cisco network class has designed a small office network to enable hosts to access the Internet. What recommendation should the teacher provide to the student in regards to the network design? A. Replace the Layer 2 switch with a hub. B. Replace the Layer 2 switch with a router. C. Replace the Layer 2 switch with a bridge. D. Replace the Layer 2 switch with a transceiver. Answer B
  • 7. 7 5. Which device would add security to a network by not forwarding broadcasts? A. hub B. router C. switch D. bridge E. repeater Answer B
  • 8. 8 6. What do switches and routers use to make forwarding decisions? A. Switches and routers both use IP addresses. B. Switches and routers use both MAC and IP addresses. C. Switches use IP addresses. Routers use MAC addresses. D. Switches use MAC addresses. Routers use IP addresses. E. Switches use MAC and IP addresses. Routers use IP addresses. Answer D
  • 9. 9 7. At which layer of the OSI model does the device reside that is functioning as the default gateway for hosts on a network? A. Layer 1 B. Layer 2 C. Layer 3 D. Layer 4 E. Layer 5 F. Layer 7 Answer C
  • 10. 10 8. How does subnetting provide some level of security in a network? A. The number of switches must increase. B. The collisions prevent the copying of data. C. The broadcasts are contained within a subnet. D. The number of host IP addresses is increased. Answer C
  • 11. 11 9. What is the purpose of a subnet mask in a network? A. A subnet mask is not necessary when a default gateway is specified. B. A subnet mask is required only when bits are borrowed on a network. C. A subnet mask is used to determine in which subnet an IP address belongs. D. A subnet mask is used to separate the 48-bit address into the OUI and the vendor serial number. Answer C
  • 13. 13 10. Refer to the exhibit. A newly hired technician is testing the connectivity of all hosts by issuing a ping command. The technician notices that a default gateway is not configured on all the hosts, but all hosts have connectivity between hosts, a fact which seems to confuse the technician. How would you explain the connectivity to the technician? A. The hosts are detecting the default gateway configured on the hub. B. The hosts are all in one network, so default gateway information is not needed. C. The hosts in the network only require that one host has a gateway configured. D. The hosts in the network would only need a gateway if a switch replaces the hub. E. The hosts are using broadcast to reach each other since no gateway is configured. Answer B
  • 14. 14 11. A company is using a Class B IP addressing scheme and expects to need as many as 100 subnets. What is the correct subnet mask to use with the network configuration? A. 255.255.0.0 B. 255.255.240.0 C. 255.255.254.0 D. 255.255.255.0 E. 255.255.255.128 F. 255.255.255.192 Answer C
  • 15. 15 12.A company is planning to subnet its network for a maximum of 27 hosts. Which subnet mask would provide the needed hosts and leave the fewest unused addresses in each subnet? A. 255.255.255.0 B. 255.255.255.192 C. 255.255.255.224 D. 255.255.255.240 E. 255.255.255.248 Answer C
  • 16. 16 13.An IP network address has been subnetted so that every subnetwork has 14 usable host IP addresses. What is the appropriate subnet mask for the newly created subnetworks? A. 255.255.255.128 B. 255.255.255.224 C. 255.255.255.240 D. 255.255.255.248 E. 255.255.255.252 Answer: C
  • 17. 17 14.Company XYZ uses a network address of 192.168.4.0. It uses the mask of 255.255.255.224 to create subnets. What is the maximum number of usable hosts in each subnet? A. 6 B. 14 C. 30 D. 62 Answer: C
  • 18. 18 15.Given a host with the IP address 172.32.65.13 and a default subnet mask, to which network does the host belong? A. 172.32.65.0 B. 172.32.65.32 C. 172.32.0.0 D. 172.32.32.0 Answer: C
  • 19. 19 16.What three pieces of information does the transport layer use to manage the communication of separate data streams between hosts? (Choose three.) A. port numbers B. checksum values C. authentication keys D. sequence numbers E. encryption algorithms F. acknowledgment numbers Answer: A D F
  • 20. 20 17.TCP is referred to as connection- oriented. What does this mean? A. TCP uses only LAN connections. B. TCP requires devices to be directly connected. C. TCP negotiates a session for data transfer between hosts. D. TCP reassembles the data steams in the order that it is received. Answer C
  • 21. 21 18.FTP provides a reliable, connection- oriented service for transferring of files. Which transport layer protocol is used for data transfer when this service is being used? A. TFTP B. TCP C. DNS D. IP E. UDP Answer B
  • 22. 22 19.An application is using a protocol that exchanges data without using windowing or flow control and must rely on higher layer protocols to transmit data. Which protocol and transfer method are being used? A. UDP, connection-oriented B. UDP, connectionless C. TCP, connection-oriented D. TCP, connectionless Answer B
  • 23. 23 20. Which Application layer protocol is widely used to support resolving host names to IP addresses? A. FTP B. SMTP C. SNMP D. DNS E. HTTP F. WWW Answer: D
  • 24. 24 21.What is the purpose of TCP/UDP port numbers? A. indicate the beginning of a three-way handshake B. reassemble the segments into the correct order C. identify the number of data packets that may be sent without acknowledgment D. track different conversations crossing the network at the same time Answer: D
  • 25. 25 22.What are the features of the User Datagram Protocol (UDP). (Choose three.) A. no guaranteed delivery of datagrams B. connection-oriented C. provides reliable full-duplex data transmission D. reliability provided by the application layer E. connectionless F. utilizes sliding windowing techniques Answer: A,D,E
  • 26. 26 23.Which layer of the OSI model can provide a connection-oriented, reliable data transfer between two hosts? A. Application B. Presentation C. Session D. Transport Answer: D
  • 27. 27 24. When the receiving workstation detects an error in the data it has received, it does not acknowledge receipt of the data. The source workstation retransmits the unacknowledged data. Which layer of the OSI model supports this process of retransmission? A. network B. application C. session D. transport Answer: D
  • 28. 28 25.Why is IP considered a best-effort protocol? A. IP detects lost packets. B. IP validates the content of the packets. C. IP does not provide acknowledgment of the data delivery. D. IP reorders the packet as they arrive at the destination host. Answer: C
  • 29. 29 26.Which IPv4 class of addresses provides the most networks? A. Class A B. Class B C. Class C D. Class D E. Class E Answer C
  • 30. 30 27.Which IPv4 class provides the highest number of host addresses per network? A. Class A B. Class B C. Class C D. Class D E. Class E Answer A
  • 31. 31 28.Which two statements correctly describe the IP address 127.0.0.1? (Choose two.) A. It belongs to the Class A range of addresses. B. It belongs to the Class B range of addresses. C. It belongs to the Class C range of addresses. D. It is reserved for loopback testing. E. It is reserved for multicast group testing. F. It is reserved for unicast testing.
  • 32. 32 29. Which statement accurately describes public IP addresses? A. Public addresses cannot be used within a private network. B. Public IP addresses must be unique across the entire Internet. C. Public addresses can be duplicated only within a local network. D. Public IP addresses are only required to be unique within the local network. E. Network administrators are free to select any public addresses to use for network devices that access the Internet. Answer B
  • 33. 33 30. Refer to the exhibit. Which devices are recommended to have the IP addresses manually configured? A. PC1 and PC2 B. all servers C. only PC2 Laptop D. all hosts and all servers Answer B
  • 35. 35 31.Refer to the exhibit. What is the purpose of the Obtain an IP address automatically option shown in the exhibit? A. to configure the computer to use ARP B. to configure the computer to use DHCP C. to configure the computer to use a routing protocol D. to configure the computer with a statically assigned IP address Answer: B
  • 37. 37 32. Refer to the exhibit. Which two statements are correct in reference to the output shown? (Choose two.) A. The LAN segment is subnetted to allow 254 subnets. B. The DNS server for this host is on the same network as the host. C. The host automatically obtained the IP addresses 192.168.1.100. D. The host received the IP address from the router on the local LAN segment. E. The host is assigned an address of 00-50-8D-F1- EA-8D by the administrator. Answer: C, D
  • 38. 38 33.What is the purpose of a DHCP server on a network? A. to resolve MAC addresses to IP addresses B. to resolve IP addresses to MAC addresses C. to resolve host names to IP addresses D. to assign IP addresses dynamically to hosts E. to assign a MAC address to a host Answer: D
  • 39. 39 34.When a host has an empty ARP cache, what is the next step the host will take to find the destination MAC address? A. sends an ARP request as a unicast to the server B. sends an ARP request as a unicast to the destination C. sends an ARP request as a broadcast to all hosts in the local network D. sends an ARP request as a unicast to the default gateway Answer: C
  • 40. 40 35.How many usable hosts are available given a Class C IP address with the default subnet mask? A. 254 B. 255 C. 256 D. 510 E. 511 F. 512 Answer: A
  • 41. 41 36.Which subnet mask would be assigned to the network address of 192.168.32.0 to provide 254 useable host addresses per subnetwork? A. 255.255.0.0 B. 255.255.255.0 C. 255.255.254.0 D. 255.255.248.0 Answer: B
  • 42. 42 37.What is the network broadcast address for a Class C address of 192.168.32.0 with the default subnet mask? A. 192.168.0.0 B. 192.168.0.255 C. 192.168.32.0 D. 192.168.32.254 E. 192.168.32.255 Answer: E
  • 44. 44 38.Refer to the exhibit. What must be configured on Host B to allow it to communicate with the file server? (Choose three.) A. the MAC address of the file server B. the MAC address of the PADI router interface connected to Switch A C. the IP address of Switch A D. a unique host IP address E. the subnet mask for the LAN F. the default gateway address Answer: D,E,F
  • 46. 46 39. Refer to the exhibit. Host A pings Host B. What can be concluded about the source and destination addresses contained in the communication sent by Router R5 when it forwards the ping out the Ethernet interface to Host B? (Choose two.) A. source IP address: 192.168.10.129 B. source MAC address: BBBB.3333.5677 C. source MAC address: 5555.AAAA.6666 D. destination IP address: 192.168.10.33 E. destination IP address: 192.168.10.134 F. destination MAC address: 9999.DADC.1234 Answer C,E
  • 47. 47 40.What is the correct number of usable subnetworks and hosts for the IP network address 192.168.35.0 subnetted with a /28 mask? A. 6 networks / 64 hosts B. 14 networks / 32 hosts C. 14 networks / 14 hosts D. 30 networks / 64 hosts Answer: C
  • 49. 49 41. Refer to the exhibit. The network administrator wants to create a subnet for the point-to-point connection between the two routers. Which subnetwork mask would provide enough addresses for the point-to-point link with the least number of wasted addresses? A. 255.255.255.192 B. 255.255.255.224 C. 255.255.255.240 D. 255.255.255.248 E. 255.255.255.252 Answer: E
  • 51. 51 42. Refer to the exhibit. A network technician is trying to determine the correct IP address configuration for Host A. What is a valid configuration for Host A? A. IP address: 192.168.100.19; Subnet Mask: 255.255.255.248; Default Gateway: 192.16.1.2 B. IP address: 192.168.100.20; Subnet Mask: 255.255.255.240; Default Gateway: 192.168.100.17 C. IP address: 192.168.100.21; Subnet Mask: 255.255.255.248; Default Gateway: 192.168.100.18 D. IP address: 192.168.100.22; Subnet Mask: 255.255.255.240; Default Gateway: 10.1.1.5 E. IP address: 192.168.100.30; Subnet Mask: 255.255.255.240; Default Gateway: 192.168.1.1 F. IP address: 192.168.100.31; Subnet Mask: 255.255.255.240; Default Gateway: 192.168.100.18 Answer: B
  • 52. 52 43.A router interface has been assigned an IP address of 172.16.192.166 with a mask of 255.255.255.248. To which subnet does the IP address belong? A. 172.16.0.0 B. 172.16.192.0 C. 172.16.192.128 D. 172.16.192.160 E. 172.16.192.168 F. 172.16.192.176 Answer: D
  • 53. 53 44.Which characteristics are common to both UDP and TCP? (Choose two.) A. provides windowing B. provides reliability C. uses port numbers D. acknowledges receipt of data E. classified as a connectionless protocol F. classified as a transport layer protocol Answer: C, F
  • 54. 54 45.Which subnet masks could be used when subnetting a Class B IP address? (Choose two.) A. 255.255.255.240 B. 255.255.192.0 C. 255.255.0.0 D. 255.192.0.0 E. 240.0.0.0 F. 255.0.0.0 Answer: A, B
  • 56. 56 46.Refer to the exhibit. Workstation 1 pings the Fa0/1 interface of Router 1. Which MAC address will workstation 1 obtain during the ARP request for this communication? A. 00-06-5B-88-DF-C3 B. 00-B0-D0-7F-F7-46 C. 00-0F-24-85-75-C0 D. 00-0B-E5-64-BD-44 E. 00-08-A3-B6-CE-02 F. 00-08-A3-B6-CE-03 Answer: E
  • 58. 58 47. A technician is testing connectivity between the devices using the ping command. Pings between Host B and Host A were successful. The technician could not ping the R3 address 172.16.3.2 from Host A. The technician issued ipconfig from Host A and saw the information displayed in the exhibit. What is the most likely problem? A. The IP address of Host A is incorrect. B. The subnet mask of Host A is incorrect. C. The default gateway of Host A is incorrect. D. Host A is properly configured. Some other problem exists in the internetwork. Answer: C