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
-
Session
-
Application
-
Presentation
-
Transport
C
Correct answer
Explanation
The Presentation layer (Layer 6) of the OSI model is responsible for the translation, encryption, and compression of data, ensuring that the application layer can understand the information.
-
TCP/IP
-
NetBEUI
-
All of the above
-
None of the above
C
Correct answer
Explanation
Remote Access Service (RAS) supports multiple network protocols to ensure compatibility with various network environments, including TCP/IP, NetBEUI, and IPX/SPX.
C
Correct answer
Explanation
HTTP (Hypertext Transfer Protocol), WAP (Wireless Application Protocol), and FTP (File Transfer Protocol) are all communication protocols used for transferring data over networks - specifically web content, mobile content, and files respectively. SAP, however, is enterprise resource planning (ERP) software for business management - not a network protocol. This functional distinction makes SAP the odd one out.
-
TCP/IP
-
BCPL/PDP-11
-
UCL
-
none of the above
A
Correct answer
Explanation
TCP/IP is the foundational protocol suite that enables all Internet communication. It's an open standard that efficiently handles data transmission across networks by breaking data into packets and routing them independently.
-
Nmap
-
Switch sniffer
-
Etherial
-
Wireshark
A
Correct answer
Explanation
Nmap (Network Mapper) is the standard tool for port scanning and network discovery. It can identify open ports, running services, and operating systems on a target system. Wireshark and Etherial are packet analyzers for examining network traffic, not port scanning. A 'switch sniffer' is not a standard tool category.
B
Correct answer
Explanation
When you access a website using HTTPS (secure HTTP), the browser connects to port 443 on the server. This is the standard port for HTTPS traffic, which uses SSL/TLS encryption to secure communications. Port 80 is for unencrypted HTTP, port 21 is for FTP, and port 139 is for NetBIOS file sharing.
B
Correct answer
Explanation
HTTPS (Hypertext Transfer Protocol Secure) uses port 443 by default for encrypted web communication. Port 80 is used for standard HTTP, port 21 for FTP, and port 139 is used for NetBIOS. The 'S' in HTTPS indicates the secure version operating on the secure port.
-
Nmap
-
Switch sniffer
-
Etherial
-
Wireshark
A
Correct answer
Explanation
Nmap (Network Mapper) is a security scanner specifically designed to discover hosts and services on a computer network, thus detecting open ports. When you know an IP address, running 'nmap ' will scan the target and list all open ports along with the services running on them. Wireshark and Etherial (now Wireshark) are packet analyzers for capturing network traffic, not port scanning. 'Switch sniffer' is not a standard tool name.
-
Nmap
-
Switch sniffer
-
Etherial
-
Wireshark
A
Correct answer
Explanation
This is an exact duplicate of question 15181. Nmap (Network Mapper) is the correct tool for port scanning. It's designed specifically to discover open ports and services on network targets. Given an IP address, nmap scans the target and enumerates open ports with service detection. Wireshark (formerly Ethereal) is for packet capture and analysis, not port scanning. 'Switch sniffer' is not a recognized security tool.
B
Correct answer
Explanation
HTTPS uses port 443 by default for secure, encrypted web communication. Port 80 is for standard HTTP, port 21 is for FTP, and port 139 is for NetBIOS session service. The 's' in HTTPS indicates a secure connection on port 443.
B
Correct answer
Explanation
HTTPS (HTTP Secure) uses port 443 by default for encrypted web traffic. Port 80 is for standard HTTP, port 21 is for FTP, and port 139 is for NetBIOS session service. When you type 'https://' in a browser, it connects to port 443.
-
Nmap
-
Switch sniffer
-
Etherial
-
Wireshark
A
Correct answer
Explanation
Nmap (Network Mapper) is the standard tool for port scanning and network discovery. It can identify open ports on a target system. Wireshark (formerly Etherial) is a packet analyzer for capturing and examining network traffic, not primarily for port scanning. 'Switch sniffer' is a generic term, not a specific tool.
-
74.125.127.100
-
69.72.169.241
-
192.168.1.100
-
209.131.36.100
C
Correct answer
Explanation
192.168.1.100 is a local network IP address using the private IP range 192.168.0.0/16 defined in RFC 1918. Private IP addresses (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) are used for local networks and are not routable on the internet. The other options (74.125.127.100, 69.72.169.241, 209.131.36.100) are public IP addresses assigned to internet-facing services.
-
a network adapter to other devices on the network
-
the manufacturer of a computer
-
the physical location of a computer
-
none of the above
A
Correct answer
Explanation
An IP address is a unique numeric identifier assigned to each network adapter (NIC) that allows it to be recognized and communicate with other devices on a network. It does not identify the computer manufacturer (that's the vendor ID), the physical location (that's GPS/address), or none of the above.
-
connecting to a home network router
-
connecting to a Wi-Fi hotspot
-
communicating with another computer using TCP
-
all of the above
D
Correct answer
Explanation
An IP address is a fundamental requirement for any device to participate in a network. Whether connecting to a local router, a public Wi-Fi hotspot, or establishing a TCP connection for data exchange, the device must have a unique identifier to route traffic correctly.