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 web technology
  1. SSL can be configured only at the domain level. All the servers in that domain use same SSL configuration.

  2. SSL can be configured at the server level. All the servers in the domain can be configured to use their own SSL

  3. SSL can be configured at the cluster level. All the servers that are part of the clusters use the same SSL

  4. Once you configure SSL, the normal listen port will be disabled and cannot be used while the SSL port is

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

SSL can be configured at the server level, allowing each server in a domain to have its own SSL configuration for flexibility. Option A is incorrect because SSL is not limited to domain-level only. Option C incorrectly states cluster-level configuration. Option D is false because normal listen ports remain available.

Multiple choice technology security
  1. SOAP and SAML

  2. SOAP and HTTP

  3. SSL and SOAP

  4. All

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

SOAP can run over HTTP (or SMTP), and SSL/TLS can secure SOAP over HTTP. SAML is an identity framework that can work alongside SOAP for authentication and authorization. All three pairings are valid: SOAP uses HTTP as a transport protocol, SSL/TLS provides encryption for SOAP messages, and SAML integrates with SOAP for identity assertions. The combination of all three protocols is commonly used in enterprise web services.

Multiple choice technology security
  1. SNMP

  2. Telnet

  3. FTP

  4. All of the above

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

SNMP, Telnet, and FTP are legacy protocols that transmit data in clear text (unencrypted). This makes them vulnerable to eavesdropping and man-in-the-middle attacks. Modern secure alternatives include SNMPv3, SSH, and SFTP/FTPS which encrypt traffic.

Multiple choice technology architecture
  1. World Wide Names (WWNs) are similar to MAC addresses for NICs in TCP/IP

  2. FC port id is similar to IP address for a NIC in TCP/IP

  3. Private FC-AL uses 8 bit addressing scheme which restrics the number of devices to 128

  4. FC-SW topology is analagous to token ring topology

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

This question asks which statement is FALSE (all true except). FC-SW (switched fabric) is analogous to Ethernet switching, not token ring. Options A, B, and C are all true: WWNs are like MAC addresses (unique device IDs), FC port IDs are like IP addresses (assigned addresses for communication), and private FC-AL uses 8-bit addressing (limiting to 126 devices after addressing overhead). The question structure correctly identifies D as the false statement.

Multiple choice technology architecture
  1. DNS server

  2. TCP/IP server

  3. Telnet server

  4. SSL server

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

DNS servers publicly map domain names to IP addresses, revealing a network's structure and host information. Hackers can query DNS to discover subdomains, mail servers, and other hosts, providing reconnaissance for attacks. TCP/IP is a protocol, not a server. Telnet and SSL don't expose network topology like DNS does.

Multiple choice technology architecture
  1. Application layer

  2. Presentation layer

  3. Session layer

  4. Network layer

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

The Network layer (Layer 3) of the OSI model provides connectivity and path selection between host systems on separate networks. It handles routing, logical addressing (IP), and determines the best path for data to travel from source to destination across networks.

Multiple choice technology architecture
  1. The physical layer

  2. The application layer

  3. The presentation layer

  4. The network layer

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

The Application layer (Layer 7) is the topmost OSI layer and provides network services directly to user applications outside the OSI model. It offers interfaces for applications to access network services like file transfer, email, and web browsing.

Multiple choice technology architecture
  1. Framing

  2. Data packaging

  3. Conversion

  4. Clocking

  5. Encapsulation

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

Encapsulation is the process of wrapping data with protocol information (headers) as it moves down the OSI layers. Each layer adds its own header (and trailer for Data Link layer) to the data, creating a protocol data unit (PDU) suitable for network transmission.

Multiple choice technology architecture
  1. 2

  2. 3

  3. 5

  4. 7

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

The OSI reference model consists of 7 layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application. Each layer has specific functions in network communication, from physical bit transmission (Layer 1) to application-level services (Layer 7).

Multiple choice technology architecture
  1. The physical layer

  2. The transport layer

  3. The data link layer

  4. The network layer

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

Layer 3 of the OSI model is the Network layer, which handles routing, logical addressing, and path determination between different networks. The Physical layer (Layer 1) deals with raw bit transmission over media, Data Link (Layer 2) handles node-to-node transfer on the same network, and Transport (Layer 4) provides end-to-end reliability.

Multiple choice technology architecture
  1. The physical layer

  2. The transport layer

  3. The data link layer

  4. The network layer

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

Layer 1 of the OSI model is the Physical layer, which defines the electrical, mechanical, and procedural specifications for transmitting raw bits over a physical medium (cables, wireless signals). It deals with physical connectors, voltage levels, and modulation techniques.

Multiple choice technology architecture
  1. The physical layer

  2. The transport layer

  3. The data link layer

  4. The network layer

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

Layer 2 of the OSI model is the Data Link layer, responsible for node-to-node data transfer on the same network segment. It handles framing, physical addressing (MAC addresses), error detection, and media access control (via MAC sublayer and LLC sublayer).

Multiple choice technology architecture
  1. The physical layer

  2. The transport layer

  3. The data link layer

  4. The network layer

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

Layer 4 of the OSI model is the Transport layer, which provides end-to-end communication services, including reliable data delivery, flow control, error recovery, and multiplexing through ports. Protocols like TCP and UDP operate at this layer.

Multiple choice technology architecture
  1. The application layer

  2. The internet layer

  3. The network access layer

  4. The transport layer

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

The Transport layer (Layer 4) of the TCP/IP model handles quality-of-service issues including reliability through acknowledgments and retransmissions (TCP), flow control via sliding windows, and error correction through checksums. The Application layer provides user services, Internet layer handles routing, and Network Access layer deals with physical transmission.

Multiple choice technology architecture
  1. Data-link

  2. Session

  3. Transport

  4. Network

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

The TCP/IP Application layer encompasses the top three layers of the OSI model: Application (providing user services), Presentation (data representation, encryption, compression), and Session (dialogue control, synchronization). Therefore, Session is the third layer.