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

Multiple choice general knowledge
  1. Hyper Text Transfer Protocol

  2. Hyper Text Transmission Protocol

  3. Hyper Text Translate Protocol

  4. Hyper Text Transform Protocol

Reveal answer Fill a bubble to check yourself
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.

Multiple choice general knowledge
  1. Global Position Radio Service

  2. General Packet Roaming Service

  3. Global Position Roaming Service

  4. General Packet Radio Rervice

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice general knowledge
  1. Voice Over Instant Party

  2. Voice Over Information Program

  3. Voice Over Internet Procedure

  4. Voice Over Internet Protocol

Reveal answer Fill a bubble to check yourself
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).

Multiple choice general knowledge
  1. Internet Provider

  2. Information Provider

  3. Internet Path

  4. Internet Protocol

Reveal answer Fill a bubble to check yourself
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.

Multiple choice general knowledge
  1. General Packet Rays Service

  2. General Packet Reuters Service

  3. General Packet Radio Service

  4. General Packet Router Service

Reveal answer Fill a bubble to check yourself
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.

Multiple choice general knowledge
  1. Wireless Application Protocol

  2. Wireless Application Programme

  3. Wireless Application Provider

  4. Wireless Application Program

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology mainframe
  1. DB-PCB

  2. IO-AREA

  3. SSA

  4. All of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. POP3 and IMAP servers

  2. Web and FTP servers

  3. POP3 and FTP servers

  4. FTP servers and IMAP

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. It's a data connection that allows information transfer to and from a specific server process

  2. It's the protocol e-mail messages have to follow to travel over the Internet.

  3. Email server

  4. It's a data connection that allows information transfer to a specific server process.

Reveal answer Fill a bubble to check yourself
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.