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
-
TCP 389
-
TCP 636
-
TCP 22
-
UDP 69
A
Correct answer
Explanation
LDAP (Lightweight Directory Access Protocol) is an open, vendor-neutral industry standard for accessing and maintaining distributed directory information services, using TCP port 389.
-
TCP 25
-
TCP 110
-
TCP 143
-
TCP 636
B
Correct answer
Explanation
POP3 (Post Office Protocol version 3) is a standard mail protocol used to receive emails from a remote server to a local client. It operates over TCP port 110.
-
TCP 53
-
UDP 53
-
TCP 88
-
UDP 88
A
Correct answer
Explanation
While standard DNS queries use UDP port 53, DNS zone transfers require a reliable connection to ensure data integrity, so they use TCP port 53.
-
TCP 80
-
TCP 110
-
TCP 49
-
TCP 88
D
Correct answer
Explanation
Kerberos is a network authentication protocol designed to provide strong authentication for client/server applications by using secret-key cryptography. It uses TCP port 88.
-
TCP 67,68
-
TCP 20,21
-
TCP 989,990
-
UDP 137,138
C
Correct answer
Explanation
FTPS (FTP over SSL/TLS) adds support for the Transport Layer Security and the Secure Sockets Layer cryptographic protocols. It uses ports 989 and 990.
-
TCP 22
-
TCP 23
-
UDP 161
-
UDP 1812
A
Correct answer
Explanation
SCP uses SSH for secure file transfer, which operates on TCP port 22. SMTP uses port 25, SNMP uses UDP 161, and RADIUS uses UDP 1812.
-
TCP 20
-
TCP 25
-
UDP 88
-
UDP 69
B
Correct answer
Explanation
SMTP uses TCP port 25 for email transmission between mail servers. FTP uses port 20, Kerberos uses UDP 88, and TFTP uses UDP 69.
-
Destination Address
-
Payload
-
Route Instructions
-
Error Control bits
C
Correct answer
Explanation
A data packet typically contains a header (with source and destination addresses), a payload (the actual data), and a trailer (with error control bits). Route instructions are determined by routers, not stored inside the packet itself.
-
Packet Switching
-
Circuit Switching
-
Protocol Switching
-
Network Switching
A
Correct answer
Explanation
The Internet and modern networking rely on packet switching, where data is broken into small packets that travel independently across the network.
-
MAC address
-
Username
-
Codec
-
IP address
D
Correct answer
Explanation
VoIP (Voice over IP) uses IP addresses to route data packets to the correct destination on a network, just like other internet traffic.
A
Correct answer
Explanation
IEEE 802.1x is the standard for port-based network access control, which provides authentication between a device and a RADIUS server. While EAP is used within 802.1x, 802.1x is the framework for the connection.
B
Correct answer
Explanation
EAP (Extensible Authentication Protocol) is an authentication framework that provides transport for various authentication methods between a client and an authenticator, such as a RADIUS server.
C
Correct answer
Explanation
QoS (Quality of Service) is a set of technologies used to manage network traffic and prioritize specific types of data, such as voice, to ensure clear communication. PAT, DNS, and SIP serve different networking functions.
-
Data Link
-
Transport
-
Session
-
Network
A
Correct answer
Explanation
A bridge operates at the Data Link layer (Layer 2) of the OSI model, where it makes forwarding decisions based on MAC addresses.
D
Correct answer
Explanation
Telnet is a legacy protocol that uses port 23 by default for remote terminal access.