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

What is the name of the protocol used for signaling between the UE and the NodeB?

  1. UTP

  2. TCP

  3. HTTP

  4. RRC

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

The Radio Resource Control (RRC) protocol is used for signaling between the UE and the NodeB.

Multiple choice

What is the name of the protocol used for signaling between the RNC and the SGSN?

  1. UTP

  2. TCP

  3. HTTP

  4. GTP

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

The GPRS Tunneling Protocol (GTP) is used for signaling between the RNC and the SGSN.

Multiple choice

What is the name of the protocol used for signaling between the HLR and the SGSN?

  1. UTP

  2. TCP

  3. HTTP

  4. MAP

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

The Mobile Application Part (MAP) protocol is used for signaling between the HLR and the SGSN.

Multiple choice

What is the name of the protocol used for signaling between the VLR and the SGSN?

  1. UTP

  2. TCP

  3. HTTP

  4. SLR

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

The Service Location Register (SLR) protocol is used for signaling between the VLR and the SGSN.

Multiple choice

What is the name of the protocol used for signaling between the PCRF and the SGSN?

  1. UTP

  2. TCP

  3. HTTP

  4. Gx

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

The Gx protocol is used for signaling between the PCRF and the SGSN.

Multiple choice

What is a subnet mask?

  1. A 32-bit number used to divide an IP address into network and host portions

  2. A 32-bit number used to identify a network's subnet

  3. A 32-bit number used to identify a host's IP address

  4. A 32-bit number used to broadcast messages to all hosts on a network

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

A subnet mask is a 32-bit number used to divide an IP address into network and host portions. The network portion of the IP address identifies the subnet to which the host belongs, while the host portion identifies the specific host within the subnet.

Multiple choice

What is the difference between a network address and a broadcast address?

  1. The network address is the first IP address in a subnet, while the broadcast address is the last IP address in a subnet

  2. The network address is the IP address of the subnet's gateway, while the broadcast address is the IP address of the subnet's broadcast server

  3. The network address is the IP address of the subnet's DNS server, while the broadcast address is the IP address of the subnet's DHCP server

  4. The network address is the IP address of the subnet's router, while the broadcast address is the IP address of the subnet's switch

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

The network address is the first IP address in a subnet, while the broadcast address is the last IP address in a subnet. The network address is used to identify the subnet, while the broadcast address is used to broadcast messages to all hosts on the subnet.

Multiple choice

What is the maximum number of hosts that can be accommodated in a subnet?

  1. 254

  2. 510

  3. 1022

  4. 2046

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

The maximum number of hosts that can be accommodated in a subnet is 254. This is because the first and last IP addresses in a subnet are reserved for the network address and the broadcast address, respectively.

Multiple choice

What is the difference between a static IP address and a dynamic IP address?

  1. A static IP address is assigned to a device permanently, while a dynamic IP address is assigned to a device temporarily

  2. A static IP address is assigned by a network administrator, while a dynamic IP address is assigned by a DHCP server

  3. A static IP address is used for devices that need to be accessible from the Internet, while a dynamic IP address is used for devices that do not need to be accessible from the Internet

  4. All of the above

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

A static IP address is assigned to a device permanently, while a dynamic IP address is assigned to a device temporarily. A static IP address is assigned by a network administrator, while a dynamic IP address is assigned by a DHCP server. A static IP address is used for devices that need to be accessible from the Internet, while a dynamic IP address is used for devices that do not need to be accessible from the Internet.

Multiple choice

What is the purpose of a DHCP server?

  1. To assign IP addresses to devices on a network

  2. To provide Internet access to a network

  3. To route traffic between different subnets

  4. To connect two networks together

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

A DHCP server is a device that assigns IP addresses to devices on a network. It provides Internet access to a network by assigning IP addresses to devices that need to access the Internet. It also routes traffic between different subnets.

Multiple choice

What is the purpose of a DNS server?

  1. To translate domain names into IP addresses

  2. To provide Internet access to a network

  3. To route traffic between different subnets

  4. To connect two networks together

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

A DNS server is a device that translates domain names into IP addresses. It provides Internet access to a network by allowing devices to access websites by their domain names, rather than their IP addresses.

Multiple choice

What is the difference between a TCP connection and a UDP connection?

  1. A TCP connection is reliable, while a UDP connection is unreliable

  2. A TCP connection is connection-oriented, while a UDP connection is connectionless

  3. A TCP connection uses a three-way handshake to establish a connection, while a UDP connection does not

  4. All of the above

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

A TCP connection is reliable, while a UDP connection is unreliable. A TCP connection is connection-oriented, while a UDP connection is connectionless. A TCP connection uses a three-way handshake to establish a connection, while a UDP connection does not.

Multiple choice

What is the primary function of a network protocol?

  1. To establish communication between devices

  2. To provide security to network data

  3. To manage network resources

  4. To store network data

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

A network protocol defines the rules and procedures for communication between devices on a network, ensuring that data is transmitted and received correctly.

Multiple choice

Which network protocol is responsible for assigning IP addresses to devices on a network?

  1. TCP

  2. UDP

  3. HTTP

  4. DHCP

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

DHCP (Dynamic Host Configuration Protocol) is responsible for assigning IP addresses, subnet masks, and other network configuration parameters to devices on a network automatically.

Multiple choice

Which network protocol is used for transferring files between devices on a network?

  1. TCP

  2. UDP

  3. HTTP

  4. FTP

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

FTP (File Transfer Protocol) is a network protocol specifically designed for transferring files between devices on a network, allowing users to upload, download, and manage files remotely.