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
What is the name of the protocol used for signaling between the UE and the NodeB?
D
Correct answer
Explanation
The Radio Resource Control (RRC) protocol is used for signaling between the UE and the NodeB.
What is the name of the protocol used for signaling between the RNC and the SGSN?
D
Correct answer
Explanation
The GPRS Tunneling Protocol (GTP) is used for signaling between the RNC and the SGSN.
What is the name of the protocol used for signaling between the HLR and the SGSN?
D
Correct answer
Explanation
The Mobile Application Part (MAP) protocol is used for signaling between the HLR and the SGSN.
What is the name of the protocol used for signaling between the VLR and the SGSN?
D
Correct answer
Explanation
The Service Location Register (SLR) protocol is used for signaling between the VLR and the SGSN.
What is the name of the protocol used for signaling between the PCRF and the SGSN?
D
Correct answer
Explanation
The Gx protocol is used for signaling between the PCRF and the SGSN.
-
A 32-bit number used to divide an IP address into network and host portions
-
A 32-bit number used to identify a network's subnet
-
A 32-bit number used to identify a host's IP address
-
A 32-bit number used to broadcast messages to all hosts on a network
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.
What is the difference between a network address and a broadcast address?
-
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 the IP address of the subnet's gateway, while the broadcast address is the IP address of the subnet's broadcast server
-
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
-
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
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.
What is the maximum number of hosts that can be accommodated in a subnet?
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.
What is the difference between a static IP address and a dynamic IP address?
-
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
-
All of the above
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.
What is the purpose of a DHCP server?
-
To assign IP addresses to devices on a network
-
To provide Internet access to a network
-
To route traffic between different subnets
-
To connect two networks together
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.
What is the purpose of a DNS server?
-
To translate domain names into IP addresses
-
To provide Internet access to a network
-
To route traffic between different subnets
-
To connect two networks together
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.
What is the difference between a TCP connection and a UDP connection?
-
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
-
All of the above
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.
What is the primary function of a network protocol?
-
To establish communication between devices
-
To provide security to network data
-
To manage network resources
-
To store network data
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.
Which network protocol is responsible for assigning IP addresses to devices on a network?
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.
Which network protocol is used for transferring files between devices on a network?
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.