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
-
Route node
-
Routing Options
-
Dynamic Routing
-
Routing Table
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.
-
Http,HTTPs,jms,File,FTP
-
EJB,Email,Tuxedo,WS,Flow,SB
-
All of the above
-
None of the above
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.
-
Route node
-
Routing Options
-
Dynamic Routing
-
Routing Table
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.
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.
-
Ping
-
Winipcfg
-
Netcfg
-
Tracert
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.
C
Correct answer
Explanation
The Scriptura client communicates with the server through default port 13542. This is the standard port configured for Scriptura client-server communication.
-
FC Switch
-
Gigabit Ether Switch
-
Both A &B
-
None
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.
-
Multipathing
-
Replication
-
Cluster
-
Load Balancing
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.
-
CIFS
-
NFS
-
HTTP
-
All of the above
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.
-
SCSI over TCP/IP
-
SCSI over FC
-
A new protocol
-
None
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.
-
Bandwidth
-
Switch
-
Protocol
-
All the above
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).
-
File server
-
Default gateway
-
DNS server
-
DHCP server
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.
-
manufacturers disliked the TCP/IP protocol suite
-
the rate of data transfer was increasing exponentially
-
standards were needed to allow any two systems to communicate
-
none of the above
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.
-
IP address
-
Default gateway
-
Subnet Mask
-
DNS server
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
-
IP
-
ICMP
-
RARP
-
All of the above
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.