0% found this document useful (0 votes)
2 views32 pages

Bins_Networking Basic Module 11-17

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 32

Made with Xodo PDF Reader and Editor

Vince Janssen
Name: MarinelleP.Alistre
Mission
BSECE-3
COMMUNICATION 3: DATA COMMUNICATION
Networking basic Module 11: Dynamic Addressing with DHCP

Question 1
Match each description with an appropriate IP address.

-DHCPOFFER: a DHCP server responding to the initial by a client

-DHCPREQUEST: client accepting the IP address provided by the DHCP server

-DHCPDISCOVER: a client initiating a message to find a DHCP server

-DHPACK: the DHCP server confirming that the address lease has been accepted

Question 2
Which two reasons generally make DHCP the preferred method of assigning IP addresses to
hosts on large networks? (Choose two.)

-It eliminates most address configuration errors.


-It reduces the burden on network support staff.

Question 3
Which message does an IPv4 host use to reply when it receives a DHCPOFFER message from
a DHCP server?

-DHCPOFFER

Question 4
Which destination IPv4 address does a DHCPv4 client use to send the initial DHCP Discover
packet when the client is looking for a DHCP server?

-255.255.255.255

Question 5
Which type of packet is sent by a DHCP server after receiving a DHCP Discover message?

-DHCP Offer

Question 6
What is one advantage of using DHCP to assign addresses to mobile devices?

-Address leases are temporary and are returned to the pool when the device is turned off.
Made with Xodo PDF Reader and Editor

Question 7
>Exhibit shows a portion of the GUI Network Setup configuration screen on a home wireless
router. The router IP is set to 192.168.0.1 subnet mask 255.255.255.0. Located below the
router IP settings are the DHCP Server Settings. DHCP server is enabled. Start IP Address is
192.168.0.100. Maximum number of users is set to 50. IP Address Range is 192.168.0.100 -
149.

Refer to the exhibit. A home wireless router is configured to act as a DHCP server. The IP
address range is configured to be 192.168.0.100 - 149. What IP address will be assigned
automatically to the first device that connects to the wireless router?

-192.168.0.100

Question 8
An Ethernet network with three devices is shown. The three devices are labeled as PC1, DHCP
Server, and R1 (router). Each device has an IP address. The IP address for PC1 is
192.168.1.130/24, the IP address for the DHCP Server is 192.168.1.8/24, and the IP address
for the router FastEthernet interface 0/1 is 192.168.1.1/24.

Refer to the exhibit. PC1 is configured to obtain a dynamic IP address from the DHCP server.
PC1 has been shut down for two weeks. When PC1 boots and tries to request an available IP
address, which destination IP address will PC1 place in the IP header?

-255.255.255.255

Question 9
Which type of server dynamically assigns an IP address to a host?

-DHCP

Question 10
Which three statements describe a DHCP Discover message? (Choose three.)

-The destination IP address is 255.255.255.255.


-The message comes from a client seeking an IP address.
-All hosts receive the message, but only a DHCP server replies.

Question 11
A host PC is attempting to lease an address through DHCP. What message is sent by the
server to let the client know it is able to use the provided IP information?

-DHCPACK
Made with Xodo PDF Reader and Editor

CHECKPOINT EXAM

Question 1
The graphic shows the network connection details of a PC. The fields in the configuration
contain the following settings.<br />The IPv4 address is 10.10.10.2.<br />The subnet mask is
255.255.255.0<br />The IPv4 default gateway is 10.10.10.1<br />The IPv4 DHCP server is
10.10.10.1
Refer to the exhibit. The IP address settings of a host are shown. What is the host number of
the IP address?

-2

Question 2
True or False?
Every device on a network needs an IP address to identify itself and communicate on the
network.

-true

Question 3
When IPv4 is configured for a computer on a network, what does the subnet mask identify?

-the part of the IP address that identifies the network

Question 4
The graphic shows a LAN with 2 hosts and a server connected to a switch. The switch is
connected to a router and the router is connected to the Internet cloud. IP addresses on the
hosts are 192.168.10.14/24 and 192.168.10.15/24. The server has an IP address of
192.168.10.53/24 and the router interface has an IP address of 192.168.10.1/24.
Refer to the exhibit. What is the network number of the LAN that is shown?

-192.168.10.0

