0% found this document useful (0 votes)
19 views4 pages

Networking Fundamentals Quiz

Uploaded by

boitelojay
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views4 pages

Networking Fundamentals Quiz

Uploaded by

boitelojay
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

COMMUNICATION NETWORKS

OSI Model and Protocols:


1. In which OSI model layer does the IP protocol operate?
o a. Transport

o b. Data Link

o c. Network

o d. Physical

2. At which layer of the OSI model do traditional switches operate?


o a. Physical

o b. Data Link

o c. Network

o d. Transport

3. Which layer of the OSI model is responsible for ensuring reliable


transmission of data across a network?
o a. Application

o b. Transport

o c. Network

o d. Data Link

4. Which Data Link sublayer manages access to the physical medium in


networking?
o a. LLC (Logical Link Control)

o b. MAC (Media Access Control)

o c. Addressing layer

o d. Physical layer

IP Addressing and Routing:


5. Which of the following are valid IPv4 private IP addresses? (Select
TWO)
o a. [Link]

o b. [Link]

o c. [Link]
o d. [Link]

o e. [Link]

6. The process of determining the best path for data transmission from
Point A to Point B on a network is known as:
o a. Mapping

o b. Routing

o c. Switching

o d. Bridging

7. Which of the following methods are used to assign TCP/IP


parameters to network hosts? (Select TWO)
o a. Static

o b. Dynamic

o c. Default gateway

o d. DNS

o e. Subnet mask

8. A router that directs data between nodes on a single autonomous


LAN is known as a(n) ____ router.
o a. Gateway

o b. Edge

o c. Core

o d. Internal

Switches and Network Devices:


9. Switches that operate between Layer 4 and Layer 7 of the OSI model
are known as ____ switches.
o a. Content

o b. Multiport

o c. STP

o d. Peripheral

[Link] can create ____ by grouping a number of ports into a single


broadcast domain.
o a. Spanning trees
o b. Gateways

o c. VLANs

o d. Trunks

[Link] or False: Traditional switches can detect corrupt packets.


[Link] is the main function of a NIC (Network Interface Card)?
o a. Direct data traffic

o b. Establish physical connectivity to a network

o c. Encrypt data before transmission

o d. Manage network resources

[Link] of the following devices operates primarily at the Data Link


and Physical layers of the OSI model?
o a. Router

o b. Switch

o c. Firewall

o d. Hub

Miscellaneous:
[Link] protocol is used to resolve an IP address to a MAC address?
o a. DNS

o b. DHCP

o c. ARP

o d. ICMP

[Link] of the following represents the largest data unit the network
will carry?
o a. Packet

o b. MTU (Maximum Transmission Unit)

o c. Frame

o d. Segment

[Link] device is used to extend the collision domain of a network but


does not filter traffic based on MAC addresses?
o a. Switch
o b. Router

o c. Bridge

o d. Hub

17.A cut-through switch begins forwarding a packet:


o a. After the entire frame is received and checked

o b. After only the header is read

o c. After reading the first 64 bytes of the packet

o d. Immediately upon detecting the destination address

[Link] or False: Bridges are protocol-independent and can forward


traffic between different network types.
[Link] in NIC technology are making this hardware smarter than
ever. (True/False)
[Link] is the circuit or signaling pathway used by the motherboard to
transmit data between components, including memory, processor,
and NIC, called?
o a. PCIe

o b. ISA

o c. Bus

o d. Address Line

Common questions

Powered by AI

Traditional switches receive the entire frame before checking for errors and forwarding it, which inherently involves higher latency. In contrast, cut-through switches begin forwarding a packet after reading only the header, significantly reducing latency but at the cost of increased error propagation risks as no thorough error checking is performed in advance .

The MAC sublayer manages access to the physical medium in networking. It is responsible for controlling how devices on a network gain access to the medium and permission to transmit data. It does this by utilizing a unique hardware address, known as the MAC address, to direct frames across a local network .

Hubs operate at the Physical layer, functioning as a basic device for connecting multiple Ethernet devices, broadcasting data to all ports regardless of destination, which limits its efficiency. Unlike switches, which filter traffic based on MAC addresses and efficiently forward data only to the intended recipient, hubs extend the collision domain and lead to increased data collisions and network traffic, making them less suitable for complex or larger networks .

Static assignment involves manually configuring network hosts with a fixed IP address and other TCP/IP parameters, suitable for servers or devices requiring consistent addresses. Dynamic assignment, typically handled by DHCP, automatically allocates IP addresses to devices on a network, facilitating ease of management and flexibility, especially useful for client devices and growing networks .

Core routers are designed to operate within the backbone of a network, facilitating fast and efficient data transmission between complex networks by handling a large volume of traffic. Unlike edge routers, which connect internal networks to external networks, and internal routers, which connect devices within a single LAN, core routers do not manage ingress and egress traffic to the WAN, focusing instead on interconnecting with other core routers to maintain high-speed flow of information .

The IP protocol operates at the Network layer of the OSI model. Its primary responsibilities include logical addressing and providing a mechanism for determining the best path for data transmission, a process known as routing .

Organizations use VLANs with switches to improve network efficiency and security by grouping ports into a single broadcast domain. This configuration helps reduce broadcast traffic, limits the scope of broadcast storms, and allows for managed traffic segmentation. VLANs enable logical grouping of devices, regardless of physical location, optimizing network performance and security .

The Maximum Transmission Unit (MTU) defines the largest size of a packet that a network can transmit without needing fragmentation. It is crucial in network communications as it affects the efficiency of data transfer. If a packet exceeds the MTU size, it must be broken down into smaller segments, potentially increasing overhead and reducing throughput due to the processing needed to reassemble packets at their destination .

IP addressing is crucial in modern networks as it uniquely identifies devices, allowing for communication and routing across different networks. Valid IPv4 private IP addresses, which are used for internal network communication and not routable on the public internet, include 172.16.0.1 and 172.29.5.1 .

The Address Resolution Protocol (ARP) is critically important in networking as it resolves IP addresses to MAC addresses, thus facilitating direct communication between network nodes. This operation enables successful packet delivery within a local network segment, bridging the gap between the Network layer (IP addresses) and the Data Link layer (MAC addresses).

You might also like