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

Multiple choice general knowledge
  1. TCP/IP

  2. BCPL/PDP-11

  3. UCL

  4. none of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice general knowledge science & technology
  1. Nmap

  2. Switch sniffer

  3. Etherial

  4. Wireshark

Reveal answer Fill a bubble to check yourself
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.

Multiple choice general knowledge science & technology
  1. 139

  2. 443

  3. 80

  4. 21

Reveal answer Fill a bubble to check yourself
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.

Multiple choice general knowledge science & technology
  1. Nmap

  2. Switch sniffer

  3. Etherial

  4. Wireshark

Reveal answer Fill a bubble to check yourself
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.

Multiple choice general knowledge science & technology
  1. Nmap

  2. Switch sniffer

  3. Etherial

  4. Wireshark

Reveal answer Fill a bubble to check yourself
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.

Multiple choice general knowledge science & technology
  1. Nmap

  2. Switch sniffer

  3. Etherial

  4. Wireshark

Reveal answer Fill a bubble to check yourself
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.

Multiple choice general knowledge science & technology
  1. 74.125.127.100

  2. 69.72.169.241

  3. 192.168.1.100

  4. 209.131.36.100

Reveal answer Fill a bubble to check yourself
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.

Multiple choice general knowledge science & technology
  1. a network adapter to other devices on the network

  2. the manufacturer of a computer

  3. the physical location of a computer

  4. none of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice general knowledge science & technology
  1. connecting to a home network router

  2. connecting to a Wi-Fi hotspot

  3. communicating with another computer using TCP

  4. all of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice general knowledge science & technology
  1. XML

  2. RS232

  3. HTML

  4. TCP

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

TCP (Transmission Control Protocol) is a core internet protocol that provides reliable, ordered delivery of data between applications. XML is a markup language for data storage, RS232 is a serial communication hardware standard, and HTML is a markup language for web pages - none are network protocols.

Multiple choice general knowledge science & technology
  1. EPABX

  2. IP PBX

  3. IP Intercom

  4. IPABX - E

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

IP PBX (Internet Protocol Private Branch Exchange) is the system that uses VoIP technology to route calls between users within an organization. Unlike traditional EPABX which uses analog lines, IP PBX operates over data networks using internet protocols.