Computer Networks Lab Viva Questions
Computer Networks Lab Viva Questions
Q: What is an IP Address?
A: An IP (Internet Protocol) address is a unique address assigned to each device connected
to a network. It helps in identifying the device across the network and allows
communication with other devices.
Q: What is DNS?
A: DNS (Domain Name System) is a protocol that translates human-readable domain names
(e.g., www.example.com) into IP addresses, enabling users to access websites using URLs
instead of IP addresses.
Q: What is a Router?
A: A router is a networking device that forwards data packets between networks. It directs
traffic and chooses the optimal path for data transmission.
Q: What is Ethernet?
A: Ethernet is a technology for connecting devices in a LAN. It defines protocols and
standards for data transfer at the data link and physical layers and is commonly used in
wired networks.
Q: What is a Subnet?
A: A subnet (subnetwork) is a segment of a network that is partitioned to improve
performance and security. It divides a large network into smaller, more manageable
sections, which helps in reducing congestion and enhances security.
Q: What is NAT?
A: NAT (Network Address Translation) is a method used by routers to map multiple private
IP addresses to a single public IP address, conserving global IP address space and providing
an additional layer of security.
Q: What is a Firewall?
A: A firewall is a network security device that monitors and filters incoming and outgoing
network traffic based on predefined security rules, creating a barrier between a trusted
internal network and untrusted external networks.
Q: What is Bandwidth?
A: Bandwidth is the maximum amount of data that can be transmitted over a network in a
given time, typically measured in Mbps or Gbps.
Q: What is DHCP?
A: DHCP (Dynamic Host Configuration Protocol) is a protocol that automatically assigns IP
addresses to devices on a network, reducing the need for manual IP configuration.
Q: What is a Packet?
A: A packet is a small unit of data sent over a network. It contains both the data being
transmitted and control information (headers) used for routing and ensuring the data
reaches its destination.