Computer Knowledge
Computer Networks
2,095 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
-
IBM
-
Sun Microsystem
-
CISCO
-
Cognizant Technologies
B
Correct answer
Explanation
Sun Microsystems coined the famous tagline 'The Network is the Computer', reflecting their vision of network-centric computing and distributed systems. IBM, CISCO, and Cognizant are technology companies but use different taglines. This question tests knowledge of tech industry slogans.
-
A client
-
A host
-
A web server
-
A router
A
Correct answer
Explanation
A client is a computer or program that requests data or services from a server, which is the computer providing the resources. A web server responds to requests, a host is any device on a network, and a router directs traffic between networks.
-
Laptop
-
Office
-
Network
-
I-Security
C
Correct answer
Explanation
Réseau is the French word for network, referring to interconnected systems or social connections. Network is the correct English translation. Laptop and Office are unrelated French technology terms.
B
Correct answer
Explanation
Ascenseur is the French word for lift or elevator, used to transport people vertically between floors. Lift is the correct English equivalent, commonly used in British English. Network and Door are unrelated French vocabulary terms.
-
Computer
-
Laptop
-
Network
-
Elevator
B
Correct answer
Explanation
Portatif in French means portable or mobile, commonly referring to a laptop computer (ordinateur portatif). Laptop is the best answer as it represents a portable computing device. Computer is too general, and Network is unrelated.
-
Serves as an interface between a computer and another computer or devices.
-
Serves as an interface between two software.
-
Serves as an interface between hardware and software.
-
Serves as an interface between CPU and RAM.
A
Correct answer
Explanation
In computing, a port is a physical or virtual connection point that serves as an interface between a computer and external devices or other computers. Ports allow data transfer between systems - examples include USB ports for connecting peripherals, network ports for internet connectivity, and serial/parallel ports for various devices.
-
Communication server
-
Print server
-
File server
-
None of the Above
C
Correct answer
Explanation
A file server is a network server dedicated to storing and managing files so that multiple users on a LAN can access shared programs and data. Communication servers handle network connections, print servers manage printers, and file servers specifically handle file sharing - which is exactly what the question describes.
-
Bus
-
Star
-
Ring
-
Double ring
A
Correct answer
Explanation
In bus topology, all devices share a single backbone cable. If that main cable breaks anywhere, the entire network fails because the backbone is the communication path for all nodes. In star topology, only the disconnected node fails. Ring and double ring can often recover from breaks using dual rings or token reconfiguration.
-
Bus
-
Star
-
Ring
-
None of the Above
B
Correct answer
Explanation
Star topology is preferred for large networks because it offers better scalability and easier troubleshooting. All devices connect to a central hub or switch, making it simple to add or remove nodes without disrupting the entire network. Bus and ring topologies become impractical at scale due to single points of failure and collision management issues.
-
STP server
-
Hub/switch
-
PDC
-
Router
B
Correct answer
Explanation
In a star topology, all devices connect to a central hub or switch that acts as the central connection point. This central device manages communication between all connected nodes. STP servers and routers serve different purposes in networking, while PDC relates to domain controllers.
-
ARCnet
-
Ethernet
-
ARPAnet
-
Sancharnet
B
Correct answer
Explanation
Ethernet uses CSMA/CD (Carrier Sense Multiple Access with Collision Detection) as its media access control method. This protocol helps manage how devices share the communication medium and handle collisions when multiple devices transmit simultaneously. ARCnet uses token passing, while ARPAnet and Sancharnet use different access methods.
-
Application
-
Network
-
Physical
-
Transport
-
Server
-
Client
-
Mainframe
-
Web server
A
Correct answer
Explanation
A server is a computer that shares resources (files, printers, applications, services) with other computers on the network. Clients are computers that request and use these resources. Mainframes are large centralized computers, while web servers specifically serve web content, making Server the most accurate general answer.
-
Application
-
Network
-
Physical
-
Transport
C
Correct answer
Explanation
Network cables operate at the Physical layer (Layer 1) of the OSI model, which deals with the actual physical connection and transmission of raw bits over the medium. The Physical layer defines specifications for cables, connectors, and signaling. Higher layers deal with logical rather than physical aspects.
-
Circuit switched
-
Packet switched
-
Both
-
None of the Above
A
Correct answer
Explanation
ISDN (Integrated Services Digital Network) is an example of circuit-switched networking, where a dedicated communication path is established for the duration of the connection. Circuit switching reserves bandwidth throughout the session, unlike packet switching which breaks data into packets and shares network resources dynamically.