Computer Knowledge
Computer Networks
2,461 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
D
Correct answer
Explanation
TCP is a connection-oriented protocol, meaning it establishes a formal connection (the three-way handshake) before data transfer begins to ensure reliability.
-
Application
-
Session
-
Transport
-
Network
A
Correct answer
Explanation
The Application Layer is the highest layer in the OSI model, making it the one that interacts directly with software applications used by the user.
C
Correct answer
Explanation
At the Data Link Layer, data is encapsulated into frames. Packets are associated with the Network Layer, and bits are associated with the Physical Layer.
-
MAC & LLC
-
NIC & MAC
-
CCL & NIC
-
TCP & UDP
A
Correct answer
Explanation
The Data Link Layer is divided into the Media Access Control (MAC) sublayer and the Logical Link Control (LLC) sublayer.
C
Correct answer
Explanation
SSH (Secure Shell) is the standard protocol used for secure, encrypted remote command-line access to devices. Telnet is unencrypted, and TFTP is for simple file transfers.
-
Layer 7
-
Transport
-
Internet
-
Presentation
D
Correct answer
Explanation
The Presentation Layer (Layer 6) is responsible for data translation, compression, and encryption/decryption to ensure the Application Layer can read the data.
-
Network
-
Transport
-
Session
-
Physical
B
Correct answer
Explanation
The Host-to-Host layer of the TCP/IP model corresponds to the Transport Layer of the OSI model, as both are responsible for end-to-end communication.
A
Correct answer
Explanation
Telnet is a legacy protocol that uses TCP port 23 for remote terminal access.
-
Layer 3
-
Layer 1
-
Data Link
-
Transport
C
Correct answer
Explanation
Switching, specifically Layer 2 switching based on MAC addresses, occurs at the Data Link Layer of the OSI model.
B
Correct answer
Explanation
HTTPS (HTTP over TLS/SSL) uses TCP port 443 by default for secure web communication.
-
Hypertext Transfer Protocol (HTTP)
-
Simple Mail Transfer Protocol (SMTP)
-
Internet Message Access Protocol (IMAP)
-
Remote Desktop Protocol (RDP)
C
Correct answer
Explanation
TCP port 143 is the standard port assigned to IMAP (Internet Message Access Protocol), which is used for retrieving email from a server.
A
Correct answer
Explanation
POP3 is a standard mail protocol used to receive emails from a remote server to a local client. It is officially assigned to TCP port 110.
C
Correct answer
Explanation
DNS is used to resolve domain names into IP addresses. It primarily uses port 53 for both UDP and TCP queries.
B
Correct answer
Explanation
SMTP is the standard protocol for sending emails across the internet. It is assigned to port 25.
-
Secure Shell (SSH)
-
File Transfer Protocol (FTP)
-
Telnet
-
Simple Mail Transfer Protocol (SMTP
C
Correct answer
Explanation
Telnet is an older protocol used for remote terminal access. It operates on port 23.