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
C
Correct answer
Explanation
RTCP (RTP Control Protocol) provides out-of-band statistics and control information for an RTP flow, such as packet loss and jitter.
D
Correct answer
Explanation
G.729 is a widely used audio codec in VoIP systems, specifically designed for low bandwidth (8 kbps) while maintaining high voice quality. Other options like PBX and PVDM are hardware or system components, not codecs.
-
Voice over interaction protocol
-
voice offer internet protocol
-
Voice over internet protocol
-
vertical over internet protocol
C
Correct answer
Explanation
VoIP stands for Voice over Internet Protocol, which is the technology that allows voice calls to be made over an internet connection.
-
send to voicemail
-
play messages
-
call waiting
-
video messages
D
Correct answer
Explanation
VoIP gateways are designed for voice traffic and signaling, not for processing or delivering video messages, which require different protocols and media handling.
-
Remote Server Administration Technology
-
Random Security Administration Tools
-
Remote Server Application Tools
-
Remote Server Administration Tools
D
Correct answer
Explanation
RSAT stands for Remote Server Administration Tools. It allows IT administrators to remotely manage roles and features in Windows Server from a computer running Windows 10 or 11.
-
Advanced Host Controller Interface
-
Application Host Controller Interface
-
Application House Control Interface
-
Advanced Host Communication Interface
A
Correct answer
Explanation
AHCI stands for Advanced Host Controller Interface, a technical standard that defines the operation of SATA host bus adapters.
-
Security Level Application Transistor
-
Security Level Address Translation
-
Second Level Address Translation
-
Second Level Application Translation
C
Correct answer
Explanation
SLAT stands for Second Level Address Translation, a feature in modern CPUs that improves the performance of virtual machine memory management.
-
TCP 389
-
UDP 161
-
TCP 636
-
UPD 3389
C
Correct answer
Explanation
LDAPS (Lightweight Directory Access Protocol over SSL) is the secure version of LDAP and uses TCP port 636.
-
TCP 53
-
UDP 53
-
TCP 88
-
UDP 88
B
Correct answer
Explanation
DNS (Domain Name System) queries typically use UDP port 53 for standard lookups to minimize overhead, though TCP 53 is used for zone transfers.
-
TCP 3389
-
TCP 5060
-
TCP 5004
-
TCP 636
B
Correct answer
Explanation
SIP (Session Initiation Protocol) is a signaling protocol used for initiating, maintaining, and terminating real-time sessions like VoIP, and it uses TCP/UDP port 5060.
-
TCP 3389
-
TCP 53
-
TCP 110
-
TCP 3868
A
Correct answer
Explanation
RDP (Remote Desktop Protocol) is a proprietary protocol developed by Microsoft that provides a user with a graphical interface to connect to another computer over a network connection, using TCP port 3389.
-
TCP 636
-
TCP 443
-
TCP 445
-
TCP 143
C
Correct answer
Explanation
SMB (Server Message Block) is a network file sharing protocol that uses TCP port 445 in modern implementations.
-
UDP 1812
-
UDP 88
-
UDP 5004
-
UDP 69
D
Correct answer
Explanation
TFTP (Trivial File Transfer Protocol) is a simple file transfer protocol used for booting diskless workstations or transferring configuration files, and it uses UDP port 69.
-
TCP 20/21
-
TCP 67,68
-
UDP 161,162
-
TCP 989,990
A
Correct answer
Explanation
FTP (File Transfer Protocol) uses two ports: TCP port 21 for control commands and TCP port 20 for data transfer.
-
TCP 3389
-
TCP 80
-
TCP 443
-
TCP 139
C
Correct answer
Explanation
HTTPS (Hypertext Transfer Protocol Secure) is the secure version of HTTP, which encrypts communications using TLS/SSL and operates on TCP port 443.