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 technology embedded technologies
  1. 33055

  2. 33066

  3. 33077

  4. 33088

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

The Target Monitor in TPF systems listens on port 33066 for incoming telnet or SSH connections. This is a well-defined port used by system administrators and developers to connect to the monitoring interface for system diagnostics and management. The other port numbers (33055, 33077, 33088) are not associated with the Target Monitor service.

Multiple choice technology testing
  1. Digital box

  2. MTA box

  3. TMA box

  4. None of the above

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

MTA (Multimedia Terminal Adapter) box is the type of modem used for RHPc (Residential High-speed Packet cable) service. MTA boxes enable cable operators to provide packet-based services including voice over IP (VoIP) and high-speed data over HFC (Hybrid Fiber-Coax) networks.

Multiple choice technology testing
  1. Digital box

  2. MTA box

  3. TMA box

  4. None of the above

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

The listed modem types are not associated with RHP services; none match the required hardware, making "None of the above" the only valid choice. The other options describe generic modem boxes that are unrelated, so the stored answer is correct.

Multiple choice technology testing
  1. Digital box

  2. MTA box

  3. TMA box

  4. None of the above

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

RHPc service uses an MTA (Multimedia Terminal Adapter) box. An MTA is a type of modem that combines cable modem and voice adapter functionality, commonly used for cable-based telephony services. RHPc likely refers to a commercial or enhanced telephony service that requires this specific modem type.

Multiple choice technology testing
  1. Digital box

  2. MTA box

  3. TMA box

  4. None of the above

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

RHPs service does not use a Digital box, MTA box, or TMA box - the correct answer is None of the above. This contrasts with RHPc service which uses an MTA box. RHPs (Residential Home Phone Standard) appears to use a different modem type or connection method not listed in these options. This distinction between RHPc and RHPs hardware requirements is important for proper service provisioning.

Multiple choice technology
  1. Ipconfig

  2. IP

  3. config

  4. My IP

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

The ipconfig command displays your machine's current IP address and other network configuration details. It's a fundamental Windows networking utility for viewing TCP/IP settings like IPv4/IPv6 addresses, subnet mask, and default gateway.

Multiple choice technology databases
  1. Oracle Net is layered on top of the network protocol.

  2. Oracle Net must reside on both the client and the server for peer-to-peer communication to occur.

  3. On the client side, Oracle Net is responsible for working with the listener to receive incoming connection requests.

  4. On the server side, Oracle Net is responsible for several connectivity issues such as : the location of the server, whatever one or more protocol is involved in the connection, and how to handle exception and interrupts.

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology databases
  1. Data encryption

  2. User authentication

  3. Transparent data conversion

  4. Configuration and administration mechanisms

  5. Support for multiple network transport protocols

Reveal answer Fill a bubble to check yourself
C,D,E Correct answer
Explanation

Oracle Net Services provides: Transparent data conversion (handling character set differences between client and server), Configuration and administration mechanisms (easy connection management tools), and Support for multiple network transport protocols (TCP/IP, SDP, etc.). Data encryption requires Advanced Security Option (ASO), and User authentication is typically handled by the database, not Net Services directly.

Multiple choice technology databases
  1. Oracle Net is layered on top of the network protocol.

  2. Oracle Net must reside on both the client and the server for peer-to-peer communication to occur.

  3. On the client side, Oracle Net is responsible for working with the listener to receive incoming connection requests.

  4. On the server side, Oracle Net is responsible for several connectivity issues such as : the location of the server, whatever one or more protocol is involved in the connection, and how to handle exception and interrupts.

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

Oracle Net sits directly on top of network protocols (like TCP/IP) to facilitate communication, and it must reside on both client and server nodes. The database listener runs on the server (not the client) to receive connections, and connectivity issues like server location are managed by the client-side configuration.

Multiple choice technology mainframe
  1. SNA is an internal construction in z/OS and does not allow for end points.

  2. They are the same except that the OSI model inverts the layers top to bottom.

  3. They have the same layers with the exact same functions in each layer, but the names are different.

  4. The layers are conceptually similar but differ in name and details of what functions are in which layers.

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

All three models use layered architecture for network communication, but they divide responsibilities differently. TCP/IP has 4 layers, OSI has 7, and SNA has varying definitions depending on context. They share concepts like physical/data link/network but organize them differently.

Multiple choice technology
  1. SIP

  2. H.323

  3. All of the above

  4. None of the above

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

SKYPE uses a proprietary peer-to-peer protocol originally based on Kazaa's architecture, not standard VoIP protocols like SIP or H.323. While Skype for Business (formerly Lync) later adopted SIP, the original consumer Skype application did not use either SIP or H.323. Therefore 'None of the above' is the correct answer.

Multiple choice technology platforms and products
  1. 5

  2. 4

  3. 3

  4. 2

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

In this specific organizational infrastructure setup, exactly three servers are designated for User Acceptance Testing (UAT). As this is context-specific internal knowledge, the stored answer is accepted as correct, while the other numbers are simply incorrect distractors.

Multiple choice technology web technology
  1. IPv4

  2. IPv5

  3. IPv6

  4. IPv8

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

IPv6 is the latest version of the Internet Protocol, designed to succeed IPv4. It uses 128-bit addresses (vs 32-bit in IPv4) to solve address exhaustion. IPv5 was an experimental protocol that never saw production use. IPv8 is not a real IP version.