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 server
  1. Lmhosts file, Local Host Name, Hosts File, DNS Server, NetBIOS Name Cache, WINS Server, Broadcast,

  2. Local Host Name, Hosts File, DNS Server, NetBIOS Name Cache, WINS Server, Broadcast, Lmhosts file

  3. DNS Server, Local Host Name, Hosts File, NetBIOS Name Cache, WINS Server, Broadcast, Lmhosts file

  4. Local Host Name, NetBIOS Name Cache, Hosts File, DNS Server, WINS Server, Broadcast, Lmhosts file

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

On a Windows NT 4.0 machine, the standard resolution order starts with the local host name, then checks the local Hosts file, queries DNS, checks the NetBIOS cache, queries WINS, attempts a broadcast, and finally checks the LMHOSTS file.

Multiple choice sql-server
  1. TCP/IP

  2. Unix Command Protocol

  3. Multiprotocol

  4. Named Pipes

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

TCP/IP is the standard cross-platform network protocol that both Windows (SQL Server) and Unix systems support natively. Named Pipes is Windows-specific and won't work with Unix. There is no 'Unix Command Protocol' - this is a distractor. Multiprotocol is a Windows-specific RPC-based protocol that also doesn't support Unix clients.

Multiple choice web-design
  1. 21 and 443 respectively.

  2. 21 and 444 respectively.

  3. 23 and 443 respectively.

  4. 443 and 21 respectively.

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

FTP (File Transfer Protocol) traditionally uses port 21 for control connections. SSL (Secure Sockets Layer), which evolved into TLS, is used for secure HTTP (HTTPS) on port 443. Option B incorrectly lists 444 for SSL. Option C swaps FTP's port 21 with Telnet's port 23. Option D reverses both port assignments.

Multiple choice server windows-2000
  1. Configure a Group Policy for each OU in the accounting.cert21.com domain and configure a service pack software package for each group policy

  2. Configure a Group Policy for the OU in the home.cert21.com domain and configure a service pack software package for the group policy

  3. Configure a Group Policy for each OU in the finance.cert21.com domain and configure a service pack software package for each group policy

  4. Configure a Group Policy for each OU in the cert21.com domain and configure a service pack software package for each group policy

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

With a slow 128K link, you should configure Group Policy at the parent OU level (home.cert21.com) rather than each individual OU - this minimizes replication traffic across the slow WAN link. Options A, C, and D suggest configuring policies for each OU, which would create excessive policy replication over the limited bandwidth connection.

Multiple choice server windows-2000
  1. Devote one computer as the DHCP server that supports dynamic DNS updates

  2. Disconnect Server1 from the production network

  3. Devote one computer as the DNS server that supports SRV records and accept dynamic updates

  4. Devote one computer as the WINS server that works with the DNS server

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

Windows 2000 Active Directory requires a DNS server that supports SRV records to locate domain controllers and services. SRV records allow clients to find specific services like LDAP, Kerberos, and GC within the domain. Dynamic DNS updates enable domain controllers to automatically register their records. DHCP with dynamic DNS (Option A) addresses IP assignment but doesn't solve the core AD DNS requirement. WINS (Option D) is a legacy NetBIOS name service, not required for Windows 2000 AD.

Multiple choice server windows-2000
  1. upgrade any DNS server to Windows 2000 domain controller, then promote Server1 to PDC and upgrade it

  2. promote Server1 to PDC and upgrade it

  3. upgrade the PDC to Windows 2000, then promote Server1 to PDC and upgrade it

  4. upgrade any other BDC to Windows 2000, then promote Server1 to PDC and upgrade it

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

When upgrading from Windows NT 4.0 to Windows 2000, the correct sequence is to first promote a BDC to PDC (to ensure a stable PDC exists during migration), then upgrade that newly promoted PDC. This preserves the PDC role during the upgrade process and ensures a smooth transition to Windows 2000 Active Directory. Option A incorrectly upgrades DNS first. Option C attempts to upgrade the existing PDC directly without ensuring a stable backup PDC. Option D upgrades another BDC first without promoting Server1 to PDC.

Multiple choice server windows-2000
  1. Authorize the RRAS server to receive multiple addresses from a DHCP server

  2. Configure the RRAS server with the address of the DHCP server

  3. Ensure that the RRAS server is able to connect to a DHCP server that has a scope for its subnet

  4. Configure the RRAS server to act as a DHCP relay agent

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

To assign IP addresses to dial-in clients via DHCP, the RRAS server must be able to communicate with a DHCP server that has an active scope for the appropriate subnet. This ensures the RRAS server can request and lease a block of addresses for its remote access clients.

Multiple choice etl
  1. Repository server name and port number

  2. Repository server name

  3. Repository server name and host name

  4. Host name and port number

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

The Informatica Repository Server is uniquely identified by the host name (where the server runs) and the port number (which the server listens on). The repository server name is an alias configured within the domain but is not sufficient for network identification - multiple servers could have the same name in different domains. The combination of host name and port number provides the complete network address needed for clients to connect to the correct repository server instance.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

LDAP actually stands for Lightweight Directory Access Protocol, not Lightweight Data Access Protocol. It's a protocol for accessing and maintaining distributed directory information services over a network, commonly used for authentication and user management in enterprise environments. The key word is 'Directory', not 'Data'.

Multiple choice general knowledge
  1. HTTP

  2. WAP

  3. SAP

  4. FTP

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

HTTP (Hypertext Transfer Protocol), WAP (Wireless Application Protocol), and FTP (File Transfer Protocol) are all communication protocols used for transferring data over networks - specifically web content, mobile content, and files respectively. SAP, however, is enterprise resource planning (ERP) software for business management - not a network protocol. This functional distinction makes SAP the odd one out.