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
-
data link
-
transport
-
network
-
physical
C
Correct answer
Explanation
Packets are the protocol data units (PDUs) at the network layer (Layer 3), which handles routing and logical addressing (IP addresses). The data link layer uses frames, the transport layer uses segments, and the physical layer deals with bits. This is a fundamental OSI model concept.
-
network
-
data link
-
transport
-
physical
A
Correct answer
Explanation
The network layer (Layer 3) translates between physical (MAC) addresses used for local delivery and logical (IP) addresses used for routing across networks. Protocols like ARP (Address Resolution Protocol) operate here to map IP addresses to MAC addresses for delivery on the local network segment.
D
Correct answer
Explanation
RJ-11 is the standard 6-pin modular connector used for telephone lines and connecting modems to phone jacks. It typically uses 4 or 6 wires. RJ-45 (option A) is the larger 8-pin connector used for Ethernet networks. RJ-10 doesn't exist as a standard connector type, and COM1 is a serial port designation, not a physical connector type.
-
MAC /Info
-
MAC /more
-
getinfo MAC
-
getmac
D
Correct answer
Explanation
getmac is the Windows command that displays the MAC address(es) of network adapters in the system. Options A, B, and C are not valid commands - MAC must be retrieved using getmac or ipconfig /all. The MAC address is the hardware identifier for network interfaces.
-
network
-
net
-
netsh
-
netstat
B
Correct answer
Explanation
The 'net' command suite provides various Windows networking and service commands including net use, net user, net share, net start, etc. netsh (network shell) is more advanced for network config. netstat shows network statistics. 'network' and 'netstat' are not suites like net is.
-
RTF
-
Plain Text
-
HTML
-
DHTML
B
Correct answer
Explanation
Plain text creates the smallest email message files because it contains only the raw text characters without any formatting information, markup tags, or embedded styling. RTF (Rich Text Format) includes formatting codes, HTML includes tags, and DHTML (Dynamic HTML) includes even more scripting and interactive elements.
-
USENET
-
Static Web sites
-
ARPANET
-
Ethernet
C
Correct answer
Explanation
ARPANET (Advanced Research Projects Agency Network), created by the U.S. Department of Defense in 1969, was the precursor to the modern Internet. It pioneered packet-switching technology and TCP/IP protocols that form the Internet's foundation.
-
USENET
-
Static Web sites
-
ARPANET
-
Ethernet
C
Correct answer
Explanation
ARPANET (Advanced Research Projects Agency Network), funded by the U.S. Department of Defense, was the precursor to the modern Internet. It pioneered packet switching and TCP/IP protocols in the late 1960s and 1970s, while USENET came later and Ethernet is a local networking technology.
B
Correct answer
Explanation
HTTP defines specific request methods: GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, TRACE. ENCRYPT is not a valid HTTP method; encryption is handled at the transport layer via SSL/TLS using the https: scheme, not as an HTTP verb.
-
networkconn.cpl
-
ncpa.cpl
-
ntcn.cpl
-
netwkconn.cpl
B
Correct answer
Explanation
ncpa.cpl (Network Connections Control Panel Applet) opens Windows network connection settings. The name derives from Network Connections Panel Applet. Options A, C, and D are made-up names - only ncpa.cpl is the actual Control Panel file for network connections.
-
Connection Tool
-
ODBC DSN
-
Connection Session
-
Connection Pool
D
Correct answer
Explanation
In the physical layer of an RPD, a Connection Pool is the specific component that defines the connection parameters, such as data source name, user credentials, and connection limits, used to connect to a physical database.
A
Correct answer
Explanation
In Half Duplex communication, both parties can transmit and receive signals, but not simultaneously. Only one party can transmit at a time, making the statement true.
-
IEEE 802.11
-
IEEE 802.3
-
IEEE 802.16
-
None of the above
B
Correct answer
Explanation
IEEE 802.3 is the working group and collection of IEEE standards defining the physical layer and data link layer's media access control (MAC) of wired Ethernet. IEEE 802.11 defines Wi-Fi, and IEEE 802.16 defines WiMAX.
-
arp -a
-
arp -vi
-
apr -a
-
apr -vi
A
Correct answer
Explanation
The arp -a command displays the ARP (Address Resolution Protocol) cache, which shows the MAC addresses of network devices that the system has recently communicated with. This is the standard way to view MAC addresses in the ARP table. Options with 'apr' are typos, and -vi is not the correct flag combination for displaying ARP information.
-
arp -a
-
arp -vi
-
apr -a
-
apr -vi
A
Correct answer
Explanation
The arp -a command displays the ARP (Address Resolution Protocol) cache, which shows IP-to-MAC address mappings for recently communicated network devices. This is the standard way to view MAC addresses of network interfaces and remote systems. Options B, C, and D have incorrect command syntax or don't exist.