Computer Knowledge
Computer Networks
2,256 Questions
Computer networks form the backbone of digital communication, connecting multiple devices to share data and resources. This area covers network architectures, transmission media, modems, and topologies like LAN. These concepts are crucial for computer knowledge sections in banking and government exams.
Network topologiesModulation and demodulationNetwork addressingFiber optic cablesWireless infrastructure
Computer Networks Questions
-
Bridges
-
Routers
-
Switches
-
Hubs
B
Correct answer
Explanation
Routers operate at Layer 3 (Network Layer) and make forwarding decisions based on IP network addresses and network classes (Class A, B, C), not individual MAC addresses. They route packets between different networks. Bridges and switches work at Layer 2 using MAC addresses, while hubs simply repeat signals to all ports without any decision-making capability. Only routers use network address groups for routing decisions.
-
Hub
-
Repeater
-
Bridge
-
Switch
D
Correct answer
Explanation
A switch operates at Layer 2 and learns MAC addresses to forward frames only to specific destination ports, unlike a hub which broadcasts to all ports. This provides dedicated bandwidth to each connected device, making data transmission more efficient. Switches are the core devices providing concentrated connectivity in modern networks.
-
Virtual Private Network
-
System and Network Management system
-
e-Mail
-
Office (desktop) software
-
All of these
E
Correct answer
Explanation
Infrastructure applications provide foundational services that support organizational operations. VPNs enable secure remote connectivity, System/Network Management tools monitor and maintain IT health, email services handle communication, and office software suites support productivity. All represent infrastructure-layer applications that multiple users or systems depend on.
-
1 hour
-
30 minutes
-
15 minutes
-
5 minutes
C
Correct answer
Explanation
With 20% overhead, effective bandwidth is 8 Mbps. Converting 1 GB to megabits: 1 GB = 8,192 Mb. At 8 Mbps, time = 8,192 / 8 = 1,024 seconds ≈ 17 minutes. Option C (15 minutes) is the closest approximation.
-
Throughput
-
Response Time
-
Number in the system
-
Utilization of network
A
Correct answer
Explanation
Network bandwidth measures the data transfer capacity per unit time, which is a throughput metric. Response time measures latency, not throughput. 'Number in the system' is a queue metric. 'Utilization' measures how much of capacity is used, not the capacity itself.
B
Correct answer
Explanation
A single switch has ONE broadcast domain - all ports are in the same broadcast domain by default. Broadcast frames (like ARP requests) are flooded out all ports except the receiving port. To create multiple broadcast domains, you need VLANs or separate switches connected via a router.
B
Correct answer
Explanation
By default, all ports on a switch belong to a single broadcast domain. Broadcast frames are forwarded out all ports except the originating port. VLANs can create multiple broadcast domains, but a basic switch has one.
B
Correct answer
Explanation
By default, all ports on a switch belong to a single broadcast domain. Broadcast frames are forwarded out all ports except the originating port. VLANs can create multiple broadcast domains, but a basic switch has one.
B
Correct answer
Explanation
A basic switch (without VLANs) has exactly ONE broadcast domain. All ports on a switch belong to the same broadcast domain, meaning broadcast frames are flooded to all ports. This is different from collision domains where each switch port is a separate collision domain. Broadcast domains can be segmented using VLANs, but a default single-switch configuration has one broadcast domain.
-
Active
-
Passive
-
Both
-
Not define
A
Correct answer
Explanation
In Informatica PowerCenter, a Router is an active transformation because it can change the number of rows that pass through it (e.g., dropping rows that do not match any group condition). Passive transformations must preserve the row count and row identity.
-
Bear Baiting
-
Freefalling
-
Jailbreaking
-
Piggybacking
D
Correct answer
Explanation
Piggybacking refers to using someone else's wireless Internet connection without their permission. It's the correct term for this unauthorized access to Wi-Fi networks.
-
Allows you to search the network for other drives
-
Allows you to connect to a different network drive
-
Nothing
-
Shows you a map of the information on the hard drive
C
Correct answer
Explanation
On a home/single system with no network, Map Network Drive has nothing to connect to. The tool requires network infrastructure - either domain/workgroup membership or direct network path access. Without these, clicking the menu option does nothing because there are no network resources to map.
-
URL (Universal Resource Locator)
-
LAN (Local Area Network)
-
WAN (Wide Area Network)
-
World Wide Web
C
Correct answer
Explanation
A Wide Area Network (WAN) connects networks over large distances, typically using high-speed telephone lines or leased lines. LANs cover small areas like buildings, URL is an address format, and World Wide Web is a service that runs over networks.
-
Always
-
When
-
Status
-
Else
-
All of the above
E
Correct answer
Explanation
In Pega PRPC, Utility shapes support multiple connector types: Always (unconditional execution), When (conditional based on criteria), Status (based on flow status codes), and Else (fallback when no When conditions match). All four types can emanate from a Utility shape.
-
Topology manager
-
security manager
-
designer
-
non of the above
A
Correct answer
Explanation
In Oracle Data Integrator (ODI), physical connections, physical schemas, and data servers are defined and managed within the Topology Manager. Security manager handles users, and Designer handles projects and mappings.