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
Which protocol is used for user data transmission in LTE networks?
D
Correct answer
Explanation
PDCP (Packet Data Convergence Protocol) is used for user data transmission in LTE networks.
Which protocol is used for signaling and control in LTE networks?
A
Correct answer
Explanation
GTP (GPRS Tunneling Protocol) is used for signaling and control in LTE networks.
Which protocol is used for session management in LTE networks?
A
Correct answer
Explanation
SIP (Session Initiation Protocol) is used for session management in LTE networks.
Which protocol is used for inter-eNB communication in LTE networks?
A
Correct answer
Explanation
X2 is used for inter-eNB communication in LTE networks.
Which of the following is a security protocol used in HSPA networks to protect signaling traffic?
D
Correct answer
Explanation
IKEv2 (Internet Key Exchange version 2) is the security protocol used in HSPA networks to protect signaling traffic, establishing secure key exchanges and authenticating network entities.
What is the difference between a route table and a network interface card (NIC) in cloud networking?
-
A route table contains a list of routes that determine how traffic is forwarded within a VNet, while a NIC is a virtual network adapter that connects a virtual machine to a VNet
-
A route table contains a list of routes that determine how traffic is forwarded between VNet's, while a NIC is a virtual network adapter that connects a virtual machine to a VNet
-
A route table contains a list of routes that determine how traffic is forwarded between VNet's, while a NIC is a virtual network adapter that connects a virtual machine to the internet
-
A route table contains a list of routes that determine how traffic is forwarded within a VNet, while a NIC is a virtual network adapter that connects a virtual machine to the internet
A
Correct answer
Explanation
A route table contains a list of routes that determine how traffic is forwarded within a VNet. This allows you to control how traffic is routed between different subnets and resources within the VNet. A network interface card (NIC) is a virtual network adapter that connects a virtual machine to a VNet. It allows the virtual machine to communicate with other resources within the VNet and with resources on the internet.
What is the difference between a private DNS zone and a public DNS zone in cloud networking?
-
A private DNS zone is used to resolve DNS queries within a VNet, while a public DNS zone is used to resolve DNS queries from the internet
-
A private DNS zone is used to resolve DNS queries from the internet, while a public DNS zone is used to resolve DNS queries within a VNet
-
A private DNS zone is used to connect multiple VNet's together, while a public DNS zone is used to resolve DNS queries from the internet
-
A private DNS zone is used to resolve DNS queries within a VNet, while a public DNS zone is used to connect multiple VNet's together
A
Correct answer
Explanation
A private DNS zone is used to resolve DNS queries within a VNet. This allows resources within the VNet to communicate with each other using domain names, rather than IP addresses. A public DNS zone is used to resolve DNS queries from the internet. This allows resources on the internet to access resources in your VNet using domain names, rather than IP addresses.
What is the primary purpose of Network Address Translation (NAT)?
-
To conserve IPv4 addresses
-
To improve network performance
-
To enhance network security
-
To simplify network management
A
Correct answer
Explanation
NAT is primarily used to conserve IPv4 addresses by allowing multiple devices to share a single public IP address.
In a NAT environment, what is the device that performs the address translation called?
-
NAT gateway
-
NAT router
-
NAT firewall
-
NAT switch
B
Correct answer
Explanation
In a NAT environment, the device that performs the address translation is typically a NAT router.
What are the two main types of NAT?
-
Static NAT and Dynamic NAT
-
Public NAT and Private NAT
-
Internal NAT and External NAT
-
Source NAT and Destination NAT
A
Correct answer
Explanation
The two main types of NAT are Static NAT and Dynamic NAT.
Which type of NAT assigns a fixed public IP address to a specific private IP address?
-
Static NAT
-
Dynamic NAT
-
PAT
-
NAPT
A
Correct answer
Explanation
Static NAT assigns a fixed public IP address to a specific private IP address.
Which type of NAT assigns a public IP address to a group of private IP addresses?
-
Static NAT
-
Dynamic NAT
-
PAT
-
NAPT
B
Correct answer
Explanation
Dynamic NAT assigns a public IP address to a group of private IP addresses.
What is the difference between PAT and NAPT?
-
PAT is used for IPv4 addresses and NAPT is used for IPv6 addresses
-
PAT is used for public IP addresses and NAPT is used for private IP addresses
-
PAT allows multiple private IP addresses to share a single public IP address, while NAPT does not
-
PAT is a type of NAT and NAPT is a type of firewall
C
Correct answer
Explanation
PAT (Port Address Translation) allows multiple private IP addresses to share a single public IP address, while NAPT (Network Address Port Translation) does not.
In which scenario is NAT typically used?
-
When a company has a limited number of public IP addresses
-
When a company wants to improve network security
-
When a company wants to simplify network management
-
All of the above
D
Correct answer
Explanation
NAT is typically used in scenarios where a company has a limited number of public IP addresses, wants to improve network security, or wants to simplify network management.
Which protocol is used by NAT to translate IP addresses?
-
TCP
-
UDP
-
ICMP
-
All of the above
D
Correct answer
Explanation
NAT can use TCP, UDP, and ICMP protocols to translate IP addresses.