Computer Knowledge
Computer Networks
2,461 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
-
Web and FTP servers
-
POP3 and IMAP servers
-
SQL and AVG servers
-
SMTP server
B
Correct answer
Explanation
Incoming email messages are handled by POP3 (Post Office Protocol version 3) and IMAP (Internet Message Access Protocol) servers. These protocols allow email clients to retrieve messages from the mail server - POP3 typically downloads and removes messages from the server, while IMAP keeps messages on the server and synchronizes across multiple devices. SMTP servers handle only outgoing email transmission, not incoming messages. Web and FTP servers serve different purposes, and SQL/AVG are database-related terms.
-
TCP/IP connection
-
ODBC
-
FTP
-
All the above
A
Correct answer
Explanation
Repository clients communicate with the Repository Service using TCP/IP protocol over a specified port. This is the standard networking protocol for client-server communication in Informatica PowerCenter. ODBC is for database connectivity and FTP is for file transfer.
-
communicating real time on the Internet.
-
program that enhances a browser's capability.
-
protocol used on the Internet that sends packets of information.
-
a perfomance matrix used for authentic assessment.
C
Correct answer
Explanation
TCP/IP (Transmission Control Protocol/Internet Protocol) is the fundamental protocol suite that powers Internet communication. It breaks data into packets, transmits them across networks, and reassembles them at the destination. It's not a browser enhancement program, real-time communication system, or assessment matrix.
-
HTTP, SOAP, WSDL
-
SOAP, CORBA, Java RMI Protocol
-
SOAP, XML-RPC
-
XML, WSDL
-
World wide web consortium (W3C)
-
Internet Engineering Task Force (IETF)
-
Both A and B
-
None of the above
C
Correct answer
Explanation
UDDI uses XML (W3C standard), HTTP (IETF standard), and DNS protocols (IETF standard). Both W3C and IETF are standards bodies that define these protocols. W3C governs XML-related standards, while IETF governs HTTP and DNS.
-
Server.Transfer needs a roundtrip, Response.Redirect does not
-
Server.Transfer can transfer user between 2 applicaions
-
Response.Redirect needs roundtrip, Server.Transfer does not
-
No Difference
C
Correct answer
Explanation
Response.Redirect instructs the browser to request the new URL, requiring a client-to-server roundtrip. Server.Transfer executes the destination page directly on the server without informing the browser, saving a network roundtrip.
-
route add default
-
add route
-
add gateway default
-
router add default
A
Correct answer
Explanation
The 'route add default' command is used to configure a default gateway in Unix/Linux systems. This command adds a default route to the routing table, directing traffic to the default gateway when no specific route is available.
-
Repository server name and port number
-
Repository server name
-
Repository server name and host name
-
Host name and port number
D
Correct answer
Explanation
The Informatica Repository Server is identified by host name and port number. When connecting to a repository, you specify the machine (host) where the repository server runs and the port it listens on. The repository server NAME alone (B) is insufficient. Host name without port (C) is also insufficient. Repository server name with port (A) is incorrect because the identifying information is host+port, not the repository server's internal name.
-
netcom.cpl
-
netcom.msc
-
ncpa.cpl
-
netconnect.msc
C
Correct answer
Explanation
ncpa.cpl (Network Connections Control Panel) is the Windows command to open Network Connections, where you can view and configure network adapters and their status. The other options are not valid Windows commands - netcom.cpl, netcom.msc, and netconnect.msc do not exist as standard Windows utilities.
C
Correct answer
Explanation
LDAP (Lightweight Directory Access Protocol) standardly uses port 389 for non-encrypted connections and port 636 for LDAPS (LDAP over SSL). Port 23 is for Telnet, 443 is for HTTPS, and 80 is for HTTP. These are common port numbers that system administrators should memorize.
-
STATEFUL protocol
-
STATELESS protocol
-
Protocol for file transfer
-
Post Office Protocol
B
Correct answer
Explanation
HTTP is stateless - each request stands alone with no memory of previous requests. Session IDs create continuity by storing user state on the server, referenced via cookies or headers. Stateful protocols (A) maintain connection state inherently. File transfer (C) and email protocols (D) are unrelated to HTTPs statelessness and session management.
-
a) protocol used to transfer data over web from one computer to anothe And apptype represents the module like sales,callcenter
-
b) apptype represents the module like sales,callcenter
-
c) lang is the protocol used to transfer data over web from one computer to Another
-
d) apptype command is recognised by SWSE.
-
a) 3rd party RDBMS Software
-
b) 3rd party software
-
c) 3rd party load balancer
-
d) none
C
Correct answer
Explanation
Cisco CSS (Content Services Switch) and F5 Big IP are hardware/software load balancing solutions that distribute network traffic across multiple servers. They are NOT RDBMS software (they don't store data), but they are also not generic 'third party software' - they specifically serve as load balancers in the infrastructure layer.
-
192.198.1.1
-
00-1C-25-CA-21-DF
-
3ffe:0501:0008:0000:0260:97ff:fe40:efab
-
07:01:ah:12:22:12
B
Correct answer
Explanation
MAC addresses are 48-bit identifiers typically written as six hexadecimal pairs separated by hyphens or colons. Option B matches this format. Option A is an IPv4 address, C is IPv6, and D contains 'h' which is invalid in hex.
-
224.8.7.6
-
169.254.1.5
-
10.10.10.10
-
172.21.0.1
A
Correct answer
Explanation
Multicast IP addresses fall in the range 224.0.0.0 to 239.255.255.255 (Class D). Option A (224.8.7.6) is within this range. B is APIPA (169.254.0.0/16), C is private Class A, and D is private Class B.