Question 5
Consider the group of five IPv4 addresses with the subnet mask of 255.255.255.0. Select three
of them that belong to the same logical network.

-172.16.45.35

-172.16.45.56

-172.16.45.12

Question 6
Made with Xodo PDF Reader and Editor

What is the purpose of the subnet mask in conjunction with an IP address?

-to determine the subnet to which the host belongs

Question 7
What are two reasons a network administrator might want to create subnets? (Choose two.)

-improves network performance

-easier to implement security policies

Question 8
Match each description with an appropriate IP address.

a loopback address: 127.0.0.1

an experimental address: 240.2.6.255

a private address: 172.19.20.5

a link-local address: 169.254.1.5

Question 9
What are the three ranges of IP addresses that are reserved for internal private use? (Choose
three.)

-172.16.0.0/12

-10.0.0.0/8

-192.168.0.0/16

Question 10
A student is helping a friend with a home computer that can no longer access the Internet. Upon
investigation, the student discovers that the computer has been assigned the IP address
169.254.100.88. What could cause a computer to get such an IP address?

-unreachable DHCP server

Question 11
When the IETF began development of IPv6, what was the goal of implementing this
technology?

-to relieve IPv4 address depletion


Made with Xodo PDF Reader and Editor

Question 12
How many binary bits exist within an IPv6 address?

-128

Question 13
What is the valid most compressed format possible of the IPv6 address
2001:0DB8:0000:AB00:0000:0000:0000:1234?

-2001:DB8:0:AB00::1234

Question 14
Three methods allow IPv6 and IPv4 to co-exist. Match each method with its description.

The IPv6 packet is transported inside an IPv4 packet : tunneling

IPv6 packets are converted into IPv4 packets, and vice versa: translation

The IPv4 packet and IPv6 packets coexist in the same network: dual-stack

Question 15
Which shortened address is an accurate representation of the IPv6 address
2001:0db8:0000:0000:ab00:0000:0000:0000?

-2001:db8:0:0:ab00::

Question 16
A DHCP-enabled client PC has just booted. During which two steps will the client PC use
broadcast messages when communicating with a DHCP server? (Choose two.)

-DHCPDISCOVER

-DHCPREQUEST

Question 17
What is the destination IP address when an IPv4 host sends a DHCPDISCOVER message?

-255.255.255.255

Question 18
Which statement is true about DHCP operation?
Made with Xodo PDF Reader and Editor

-When a device that is configured to use DHCP boots, the client broadcasts a DHCPDISCOVER
message to identify any available DHCP servers on the network.

Question 19
Which DHCPv4 message will a client send to accept an IPv4 address that is offered by a DHCP
server?

-broadcast DHCPREQUEST

Question 20
If more than one DHCP server is available on the local network, in which order will DHCP
messages be sent between a host and a DHCP server?

-discover, offer, request, acknowledgment


Made with Xodo PDF Reader and Editor

Vince
Name:Janssen
MarinelleP.Alistre
Mission
BSECE-3
COMMUNICATION 3: DATA COMMUNICATION
Networking basic Module 12: Gateways to Other Networks

Question 1
A computer has to send a packet to a destination host in the same LAN. How will the packet be
sent?

-The packet will be sent directly to the destination host.

Question 2
Typically, which network device would be used to perform NAT for a corporate environment?

-router

Question 3
Which characteristic describes the default gateway of a host computer?

-the logical address of the router interface on the same network as the host computer

Question 4
What is the purpose of configuring a default gateway address on a host?

-to identify the device that allows local network computers to communicate with devices on other
networks

Question 5
If the default gateway is configured incorrectly on a host, what is the impact on
communications?

-The host is unable to communicate with hosts on remote networks.

Question 6
Which three IPv4 network addresses are private IP addresses? (Choose three.)

-10.0.0.0

-172.16.0.0
-192.168.0.0

Question 7
What is the purpose of NAT?
Made with Xodo PDF Reader and Editor

-translating private IP addresses to a public registered IP address

Question 8
What is the primary advantage of using NAT?

-allows a large group of users to share one or more public IP addresses

Question 9
Which three settings must be configured on a PC in order for it to communicate with devices
located across the internet? (Choose three.)

-IP address

-subnet mask

-default gateway address

Question 10
The default configuration on a home wireless router provides which type of addresses to
devices using DHCP?

