0% found this document useful (0 votes)
4 views10 pages

100 Computer Network Q&A Guide

The document contains 100 important questions and answers related to computer networks, covering topics such as network types, OSI and TCP/IP models, networking devices, IP addressing, network security, and future technologies. It provides foundational knowledge on networking concepts, protocols, and devices, along with advanced topics like cloud computing and IoT. The content serves as a comprehensive guide for individuals seeking to understand or enhance their knowledge of computer networking.

Uploaded by

waswagabriel1
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views10 pages

100 Computer Network Q&A Guide

The document contains 100 important questions and answers related to computer networks, covering topics such as network types, OSI and TCP/IP models, networking devices, IP addressing, network security, and future technologies. It provides foundational knowledge on networking concepts, protocols, and devices, along with advanced topics like cloud computing and IoT. The content serves as a comprehensive guide for individuals seeking to understand or enhance their knowledge of computer networking.

Uploaded by

waswagabriel1
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

100 important computer network questions with answers

1. Basics of Computer Networks

1. What is a computer network?


o A computer network is a collection of interconnected devices that communicate
and share resources using communication protocols.
2. What are the types of computer networks?
o LAN (Local Area Network), MAN (Metropolitan Area Network), WAN (Wide
Area Network), PAN (Personal Area Network), and CAN (Campus Area
Network).
3. What is the difference between a LAN and a WAN?
o LAN covers a small geographical area, while WAN spans large areas and
connects multiple LANs.
4. What are the key components of a network?
o Router, switch, hub, modem, repeater, NIC (Network Interface Card), and cables.
5. What is a protocol in networking?
o A protocol is a set of rules that governs data communication between devices.
6. What is an IP address?
o A unique numerical label assigned to each device in a network to identify and
communicate with it.
7. What are the types of IP addresses?
o IPv4 (32-bit) and IPv6 (128-bit).
8. What is the difference between a public and private IP address?
o Public IP is accessible from the internet, while private IP is used within a local
network.
9. What is MAC address?
o A Media Access Control (MAC) address is a unique identifier assigned to a
network interface card (NIC).
10. What is a subnet mask?

• It determines the network and host portion of an IP address.

2. OSI and TCP/IP Models

11. What is the OSI model?

• A 7-layer framework that standardizes network communication.

12. What are the seven layers of the OSI model?

Prepared by A. Mithurshan[HNDIT, DICT] 1


• Physical, Data Link, Network, Transport, Session, Presentation, and Application.

13. What is the function of the network layer in the OSI model?

• It handles routing, IP addressing, and packet forwarding.

14. What is the function of the transport layer?

• It ensures end-to-end communication, reliability, and flow control.

15. What is the difference between TCP and UDP?

• TCP is connection-oriented and reliable, while UDP is connectionless and faster.

16. What are the layers of the TCP/IP model?

• Network Interface, Internet, Transport, and Application.

17. Which OSI layer does a router operate on?

• Network layer (Layer 3).

18. Which OSI layer does a switch operate on?

• Data Link layer (Layer 2), but some advanced switches operate on Layer 3.

19. What is encapsulation in networking?

• The process of adding headers and trailers to data as it moves down the OSI layers.

20. What is the purpose of the session layer?

• It establishes, maintains, and terminates communication sessions.

3. Networking Devices and Cables

21. What is a router?

• A device that directs network traffic between different networks.

22. What is a switch?

• A device that connects multiple devices in a LAN and forwards data based on MAC
addresses.

Prepared by A. Mithurshan[HNDIT, DICT] 2


23. What is a hub?

• A network device that broadcasts data to all connected devices.

24. What is a repeater?

• A device that amplifies and retransmits network signals.

25. What is a gateway in networking?

• A device that connects different networks using different protocols.

26. What is a modem?

• A device that converts digital signals to analog for transmission over telephone lines.

27. What are the types of network cables?

• Coaxial, Twisted Pair (UTP/STP), and Fiber Optic.

