ACP Networking Fundamentals 1 — Questions and Answers
Question 1: What is the primary function of a router in a network?
- Boost wireless signals
- Store network data
- Route traffic between networks (Correct answer)
- Monitor user activity
Correct answer: Route traffic between networks
A router's primary function is to connect different networks and forward data packets between them. It uses IP addresses to determine the best path for data to travel from a source network to a destination network. This enables communication between devices on separate local area networks (LANs) and the internet.
Question 2: Which protocol is used to assign IP addresses dynamically?
- DNS
- FTP
- DHCP (Correct answer)
- HTTP
Correct answer: DHCP
DHCP, or Dynamic Host Configuration Protocol, is a network management protocol used on Internet Protocol (IP) networks for dynamically assigning IP addresses and other communication parameters to devices connected to the network. This automation simplifies network administration by eliminating the need for manual IP configuration for each device, ensuring efficient network operation.
Question 3: What is the function of a switch in a network?
- Connects to the internet
- Distributes IP addresses
- Directs traffic within a LAN (Correct answer)
- Manages user accounts
Correct answer: Directs traffic within a LAN
A network switch operates within a Local Area Network (LAN) to connect multiple devices, such as computers, printers, and servers. Its function is to efficiently direct data traffic only to the specific device for which it is intended, based on MAC addresses. This intelligent forwarding improves network performance by reducing unnecessary traffic compared to a hub.
Question 4: Which of the following is a private IP address?
- 8.8.8.8
- 192.168.1.1 (Correct answer)
- 172.33.0.1
- 144.12.1.1
Correct answer: 192.168.1.1
Private IP addresses are reserved for use within private networks and are not routable on the public internet. The Internet Assigned Numbers Authority (IANA) has reserved specific IP address ranges for this purpose, which include 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. Therefore, 192.168.1.1 falls within one of these designated private ranges, commonly used in home and small office networks.
Question 5: What does DNS stand for?
- Dynamic Network System
- Domain Network Structure
- Domain Name System (Correct answer)
- Data Number Service
Correct answer: Domain Name System
DNS stands for Domain Name System. It is a hierarchical and decentralized naming system for computers, services, or any resource connected to the Internet or a private network. DNS translates human-readable domain names (like google.com) into numerical IP addresses that computers use to identify each other, acting like the internet's phonebook.
Question 6: Which layer of the OSI model is responsible for routing?
- Data Link Layer
- Transport Layer
- Network Layer (Correct answer)
- Session Layer
Correct answer: Network Layer
The Network Layer (Layer 3) of the OSI model is responsible for logical addressing and routing data packets across different networks. Routers operate at this layer, using IP addresses to determine the best path for data. This layer ensures end-to-end delivery of packets from the source host to the destination host, making routing its core function.
What is the primary function of a router in a network?