CNSL - Important Viva Questions (Answers)
CNSL - Important Viva Questions (Answers)
1. What are different types of cables used in networking? Also list name of connectors for eachone.
A: 1. Coaxial Cable
Connector: BNC, F-type
2. Twisted Pair Cable
Types:
Unshielded Twisted Pair (UTP)
Shielded Twisted Pair (STP)
Connector: RJ45
3. Fiber Optic Cable
Types:
Single-mode
Multi-mode
Connector: SC, LC, ST
2. What is the maximum segment size for twisted pair, fiber optic cable?
A: 1. Twisted Pair Cable: Max segment size - 100 meters (for Ethernet)
2. Fiber Optic Cable: Max segment size - Up to 2 kilometers (multi-mode), 100+ kilometers (single-mode)
6. What are different topologies also give adv and disadv of each? Which will you prefer to designa LAN and
why?
A: Bus Topology
Advantages: Simple, low cost
Disadvantages: Single point of failure, limited cable length
Ring Topology
Advantages: Easy to install, consistent data transfer
Disadvantages: Failure of one device affects the entire network
Star Topology
Advantages: Easy to manage, failure of one device doesn’t affect others
Disadvantages: Central hub failure affects entire network
Mesh Topology
Advantages: Redundant paths, high reliability
Disadvantages: Expensive, complex installation
Tree Topology
Advantages: Hierarchical structure, scalable
Disadvantages: Central node failure can affect subnets
BHAKTI THAKUR
Preferred for LAN Design:
Star Topology: Easy to manage, fault tolerance, and scalability.
8. If you want to design a network for 10 pcs what things you have to consider that time?
A: Network Topology: Choose suitable topology (Star recommended)
Cable Type: UTP Cat5e or Cat6
Switch/Hub: Select based on number of ports (at least 10 ports)
IP Addressing: Decide on static or dynamic IP allocation (use DHCP if dynamic)
Router: For internet access (if needed)
Network Security: Firewalls, encryption, and access control
Power Supply: Ensure reliable power for devices (UPS for backup)
Devices: Ensure network adapters for PCs and proper drivers
A:
A: IPv6
BHAKTI THAKUR
IPv4
A: TCP
UDP
25. What is MAC address? How many bits of it and in which format?
A: A MAC (Media Access Control) address is a unique identifier assigned to network interfaces for
communications at the data link layer of the OSI model.
It is a 48-bit address, typically written in hexadecimal format.
Example: 00:14:22:01:23:45. The address is made up of six pairs of hexadecimal digits, each representing 8
bits.
26. IP address works at which layer? How many bits of it is ? give one example
A: An IP address works at the Network Layer (Layer 3) of the OSI model.
It is used to uniquely identify devices on a network and to route data packets.
IPv4 is a 32-bit address (e.g., 192.168.1.1), while IPv6 is a 128-bit address.
Example (IPv4): 192.168.1.1 (32-bit address), and
Example (IPv6): 2001:0db8:85a3:0000:0000:8a2e:0370:7334 (128-bit address).
27. How many classes are their in IPV4? Also give range of each.
A: There are five main classes in IPv4:
Class A: 0.0.0.0 to 127.255.255.255
Class B: 128.0.0.0 to 191.255.255.255
Class C: 192.0.0.0 to 223.255.255.255
Class D (Multicast): 224.0.0.0 to 239.255.255.255
Class E (Reserved): 240.0.0.0 to 255.255.255.255
BHAKTI THAKUR
30. What is Physical & Logical address?
A: Physical Address: Also known as the MAC address, it is a hardware address used to uniquely identify
devices on a network at the data link layer. It is assigned by the manufacturer and is embedded into the network
interface card (NIC).
Logical Address: This refers to IP addresses, which are used to identify devices on a network at the network
layer. IP addresses can be changed and are assigned dynamically.
A device that
amplifies or Used in long-
Ethernet
regenerates Extends the Physical distance
Active, repeaters,
Repeater a signal to range of a (Layer networks to
Passive wireless
extend the network signal. 1) overcome
repeaters
distance it signal loss.
can travel.
A device that
connects
Divides traffic Used to
two or more
between Data create larger
network Transparent, Network
network Link networks or
Bridge segments Source bridges in
segments to (Layer reduce
and filters Routing LANs
reduce 2) collision
traffic based
congestion. domains.
on MAC
addresses.
BHAKTI THAKUR
OSI
Device Definition Function Types Use Example
Layer
A device that
connects
Allows Used to
two
communication connect
different Email servers,
between All Protocol different
networks router/firewall
different types Layers Gateway, network
Gateway and between LAN
of networks (Layer Default protocols or
translates and the
(e.g., between 1-7) Gateway different
data internet
LAN and network
between
WAN). types.
different
protocols.
A device that
connects
Managed,
multiple Directs data to Used to build
Data Unmanaged, Managed
devices on a the correct network
Link Layer 2, switches,
Switch LAN, device within infrastructure
(Layer Layer 3 Layer 2
forwarding the same and reduce
2) (Multilayer switches
data based network. collisions.
Switch)
on MAC
addresses.
A basic
networking
device that
Often
connects Forwards data Simple
Physical replaced by
multiple to all devices in Active, network hubs
Hub (Layer switches due
devices, the network Passive used in home
1) to
broadcasting (no filtering). networks
inefficiency.
data to all
connected
ports.
A device that
forwards
Used to
data packets Directs data Wireless
connect
between from one Router,
Network different Home routers,
networks, network to Wired
Router (Layer networks and enterprise
using IP another (e.g., Router, Core
3) direct routers
addresses to LAN to the Router, Edge
internet
determine internet). Router
traffic.
the best
path.
A device that
converts
digital data
Used for
from a Modulates and
Physical Cable broadband or
computer demodulates Cable modem,
Modem (Layer Modem, DSL dial-up
into analog signals for DSL modem
1) Modem internet
signals for internet access.
connections.
transmission
over a phone
line.
A hardware Converts data
NIC Data Used in every
device that from the
(Network Link Wired NIC, computer to Ethernet NIC,
allows computer into
Interface (Layer Wireless NIC connect to Wi-Fi NIC
computers electrical
Card) 2) networks.
to connect to signals for
BHAKTI THAKUR
OSI
Device Definition Function Types Use Example
Layer
a network. transmission.
A device that
allows
Used in Wi-Fi
wireless Provides Data Indoor,
networks to Wi-Fi routers
Access devices to wireless Link Outdoor,
extend and dedicated
Point connect to a connectivity to (Layer Managed,
wireless access points
wired a network. 2) Unmanaged
coverage.
network via
Wi-Fi.
51. What are the data units at different layers of the TCP / IP protocol suite?
A: Application Layer: Data
Transport Layer: Segments (TCP) / Datagrams (UDP)
Internet Layer: Packets
Network Access Layer: Frames
54. What is the difference between TFTP and FTP application layer protocols?
A: TFTP (Trivial File Transfer Protocol): A simple, connectionless protocol for transferring files, no
authentication, no error recovery.
FTP (File Transfer Protocol): A more robust, connection-oriented protocol that supports authentication,
error handling, and directory operations.
BHAKTI THAKUR
A: A Mesh Network is a type of network where every device is connected to every other device, ensuring
multiple paths for data transmission and providing redundancy.
58. Why should you care about the OSI Reference Model?
A: The OSI Reference Model helps standardize and understand how different network protocols interact,
guiding troubleshooting, network design, and system interoperability.
BHAKTI THAKUR
71. What is PPP?
A: (Point-to-Point Protocol): A data link layer protocol used to establish a direct connection between two
network nodes, typically over a serial link.
75. How do IPv6 addresses differ from addresses used in current IP version?
A: Uses 128-bit addresses (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334), allowing a vastly larger
address space compared to the 32-bit IPv4 addresses (e.g., 192.168.1.1).
76. How does IPv6 address allocation differ from address allocation used with IPv4?
A: IPv6 addresses are allocated hierarchically with a larger address space and subnetting to support more
devices. IPv6 uses a more flexible allocation mechanism compared to IPv4's reliance on NAT (Network Address
Translation) and limited address space.
77. IPv6 is supposed to solve address allocation problems with IPv4. How is it supposed to dothat?
A: IPv6 Expands the address space from 32 bits to 128 bits, allowing for a virtually unlimited number of
unique IP addresses. This eliminates the need for techniques like NAT and resolves the exhaustion of IPv4
addresses.
78. How are addresses belonging to different types differentiated from each other?
A: IPv4: Differentiated by the first few bits (e.g., Class A starts with 0, Class B with 10, etc.).
IPv6: Differentiated by the first bits of the address (e.g., Global Unicast addresses start with 001).
79. What is supernetting and subnetting?
A: Subnetting: Dividing a larger network into smaller sub-networks, improving network management and
security.
Supernetting: Combining smaller networks into a larger network, typically for more efficient routing.
80. Write in decimal form the IP-address C22F1582. To which address class it belongs to? Writethe address
also in binary form
A: Decimal Form: 194.47.21.130
Binary Form: 11000010.00101111.00010101.10000010
Class: Class C (Address range 192.0.0.0 to 223.255.255.255)
81. What is the network part in the address 172.16.10.50/27? What is the host part?
A: Network Part: 172.16.10.32
Host Part: .50 (within the subnet 172.16.10.32/27)
82. How many subnets are available in the network mentioned above? How many hosts can be inone subnet?
A: Number of Subnets: 8 subnets (using a /27 subnet mask).
Number of Hosts per Subnet: 30 hosts (since 2 IPs are reserved for network address and broadcast).
83. What does the notation 211.22.23.0,3 mean? What addresses belong to this definition
BHAKTI THAKUR
A: Notation: Refers to a subnet with a network address of 211.22.23.0 and a subnet mask /30, indicating 4 IP
addresses in total.
Addresses: 211.22.23.0 (network), 211.22.23.1 (usable host), 211.22.23.2 (usable host), 211.22.23.3
(broadcast).
85. When you give ping command what is the output after that and also tell meaning of each term?
A: Output:
Reply from [IP Address]: The destination device is reachable.
Request Timed Out: No reply received from the destination.
TTL expired in transit: The time-to-live value of the packet expired before it reached the destination.
Meaning of terms:
TTL: Time to live, specifies the maximum hops a packet can make.
Packet Loss: The number of lost packets.
Round-trip time (RTT): Time taken for the packet to travel from the source to the destination and back.
88. What is the difference between half and full duplex mode in Ethernet?
A: Half-Duplex: Data can flow in only one direction at a time.
Full-Duplex: Data can flow in both directions simultaneously.
89. What are the transmission speed for Cat 5, Cat 5e, Cat 6 network cable?
A: Cat 5: Up to 100 Mbps.
Cat 5e: Up to 1 Gbps (Gigabit Ethernet).
Cat 6: Up to 10 Gbps (for short distances).
90. What is the maximum connection length for Cat 5, Cat 5e, Cat6 network cable
A: Cat 5: 100 meters (for 100 Mbps).
Cat 5e: 100 meters (for 1 Gbps).
Cat 6: 55 meters (for 10 Gbps).
BHAKTI THAKUR
meters).
10Base5: 10 Mbps over coaxial cable (also known as Thick Ethernet, with a maximum cable length of 500
meters).
10BaseT: 10 Mbps over twisted pair cable (used in Ethernet networks, maximum cable length 100 meters).
10BaseF: 10 Mbps over fiber optic cable.
BHAKTI THAKUR
105. How to connect 2 computers directly without router/switch?
A: Use a crossover Ethernet cable to directly connect the two computers' network ports.
118. What is the wireless speed for 802.11a, 802.11b, 802.11g and 802.11n wireless standard?
A: 802.11a: Up to 54 Mbps.
802.11b: Up to 11 Mbps.
802.11g: Up to 54 Mbps.
802.11n: Up to 600 Mbps.
BHAKTI THAKUR
broadband internet access over large areas.
124. What is the difference between wireless router and access point?
A: Wireless Router: Provides routing functionality, creates a network, and often has a built-in firewall.
Access Point: Extends the existing network by providing wireless access but does not perform routing.
128. What is meant by subnet mask? What is subnet mask for class A,B and C?
A: Subnet Mask: Defines the portion of an IP address that identifies the network and the portion that
identifies the host.
Class A: 255.0.0.0
Class B: 255.255.0.0
Class C: 255.255.255.0
129. Explain different classes of IPV4 and also give its range?
A: Class A: 1.0.0.0 – 127.255.255.255 (16 million hosts per network)
Class B: 128.0.0.0 – 191.255.255.255 (65,000 hosts per network)
Class C: 192.0.0.0 – 223.255.255.255 (254 hosts per network)
Class D: 224.0.0.0 – 239.255.255.255 (Multicast addresses)
Class E: 240.0.0.0 – 255.255.255.255 (Reserved for future use)
BHAKTI THAKUR
header in packets, commonly used for private networks to access the public internet.
131. For what purpose Class D and E is used?
A: Class D: Used for multicast addressing.
Class E: Reserved for experimental or future use.
BHAKTI THAKUR