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

Which protocol is used for transferring files between two computers over a network?

  1. FTP

  2. HTTP

  3. SMTP

  4. DNS

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

FTP (File Transfer Protocol) is used for transferring files between two computers over a network. It allows users to upload and download files from a remote server.

Multiple choice

Which protocol is used for secure communication over the internet, encrypting data before transmission?

  1. HTTPS

  2. HTTP

  3. TLS

  4. SSL

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

HTTPS (Hypertext Transfer Protocol Secure) is used for secure communication over the internet. It combines HTTP with TLS (Transport Layer Security) or SSL (Secure Sockets Layer) to encrypt data before transmission, ensuring privacy and security.

Multiple choice

Which protocol is used for routing data packets in a network, determining the best path for data transmission?

  1. TCP

  2. UDP

  3. IP

  4. RIP

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

RIP (Routing Information Protocol) is used for routing data packets in a network. It is a distance-vector routing protocol that exchanges routing information between routers to determine the best path for data transmission.

Multiple choice

Which protocol is used for discovering and advertising services on a network, allowing devices to find and connect to services?

  1. DNS

  2. DHCP

  3. NTP

  4. Bonjour

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

Bonjour is a zero-configuration networking protocol that allows devices to discover and advertise services on a network without the need for manual configuration. It uses multicast DNS (mDNS) to broadcast service information, enabling devices to find and connect to services automatically.

Multiple choice

Which protocol is used for synchronizing the time between computers in a network, ensuring accurate timekeeping?

  1. NTP

  2. DNS

  3. DHCP

  4. Bonjour

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

NTP (Network Time Protocol) is used for synchronizing the time between computers in a network. It provides a reliable and accurate time reference, allowing devices to maintain consistent timekeeping.

Multiple choice

Which protocol is used for assigning IP addresses to devices on a network automatically, simplifying network configuration?

  1. DNS

  2. DHCP

  3. NTP

  4. Bonjour

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

DHCP (Dynamic Host Configuration Protocol) is used for assigning IP addresses to devices on a network automatically. It simplifies network configuration by dynamically assigning IP addresses to devices, eliminating the need for manual configuration.

Multiple choice

Which protocol is used for transmitting voice and video data over a network, enabling real-time communication?

  1. RTP

  2. TCP

  3. UDP

  4. HTTP

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

RTP (Real-time Transport Protocol) is used for transmitting voice and video data over a network, enabling real-time communication. It provides a standardized method for delivering real-time data with low latency and jitter.

Multiple choice

What is the purpose of the MOST (Media Oriented Systems Transport) protocol in automotive networks?

  1. Powertrain control

  2. Multimedia and infotainment applications

  3. Safety and security systems

  4. Engine management

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

The MOST protocol is primarily used for multimedia and infotainment applications in automotive networks, enabling the transmission of audio, video, and data for entertainment and communication purposes.

Multiple choice

Which protocol is commonly used for safety-critical applications in automotive networks, such as airbags and anti-lock braking systems?

  1. Controller Area Network (CAN)

  2. Local Interconnect Network (LIN)

  3. FlexRay

  4. Time-Triggered Protocol (TTP)

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

Time-Triggered Protocol (TTP) is a deterministic protocol designed for safety-critical applications in automotive networks, providing reliable and predictable communication for systems that require precise timing and fault tolerance.

Multiple choice

Which of the following is a common network protocol used for data transmission over the internet?

  1. TCP

  2. UDP

  3. HTTP

  4. FTP

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

TCP (Transmission Control Protocol) is a widely used network protocol that ensures reliable data transmission over the internet. It establishes a connection between two devices and guarantees that data is delivered in the correct order and without errors.

Multiple choice

What is the role of the Network Slice Subnet Manager (NSSM) in network slicing?

  1. To manage and allocate IP addresses to network slices

  2. To provide connectivity between network slices

  3. To ensure isolation between network slices

  4. All of the above

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

The Network Slice Subnet Manager (NSSM) is responsible for managing and allocating IP addresses to network slices.

Multiple choice

Which IETF RFC defines the Border Gateway Protocol (BGP) used in IaaS networks?

  1. RFC 1771

  2. RFC 2544

  3. RFC 4271

  4. RFC 6996

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

RFC 4271 defines the Border Gateway Protocol (BGP) version 4, which is widely used for routing in IaaS networks.

Multiple choice

Which protocol is primarily responsible for routing data packets across a network?

  1. TCP

  2. UDP

  3. IP

  4. HTTP

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

The Internet Protocol (IP) is responsible for routing data packets across a network, ensuring that they reach their intended destinations.

Multiple choice

Which of the following is a common application layer protocol used for transferring web pages?

  1. TCP

  2. UDP

  3. HTTP

  4. FTP

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

HTTP (Hypertext Transfer Protocol) is an application layer protocol used for transferring web pages and other resources over the internet.

Multiple choice

Which of the following is a common network security protocol used to encrypt data?

  1. TCP

  2. UDP

  3. SSL/TLS

  4. HTTP

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

SSL/TLS (Secure Sockets Layer/Transport Layer Security) is a network security protocol that encrypts data transmitted between two devices, ensuring secure communication.