28. What is the speed of a Cat5 cable?

• Up to 100 Mbps.

29. What is the speed of a Cat6 cable?

• Up to 10 Gbps.

30. What is fiber optic cable used for?

• High-speed, long-distance data transmission using light signals.

4. IP Addressing and Subnetting

31. What are the classes of IPv4 addresses?

• Class A, B, C, D, and E.

32. What is the default subnet mask for Class A?

• [Link].

33. What is the default subnet mask for Class B?

Prepared by A. Mithurshan[HNDIT, DICT] 3


• [Link].

34. What is CIDR?

• Classless Inter-Domain Routing, which allows flexible IP address allocation.

35. What is a loopback IP address?

• [Link], used for testing network interfaces.

36. What is DHCP?

• Dynamic Host Configuration Protocol, which assigns IP addresses automatically.

37. What is static IP addressing?

• A manually assigned IP address that does not change.

38. What is NAT?

• Network Address Translation, used to map private IPs to a public IP.

39. What is subnetting?

• Dividing a network into smaller networks.

40. What is the purpose of a default gateway?

• It allows communication between different networks.

5. Advanced Networking Concepts

41. What is VLAN?

• Virtual Local Area Network, which segregates network traffic.

42. What is VPN?

• Virtual Private Network, used for secure remote access.

43. What is DNS?

• Domain Name System, which translates domain names into IP addresses.

Prepared by A. Mithurshan[HNDIT, DICT] 4


44. What is ARP?

• Address Resolution Protocol, used to map IP addresses to MAC addresses.

45. What is RARP?

• Reverse Address Resolution Protocol, which maps MAC addresses to IP addresses.

46. What is a firewall?

• A security device that filters incoming and outgoing network traffic.

47. What is an IDS?

• Intrusion Detection System, which detects unauthorized access.

48. What is an IPS?

• Intrusion Prevention System, which prevents malicious activities.

49. What is a proxy server?

• A server that acts as an intermediary between clients and the internet.

50. What is load balancing?

• Distributing network traffic across multiple servers to optimize performance.

6. Network Security

51. What is a DMZ in networking?

• A Demilitarized Zone (DMZ) is a separate network segment that adds an extra layer of
security between an internal network and the internet.

52. What is port forwarding?

• A technique used to allow external devices to access services on a private network


through a router.

53. What is a honeypot in cybersecurity?

• A security mechanism that acts as a trap for hackers to detect and analyze attacks.

Prepared by A. Mithurshan[HNDIT, DICT] 5


54. What is encryption?

• The process of converting data into a secure format to prevent unauthorized access.

55. What are the types of encryption?

• Symmetric (same key for encryption & decryption) and Asymmetric (public and
private key pair).

56. What is SSL/TLS?

• Secure Sockets Layer (SSL) / Transport Layer Security (TLS) encrypts data
transmission over the internet.

57. What is the difference between HTTPS and HTTP?

• HTTPS is secure, using SSL/TLS encryption, while HTTP is not encrypted.

58. What is brute force attack?

• A method of hacking that tries all possible password combinations to gain access.

59. What is a Denial-of-Service (DoS) attack?

• A cyberattack that overwhelms a network or server, making it unavailable.

60. What is a DDoS attack?

• A Distributed Denial-of-Service attack where multiple computers flood a target system


to disrupt services.

7. Wireless Networking

61. What is Wi-Fi?

• A wireless networking technology that allows devices to connect to the internet using
radio waves.

62. What are the Wi-Fi standards?

• 802.11a, 802.11b, 802.11g, 802.11n, 802.11ac, and 802.11ax (Wi-Fi 6).

63. What frequency bands do Wi-Fi networks use?

• 2.4 GHz and 5 GHz.

Prepared by A. Mithurshan[HNDIT, DICT] 6


64. What is SSID?

• Service Set Identifier (SSID) is the name of a Wi-Fi network.

65. What is WPA?