-private IP addresses

Question 11
Which type of intermediary device acts as a boundary between a home wireless network and
the internet?

-wireless router
Made with Xodo PDF Reader and Editor

Vince Janssen P. Mission


Name: Marinelle Alistre
BSECE-3
COMMUNICATION 3: DATA COMMUNICATION
Networking basic Module 13: The ARP Process

Question 1
What is one function of the ARP protocol?

-resolving an IPv4 address to a MAC address

Question 2
Which destination address is used in an ARP request frame?

-FFFF.FFFF.FFFF

Question 3
Which statement describes the treatment of ARP requests on the local link?

-They are received and processed by every device on the local network.

Question 4
What important information is examined in the Ethernet frame header by a Layer 2 device in
order to forward the data onward?

-destination MAC address

Question 5
What are two functions of MAC addresses in a LAN? (Choose two.)

-to allow the transfer of frames from source to destination

-to uniquely identify a node on a network

Question 6
The exhibit shows a network topology. PC1 and PC2 are connected to the Fa0/1 and Fa0/2
ports of the SW1 switch, respectively. SW1 is connected through its Fa0/3 port to the Fa0/0
interface of the RT1 router. RT1 is connected through its Fa0/1 to the Fa0/2 port of SW2 switch.
SW2 is connected through its Fa0/1 port to the PC3.
Refer to the exhibit. PC1 issues an ARP request because it needs to send a packet to PC2. In
this scenario, what will happen next?

-PC2 will send an ARP reply with the PC2 MAC address.

Question 7
What addresses are mapped by ARP?

-IPv4 address to a destination MAC address

Question 8
Exhibit contains a network diagram. At the top of the diagram are two switches, Sw1 on the left
and Sw2 on the left. The switches are connected to each other by a line representing a cable
Made with Xodo PDF Reader and Editor

connection. Beneath the switches are four hosts, Host H1 and Host H2 are connected to Sw1,
Host H3 and H4 are connected to Sw2. Below the diagram is a table containing the MAC
addresses of each host: H1 MAC 0000.1024.0fda, H2 MAC 0000.1024.0fdb, H3 MAC
0000.1033.0cbb, H4 MAC 0000.1066.00fa
Refer to the exhibit. Switches Sw1 and Sw2 have MAC address tables that are populated with
all the exhibited host MAC addresses. If host H1 sends a frame with destination address
FFFF.FFFF.FFFF, what will be the result?

-Sw1 will flood the frame out all ports except the inbound port. The frame will be flooded by Sw2
and processed by hosts H2, H3, and H4.

Question 9
Exhibit contains a network diagram. From the left side: A PC labeled HostA connected by a line
representing a cable to a port on the left side of the switch which is labeled Fa0/10, MAC
address 00:0C:00:B4:00:10. Port on right side of switch is labeled Fa0/24, MAC address
00:0C:00:B4:00:24. Switch port Fa0/24 is connected to router RTA on port Fa0/0 MAC address
00:0D:00:B4:12:F3. Router RTA port Fa0/1 MAC address 00:0D:00:B4:99:AA is connected
through a switch to Server, MAC address 02:C8:00:7D:12:33.
Refer to the exhibit. Host A needs to send data to the server, but does not know its MAC
address. When host A sends out an ARP request, what response will be in the ARP reply?

-00:0D:00:B4:12:F3

Question 10
When PC0 pings the web server, which MAC address is the source MAC address in the frame
from R2 to the web server?

-0001.9756.6278

Question 11
What statement describes a characteristic of MAC addresses?

They are the physical address of the NIC or interface.

Question 12
Which two characteristics describe MAC addresses? (Choose two.)

-physical address assigned to the NIC

-identifies source and destination in Layer 2 header


Made with Xodo PDF Reader and Editor

Vince
Name:Janssen
MarinelleP.Alistre
Mission
BSECE-3
COMMUNICATION 3: DATA COMMUNICATION
Networking basic Module 14: Routing Between Networks

Question 1
Which information is used by routers to forward a data packet toward its destination?

-destination IP address

Question 2
-If the default gateway is configured incorrectly on the host, what is the impact on
communications?

-The host can communicate with other hosts on the local network, but is unable to communicate
with hosts on remote networks.

Question 3
What role does a router play on a network?

