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

Multiple choice technology storage
  1. Point to Point topology

  2. FC Arbitrated Loop ( FC :Fiber Channel )

  3. Switched Fabric

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Storage Area Network (SAN) topologies include three main architectures: Point-to-Point (direct connection between two devices), FC Arbitrated Loop (devices connected in a loop sharing bandwidth), and Switched Fabric (devices connected through switches providing dedicated paths). Since all three are valid SAN topologies, 'All the above' is the correct answer.

Multiple choice technology operating systems
  1. router activity

  2. Maximum Transmission Unit (MTU) size

  3. MAC address connectivity between network cards

  4. loopback address connectivity between network cards

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The linkloop command tests MAC address connectivity between network cards by sending packets with the source MAC set to the destination MAC, testing if the card can receive its own transmissions. It doesn't test router activity, MTU size, or IP-level loopback (ping does that).

Multiple choice technology operating systems
  1. /etc/services

  2. /etc/bootptab

  3. /etc/inetd.conf

  4. /etc/bootp.conf

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The /etc/bootptab file contains the configuration information sent in response to BOOTP requests, including IP addresses, hostnames, and other boot parameters for each client. /etc/services lists port numbers, /etc/inetd.conf configures the inet daemon, and /etc/bootp.conf is not the standard configuration file location.

Multiple choice technology embedded technologies
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

RS-485 uses differential signaling over a twisted pair of wires to transmit data, which provides high noise immunity. Single-ended transmission, where signals are referenced to a common ground, is used by standards like RS-232.

Multiple choice technology
  1. 100 Mbps

  2. 54 Mbps

  3. 24 Mbps

  4. 10 Mbps

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

802.11a operates in the 5 GHz frequency band and supports a maximum theoretical data rate of 54 Mbps. It was one of the first high-speed wireless standards. Options A, C, and D are incorrect - 100 Mbps is closer to 802.11n/g speeds in ideal conditions, while 24 and 10 Mbps are far below 802.11a's specification.

Multiple choice technology mainframe
  1. z/OS e V1.8

  2. z/OS V1 R9

  3. z/OS V1 R1.11

  4. z/OS for client V1.2

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This is a site-specific question about the mainframe operating system version used in SECOM. z/OS V1 R9 is the correct version. z/OS is IBM's mainframe operating system, and this question tests knowledge of the specific release running in the enterprise environment.

Multiple choice technology
  1. IEEE 802.3u

  2. IEEE 802.3

  3. Ethernet II

  4. IEEE 802.3z

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

IEEE 802.3z is the standard for Gigabit Ethernet (1000 Mbps). In contrast, 802.3u defines Fast Ethernet (100 Mbps), and 802.3 is the original base standard for Ethernet. The letter suffixes denote different speed and media specifications.

Multiple choice technology
  1. DTE

  2. LMI

  3. DCE

  4. DLCI

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

DLCI (Data Link Connection Identifier) is the identifier used in Frame Relay to determine which virtual circuit a frame belongs to. Each DLCI identifies a specific PVC (Permanent Virtual Circuit) through the Frame Relay network. DTE and DCE are devices, and LMI is a signaling protocol, but only DLCI identifies the channel.

Multiple choice technology
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Unacknowledged connectionless service means the sender transmits frames without waiting for acknowledgments. Each frame is independent and there's no connection setup. This is simple but provides no reliability guarantees.

Multiple choice technology
  1. Certified Novell Engineer

  2. Chief Network Engineer

  3. Certified Network Engineer

  4. None of the Above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

CNE (Certified Novell Engineer) is a professional certification for network administrators using Novell NetWare. It was a widely recognized certification in the 1990s for Novell networking products.

Multiple choice technology
  1. Hardware

  2. Software

  3. Both Hardware and Software

  4. None of the Above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Firewalls can be implemented as hardware devices (network appliances, dedicated firewall appliances), software (host-based firewalls on individual machines, or software firewalls running on general-purpose hardware), or a combination of both approaches. Hybrid implementations are common in enterprise environments. Option C correctly captures this implementation flexibility.

Multiple choice technology
  1. Data Terminal Equipment

  2. Distributed Terminal Environment

  3. Data Transmission Equipment

  4. Data Terminal Environment

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

DTE stands for Data Terminal Equipment, which refers to end-user devices in a network (like computers, terminals) that initiate or terminate data communication. DTE interfaces with DCE (Data Circuit-Terminating Equipment) like modems to communicate over networks.

Multiple choice technology
  1. Distributed Computing Environment

  2. Data Communications Equipment

  3. Data Circuit-Terminating Equipment

  4. Digital Communications Environment

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

DCE stands for Data Circuit-terminating Equipment (also known as Data Communications Equipment in some contexts). It's the network-side device that connects DTE (Data Terminal Equipment) to the network - examples include modems, CSU/DSU units. The 'C' represents Circuit or Communications in this context.