• Wi-Fi Protected Access (WPA) is a security protocol for encrypting wireless networks.

66. What is WEP?

• Wired Equivalent Privacy (WEP) is an outdated and weak Wi-Fi security protocol.

67. What is MAC address filtering?

• A security feature that allows or denies network access based on MAC addresses.

68. What is a Wi-Fi extender?

• A device that extends the range of a Wi-Fi network.

69. What is MIMO in wireless networking?

• Multiple Input Multiple Output (MIMO) improves Wi-Fi speed and reliability by
using multiple antennas.

70. What is a mobile hotspot?

• A feature that allows a smartphone or device to share its internet connection wirelessly.

8. Network Troubleshooting

71. What is the ping command used for?

• To check network connectivity and measure response time.

72. What is the tracert/traceroute command used for?

• To trace the path packets take to a destination.

73. What is the ipconfig/ifconfig command used for?

• To display network interface details and IP configurations.

74. What is the nslookup command used for?

• To query DNS and find domain-to-IP mappings.

Prepared by A. Mithurshan[HNDIT, DICT] 7


75. What is the netstat command used for?

• To display active network connections and statistics.

76. What is the arp command used for?

• To view and modify the ARP table.

77. What is a packet sniffer?

• A tool that captures and analyzes network traffic (e.g., Wireshark).

78. What does the "destination host unreachable" error mean?

• The network cannot reach the target device, possibly due to incorrect routing or
disconnection.

79. What does the "request timed out" error mean?

• The network did not receive a response within the expected time.

80. How do you fix IP conflict issues?

• Manually assign unique IP addresses or configure DHCP properly.

9. Cloud and Virtual Networks

81. What is cloud computing?

• The delivery of computing services over the internet instead of local servers.

82. What are the types of cloud computing?

• Public, Private, Hybrid, and Community clouds.

83. What are the cloud service models?

• IaaS (Infrastructure as a Service), PaaS (Platform as a Service), and SaaS (Software


as a Service).

84. What is virtualization?

• The process of creating virtual versions of resources (e.g., servers, storage).

85. What is a virtual private network (VPN)?

Prepared by A. Mithurshan[HNDIT, DICT] 8


• A secure connection that encrypts internet traffic between a user and a remote network.

86. What is SDN (Software Defined Networking)?

• A networking approach that separates the control plane from the data plane for flexibility.

87. What is network slicing?

• A technique used in 5G networks to create multiple virtual networks on shared


infrastructure.

88. What is MPLS?

• Multiprotocol Label Switching (MPLS) is a high-performance routing technique.

89. What is edge computing?

• Computing that processes data closer to the source to reduce latency.

90. What is CDN (Content Delivery Network)?

• A network of servers that deliver content quickly based on user location.

10. Future Networking Technologies

91. What is 5G technology?

• The fifth-generation mobile network, providing faster speeds and low latency.

92. What is IoT (Internet of Things)?

• A network of interconnected devices that communicate over the internet.

93. What is blockchain in networking?

• A decentralized and secure way of recording transactions in a network.

94. What is IPv6 and why is it needed?

• IPv6 is a 128-bit addressing system that provides more IP addresses than IPv4.

95. What is AI-driven networking?

• Using artificial intelligence to automate and optimize network operations.

Prepared by A. Mithurshan[HNDIT, DICT] 9


96. What is SD-WAN?

• Software-Defined Wide Area Network, which enhances WAN performance using


cloud-based technologies.

97. What is a smart network?

• A self-adaptive network that optimizes traffic and resources using AI and automation.

98. What is Wi-Fi 6?

• The latest Wi-Fi standard, offering higher speeds, better efficiency, and improved
security.

99. What is Li-Fi?

• A wireless communication technology that uses light instead of radio waves.

100. What is quantum networking?

• A future networking technology that uses quantum mechanics for ultra-secure


communication.

Prepared by A. Mithurshan[HNDIT, DICT] 10

You might also like