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
-
Internet Provider
-
Information Provider
-
Internet Path
-
Internet Protocol
D
Correct answer
Explanation
IP in IP address stands for Internet Protocol, which is the set of rules governing the format of data sent over the Internet or other networks. Every device on a network has a unique IP address. Options A, B, and C are incorrect - 'Provider' refers to ISPs, 'Information' is not the correct term, and 'Path' describes routing but is not part of the protocol name.
-
General Packet Rays Service
-
General Packet Reuters Service
-
General Packet Radio Service
-
General Packet Router Service
C
Correct answer
Explanation
GPRS stands for General Packet Radio Service, a mobile data standard. 'Radio Service' is correct - it uses radio channels for packet-switched data. 'Rays' and 'Router' are incorrect terms, and 'Reuters' is a news agency, unrelated to mobile technology.
-
Wireless Application Protocol
-
Wireless Application Programme
-
Wireless Application Provider
-
Wireless Application Program
A
Correct answer
Explanation
WAP stands for Wireless Application Protocol, a technical standard for accessing information over mobile wireless networks. 'Protocol' is the standard term in networking. 'Program' and 'Programme' are incorrect, and 'Provider' doesn't fit the technical context.
-
DB-PCB
-
IO-AREA
-
SSA
-
All of the above
D
Correct answer
Explanation
An IMS call requires DB-PCB (Database Program Communication Block), IO-AREA (Input/Output Area), and SSA (Segment Search Arguments). All three components are necessary for proper IMS database calls, so 'All of the above' is correct.
C
Correct answer
Explanation
SOAP (Simple Object Access Protocol) is the XML-based transport protocol for web service messages. While SOAP messages typically travel over HTTP, SOAP itself is the protocol format, not the transport. TCP/IP is the underlying network stack, not the web service protocol.
A
Correct answer
Explanation
PNG (Portable Network Graphics) is a lossless image file format specifically designed for web graphics. It supports transparency and has become a standard for web images alongside JPEG and GIF. PNC, PST, and PPT are not related to PNG - PST is an Outlook file, and PPT is PowerPoint.
A
Correct answer
Explanation
PNG (Portable Network Graphics) is a lossless image format designed specifically for web graphics. It supports transparency and is ideal for screenshots, logos, and graphics with sharp edges.
-
HTTP 1.1
-
HTTP 1.0
-
HTTPS
-
HTTP 2.0
A
Correct answer
Explanation
The Generic Connection Framework (GCF) in mobile Java (MIDP) requires HttpConnection to support HTTP 1.1 as the mandatory protocol. This ensures standardized web communication for mobile applications.
-
POP3 and IMAP servers
-
Web and FTP servers
-
POP3 and FTP servers
-
FTP servers and IMAP
A
Correct answer
Explanation
POP3 and IMAP are the standard protocols for retrieving incoming email from a mail server. POP3 typically downloads and stores messages locally, while IMAP keeps them on the server and syncs across devices. SMTP handles the sending of outgoing messages, not incoming retrieval.
-
Port 15
-
Port 115
-
Port 110
-
Port 25
D
Correct answer
Explanation
SMTP servers listen on port 25 by default to accept incoming email messages for transmission. Port 110 is used by POP3 for retrieving email, while port 115 is for FTP (File Transfer Protocol) and unrelated to email.
-
It's a data connection that allows information transfer to and from a specific server process
-
It's the protocol e-mail messages have to follow to travel over the Internet.
-
Email server
-
It's a data connection that allows information transfer to a specific server process.
A
Correct answer
Explanation
A port is an endpoint in a network connection that allows bidirectional information transfer to and from a specific process or service on a server. Ports (like port 25 for SMTP or port 80 for HTTP) enable multiple network services to run simultaneously on the same machine by directing traffic to the appropriate server process.
-
Network Data Method Protection
-
Network Data Management Protocol
-
Network Disaster Mitigation Procedure
-
Network Data Management Privacy
B
Correct answer
Explanation
NDMP (Network Data Management Protocol) is an open standard protocol for backup and recovery of network-attached storage. It enables centralized data management across heterogeneous storage devices.
-
FTP method
-
PUT method
-
WRITE method
-
COPY method
B
Correct answer
Explanation
The HTTP PUT method is designed to upload or send a resource to a specific URI on the server, replacing the target resource if it already exists or creating it if it does not.
-
CONNECT method
-
COMPARE method
-
OPTIONS method
-
TRACE method
B
Correct answer
Explanation
HTTP/1.1 defines standard methods such as GET, POST, PUT, DELETE, OPTIONS, HEAD, TRACE, and CONNECT. COMPARE is not a valid HTTP/1.1 method.