-selecting the path to destination networks

Question 4
Which address should be configured as the default gateway address of a client device?

-the IPv4 address of the router interface that is connected to the same LAN

Question 5
Which device is used to transfer data from one IP local network to a remote network?

-router

Question 6
On the left side of the exhibit are three end-user devices connected to a switch by cables. The
left side of the exhibit is labeled with the IP network address 192.168.1.0/24. The switch
connects to a square box in the center of the exhibit. The box contains a question mark. On the
right side of the exhibit are three end-user devices connected to a switch by cables. The switch
is connected to the square box at the center of the exhibit. The right side of the exhibit is
labeled with the IP network address 192.168.2.0/24.
Refer to the exhibit. To allow IP communication between the two separate networks, what type
of device is required?

-router
Made with Xodo PDF Reader and Editor

Question 7
What is a benefit of adding a router within an IP network?

-keeps broadcasts contained within a local network

Question 8
The exhibit is a network diagram.On the left side of the diagram are three hosts, labeled H2, H3,
and H4. The three hosts are connected with cables to a switch. The switch is connected with a
cable to router R1 on the FastEthernet0/0 interface. On the left side of the diagram are three
hosts labeled H5, H6 and H7. The three hosts are connected by cables to a switch. The switch
is connected to router R1 FastEthernet 0/1 interface. All hosts are labeled with IP addresses.
H2 is 10.1.21.2/8. H3 is 10.1.21.3/8. H4 is 10.1.21.4/8. H5 is 172.16.1.3/16. H6 is
172.16.1.4/16. H7 is 172.16.1.5/16. At the bottom of the diagram there is a table labeled R1
Routing Table. Three columns in the table are labeled Type, Network and Port. The first line in
the table is Type C, Network 10.0.0.0/8, Port FastEthernet0/0. The second line in the table is
Type C, Network 172.16.0.0/16, Port FastEthernet0/1.
Refer to the exhibit. Host H7 sends a packet with the destination IP address of
255.255.255.255. What does router R1 do when it receives the packet from host H7?

-examines the packet received on interface FastEthernet0/1 and does not forward the packet

Question 9
What action will a router take when it receives a frame with a broadcast MAC address?

-It will not forward the frame to another network.

Question 10
What are two reasons to install routers to segment a network? (Choose two.)

-to expand the network to a different geographic location

-to create smaller broadcast domains within the network

Question 11
Which table does a router use to determine which interface to use to send packets to the
destination network?

-routing table

Question 12
What action does the router take when it does not find a route to the destination network in its
routing table?

-It drops the packet.


Made with Xodo PDF Reader and Editor

CHECKPOINT EXAM: Communication Between Networks

Question 1
A network administrator investigates a user problem. The user can reach hosts on the same
network, but is unable to communicate to remote networks.The network administrator tries to
ping the gateway address configured on the host device and is unsuccessful. What is the most
likely cause of the problem?

-The default gateway address is incorrect.

Question 2
What is the result if the default gateway address is misconfigured on a PC?

-The PC can communicate with devices in the same network but not with those in remote
networks.

Question 3
Which type of address can be shared through NAT to enable home network devices to send and
receive data over the internet?

-registered public IP address

Question 4
When a LAN is connected to the internet using a wireless router, how do devices on the LAN
communicate on the internet using NAT?

-All devices must share the single public IPv4 address assigned to the wireless router in order to
communicate to the internet via NAT.

Question 5
A home network is using NAT on the router connecting it to the internet. The PCs on the home
network receive private IP addresses through DHCP. When a PC sends a packet to a web
server on the internet, what is the source IP address in the packet header when it arrives at the
web server?

-a registered public IP address assigned to the external router interface

Question 6
What will happen if the default gateway address is incorrectly configured on a host?

-The host cannot communicate with hosts in other networks.

Question 7
Which destination address is used in an ARP request frame?
Made with Xodo PDF Reader and Editor

-FFFF.FFFF.FFFF

Question 8
What is the purpose of ARP in an IPv4 network?

-to obtain a specific MAC address when an IP address is known

Question 9
Which protocol is used by a computer to find the MAC address of the default gateway on an
Ethernet network?

-ARP

Question 10
What is the MAC address of the default gateway for PC0?

0060.70DE.3192

0060.5C55.7401

