Network quiz 2
Network quiz 2
1. Answer: a) Router
Explanation: A router is responsible for limiting the scope of broadcast traffic by
segmenting networks into different subnets.
2. Answer: c) DNS
Explanation: DNS (Domain Name System) is responsible for converting domain
names (like www.example.com) to IP addresses.
3. Answer: b) 1022
Explanation: With a subnet mask of 255.255.254.0, you get a subnet with 1024
addresses, and subtracting 2 for network and broadcast addresses leaves 1022
usable host addresses.
4. Answer: c) Distance-vector
Explanation: RIP (Routing Information Protocol) is a distance-vector routing
protocol that uses hop count as its metric.
5. Answer: b) ICMP
Explanation: ICMP (Internet Control Message Protocol) is used for
diagnostics, such as ping, to verify whether a device is reachable on a network.
6. Answer: c) It is a distance-vector protocol
Explanation: OSPF is a link-state protocol, not a distance-vector one. OSPF uses
the Dijkstra algorithm to determine the best route.
7. Answer: c) EIGRP
Explanation: EIGRP (Enhanced Interior Gateway Routing Protocol) uses a
metric based on bandwidth and delay, making it more efficient in handling
dynamic networks.
8. Answer: b) Time To Live
Explanation: TTL (Time To Live) in an IP packet indicates the maximum
number of hops the packet can make before being discarded.
9. Answer: c) VLANs reduce the size of broadcast domains
Explanation: VLANs (Virtual Local Area Networks) are used to partition a
physical network into smaller logical segments to reduce broadcast traffic.
10. Answer: a) The number of hops a packet must take
Explanation: The metric in a routing protocol like RIP is based on hop count. In
other protocols like OSPF, the metric could be based on bandwidth or other
factors.
11. Answer: b) 172.16.0.0 - 172.31.255.255
Explanation: This range falls within the Class B private IP address range defined
for private use.
12. Answer: a) Router
Explanation: A router operates at Layer 3 of the OSI model, which is the
Network Layer responsible for routing packets between different networks.
13. Answer: b) Distributed Denial of Service (DDoS) attack
Explanation: A DMZ (Demilitarized Zone) is used to isolate external-facing
servers (such as web servers) from internal networks to mitigate external attacks
like DDoS.
14. Answer: b) DHCP
Explanation: DHCP (Dynamic Host Configuration Protocol) is used to
dynamically assign IP addresses to devices on a network.
15. Answer: b) TCP
Explanation: TCP (Transmission Control Protocol) operates at Layer 4
(Transport Layer) of the OSI model, providing reliable, connection-oriented
communication.
16. Answer: c) 1 Gbps
Explanation: 1000BASE-T is a standard for Ethernet that supports a maximum
data rate of 1 Gbps over twisted pair cabling.
17. Answer: b) OSPF
Explanation: OSPF (Open Shortest Path First) uses hello packets to establish
and maintain neighbor relationships with routers in the same area.
18. Answer: a) VLAN
Explanation: VLAN (Virtual Local Area Network) allows multiple logical
networks (virtual networks) to exist on a single physical network infrastructure.
19. Answer: b) Layer 3
Explanation: Routers operate at Layer 3 (Network Layer), where they are
responsible for forwarding packets between different networks.
20. Answer: a) Reduced need for IP routing tables
Explanation: MPLS (Multiprotocol Label Switching) improves routing
efficiency by using labels instead of IP addresses, reducing the complexity of
routing tables.
21. Answer: b) HTTPS
Explanation: HTTPS (HyperText Transfer Protocol Secure) is the secure
version of HTTP, using SSL/TLS to encrypt the communication between web
browsers and servers.
22. Answer: c) Ethernet
Explanation: Ethernet operates at the Data Link Layer (Layer 2) of the OSI
model, dealing with MAC addresses for local network communication.
23. Answer: b) show ip route
Explanation: The "show ip route" command displays the routing table in a Cisco
router, listing all known routes.
24. Answer: b) The length of the network portion of the IP address
Explanation: The subnet mask determines the network portion of an IP address
by indicating how many bits are used for the network address.
25. Answer: b) RIP uses hop count as a metric, while OSPF uses bandwidth
Explanation: RIP uses hop count as a metric, while OSPF uses a more complex
metric based on link bandwidth.
26. Answer: b) The default subnet mask is 255.255.255.0
Explanation: A Class C address uses a default subnet mask of 255.255.255.0,
supporting up to 254 usable hosts per subnet.
27. Answer: b) Resolves an IP address to a MAC address
Explanation: ARP (Address Resolution Protocol) resolves IP addresses to
MAC addresses, enabling communication within a local network.
28. Answer: d) ip address [IP address] [subnet mask]
Explanation: The ip address command is used in Cisco IOS to configure an IP
address and subnet mask on an interface.
29. Answer: a) Devices in the same broadcast domain receive all broadcast
packets
Explanation: A broadcast domain is a network segment where all devices
receive broadcast packets sent within that segment.
30. Answer: c) TCP
Explanation: TCP (Transmission Control Protocol) is connection-oriented,
ensuring reliable transmission of data between devices, unlike UDP, which is
connectionless.