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
-
cli password serial radius
-
cli password telnet radius enable
-
cli password telnet radius
-
telnet-server radius
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.
-
default gateway x.x.x.x
-
ip-default-gateway x.x.x.x
-
ip default_gateway x.x.x.x
-
ip default-gateway x.x.x.x
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.
-
show vlan interface
-
show vlan info
-
show vlan
-
show vlan interface info
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.
-
show logging config
-
show syslog
-
show logging
-
show logging unit
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.
-
switch_name name
-
hostname name
-
name name
-
snmp-server name name
-
traceroute
-
tracerc
-
trace
-
tracert
-
Messaging
-
Inserts
-
Special Requests
-
Client data
-
All of the Above
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.
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.
B
Correct answer
Explanation
TCP/IP is the underlying suite of communication protocols used to establish connections and transport data packets between client browsers and web servers across the internet.
-
Boot -r
-
Restart
-
Reload
-
shut - r
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.
A
Correct answer
Explanation
NON STP (Non-Straight Through Processing) products require manual intervention and revert back to the Back Office (BO) for handling, unlike STP products which are automated.
-
ipconfig
-
ifconfig
-
netstat
-
neat
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.
-
a. Central point from which to manage the domain
-
b. Distributed control over a domain
-
a & b
-
None
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.
-
SSL is be configured at Domain Level. All Servers in Domain use same setting
-
SSL is be configured Server Level. Each Server in domain can have own SSL Setting.
-
SSL is configured at Cluster Level. All Servers that are part of Cluster use same setting.
-
SSL is configured at Cluster & Domain Level. All Servers that are part of Cluster use same setting.
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.
A
Correct answer
Explanation
WebLogic Server clusters can use multicast IP for cluster communication and discovery. This allows all cluster members to broadcast and receive cluster messages efficiently. While unicast is also configurable, multicast is the default and common approach.