00D0.FF0D.A02B

0002.4A83.A602

Question 11
The ARP table in a switch maps which two types of address together?

-Layer 3 address to a Layer 2 address

Question 12
What action does the ARP process take when a host needs to build a frame, but the ARP cache
does not contain an address mapping?

-The ARP process sends out an ARP request to the Ethernet broadcast address to discover the
MAC address of the destination device.

Question 13
Refer to the exhibit. The switches have a default configuration. Host A needs to communicate
with host D, but host A does not have the MAC address for the default gateway. Which network
devices will receive the ARP request sent by host A?

-only hosts B, C, and router R1

Question 14
Made with Xodo PDF Reader and Editor

What are two functions of a router? (Choose two.)

-It determines the best path to send packets.

-A router connects multiple IP networks.

Question 15
Refer to the exhibit. Consider the IP address configuration shown from PC1. What is a
description of the default gateway address?

-It is the IP address of the Router1 interface that connects the PC1 LAN to Router1.

Question 16
Which two functions are primary functions of a router? (Choose two.)

-packet forwarding

-path selection

Question 17
Refer to the exhibit. Workstation A sends an IP packet to workstation B. Which two statements
describe the encapsulation of the packet as it passes through the network? (Choose two.)

-The Layer 2 header of the frame is reassembled when it is forwarded by each router.

-The Layer 2 header is stripped from the frame when it is received by each router.

Question 18
When a router receives a packet, what information must be examined in order for the packet to
be forwarded to a remote destination?

-destination IP address

Question 19
Refer to the exhibit. What does the router do after it determines that a data packet from Network
1 should be forwarded to Network 2?

-It reassembles the frame with different MAC addresses than the original frame.

Question 20
Why is it important for the router to maintain an accurate routing table?

-to determine the best path to reach the destination network


Made with Xodo PDF Reader and Editor

Vince Janssen
Name: MarinelleP. Mission
Alistre
BSECE-3
COMMUNICATION 3: DATA COMMUNICATION
Networking basic Module 15: TCP and UDP

Question 1
Which protocol operates at the application layer of the TCP/IP model?

-HTTP

Question 2
What is a characteristic of UDP?

-It provides unreliable delivery of segments.

Question 3
Which type of applications are best suited to use UDP as the transport layer protocol?

-applications that require minimal transmission delay

Question 4
A student is sending files from a phone to a computer across a network. Which layer of the
TCP/IP model is responsible for reassembling these messages as they are received on the
computer?

-transport

Question 5
At which layer of the TCP/IP model does TCP operate?

-transport

Question 6
What protocol header information is used at the transport layer to identify a target application?

-port number

Question 7
What type of port number is assigned by IANA to commonly used services and applications?

-well-known port

Question 8
What is the purpose of using a source port number in a TCP communication?
Made with Xodo PDF Reader and Editor

-to keep track of multiple conversations between devices

Question 9
What is an advantage of UDP over TCP?

-UDP communication requires less overhead.

Question 10
When is UDP preferred to TCP?

-when an application can tolerate some loss of data during transmission

Question 11

-Both UDP and TCP use port numbers.


Made with Xodo PDF Reader and Editor

Vince Janssen
Name: MarinelleP.Alistre
Mission
BSECE-3
COMMUNICATION 3: DATA COMMUNICATION
Networking basic Module 16: Application layer Services

Question 1
What two characteristics describe an FTP connection? (Choose two.)

-Files can be downloaded from or uploaded to the server.

-The first connection established is for traffic control and the second connection is created to
transfer a file.

Question 2
Which statement is correct about network protocols?

-They define how messages are exchanged between the source and the destination.

Question 3
Which protocol is used by web servers to serve up a web page?

-HTTP

Question 4
Match the protocol with the function. (Not all options are used.)

automatically configures hosts with IP addresses: DHCP

provides remote access to servers: SSH

resolves internet names to IP addresses: DNS

Question 5
Which two protocols are used in the process of sending and receiving emails? (Choose two.)

-POP

-SMTP

Question 6
Which two applications provide virtual terminal access to remote servers? (Choose two.)

-SSH
Made with Xodo PDF Reader and Editor

-Telnet

Question 7
What is the advantage of using SSH over Telnet?

-SSH provides secure communications to access hosts.

