Computer Knowledge

Computer Networks

2,614 Questions

Computer networks involve the architecture, protocols, and security measures used for digital communication. This collection covers OSI model layers, IP addressing, data transmission, and cryptographic standards. These concepts are vital for the computer knowledge sections of banking and government exams.

OSI model layersNetwork protocolsIP subnet maskingData encryption standardsServer configurationsNetwork commands

Computer Networks Questions

Multiple choice technology
  1. cli password serial radius

  2. cli password telnet radius enable

  3. cli password telnet radius

  4. telnet-server radius

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

The correct command to enable RADIUS authentication on telnet in a switch is 'cli password telnet radius'. This command configures the switch to use RADIUS for authenticating telnet connections. Option A references serial instead of telnet, B includes 'enable' which is not part of the command, and D uses a different command structure.

Multiple choice technology
  1. default gateway x.x.x.x

  2. ip-default-gateway x.x.x.x

  3. ip default_gateway x.x.x.x

  4. ip default-gateway x.x.x.x

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

The correct command to configure the default gateway on a switch is 'ip default-gateway x.x.x.x' with a hyphen between default and gateway. Options A and B are missing the hyphen or using incorrect syntax, C uses an underscore instead of a hyphen which is incorrect.

Multiple choice technology
  1. show vlan interface

  2. show vlan info

  3. show vlan

  4. show vlan interface info

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

To view VLAN information for an interface, commands like 'show vlan' and 'show vlan interface info' are commonly used depending on the switch OS. 'show vlan' displays basic VLAN information, while 'show vlan interface info' shows interface-specific VLAN details. Options A and B are incomplete or incorrect commands.

Multiple choice technology
  1. show logging config

  2. show syslog

  3. show logging

  4. show logging unit

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

To view the configured remote logging server IP address, 'show logging config' displays the logging configuration including syslog server details. Option B 'show syslog' might show syslog messages but not the configuration, C 'show logging' shows log contents, and D 'show logging unit' is not a standard command.

Multiple choice technology programming languages
  1. Messaging

  2. Inserts

  3. Special Requests

  4. Client data

  5. All of the Above

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

W3C components in this context include Messaging (for communication), Inserts (for inserting data), and Special Requests (for specific operations). Client data is not listed as a component. Option E is incorrect because D is not part of the correct set.

Multiple choice technology programming languages
  1. HTTP

  2. TCP/IP

  3. ASP.NET

  4. HTML

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

TCP/IP is the foundational network protocol suite that connects client browsers with web servers. While HTTP (the application-layer protocol) is what browsers use to communicate with web servers, TCP/IP is the actual transport that makes this communication possible. Option B is correct. HTTP runs on top of TCP/IP, ASP.NET is a server framework, and HTML is a markup language.

Multiple choice technology platforms and products
  1. Boot -r

  2. Restart

  3. Reload

  4. shut - r

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

The 'Reload' command is the correct command to reboot a hardware client such as a firewall during network troubleshooting. 'Boot -r' is not standard syntax, 'Restart' is a Windows command, and 'shut - r' is incorrect syntax for reboot commands on network hardware.

Multiple choice technology operating systems
  1. ipconfig

  2. ifconfig

  3. netstat

  4. neat

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

ifconfig (interface configuration) displays information about active network interfaces, including IP addresses, MAC addresses, and network statistics. While newer systems use the 'ip' command, ifconfig remains widely known. Note that 'ipconfig' is the equivalent command in Windows systems.

Multiple choice technology web technology
  1. a. Central point from which to manage the domain

  2. b. Distributed control over a domain

  3. a & b

  4. None

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

The Administration Server provides a central point from which to manage the entire WebLogic domain. It handles configuration, monitoring, and management tasks for all Managed Servers in the domain. It does NOT provide distributed control - that centralized management is its key purpose. All domain configuration is stored and executed from this single point.

Multiple choice technology web technology
  1. SSL is be configured at Domain Level. All Servers in Domain use same setting

  2. SSL is be configured Server Level. Each Server in domain can have own SSL Setting.

  3. SSL is configured at Cluster Level. All Servers that are part of Cluster use same setting.

  4. SSL is configured at Cluster & Domain Level. All Servers that are part of Cluster use same setting.

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

SSL configuration (e.g., in WebLogic or typical application servers) is performed at the individual Server level, allowing each server to have distinct certificates and settings. Domain or cluster-level settings do not override this granularity.