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
-
The client failed to sent a request in the time allowed by the server.
-
The request was successful but the User-Agent should reset the document view that caused the request.
-
The requested response is at a different URI and should be accessed using a GET command at the given URI.
-
Reserved for future use.
B
Correct answer
Explanation
HTTP 205 Reset Content tells the client to reset the document view (such as clearing form fields) after a successful request. This is commonly used after form submissions to indicate the request succeeded and the UI should be cleared for new input.
-
The requested response is at a different URI and should be accessed using a GET command at the given URI.
-
The method specified in the Request-Line is not allowed for the specified resource.
-
Tells the client that the first part of the request has been received and that it should continue with the rest of the request or ignore if the request has been fulfilled.
-
The expectation given in the Expect request-header could not be fulfilled by the server.
C
Correct answer
Explanation
HTTP 100 Continue is an informational response code that tells the client the initial part of the request was received and the server is waiting for the remainder. It's used when the client sends an Expect: 100-continue header to check if the server will accept the request body.
-
Always contains more than 5 PCs
-
Connects PCs to telephones
-
Connects PCs and other computer devices within a small geographic area
-
Always contains a server which houses centralized files
C
Correct answer
Explanation
A Local Area Network (LAN) connects computers and devices within a limited geographic area such as a home, office, or building. LANs can have any number of devices (not always more than 5) and don't require a centralized server or telephone connections.
A
Correct answer
Explanation
A node is any electronic device attached to a network that can communicate with other devices. This includes computers, printers, routers, switches, or any other network-capable device. Hubs, routers, and cables are specific network components, not the generic term.
-
Your office wants to share a printer
-
Your office wants to share a fax machine
-
You need to store large databases and software in a central location
-
You have to upgrade to the latest version of Windows
C
Correct answer
Explanation
Client/server networks centralize resources like databases and applications on a dedicated server for better management, security, and performance. Peer-to-peer networks can share printers and fax machines without needing a server, and Windows upgrades are unrelated to network architecture.
-
Is ideal for transferring large files
-
Always requires a router
-
Only functions with fiber optic cable
-
Requires no special operating system other than Windows 95 or 98
D
Correct answer
Explanation
Windows 95 and 98 included built-in peer-to-peer networking capabilities that allowed basic file and printer sharing without requiring a dedicated network operating system like Windows Server. Modern peer-to-peer networks can use various connection types and don't always require routers.
-
Files are stored on the server computer and can be stored on individual PCs
-
No special operating system other than Windows 95 or 98 is required
-
When one node "goes down" the entire network malfunctions
-
Twenty nodes is the absolute maximum allowed on a client/server network
A
Correct answer
Explanation
In client/server networks, files are typically stored on the centralized server but can also be stored on individual PCs as needed. Client/server networks don't have a hard limit of 20 nodes, can continue operating if one node fails, and require appropriate server operating systems.
-
Is an internal company Internet -- not accessible by outside users
-
Requires its own operating system
-
Is one of several methods by which information travels through a network
-
Is not available for peer-to-peer networks
C
Correct answer
Explanation
Ethernet is one of the most widely used LAN technologies that defines how data travels through network cables. It's not an internal network (that's an intranet), doesn't require its own OS, and works with both peer-to-peer and client/server networks.
-
Hub
-
Access Router
-
Graghic Accelerator Card
-
NIC
D
Correct answer
Explanation
A Network Interface Card (NIC) is a hardware component that installs in a PC and provides the physical connection to a network. Hubs and routers connect multiple devices, graphic accelerators are for video processing, and cables are the transmission medium, not the interface card.
-
Purchase backup equipment for all network devices
-
Choose products that are flexible in case you want to upgrade and expand your network in the future
-
Install an additional telephone line for each PC in your network
-
Choose the fastest cabling possible to ensure your network won't be obsolete within 2 years
B
Correct answer
Explanation
When planning a network, flexibility for future expansion is crucial. Option B correctly identifies that choosing flexible products allows for cost-effective upgrades. Option A suggests excessive spending on backup equipment. Option C (telephone line per PC) is not a networking requirement. Option D focuses only on speed without considering scalability needs.
-
Connect to your office network from your home
-
Function as a hub
-
Connect to a 10 Mbps or, if you upgrade, a 100 Mbps network
-
Connect to your network through a cable line.
C
Correct answer
Explanation
A dual Ethernet 10/100 Mbps NIC supports both 10 Mbps and 100 Mbps network standards. Option C correctly states this backward compatibility advantage. Option A refers to remote access (VPN), not NIC speed. Option B is incorrect - a PC cannot function as a hub. Option D refers to cable modem connections, unrelated to Ethernet speeds.
-
HTTP Communication
-
Socket Communication
-
RMI Communication
-
All the above
D
Correct answer
Explanation
Applets can communicate with servlets through multiple mechanisms. HTTP is the most common method using URL connections. Socket communication allows direct TCP/IP connections, and RMI enables Java-to-Java remote method calls. All three methods are valid for applet-servlet communication.
B
Correct answer
Explanation
Digital phones are not IP-based. Traditional digital phones use Time Division Multiplexing (TDM) or proprietary digital signaling protocols to transmit voice data over dedicated circuits. They operate on circuit-switched networks, not packet-switched IP networks. IP phones (VoIP phones) are IP-based, but digital phones in telephony contexts refer to non-IP digital systems.
-
regular modem
-
DSL
-
Cable modem
-
NIC
-
systems network analog
-
sugnal network architecture
-
Systems network architecture
-
signal network analog
C
Correct answer
Explanation
SNA (Systems Network Architecture) is IBM's proprietary networking architecture for connecting computers and devices. It defines how different components communicate in a network environment.