Question 8
Refer to the exhibit. Which protocol allows a user to type www.cisco.com instead of an IP
address to access the web server?

DNS

Question 9
Which protocol is used to transfer web pages from a server to a client device?

-HTTP

Question 10
Which two application layer protocols manage the exchange of messages between a client with
a web browser and a remote web server? (Choose two.)

-HTTP

-HTTPS

Question 11
Match the port number to the email protocol.

SMTP: 25

IMAP4: 143

POP3: 110
Made with Xodo PDF Reader and Editor

Vince
Name:Janssen
MarinelleP.Alistre
Mission
BSECE-3
COMMUNICATION 3: DATA COMMUNICATION
Networking basic Module 17: Network Testing Utilities

Question 1
What is a user trying to determine when issuing a ping 10.1.1.1 command on a PC?

-if there is connectivity with the destination device

Question 2
A user who is unable to connect to the file server contacts the help desk. The helpdesk
technician asks the user to ping the IP address of the default gateway that is configured on the
workstation. What is the purpose for this ping command?

-to test that the host has the capability to reach hosts on other networks

Question 3
Which three pieces of information are revealed by the ipconfig command (without the /all
switch)? (Choose three.)

-IP address

-subnet mask

-default gateway

Question 4
Which command is used to test network connectivity and provide a response to each packet
received by the remote host?

-ping

Question 5
Which command line utility is used to display active network connections on a PC?

-netstat

Question 6
A user needs to find the MAC address on the host PC. Which command line utility can be used
to display this information?

-ipconfig /all.
Made with Xodo PDF Reader and Editor

Question 7
A user is able to ping www.cisco.com by its IP address but cannot browse to www.cisco.com in
a browser. What is the possible cause?

-The DNS server is not working.

Question 8
A technician troubleshooting a network problem has used CLI commands to determine that a
computer has not been allocated a correct IP address from the DHCP server. Which command
can the technician use to solve this problem?

-ipconfig /renew

Question 9
Which command line utility is used to test connectivity to other IP hosts?

ping

Question 10
Match the command line utility with its function.

ping: Test connections to other IP hosts

nslookup: Directly queries the name server for information on a destination domain.

netstat: Display network connections

tracert: Displays the route taken to the destination

ipconfig: Displays IP configuration information


Made with Xodo PDF Reader and Editor

Vince Janssen P. Mission


Name: Marinelle Alistre
CHECKPOINT EXAM: Protocols for Specific Tasks

Question 1
A destination PC receives an email message with the sequence numbers on packets out of
order. Which layer of the TCP/IP model is responsible for reassembling the packets of the
message in the correct order?

-Transport

Question 2
A PC user issues the netstat command without any options. What is displayed as the result of
this command?

-a list of all established active TCP connections

Question 3
What information is used by TCP to reassemble and reorder received segments?\

-sequence numbers

Question 4
What type of applications are best suited for using UDP?

-applications that are sensitive to delay

Question 5
Which action is performed by a client when establishing communication with a server via the
use of UDP at the transport layer?

- The client randomly selects a source port number.

Question 6
A client device has initiated a secure HTTP request to a web browser. Which well-known port
address number is associated with the destination address?

-443

Question 7
Refer to the exhibit. A TCP segment was sent by PC1 to the web server via port 80. Because of
an unexpected network failure, the data was forwarded by R1 but was not received by R2.
Which statement is correct about this scenario?
Made with Xodo PDF Reader and Editor

-The web server will not acknowledge this segment. The PC1 timer will expire and PC1 will
resend the segment.

Question 8
What is the application layer service being requested from Server0 by PC0?

-HTTP

Question 9
Which port number should be selected when using the IMAP4 protocol to access email
messages stored on the local server?

-143

Question 10
What message is displayed on the webpage?
-A secure web server is running

Question 11
Which three pieces of information are identified by a URL? (Choose three.)

-the protocol that is being use


- the location of the resource
- the domain name that is being accessed

Question 12
What application layer service is PC-A requesting from the web server

-HTTP

Question 13
Which number or set of numbers represents a socket?

-192.168.1.1:80

Question 14
requests a web page: web client
hosts a web page: web server
protocol commonly used by a web browser: HTTP
secure protocol that uses port 443: HTTPS
used to create web pages: HTML

Question 15
Displays the route taken to the destination: tracert
Made with Xodo PDF Reader and Editor

