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
-
client/server computing
-
enterprise collaboration
-
electronic commerce
-
internet worked enterprise
A
Correct answer
Explanation
Client/server computing involves end-user PCs (clients) connected to servers that share resources like software, processing power, and databases. This architecture allows distributed processing while centralizing shared resources. Enterprise collaboration focuses on communication tools, while electronic commerce is about online transactions.
D
Correct answer
Explanation
- Physical layer
- Data link layer
- Transport layer
- Network layer
- Session layer
- Presentation layer
- Application layer
-
Signal Array Network
-
Storage Area Network
-
Save All Network
-
Sell Arch Network
B
Correct answer
Explanation
SAN stands for Storage Area Network, which is a high-speed network that provides access to block-level storage. Signal Array Network, Save All Network, and Sell Arch Network are not valid technical terms. SAN is a fundamental concept in enterprise storage architecture.
-
Media access card
-
Hub access card
-
Network access card
-
Network interface card (NIC)
D
Correct answer
Explanation
A Network Interface Card (NIC) is the physical hardware component installed in a workstation that enables it to connect to a local area network.
-
Asynchronous transfer mode
-
Aggregated topography method
-
Automatic transferral of multiplex
-
Automatic teller machine
A
Correct answer
Explanation
ATM in networking stands for Asynchronous Transfer Mode, a high-speed networking technology that uses fixed-size cells for data transmission. 'Automatic teller machine' is the common banking meaning of ATM, not networking. The other options are fabricated terms.
-
Local Area Network
-
Local Area Net
-
Large Area Network
-
Large Area Net
A
Correct answer
Explanation
LAN stands for Local Area Network, a network connecting devices in a limited area. Options C and D incorrectly use 'Large', and option B truncates 'Network' to 'Net'.
-
Gateways
-
Utility computing
-
Router
-
Bridge
-
Switch
A
Correct answer
Explanation
A Gateway is a network node equipped for interfacing with another network that uses different protocols.
-
LAN
-
Intranet
-
Internet
-
WAN
-
Subnet
B
Correct answer
Explanation
An intranet is a computer network that uses Internet Protocol technology to share information, operational systems, or computing services within an organization. This term is used in contrast to internet, a network between organizations, and instead refers to a network within an organization
-
Interfacing
-
Assembling
-
Pairing
-
Networking
-
Interoperability
D
Correct answer
Explanation
Networking is the practice of linking two or more computing devices together for the purpose of sharing data.
-
Router
-
Gateway
-
Hub
-
Bridge
-
Coax
C
Correct answer
Explanation
An Ethernet hub, active hub, network hub, repeater hub, multiport repeater or hub is a device for connecting multiple Ethernet devices together and making them act as a single network segment.
B
Correct answer
Explanation
A ring network is a network topology in which each node connects to exactly two other nodes, forming a single continuous pathway for signals through each node - a ring.
C
Correct answer
Explanation
LAN (Local Area Network), WAN (Wide Area Network), and MAN (Metropolitan Area Network) are all network classifications based on geographical scope. IPv4 is a network layer protocol that defines IP addressing and packet routing, not a network type. This makes IPv4 the odd one out as it's a protocol standard rather than a network category.
-
RemoteStackVariable
-
StackFrame
-
InetAddress
-
URLConnection
-
DatagramPacket
C
Correct answer
Explanation
This makes objects able to be manipulated within other network classes.
-
The ports cannot communicate with other ports.
-
The ports default back to the management VLAN.
-
The ports automatically become a part of VLAN1.
-
The ports remain a part of that VLAN until the switch is rebooted. They then become members of the management VLAN.
A
Correct answer
Explanation
When a VLAN is deleted from a switch, the member ports lose their VLAN association and cannot communicate with other ports until they are reassigned to another VLAN. They don't automatically revert to any default VLAN without explicit reconfiguration.
-
SSH uses TCP whereas Telnet does not.
-
SSH encrypts only the username and password when logging in.
-
SSH encrypts all remote management communications whereas Telnet does not.
-
SSH sends a clear text message steam which reduces the bandwidth use for management.
C
Correct answer
Explanation
SSH encrypts the entire management session including all commands, output, and authentication credentials. Telnet transmits everything in clear text, making passwords and configuration visible to packet sniffers. SSH provides confidentiality and integrity for remote device management.