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

CCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip NetworksCCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip NetworksVuz DแปŸ Hฦกi
ย 
IP Addressing and subnetting
IP Addressing and subnettingIP Addressing and subnetting
IP Addressing and subnettingAli Nezhad
ย 
IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6Adeel Rasheed
ย 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting PresentationTouhidul Fahim
ย 
Comparison and Contrast between OSI and TCP/IP Model
Comparison and Contrast between OSI and TCP/IP ModelComparison and Contrast between OSI and TCP/IP Model
Comparison and Contrast between OSI and TCP/IP ModelConferencias FIST
ย 
Distance Vector Routing Protocols
Distance Vector Routing ProtocolsDistance Vector Routing Protocols
Distance Vector Routing ProtocolsKABILESH RAMAR
ย 
IP Addressing & subnetting strategy
IP Addressing & subnetting strategyIP Addressing & subnetting strategy
IP Addressing & subnetting strategyMustafa Salam
ย 
Connecting devices
Connecting devicesConnecting devices
Connecting devicesHimanshu Shekhar
ย 
DHCP (dynamic host configuration protocol)
DHCP (dynamic host configuration protocol)DHCP (dynamic host configuration protocol)
DHCP (dynamic host configuration protocol)Netwax Lab
ย 
CCNAv5 - S1: Chapter 10 Application Layer
CCNAv5 - S1: Chapter 10 Application LayerCCNAv5 - S1: Chapter 10 Application Layer
CCNAv5 - S1: Chapter 10 Application LayerVuz DแปŸ Hฦกi
ย 
Ip addressing
Ip addressingIp addressing
Ip addressingOnline
ย 
IP Address
IP AddressIP Address
IP AddressRahul P
ย 
Ip address
Ip address Ip address
Ip address Yash Bansal
ย 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6Rishav Bhurtel
ย 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructurePrince Gautam
ย 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnettingShashank Asthana
ย 
IP addressing and subnetting.pptx
IP addressing and subnetting.pptxIP addressing and subnetting.pptx
IP addressing and subnetting.pptxnaseerahmad707715
ย 
network Addressing
network Addressingnetwork Addressing
network AddressingTauseef khan
ย 

What's hot (20)

CCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip NetworksCCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
ย 
IP Addressing and subnetting
IP Addressing and subnettingIP Addressing and subnetting
IP Addressing and subnetting
ย 
IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6
ย 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
ย 
Comparison and Contrast between OSI and TCP/IP Model
Comparison and Contrast between OSI and TCP/IP ModelComparison and Contrast between OSI and TCP/IP Model
Comparison and Contrast between OSI and TCP/IP Model
ย 
Distance Vector Routing Protocols
Distance Vector Routing ProtocolsDistance Vector Routing Protocols
Distance Vector Routing Protocols
ย 
IP Addressing & subnetting strategy
IP Addressing & subnetting strategyIP Addressing & subnetting strategy
IP Addressing & subnetting strategy
ย 
Connecting devices
Connecting devicesConnecting devices
Connecting devices
ย 
DHCP (dynamic host configuration protocol)
DHCP (dynamic host configuration protocol)DHCP (dynamic host configuration protocol)
DHCP (dynamic host configuration protocol)
ย 
CCNAv5 - S1: Chapter 10 Application Layer
CCNAv5 - S1: Chapter 10 Application LayerCCNAv5 - S1: Chapter 10 Application Layer
CCNAv5 - S1: Chapter 10 Application Layer
ย 
Ip addressing
Ip addressingIp addressing
Ip addressing
ย 
Ip addressing classful
Ip addressing classfulIp addressing classful
Ip addressing classful
ย 
IP Address
IP AddressIP Address
IP Address
ย 
Subnet Mask
Subnet MaskSubnet Mask
Subnet Mask
ย 
Ip address
Ip address Ip address
Ip address
ย 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
ย 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructure
ย 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnetting
ย 
IP addressing and subnetting.pptx
IP addressing and subnetting.pptxIP addressing and subnetting.pptx
IP addressing and subnetting.pptx
ย 
network Addressing
network Addressingnetwork Addressing
network 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
ย 
Best sql plsql material
Best sql plsql materialBest sql plsql material
Best sql plsql materialpitchaiah yechuri
ย 
Sql queries with answers
Sql queries with answersSql queries with answers
Sql queries with answersvijaybusu
ย 
Sql ppt
Sql pptSql ppt
Sql pptAnuja Lad
ย 

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 200-120 Exam Dumps
Ccna 200-120 Exam DumpsCcna 200-120 Exam Dumps
Ccna 200-120 Exam DumpsEng. Emad Al-Atoum
ย 
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
ย 
Networking
NetworkingNetworking
NetworkingBecky Becky
ย 
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
ย 
2
22
2ditabhi
ย 
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
ย 
jones blair calculations
jones blair calculationsjones blair calculations
jones blair calculationswelcometofacebook
ย 
EVC exercise-odi case
EVC exercise-odi caseEVC exercise-odi case
EVC exercise-odi casewelcometofacebook
ย 
cltv calculation-calyx corolla
cltv calculation-calyx corolla cltv calculation-calyx corolla
cltv calculation-calyx corolla welcometofacebook
ย 
consumer behavior(4210)
consumer behavior(4210)consumer behavior(4210)
consumer behavior(4210)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
ย 
promotion strategies(4210)
promotion strategies(4210)promotion strategies(4210)
promotion strategies(4210)welcometofacebook
ย 
pricing strategies(4210)
pricing strategies(4210)pricing strategies(4210)
pricing strategies(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
ย 
the birth of swatch(4210)
the birth of swatch(4210)the birth of swatch(4210)
the birth of swatch(4210)welcometofacebook
ย 
product and brand strategies(4210)
product and brand strategies(4210)product and brand strategies(4210)
product and brand strategies(4210)welcometofacebook
ย 
stp case jones blair(4210)
stp case jones blair(4210)stp case jones blair(4210)
stp case jones blair(4210)welcometofacebook
ย 
situational analysis(4210)
situational analysis(4210)situational analysis(4210)
situational analysis(4210)welcometofacebook
ย 
quantitative analysis(4210)
quantitative analysis(4210)quantitative analysis(4210)
quantitative analysis(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

VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...Call Girls in Nagpur High Profile
ย 
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...Call Girls in Nagpur High Profile Call Girls
ย 
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikLow Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
ย 
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...Pooja Nehwal
ย 
9892124323, Call Girl in Juhu Call Girls Services (Rate โ‚น8.5K) 24ร—7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate โ‚น8.5K) 24ร—7 with Hote...9892124323, Call Girl in Juhu Call Girls Services (Rate โ‚น8.5K) 24ร—7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate โ‚น8.5K) 24ร—7 with Hote...Pooja Nehwal
ย 
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)kojalkojal131
ย 
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
ย 
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
ย 
Deira Dubai Escorts +0561951007 Escort Service in Dubai by Dubai Escort Girls
Deira Dubai Escorts +0561951007 Escort Service in Dubai by Dubai Escort GirlsDeira Dubai Escorts +0561951007 Escort Service in Dubai by Dubai Escort Girls
Deira Dubai Escorts +0561951007 Escort Service in Dubai by Dubai Escort GirlsEscorts Call Girls
ย 
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...Pooja Nehwal
ย 
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...Pooja Nehwal
ย 
Kothanur Call Girls Service: ๐Ÿ“ 7737669865 ๐Ÿ“ High Profile Model Escorts | Bang...
Kothanur Call Girls Service: ๐Ÿ“ 7737669865 ๐Ÿ“ High Profile Model Escorts | Bang...Kothanur Call Girls Service: ๐Ÿ“ 7737669865 ๐Ÿ“ High Profile Model Escorts | Bang...
Kothanur Call Girls Service: ๐Ÿ“ 7737669865 ๐Ÿ“ High Profile Model Escorts | Bang...amitlee9823
ย 
CHEAP Call Girls in Hauz Quazi (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi  (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICECHEAP Call Girls in Hauz Quazi  (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...Call Girls in Nagpur High Profile
ย 
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai GapedCall Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gapedkojalkojal131
ย 
CHEAP Call Girls in Ashok Nagar (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Ashok Nagar  (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICECHEAP Call Girls in Ashok Nagar  (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Ashok Nagar (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
(๐Ÿ‘‰Ridhima)๐Ÿ‘‰VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(๐Ÿ‘‰Ridhima)๐Ÿ‘‰VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...(๐Ÿ‘‰Ridhima)๐Ÿ‘‰VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(๐Ÿ‘‰Ridhima)๐Ÿ‘‰VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...motiram463
ย 
VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...
VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...
VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...Call Girls in Nagpur High Profile
ย 
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...ranjana rawat
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In Yusuf Sarai โ‰ผ๐Ÿ” Delhi door step delevryโ‰ผ๐Ÿ”
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In Yusuf Sarai โ‰ผ๐Ÿ” Delhi door step delevryโ‰ผ๐Ÿ”Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In Yusuf Sarai โ‰ผ๐Ÿ” Delhi door step delevryโ‰ผ๐Ÿ”
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In Yusuf Sarai โ‰ผ๐Ÿ” Delhi door step delevryโ‰ผ๐Ÿ”9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 

Recently uploaded (20)

VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
ย 
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
ย 
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikLow Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
ย 
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
ย 
9892124323, Call Girl in Juhu Call Girls Services (Rate โ‚น8.5K) 24ร—7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate โ‚น8.5K) 24ร—7 with Hote...9892124323, Call Girl in Juhu Call Girls Services (Rate โ‚น8.5K) 24ร—7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate โ‚น8.5K) 24ร—7 with Hote...
ย 
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
ย 
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
ย 
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
ย 
Deira Dubai Escorts +0561951007 Escort Service in Dubai by Dubai Escort Girls
Deira Dubai Escorts +0561951007 Escort Service in Dubai by Dubai Escort GirlsDeira Dubai Escorts +0561951007 Escort Service in Dubai by Dubai Escort Girls
Deira Dubai Escorts +0561951007 Escort Service in Dubai by Dubai Escort Girls
ย 
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
ย 
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
ย 
Kothanur Call Girls Service: ๐Ÿ“ 7737669865 ๐Ÿ“ High Profile Model Escorts | Bang...
Kothanur Call Girls Service: ๐Ÿ“ 7737669865 ๐Ÿ“ High Profile Model Escorts | Bang...Kothanur Call Girls Service: ๐Ÿ“ 7737669865 ๐Ÿ“ High Profile Model Escorts | Bang...
Kothanur Call Girls Service: ๐Ÿ“ 7737669865 ๐Ÿ“ High Profile Model Escorts | Bang...
ย 
CHEAP Call Girls in Hauz Quazi (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi  (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICECHEAP Call Girls in Hauz Quazi  (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
ย 
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
ย 
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai GapedCall Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
ย 
CHEAP Call Girls in Ashok Nagar (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Ashok Nagar  (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICECHEAP Call Girls in Ashok Nagar  (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Ashok Nagar (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
ย 
(๐Ÿ‘‰Ridhima)๐Ÿ‘‰VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(๐Ÿ‘‰Ridhima)๐Ÿ‘‰VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...(๐Ÿ‘‰Ridhima)๐Ÿ‘‰VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(๐Ÿ‘‰Ridhima)๐Ÿ‘‰VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
ย 
VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...
VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...
VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...
ย 
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In Yusuf Sarai โ‰ผ๐Ÿ” Delhi door step delevryโ‰ผ๐Ÿ”
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In Yusuf Sarai โ‰ผ๐Ÿ” Delhi door step delevryโ‰ผ๐Ÿ”Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In Yusuf Sarai โ‰ผ๐Ÿ” Delhi door step delevryโ‰ผ๐Ÿ”
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In Yusuf Sarai โ‰ผ๐Ÿ” Delhi door step delevryโ‰ผ๐Ÿ”
ย 

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