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 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. FC Switch

  2. Gigabit Ether Switch

  3. Both A &B

  4. None

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

iSCSI SAN uses standard Ethernet/IP infrastructure, so it requires Gigabit Ethernet switches (or faster like 10GbE). Traditional FC switches are for Fibre Channel SANs, not iSCSI. iSCSI encapsulates SCSI commands in IP packets, which traverse Ethernet switches. The 'IP' in iSCSI indicates the protocol stack.

Multiple choice technology
  1. Multipathing

  2. Replication

  3. Cluster

  4. Load Balancing

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

Multipathing provides path redundancy by creating multiple physical paths between servers and storage, eliminating single points of failure. If one path fails, traffic automatically reroutes through alternate paths. Replication copies data to secondary sites, clustering provides server redundancy, and load balancing distributes traffic - none specifically address path redundancy like multipathing.

Multiple choice technology
  1. CIFS

  2. NFS

  3. HTTP

  4. All of the above

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

NAS (Network Attached Storage) supports multiple file-sharing protocols to provide file-level access to clients over a network. CIFS (Common Internet File System) is used for Windows clients, NFS (Network File System) for Unix/Linux systems, and HTTP for web-based access. All three are valid NAS protocols, making 'All of the above' the correct answer.

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. Bandwidth

  2. Switch

  3. Protocol

  4. All the above

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

FC-SAN and iSCSI-SAN are both SAN architectures but differ in fundamental ways: FC uses Fibre Channel protocol over specialized fiber/copper networks with dedicated FC switches, while iSCSI uses standard TCP/IP over Ethernet. They differ in bandwidth characteristics (FC typically higher), switching technology (FC switches vs Ethernet switches), and the underlying protocol (FCP vs iSCSI/TCP/IP).

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.

Multiple choice technology
  1. IP address

  2. Default gateway

  3. Subnet Mask

  4. DNS server

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

To solve this question, the user needs to have a basic understanding of TCP/IP network and the role of each component in it.

In a TCP/IP network, a computer needs the following information to communicate with other devices:

  • IP address: uniquely identifies the device on the network.
  • Default gateway: the IP address of the device that acts as a gateway to the external network.
  • Subnet mask: determines the network portion and the host portion of the IP address.
  • DNS server: resolves domain names to IP addresses.

Out of these options, all of them are vital for a computer in a TCP/IP network except for D. DNS server.

Option D, DNS server, is used to resolve domain names to IP addresses. Although DNS is a crucial component of the internet, a computer can still communicate on a TCP/IP network without a DNS server, as long as it knows the IP address of the device it needs to connect to.

Therefore, the answer is:

The Answer is: D

Multiple choice technology
  1. IP

  2. ICMP

  3. RARP

  4. All of the above

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

IP (Internet Protocol), ICMP (Internet Control Message Protocol), and RARP (Reverse Address Resolution Protocol) all operate at the Network layer (Layer 3) of the OSI model. IP handles routing, ICMP handles error reporting and diagnostics, and RARP resolves MAC addresses to IP addresses. Therefore, all three operate at the network layer.