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
-
3rd Generation Picture
-
3rd Graphics Picture
-
3rd Graphics Protocol
-
3rd Generation Protocol
-
Hyper Text Transfer Protocol
-
Hyper Text Transmission Protocol
-
Hyper Text Translate Protocol
-
Hyper Text Transform Protocol
A
Correct answer
Explanation
HTTP stands for HyperText Transfer Protocol, the foundation of data communication on the World Wide Web. It defines how messages are formatted and transmitted between web browsers and servers. Option B incorrectly says 'Transmission' instead of 'Transfer,' Option C incorrectly says 'Translate,' and Option D incorrectly says 'Transform.' The 'Transfer' aspect refers to moving hypertext (linked text and multimedia) resources between clients and servers.
-
Global Position Radio Service
-
General Packet Roaming Service
-
Global Position Roaming Service
-
General Packet Radio Rervice
-
Voice Over Instant Party
-
Voice Over Information Program
-
Voice Over Internet Procedure
-
Voice Over Internet Protocol
D
Correct answer
Explanation
VOIP stands for Voice Over Internet Protocol, which is a technology for delivering voice communications over IP networks like the Internet. It enables phone calls over broadband connections. Options A, B, and C are incorrect - 'Instant Party' is nonsensical, 'Information Program' is unrelated, and 'Procedure' is not the correct term (Protocol is).
-
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.