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 technology
  1. 123

  2. 122

  3. 124

  4. 125

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

Network Time Protocol (NTP) is used to synchronize computer clocks over packet-switched networks. NTP uses UDP port 123 for time synchronization between network devices. Accurate timekeeping is critical for authentication, logging, and distributed systems.

Multiple choice technology web technology
  1. characters

  2. digits

  3. special symbols

  4. binary digits

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

DNS maps IP addresses to domain names composed of alphabetical characters (a-z), digits (0-9), and hyphens. The primary representation is a character string that forms a human-readable hostname. While domain names can contain digits, they are fundamentally character-based identifiers, not purely numeric like binary or decimal digits.

Multiple choice technology platforms and products
  1. Http,HTTPs,jms,File,FTP

  2. EJB,Email,Tuxedo,WS,Flow,SB

  3. All of the above

  4. None of the above

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

OSB 10gR3 supports multiple protocol categories: HTTP/HTTPS for web services, JMS for messaging, File/FTP for file operations, and additionally EJB, Email, Tuxedo, WS (Web Services), Flow, and SB (Service Bus). The comprehensive support across options A and B makes 'All of the above' correct.

Multiple choice technology platforms and products
  1. Http,HTTPs,jms,File,FTP

  2. EJB,Email,Tuxedo,WS,Flow,SB

  3. All of the above

  4. None of the above

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

OSB 10gR3 supports a comprehensive set of protocols including HTTP/HTTPS for web services, JMS for messaging, File and FTP for file-based transport, EJB for enterprise Java beans, Tuxedo for legacy systems, and various WS-* protocols. All options listed are valid.

Multiple choice technology platforms and products
  1. Route node

  2. Routing Options

  3. Dynamic Routing

  4. Routing Table

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

Quality of Service (QoS) settings in OSB service flows are configured through Routing Options. These settings include timeout values, priority, retry policies, and other non-functional requirements for the outbound call. A Route node is the container for routing logic but doesn't directly hold QoS settings. Dynamic Routing refers to runtime determination of endpoints. Routing Table is a lookup mechanism for endpoint selection. The Routing Options tab/section within a route node is where QoS parameters are actually specified.

Multiple choice technology platforms and products
  1. Http,HTTPs,jms,File,FTP

  2. EJB,Email,Tuxedo,WS,Flow,SB

  3. All of the above

  4. None of the above

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

OSB 10gR3 supports a comprehensive set of protocols for enterprise integration. Option A lists common transport protocols (HTTP, HTTPS, JMS, File, FTP) used for web and file-based communication. Option B lists additional protocols like EJB, Email, Tuxedo, and Web Services for connecting to legacy and enterprise systems. Since OSB is designed as a universal integration platform, it supports both categories, making 'All of the above' the correct answer.

Multiple choice technology platforms and products
  1. Route node

  2. Routing Options

  3. Dynamic Routing

  4. Routing Table

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

In OSB service flows, Quality of Service settings can be configured through Routing Options, which allow you to set QoS parameters like reliability and durability for message delivery to downstream services. Route nodes handle message routing logic, Dynamic Routing is for runtime destination selection, and Routing Tables are for rule-based routing - none of these directly set QoS.

Multiple choice technology platforms and products
  1. Http

  2. Flow

  3. SB

  4. WS

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

OSB (Oracle Service Bus) uses the SB protocol for direct communication between two OSB instances. This is a proprietary protocol optimized for service bus-to-service bus communication. HTTP is for general web requests, Flow is an internal OSB concept, and WS refers to Web Services which are used for external communication.

Multiple choice technology
  1. Ping

  2. Winipcfg

  3. Netcfg

  4. Tracert

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

Ping tests network connectivity, Winipcfg displays IP configuration on Windows, and Tracert traces packet routes. 'Netcfg' is not a standard network command - these others are legitimate diagnostic tools.

Multiple choice technology
  1. Multipath

  2. Replication

  3. Cluster

  4. Load Balance

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

Load balancing across multiple paths distributes data traffic across available paths between initiator (server) and target (storage) to maximize throughput. By spreading the load, faster overall data transfer is achieved. Multipathing provides redundancy but not necessarily load distribution. Replication copies data to secondary sites. Clustering provides server failover.

Multiple choice technology
  1. SCSI over TCP/IP

  2. SCSI over FC

  3. A new protocol

  4. None

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

iSCSI (Internet Small Computer System Interface) is a protocol that transports SCSI commands over TCP/IP networks. It allows block-level storage access over standard Ethernet networks instead of specialized Fibre Channel networks. Option B (SCSI over FC) is FC protocol itself, not iSCSI. Option C is vague and incorrect.

Multiple choice technology
  1. File server

  2. Default gateway

  3. DNS server

  4. DHCP server

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

When a packet's destination is outside the local network segment, it must be sent to the default gateway (router). The default gateway is responsible for forwarding packets to other networks. The other servers (file server, DNS server, DHCP server) provide specific services but are not responsible for routing packets between networks.

Multiple choice technology
  1. manufacturers disliked the TCP/IP protocol suite

  2. the rate of data transfer was increasing exponentially

  3. standards were needed to allow any two systems to communicate

  4. none of the above

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

The OSI model was developed to create open standards that would allow any two systems to communicate regardless of manufacturer. Before OSI, vendors used proprietary protocols that couldn't interoperate. Option A is wrong because manufacturers needed a standard, not that they disliked TCP/IP specifically. Option B is incorrect as data transfer rates were not the primary motivation.