hello quizlet
Home
Subjects
Expert solutions
Create
Study sets, textbooks, questions
Log in
Sign up
Upgrade to remove ads
Only $35.99/year
Other
Computer Skills
CCNA 8-10
Flashcards
Learn
Test
Match
Flashcards
Learn
Test
Match
Terms in this set (69)
Which OSI layer sends segments to be encapsulated in an IPv4 or IPv6 packet?
transport layer
Which layer is responsible for taking an IP packet and preparing it for transmission over the communications medium?
data link layer
What is the term for splitting up an IP packet when forwarding it from one medium to another medium with a smaller MTU?
fragmentation
Which delivery method does not guarantee that the packet will be delivered fully without errors?
best effort
What are the two most commonly referenced fields in an IPv4 packet header that indicate where the packet is coming from and where it is going? (Choose two.)
destination and source IP address
Which statement is correct about IPv4 packet header fields?
the source and destination IPv4 addresses remain the same while traveling from source to destination.
Which field is used to detect corruption in the IPv4 header?
Header Checksum
Which field includes common values such as ICMP (1), TCP (6), and UDP (17)?
Protocol
Which three options are major issues associated with IPv4? (Choose three.)
IP address depletion, increased network complexity and internet routing table expansion
Which two options are improvements provided by IPv6 as compared to IPv4? (Choose two.)
Increased the IP address space & uses a simpler header to provide improved packet handling.
Which is true of the IPv6 header?
It consists of 40 octets & contains 8 headers.
Which is true of the IPv6 packet header?
The hop limit field replaces the IPv4 Time to Live field.
Which statement about host forwarding decisions is true?
local hosts can reach each other without the need of a router
Which default gateway statement is true?
The default gateway address is the IP address of the router on the local network.
Which two commands could be entered on a Windows host to view its IPv4 and IPv6 routing table? (Choose two.)
netstat -r & route print
What is the command used on a Cisco IOS router to view the routing table?
Show IP route
What does a code of "O" indicate next to a route in the routing table?
a route learned dynamically from OSPF
This type of route is also known as a gateway of last resort.
Default Route
Which is a characteristic of static routes?
They are manually configured
True or False? A router can be configured with a combination of both static routes and a dynamic routing protocol.
true
Which command can be used on a Windows host to display the routing table?
netstat -r
What information is added during encapsulation at OSI Layer 3?
source and destination IP addresses
How does the network layer use the MTU value?
The MTU is passed to the network layer by the data link layer.
Which characteristic describes an IPv6 enhancement over IPv4?
the IPv6 header is simpler than the IPv4, which improves packet handling
Which statement accurately describes a characteristic of IPv4?
IPv4 had a 32-bit address space
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
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
Which IPv4 address can a host use to ping the loopback interface?
127.0.0.1
When a connectionless protocol is in use at a lower layer of the OSI model, how is missing data detected and retransmitted if necessary?
Upper-Layer connection-oriented protocols keep track of the data received and can request retransmission from the upper-level protocols on the sending hosts
What was the reason for the creation and implementation of IPv6?
to relive IPv4 address deletion
Which information is used by routers to forward a data packet toward its destination?
destination IP address
Which field in an IPv4 packet header will typically stay the same during its transmission?
destination address
Which field in an IPv6 packet is used by the router to determine if a packet has expired and should be dropped?
Hop limit
What are two functions of NVRAM? (Choose two.)
to retain contents when power is removed & to store the startup configuration file
A router boots and enters setup mode. What is the reason for this?
The configuration file is missing from NVRAM.
The global configuration command ip default-gateway 172.16.100.1 is applied to a switch. What is the effect of this command?
The switch can be remotely managed from a host on another network.
What happens when the transport input ssh command is entered on the switch vty lines?
Communication between the switch and remote users is encrypted.
Refer to the exhibit. A user PC has successfully transmitted packets to www.cisco.com. Which IP address does the user PC target in order to forward its data off the local network?
172.20.0.254
Which three commands are used to set up secure access to a router through a connection to the console interface? (Choose three.)
line console 0, login, & password cisco
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.
Which two functions are primary functions of a router? (Choose two.)
packet forwarding & path selection
What is the effect of using the Router# copy running-config startup-config command on a router?
The contents of NVRAM will change.
What will happen if the default gateway address is incorrectly configured on a host?
The host cannot communicate with hosts in other networks.
What are two potential network problems that can result from ARP operation? (Choose two.)
On large networks with low bandwidth, multiple ARP broadcasts could cause data communication delays & Network attackers could manipulate MAC address and IP address mappings in ARP messages with the intent of intercepting network traffic.
Open the PT activity. Perform the tasks in the activity instructions and then answer the question. https://itexamanswers.net/download/modules-8-10-communicating-between-networks-packet-tracer-file
Which interfaces in each router are active and operational?
R1: G0/0 and S0/0/0
R2: G0/1 and S0/0/0
Which term describes a field in the IPv4 packet header used to identify the next level protocol?
protocol
Which term describes a field in the IPv4 packet header that contains an 8-bit binary value used to determine the priority of each packet?
differentiated services
Which term describes a field in the IPv4 packet header that contains a 32-bit binary value associated with an interface on the sending device?
source IPv4 address
Which term describes a field in the IPv4 packet header used to detect corruption in the IPv4 header?
header checksum
RTR1(config)# interface gi0/1
RTR1(config-if)# description Connects to the Marketing LAN
RTR1(config-if)# ip address 10.27.15.17 255.255.255.0 RTR1(config-if)# no shutdown
RTR1(config-if)# interface gi0/0
RTR1(config-if)# description Connects to the Payroll LAN RTR1(config-if)# ip address 10.27.14.148 255.255.255.0
RTR1(config-if)# no shutdown RTR1(config-if)# interface s0/0/0 RTR1(config-if)# description Connects to the ISP RTR1(config-if)# ip address 10.14.15.254 255.255.255.0
RTR1(config-if)# no shutdown RTR1(config-if)# interface s0/0/1 RTR1(config-if)# description Connects to the Head Office WAN RTR1(config-if)# ip address 203.0.113.39 255.255.255.0
RTR1(config-if)# no shutdown
RTR1(config-if)# end
Refer to the exhibit. A network administrator is connecting a new host to the Payroll LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?
10.27.14.148
Which term describes a field in the IPv4 packet header that contains a unicast, multicast, or broadcast address?
destination IPv4 address
Which term describes a field in the IPv4 packet header used to limit the lifetime of a packet?
TTL
Which term describes a field in the IPv4 packet header that contains a 4-bit binary value set to 0100?
version
What property of ARP causes cached IP-to-MAC mappings to remain in memory longer?
Entries in an ARP table are time-stamped and are purged after the timeout expires.
What property of ARP allows MAC addresses of frequently used servers to be fixed in the ARP table?
A static IP-to-MAC address entry can be entered manually into an ARP table.
What property of ARP allows hosts on a LAN to send traffic to remote networks?
Local hosts learn the MAC address of the default gateway.
Floor(config)# interface gi0/1
Floor(config-if)# description Connects to the Registrar LAN Floor(config-if)# ip address 192.168.235.234 255.255.255.0 Floor(config-if)# no shutdown
Floor(config-if)# interface gi0/0
Floor(config-if)# description Connects to the Manager LAN Floor(config-if)# ip address 192.168.234.114 255.255.255.0 Floor(config-if)# no shutdown
Floor(config-if)# interface s0/0/0
Floor(config-if)# description Connects to the ISP
Floor(config-if)# ip address 10.234.235.254 255.255.255.0 Floor(config-if)# no shutdown
Floor(config-if)# interface s0/0/1
Floor(config-if)# description Connects to the Head Office WAN Floor(config-if)# ip address 203.0.113.3 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# end
Refer to the exhibit. A network administrator is connecting a new host to the Registrar LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?
192.168.235.234
What property of ARP forces all Ethernet NICs to process an ARP request?
The destination MAC address FF-FF-FF-FF-FF-FF appears in the header of the Ethernet frame.
What property of ARP causes a reply only to the source sending an ARP request?
The source MAC address appears in the header of the Ethernet frame.
What property of ARP causes the request to be flooded out all ports of a switch except for the port receiving the ARP request?
The destination MAC address FF-FF-FF-FF-FF-FF appears in the header of the Ethernet frame.
What property of ARP causes the NICs receiving an ARP request to pass the data portion of the Ethernet frame to the ARP process?
The type field 0x806 appears in the header of the Ethernet frame.
Main(config)# interface gi0/1
Main(config-if)# description Connects to the Service LAN
Main(config-if)# ip address 172.29.157.156 255.255.255.0
Main(config-if)# no shutdown
Main(config-if)# interface gi0/0
Main(config-if)# description Connects to the Engineering LAN
Main(config-if)# ip address 172.29.156.36 255.255.255.0
Main(config-if)# no shutdown
Main(config-if)# interface s0/0/0
Main(config-if)# description Connects to the ISP
Main(config-if)# ip address 10.156.157.254 255.255.255.0
Main(config-if)# no shutdown
Main(config-if)# interface s0/0/1
Main(config-if)# description Connects to the Head Office WAN
Main(config-if)# ip address 198.51.100.177 255.255.255.0
Main(config-if)# no shutdown
Main(config-if)# end
Refer to the exhibit. A network administrator is connecting a new host to the Service LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?
172.29.157.156
BldgA(config)# interface gi0/1
BldgA(config-if)# description Connects to the Medical LAN
BldgA(config-if)# ip address 192.168.191.189 255.255.255.0
BldgA(config-if)# no shutdown
BldgA(config-if)# interface gi0/0
BldgA(config-if)# description Connects to the Client LAN
BldgA(config-if)# ip address 192.168.190.70 255.255.255.0
BldgA(config-if)# no shutdown
BldgA(config-if)# interface s0/0/0
BldgA(config-if)# description Connects to the ISP
BldgA(config-if)# ip address 10.190.191.254 255.255.255.0
BldgA(config-if)# no shutdown
BldgA(config-if)# interface s0/0/1
BldgA(config-if)# description Connects to the Head Office WAN
BldgA(config-if)# ip address 198.51.100.213 255.255.255.0
BldgA(config-if)# no shutdown
BldgA(config-if)# end
Refer to the exhibit. A network administrator is connecting a new host to the Medical LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?
192.168.191.189
Floor(config)# interface gi0/1
Floor(config-if)# description Connects to the Registrar LAN
Floor(config-if)# ip address 192.168.225.223 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# interface gi0/0
Floor(config-if)# description Connects to the Manager LAN
Floor(config-if)# ip address 192.168.224.103 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# interface s0/0/0
Floor(config-if)# description Connects to the ISP
Floor(config-if)# ip address 10.224.225.254 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# interface s0/0/1
Floor(config-if)# description Connects to the Head Office WAN
Floor(config-if)# ip address 203.0.113.246 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# end
Refer to the exhibit. A network administrator is connecting a new host to the Registrar LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?
192.168.225.223
Floor(config)# interface gi0/1
Floor(config-if)# description Connects to the Registrar LAN
Floor(config-if)# ip address 10.118.63.65 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# interface gi0/0
Floor(config-if)# description Connects to the Manager LAN
Floor(config-if)# ip address 10.118.62.196 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# interface s0/0/0
Floor(config-if)# description Connects to the ISP
Floor(config-if)# ip address 10.62.63.254 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# interface s0/0/1
Floor(config-if)# description Connects to the Head Office WAN
Floor(config-if)# ip address 209.165.200.87 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# end
Refer to the exhibit. A network administrator is connecting a new host to the Manager LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?
10.118.62.196
HQ(config)# interface gi0/1
HQ(config-if)# description Connects to the Branch LAN
HQ(config-if)# ip address 172.19.99.99 255.255.255.0
HQ(config-if)# no shutdown
HQ(config-if)# interface gi0/0
HQ(config-if)# description Connects to the Store LAN
HQ(config-if)# ip address 172.19.98.230 255.255.255.0
HQ(config-if)# no shutdown
HQ(config-if)# interface s0/0/0
HQ(config-if)# description Connects to the ISP
HQ(config-if)# ip address 10.98.99.254 255.255.255.0
HQ(config-if)# no shutdown
HQ(config-if)# interface s0/0/1
HQ(config-if)# description Connects to the Head Office WAN
HQ(config-if)# ip address 209.165.200.120 255.255.255.0
HQ(config-if)# no shutdown
HQ(config-if)# end
Refer to the exhibit. A network administrator is connecting a new host to the Store LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?
172.19.98.230
HQ(config)# interface gi0/1
HQ(config-if)# description Connects to the Branch LAN
HQ(config-if)# ip address 172.20.133.132 255.255.255.0
HQ(config-if)# no shutdown
HQ(config-if)# interface gi0/0
HQ(config-if)# description Connects to the Store LAN
HQ(config-if)# ip address 172.20.132.13 255.255.255.0
HQ(config-if)# no shutdown
HQ(config-if)# interface s0/0/0
HQ(config-if)# description Connects to the ISP
HQ(config-if)# ip address 10.132.133.254 255.255.255.0
HQ(config-if)# no shutdown
HQ(config-if)# interface s0/0/1
HQ(config-if)# description Connects to the Head Office WAN
HQ(config-if)# ip address 198.51.100.156 255.255.255.0
HQ(config-if)# no shutdown
HQ(config-if)# end
Refer to the exhibit. A network administrator is connecting a new host to the Store LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?
172.20.132.13
Main(config)# interface gi0/1
Main(config-if)# description Connects to the Service LAN
Main(config-if)# ip address 192.168.167.166 255.255.255.0
Main(config-if)# no shutdown
Main(config-if)# interface gi0/0
Main(config-if)# description Connects to the Engineering LAN
Main(config-if)# ip address 192.168.166.46 255.255.255.0
Main(config-if)# no shutdown
Main(config-if)# interface s0/0/0
Main(config-if)# description Connects to the ISP
Main(config-if)# ip address 10.166.167.254 255.255.255.0
Main(config-if)# no shutdown
Main(config-if)# interface s0/0/1
Main(config-if)# description Connects to the Head Office WAN
Main(config-if)# ip address 198.51.100.189 255.255.255.0
Main(config-if)# no shutdown
Main(config-if)# end
Refer to the exhibit. A network administrator is connecting a new host to the Service LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?
192.168.167.166
BldgA(config)# interface gi0/1
BldgA(config-if)# description Connects to the Medical LAN
BldgA(config-if)# ip address 192.168.201.200 255.255.255.0
BldgA(config-if)# no shutdown
BldgA(config-if)# interface gi0/0
BldgA(config-if)# description Connects to the Client LAN
BldgA(config-if)# ip address 192.168.200.80 255.255.255.0
BldgA(config-if)# no shutdown
BldgA(config-if)# interface s0/0/0
BldgA(config-if)# description Connects to the ISP
BldgA(config-if)# ip address 10.200.201.254 255.255.255.0
BldgA(config-if)# no shutdown
BldgA(config-if)# interface s0/0/1
BldgA(config-if)# description Connects to the Head Office WAN
BldgA(config-if)# ip address 203.0.113.222 255.255.255.0
BldgA(config-if)# no shutdown
BldgA(config-if)# end
Refer to the exhibit. A network administrator is connecting a new host to the Medical LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?
192.168.201.200
Other sets by this creator
CCNA 2 v7 modules 5-6
52 terms
CCNA 2 v7 Mod. 1-4
57 terms
CCNA Final Exam Pt. 4 (123 - 159)
30 terms
CCNA Final Exam Pt. 3 (78 - 117)
30 terms
Other Quizlet sets
Chapter 39: Immobility
48 terms
Accounting Chapter 2
89 terms
Intro to Pharm Sci Exam 1 Practice Questions
44 terms
Project Management - Chapter 3 MCQ
86 terms