Tests connections to other IP hosts: ping


Directly queries the name server for information on a destination domain: nslookup
Displays IP configuration information: ipconfig
Displays network connections: netstat

Question 16
A computer has been assigned an IP address of 169.254.33.16. What command initiates the
process of requesting a new IP address?

-ipconfig /release

Question 17
Use the ping command utility to continue pinging the target interface until manually stopped:
ping -t
Use the ping command utility for IPv6 only: ping -6
Use the ping command utility for IPv4 only: ping -4
Use the ping command utility to resolve the address to the hostname: ping -a

Question 18
What is a function of the tracert command that differs from the ping command when they are
used on a workstation?

-The tracert command shows the information of routers in the path.

Question 19
A technician is troubleshooting a network where it is suspected that a defective node in the
network path is causing packets to be dropped. The technician only has the IP address of the
end point device and does not have any details of the intermediate devices. What command can
the technician use to identify the faulty node?

-Tracert

Question 20
Which statement describes the use of the ping command?

-The ping command tests end-to-end connectivity between two devices.


Made with Xodo PDF Reader and Editor

Vince Janssen
Name: MarinelleP. Mission
Alistre
BSECE-3
COMMUNICATION 3: DATA COMMUNICATION

The Networking Basics Course Final Exam

1. What are two methods typically used on a mobile device to provide internet connectivity?
(Choose two.)

(a). Cellular

(b). Wi-Fi

2. Which three steps must be completed to manually connect an Android or IOS device to a
secured wireless network? (Choose three.)

(c). Choose the correct security type.

(d). Input the authentication password.

(f). Enter the network SSID.

3. A traveling sales representative uses a cell phone to interact with the home office and
customers, track samples, make sales calls, log mileage, and upload/download data while at a
hotel. Which internet connectivity method would be a preferred method to use on the mobile
device due to the low cost?

(b). Wi-Fi

4. Which statement describes the use of powerline networking technology?

(a). A device connects to an existing home LAN using an adapter and an existing electrical
outlet.

5. What is a disadvantage of deploying a peer-to-peer network model?

(a). lack of centralized administration

6. Which wireless RF band do IEEE 802.11b/g devices use?

(c). 2.4 GHz


Made with Xodo PDF Reader and Editor

7. Which type of device provides an Internet connection through the use of a phone jack?

(b). DSL modem

8. A user is configuring a wireless access point and wants to prevent any neighbors from
discovering the network. What action does the user need to take?

(a). Disable SSID broadcast.

9. Refer to the exhibit. Which term correctly identifies the device type that is included in area B?

(c). Intermediary

10. A company is contemplating whether to use a client/server or a peer-to-peer network. What


are three characteristics of a peer-to-peer network? (Choose three.)

(b).better device performance when acting as both client and server

(c). less cost to implement

(d). easy to create

11. Which two criteria are used to help select a network medium for a network? (Choose two.)

(c). the distance the selected medium can successfully carry a signal

(e). the environment where the selected medium is to be installed

12. What layer is responsible for routing messages through an internetwork in the TCP/IP
model?

(b). internet

13. A cable installation company is trying to convince a customer to use fiber-optic cabling
instead of copper cables for a particular job. What is one advantage of using fiber-optic cabling
compared to copper cabling?

(b). Fiber-optic cabling is completely immune to EMI and RFI.

14. Which scenario is suitable for deploying twisted-pair cables?

(a). to connect PC workstations in an office


Made with Xodo PDF Reader and Editor

15. What will a Cisco LAN switch do if it receives an incoming frame and the destination MAC
address is not listed in the MAC address table?

(a). Forward the frame out all ports except the port where the frame is received.

16.What data encoding technology is used in copper cables?

(d). electrical pulses

17. What information is added to the switch table from incoming frames?

(b). source MAC address and incoming port number

18. At which layer of the OSI model would a logical address be added during encapsulation?

(b). network layer

19. What information does an Ethernet switch examine and use to build its address table?

(c). source MAC address

20. Which two OSI model layers have the same functionality as two layers of the TCP/IP model?
(Choose two.)

(a). Transport

(d). data link

21. Why does the device return an error message that indicates the address is not valid?

(d). The IPv6 address notation is incorrect.

22. How many bits are represented by each group of four hexadecimal values contained
between the colons in an IPv6 address?

(a). 16

23. How many bits are in an IPv4 address?

(b). 32

24. Which two groupings were used to create this IP addressing scheme? (Choose two.)
Made with Xodo PDF Reader and Editor

(a). device type

(c). geographic location

25. What benefit does DHCP provide to a network?

(a). Hosts can connect to the network and get an IP address without manual configuration.

26. When a host sends a packet, how does it determine if the destination of the packet is on the
same local network or on a remote network?

(c). It uses the subnet mask to compare the source and destination IP address.

27. Which number grouping is a valid IPv6 address?

(d). 2001:0db8:3c55:0015:1010:0000:abcd:ff13

28. For what purpose are IPv4 addresses utilized?

(a). An IPv4 address is used to uniquely identify a device on an IP network.

29. Which three types of nodes should be assigned static IP addresses on a network? (Choose
three.)

(a). Servers

(d). Printers

(f). Gateways

30. Which IP address does the laptop use as a destination address when requesting a
dynamically assigned address?

(b). 255.255.255.255

31. A user is setting up a home wireless network. A global address is to be used in NAT
translations for traffic flowing through the wireless router. How is this global address assigned

(b). The wireless router will act as a DHCP client in order to receive global addressing from the
ISP.

32. Refer to the exhibit. PC1 issues an ARP request because it needs to send a packet to PC3.
In this scenario, what will happen next?
Made with Xodo PDF Reader and Editor

(b). RT1 will send an ARP reply with its own Fa0/0 MAC address.

33. An employee is having connectivity issues. Why might a network technician try to ping the
default gateway from the employee laptop?

(b). to verify connectivity with the device that provides access to remote networks

34. What happens when host A wants to send an IP packet to host D?

(c). Host A sends out a broadcast of FF:FF:FF:FF:FF:FF. Every other host connected to the
switch receives the broadcast and host D responds with its MAC address.

35. Refer to the exhibit. The IP address of which device interface should be used as the default
gateway setting of host H1(d). R1: G0/0

36. Refer to the exhibit. Host H2 sends a unicast message to host H6. Which destination IP
address is contained in the header of the packet when it reaches host H6?
(d). the IP address assigned to the network adapter on host H6

37. What type of route is indicated by the code C in an IPv4 routing table on a Cisco router?

(b). directly connected route

38. Which IP address should be used as the default gateway address on PC0?

(b). 192.168.1.1

39. A network administrator has a multi-floor LAN to monitor and maintain. Through careful
monitoring, the administrator has noticed a large amount of broadcast traffic slowing the
network. Which device would you use to best solve this problem?(c). router

40. Refer to the exhibit. Host A sends a data packet to host B. What will be the addressing
information of the data packet when it reaches host B?
(b). Source MAC 0a:2h:3b:4c:33:55 Destination MAC a0:4c:5f:21:33:77 Source IP 172.16.2.1
Destination IP 172.16.2.10

41. A technician is troubleshooting a network connectivity problem. Pings to the local wireless
router are successful but pings to a server on the Internet are unsuccessful. Which CLI
command could assist the technician to find the location of the networking problem?

(d). Tracert

42. What is the code displayed on the web page?


Made with Xodo PDF Reader and Editor

(a). Success

43. What is the IP address of this server?

(c). 209.165.201.3

44.

45. What is a possible cause for the failed ping?

(d). The default gateway device is configured with the wrong IP address.

46. When analog voice signals are converted for use on a computer network, in what format are
they encapsulated?

(d). IP packets

47. Based on the displayed output, where should the administrator begin troubleshooting?

(b). R1

48. How are port numbers used in the TCP/IP encapsulation process?

(b). If multiple conversations occur that are using the same service, the source port number is
used to track the separate conversations.

49. Which two TCP header fields are used to confirm receipt of data? (Choose two.)

(b). acknowledgment number


Made with Xodo PDF Reader and Editor

(e). sequence number

50. What destination IP address and destination port number will PC1 assign to the DNS query
packet?

(c). 192.168.20.3 port 53


Made with Xodo PDF Reader and Editor

Vince Janssen
Name: MarinelleP.Alistre
Mission
BSECE-3
COMMUNICATION 3: DATA COMMUNICATION
ASSIGNMENT

You might also like