0% found this document useful (0 votes)
8 views21 pages

Computer Networking Basics and Concepts

The document provides a comprehensive overview of computer networking concepts, including definitions of key terms such as LAN, WAN, IP address, and protocols. It explains various networking devices like routers, switches, and firewalls, as well as advanced topics such as subnetting, QoS, and NAT. Additionally, it covers the OSI and TCP/IP models, VLANs, and wireless networking standards like IEEE 802.11.

Uploaded by

khaloshreya
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)
8 views21 pages

Computer Networking Basics and Concepts

The document provides a comprehensive overview of computer networking concepts, including definitions of key terms such as LAN, WAN, IP address, and protocols. It explains various networking devices like routers, switches, and firewalls, as well as advanced topics such as subnetting, QoS, and NAT. Additionally, it covers the OSI and TCP/IP models, VLANs, and wireless networking standards like IEEE 802.11.

Uploaded by

khaloshreya
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

ACN – Unit 1

Part – A
SET – 1 (Basic)
1. What is a Computer Network?
A computer network is a system in which two or more computing devices are connected together to share
resources, data, and applications. It allows communication between devices using wired or wireless media.
2. What is the difference between LAN and WAN?
• LAN (Local Area Network): Covers a small geographical area like a room, building, or campus; high
speed and low cost.
• WAN (Wide Area Network): Covers a large geographical area like cities or countries; slower and more
expensive than LAN.
3. Define IP Address.
An IP address is a unique numerical identifier assigned to each device on a network so it can communicate
with other devices. Example: IPv4 address like [Link].
4. What is a Protocol in networking?
A protocol is a set of rules that govern data communication between devices. It defines how data is formatted,
transmitted, and received. Examples: TCP, IP, HTTP, FTP.
5. What is the function of a Router?
A router is a networking device that forwards data packets between two or more networks. It selects the best
path for data using routing tables.
6. What is a Switch?
A switch is a network device used in LAN to connect multiple devices. It forwards data only to the specific
device (MAC address) for which it is intended, improving network efficiency.
7. What is the difference between Hub and Switch?
• Hub: Broadcasts data to all connected devices; less efficient; works at physical layer.
• Switch: Sends data only to the intended device; more efficient; works at data link layer.
8. What is MAC Address?
MAC address (Media Access Control address) is a unique 48-bit hardware address assigned to a network
interface card (NIC). Example: 00-A0-C9-14-C8-29.
9. What is DNS?
DNS (Domain Name System) is a service that translates human-readable domain names (like [Link]) into
IP addresses. It acts like a "phonebook" of the internet.
10. What is Bandwidth?
Bandwidth is the maximum amount of data that can be transmitted over a network in a given time. It is
measured in bits per second (bps), Mbps, or Gbps.
11. What is the difference between Upload and Download?
• Upload: Sending data from a local device to a server or another device.
• Download: Receiving data from a server to a local device.
12. What is Firewall?
A firewall is a network security device/software that monitors and controls incoming and outgoing network
traffic based on security rules. It protects the network from unauthorized access.
13. What is Network Topology?
Network topology refers to the physical or logical arrangement of devices in a network. Examples: Bus, Star,
Ring, Mesh.
14. Define Transmission Media.
Transmission media are physical or wireless pathways through which data is transmitted in a network.
Examples: optical fibre, twisted-pair cable, radio waves.
15. What is Client–Server Model?
It is a networking architecture where the server provides resources or services, and clients request and use
them. Example: web servers providing web pages to browsers.
--------------------------------------------------------------------------------------------------------------------------------------------------

SET – 2 (Advanced)
1. What is Circuit Switching?
Circuit switching is a communication method where a dedicated communication path is established between
sender and receiver before data transmission begins. It provides guaranteed bandwidth but is less efficient for
bursty traffic.
2. What is Packet Switching?
Packet switching divides data into small packets and transmits each independently across the network. It
improves bandwidth utilization and reliability, used in IP networks.
3. What is TCP 3-Way Handshake?
TCP establishes a connection using a 3-step process:
1. SYN → Client requests connection
2. SYN-ACK → Server acknowledges
3. ACK → Client confirms
This ensures a reliable, synchronized connection before data transfer.
4. Define Subnetting.
Subnetting is the process of dividing a large network into smaller subnetworks (subnets) to improve
performance, enhance security, and efficiently use IP addresses.
5. What is QoS (Quality of Service)?
QoS refers to techniques used to manage network resources by assigning priority to specific types of traffic
(e.g., VoIP, video). It ensures low delay, low jitter, and high reliability.
6. Explain the role of OSI Layer 3 (Network Layer).
The network layer handles routing, logical addressing (IP), and packet forwarding between different
networks. Devices used: routers and layer-3 switches.
7. What is ARP and why is it used?
ARP (Address Resolution Protocol) maps an IP address to its corresponding MAC address within a local
network. It is required for communication within LAN using IPv4.
8. Define Encapsulation in networking.
Encapsulation is the process of adding protocol-specific headers and trailers to data as it passes down the OSI
layers. It ensures proper routing, addressing, and delivery.
9. What is NAT (Network Address Translation)?
NAT translates private IP addresses into a public IP address for internet communication. It conserves public
IPv4 addresses and provides basic security by hiding internal devices.
10. What is a VLAN?
A VLAN (Virtual Local Area Network) logically segments a network into separate broadcast domains even if the
devices are not physically separated. It improves security and reduces network congestion.
11. What is DNS Caching?
DNS caching stores previously resolved domain-to-IP mappings locally (in routers or OS). This reduces DNS
lookup time and speeds up network access.
12. What is the difference between Unicast, Multicast, and Broadcast?
• Unicast: One-to-one communication
• Multicast: One-to-many selected receivers
• Broadcast: One-to-all devices in the network
Used for optimizing data traffic based on need.
13. What is MTU (Maximum Transmission Unit)?
MTU is the largest size of a data packet that can be transmitted in a network without fragmentation. Example:
Ethernet MTU = 1500 bytes.
14. What is a Congestion Control mechanism in TCP?
TCP uses algorithms like Slow Start, Congestion Avoidance, Fast Retransmit, and Fast Recovery to prevent
network overload and ensure efficient packet delivery.
15. What is the purpose of a Proxy Server?
A proxy server acts as an intermediary between users and the internet. It provides caching, security, content
filtering, and hides internal IP addresses.
16. Define Jitter.
Jitter is the variation in packet arrival time. High jitter negatively affects real-time applications like VoIP and
video conferencing.
17. What is MPLS?
MPLS (Multiprotocol Label Switching) is a high-performance routing technique that directs data using labels
instead of long IP lookups, improving speed and QoS.
18. What is DHCP Lease Time?
It is the duration for which a device is assigned an IP address by the DHCP server. After expiry, the device must
renew the lease.
19. What is a Routing Table?
A routing table contains information about network paths and next-hop addresses. Routers use it to determine
the best path for forwarding data.
20. What is the Spanning Tree Protocol (STP)?
STP prevents loops in a switched Ethernet network by creating a loop-free logical topology. It disables
redundant links and activates them only if needed.

_____________________________________________________________________________
Part – B
1. Explain the OSI Model with functions of all layers.
Answer:
The OSI (Open Systems Interconnection) model is a conceptual framework that standardizes communication
functions into seven layers.
Functions:
1. Physical Layer:
o Transmits raw bits over physical media.
o Deals with cables, voltage levels, connectors, modulation.
2. Data Link Layer:
o Ensures error-free transmission between adjacent nodes.
o Performs MAC addressing, framing, and flow control.
o Example protocols: Ethernet, PPP.
3. Network Layer:
o Handles routing of packets between networks.
o Uses logical addressing (IP) and routing algorithms.
4. Transport Layer:
o Ensures reliable or unreliable end-to-end delivery.
o TCP provides reliability (ACK, flow control), UDP provides fast delivery.
5. Session Layer:
o Manages sessions between applications.
o Handles session creation, maintenance, and termination.
6. Presentation Layer:
o Translates data formats (encryption, compression, encoding).
o Ensures interoperability between systems.
7. Application Layer:
o Provides services directly to applications (HTTP, FTP, SMTP).
Thus, the OSI model helps standardize networking and ensures vendor interoperability.

2. Describe TCP/IP model. Compare it with the OSI model.


Answer:
The TCP/IP model is a practical framework used in real-world networking. It consists of four layers:
1. Network Interface Layer: Communication with physical hardware.
2. Internet Layer: Provides logical addressing and routing using IP, ICMP, ARP.
3. Transport Layer: Provides end-to-end communication using TCP and UDP.
4. Application Layer: Includes protocols such as HTTP, FTP, DNS, SMTP.
Comparison with OSI Model:
• OSI has 7 layers, TCP/IP has 4 layers.
• OSI is theoretical; TCP/IP is practical and implemented in real networks.
• OSI separates Presentation and Session layers; TCP/IP merges them into Application layer.
• Transport and Internet layers of TCP/IP correspond to OSI’s Transport and Network layers.
• OSI strictly defines services, interfaces, and protocols; TCP/IP focuses only on protocols.

3. Explain Subnetting with an example. Why is it important?


Answer:
Subnetting divides a large IP network into smaller subnetworks to improve security, reduce congestion, and
utilize IP addresses efficiently.
Example:
A network with IP [Link]/24 needs 4 subnets.
• Number of required bits = 2 (for 4 subnets).
• New subnet mask = /26 (24+2) = [Link].
Subnets formed:
1. [Link] – 63
2. [Link] – 127
3. [Link] – 191
4. [Link] – 255
Importance:
• Reduces broadcast traffic
• Enhances security through separation
• Efficient IP address management
• Supports organizational hierarchy

4. Compare Circuit Switching, Packet Switching, and Message Switching.


Answer:
Circuit Switching
• Establishes a dedicated path before communication.
• Guaranteed bandwidth and delay.
• Suitable for voice calls.
• Inefficient for bursty traffic because the line stays reserved.
Packet Switching
• Data is divided into packets and sent through different routes.
• No dedicated path; efficient bandwidth utilization.
• Reliable and scalable.
• Used in the Internet (IP networks).
Message Switching
• Entire message is sent from one node to another (store-and-forward).
• No limit on message size.
• Causes long delays; not suitable for real-time traffic.
• Historical technique used in telegraph systems.
Comparison Summary:
Packet switching is the most efficient and widely used today; circuit switching is reliable but inflexible;
message switching is outdated for modern networks.

5. Explain VLANs. How do they improve network performance and security?


Answer:
A VLAN (Virtual Local Area Network) is a logical separation of devices within a LAN, regardless of physical
location.
How VLANs work:
• A switch assigns VLAN IDs to ports.
• Devices in the same VLAN can communicate directly.
• Inter-VLAN communication is allowed only through a router or Layer 3 switch.
Advantages:
1. Reduced Broadcast Traffic:
o Each VLAN is a separate broadcast domain.
o Improves network efficiency.
2. Improved Security:
o Sensitive departments (e.g., HR, Finance) can be isolated.
o Prevents unauthorized access between departments.
3. Better Network Management:
o Easier to configure devices logically.
o Moves/changes require only switching VLAN port assignments.
4. Scalability:
o Networks can grow without redesigning entire physical layout.
Thus, VLANs enhance performance, security, and manageability in modern networks.

6. Explain NAT. Describe its types and advantages.


Answer:
NAT (Network Address Translation) converts private IP addresses to public IPs, enabling multiple devices to
access the Internet using a single public IP.
Types of NAT:
1. Static NAT:
o One private IP mapped to one public IP.
o Used for hosting web or mail servers.
2. Dynamic NAT:
o Private IP mapped to available public IPs from a pool.
3. PAT (Port Address Translation):
o Many private IPs mapped to a single public IP using different ports.
o Most common form (also called NAT Overload).
Advantages:
• Conserves IPv4 addresses
• Provides internal network security
• Hides internal network structure
• Reduces need for large public IP blocks

7. Describe Congestion Control in TCP. Explain major algorithms.


Answer:
Congestion Control prevents network overload by regulating data transmission.
Major Algorithms:
1. Slow Start:
o Starts with a small congestion window (CWND).
o Doubles CWND for each ACK.
o Grows exponentially until threshold is reached.
2. Congestion Avoidance:
o After threshold, CWND increases linearly.
o Prevents sudden overload.
3. Fast Retransmit:
o If 3 duplicate ACKs are received, TCP assumes packet loss.
o Retransmits immediately without waiting for timeout.
4. Fast Recovery:
o CWND is reduced but not reset to 1 segment.
o Allows quicker return to normal transmission.
Importance:
Ensures fair bandwidth distribution, prevents congestion collapse, and maintains high throughput.

8. What is QoS? Explain its mechanisms and importance.


Answer:
QoS (Quality of Service) refers to technologies that manage network traffic to ensure efficient performance for
critical applications.
Mechanisms:
1. Traffic Classification:
o Identifies traffic types (VoIP, video, data).
2. Traffic Prioritization:
o Higher priority given to real-time applications.
3. Bandwidth Reservation:
o Guarantees minimum bandwidth using protocols like RSVP.
4. Traffic Shaping and Policing:
o Controls traffic rate to avoid congestion.
5. Queuing Techniques:
o FIFO, Weighted Fair Queuing (WFQ), Priority Queuing.
Importance:
• Essential for VoIP, video conferencing, online gaming
• Reduces jitter, delay, and packet loss
• Ensures reliable performance for mission-critical services

_____________________________________________________________________________
Part – C
1. What is a Wireless LAN (WLAN)?
A Wireless LAN is a local area network that uses radio waves instead of cables to connect devices. It allows
users to access network resources through wireless access points (APs) within a limited coverage area,
typically using IEEE 802.11 standards.
2. Mention any two advantages of Wireless LAN.
• Provides mobility and flexibility to users.
• Easy installation, no need for cabling, and supports rapid deployment.
3. What is IEEE 802.11?
IEEE 802.11 is a set of wireless networking standards that define specifications for WLAN communication such
as radio frequencies, data rates, authentication, and MAC/PHY layer operations.
4. Distinguish between 802.11a and 802.11b.
• 802.11a: Uses 5 GHz band, supports up to 54 Mbps, less interference.
• 802.11b: Uses 2.4 GHz band, supports up to 11 Mbps, higher range but more interference.
5. What is an Access Point (AP) in WLAN?
An Access Point is a base station that connects wireless devices to wired networks. It manages wireless
communication, coordinates client devices, and handles authentication and association.
6. What is Infrastructure Mode in WLAN?
Infrastructure mode uses one or more access points (APs) to allow wireless devices to communicate with each
other and the wired network. It is the most common WLAN mode.
7. What is an Ad-hoc Wireless Network?
An Ad-hoc network is a decentralized WLAN where devices connect directly without an access point. Each
device acts as both a host and a router.
8. What is WAN Architecture?
WAN architecture defines how devices are connected across large geographical areas using technologies such
as leased lines, MPLS, VPNs, and satellite links. WAN provides enterprise-level connectivity between distant
locations.
9. What are WAN Services?
WAN services include leased lines, Frame Relay, MPLS, ATM, ISDN, and broadband services that allow long-
distance communication between branches of an organization.
10. What is the Physical Layer in IEEE 802.11?
The 802.11 Physical Layer (PHY) defines the methods for transmitting data over the wireless medium, including
modulation techniques, frequency bands, channel width, and data rates.
11. What is the MAC Sublayer in Wireless LAN?
The MAC (Medium Access Control) sublayer controls how wireless devices access the shared medium. It uses
mechanisms like CSMA/CA, RTS/CTS, acknowledgment frames, and frame control to avoid collisions.
12. What is CSMA/CA?
CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) is the MAC protocol used in WLANs.
Devices check whether the channel is free before transmitting and avoid collisions using ACKs, RTS/CTS, and
backoff algorithms.
13. What is the MAC Management Sublayer?
The MAC Management sublayer handles control and management operations such as:
• Beacon generation
• Authentication
• Association and re-association
• Power management
• Roaming
It ensures that wireless clients can join and stay connected to the network.
14. What are Beacon Frames?
Beacon frames are broadcast messages sent by Access Points at regular intervals to announce network
information like SSID, timestamp, and supported data rates.
15. What is Association in WLAN?
Association is the process where a wireless client (station) connects to an access point. It involves
authentication, capability exchange, and allocation of resources.
16. What is RTS/CTS in 802.11?
RTS (Request to Send) and CTS (Clear to Send) are control frames used to reduce collisions in WLANs,
especially in hidden node problems. RTS is sent by sender, CTS is replied by receiver.
17. What is 802.11g standard?
802.11g operates at 2.4 GHz and supports data rates up to 54 Mbps. It is backward compatible with 802.11b.
18. What is 802.11n?
802.11n uses MIMO (Multiple Input Multiple Output) technology, supports both 2.4 GHz and 5 GHz, and
delivers speeds up to 600 Mbps. It provides higher throughput and better range.
19. What is 802.11ac?
802.11ac operates in the 5 GHz band and supports very high data rates up to several Gbps using wider
channels (80/160 MHz) and multi-user MIMO (MU-MIMO).
20. What is 802.11ax (Wi-Fi 6)?
802.11ax improves efficiency and performance in dense environments using OFDMA, uplink/downlink MU-
MIMO, and target wake time (TWT). It supports data rates above 10 Gbps.
21. What is the Hidden Node Problem in WLAN?
It occurs when two stations cannot detect each other's signals but both can communicate with an AP. This
causes collisions. RTS/CTS mechanism helps solve this issue.
22. Define BSS and ESS in IEEE 802.11.
• BSS (Basic Service Set): A group of stations using the same AP.
• ESS (Extended Service Set): Multiple BSSs connected through a distribution system for wider coverage.
23. What is Roaming in WLAN?
Roaming is the process where a wireless device moves from one AP to another within the same ESS while
maintaining uninterrupted connectivity and session.
24. What is SSID?
SSID (Service Set Identifier) is the network name used to identify a wireless LAN. It is broadcast in beacon
frames by Access Points.

_____________________________________________________________________________
Part – D
1. Explain the architecture and components of a Wireless LAN (WLAN).
Answer:
A Wireless LAN is a network that uses radio waves to provide mobility and wireless connectivity. Its
architecture consists of the following components:
1. Stations (STAs):
Devices with wireless network interfaces such as laptops, smartphones, and IoT devices.
2. Access Point (AP):
A central device that provides wireless connectivity to clients and connects the WLAN to a wired LAN. It
performs authentication, association, and beacon generation.
3. Basic Service Set (BSS):
The fundamental building block of WLAN. It consists of stations connected through a single AP.
4. Extended Service Set (ESS):
Formed by multiple BSSs connected via a distribution system (DS). It supports roaming across APs.
5. Distribution System (DS):
Connects multiple APs using wired or wireless backbones, enabling network-wide communication.
6. Wireless Medium:
Uses radio frequencies (2.4 GHz or 5 GHz) for data transmission.
WLAN architecture provides flexibility, easier installation, mobility, and scalability.

2. Describe the IEEE 802.11 architecture and the key functions it performs.
Answer:
IEEE 802.11 defines the standards for wireless LANs at the MAC and PHY layers.
Architecture Components:
1. Stations (STAs): Devices with wireless capabilities.
2. Access Points (APs): Connect the wireless medium to the wired infrastructure.
3. Basic Service Set (BSS): Group of stations controlled by an AP.
4. Independent BSS (IBSS): Ad-hoc network without an AP.
5. Extended Service Set (ESS): Multiple BSSs interconnected.
6. Distribution System (DS): Links APs to form ESS.
Key Functions:
• Authentication & association of clients
• Medium access control using CSMA/CA
• Fragmentation & reassembly of frames
• Power management to save battery in mobile devices
• Roaming support within ESS
• Security through WEP, WPA, WPA2/WPA3
Thus, IEEE 802.11 defines the foundational framework for all Wi-Fi communication.

3. Explain WAN Architecture. What are the major WAN services?


Answer:
WAN (Wide Area Network) connects devices across large geographical areas, ranging from cities to continents.
WAN Architecture Components:
1. Customer Premises Equipment (CPE):
Routers, modems located at customer sites.
2. Access Links:
Physical or wireless links connecting customers to WAN carrier networks.
3. Core Network:
High-speed backbone maintained by telecom carriers.
4. WAN Edge Devices:
Includes routers, firewalls, CSU/DSU devices.
5. Cloud or Service Providers:
Offer transport technologies and virtualized WAN services.
Major WAN Services:
1. Leased Lines (T1/E1):
Dedicated, point-to-point, high-reliability connections.
2. Frame Relay:
Packet-switched service for cost-effective WAN communication.
3. MPLS (Multiprotocol Label Switching):
Provides QoS, VPN support, and efficient routing using labels.
4. ATM (Asynchronous Transfer Mode):
High-speed fixed-size cells for voice, video, and data.
5. ISDN:
Digital end-to-end WAN service for voice/data.
6. Broadband Services:
DSL, Cable modem, Fiber-to-home (FTTH).
WANs enable enterprise-level communication, remote office connectivity, cloud access, and global business
operations.

4. Explain the Physical Layer of IEEE 802.11. What are its functions?
Answer:
The Physical Layer (PHY) of IEEE 802.11 specifies how data is transmitted over the wireless medium.
Key Functions:
1. Modulation and Encoding:
Uses techniques such as DSSS, OFDM, QAM to modulate bits into radio waves.
2. Frequency Selection:
Operates in 2.4 GHz and 5 GHz ISM bands (later versions include 6 GHz).
3. Transmission & Reception:
Defines how waveforms are generated and detected.
4. Channelization:
Divides the frequency spectrum into multiple channels; 802.11n/ac use wide channels (40/80/160
MHz).
5. Data Rate Selection:
Supports multiple data rates (e.g., 1–600 Mbps for 802.11n, multiple Gbps for 802.11ac).
6. Error Detection & Correction:
Uses Forward Error Correction (FEC) such as convolutional coding and LDPC.
The PHY layer ensures reliable wireless communication by managing radio frequencies, modulation, and signal
quality.
5. Describe the MAC Sublayer in IEEE 802.11 and its operations.
Answer:
The MAC (Medium Access Control) sublayer controls access to the wireless medium and ensures orderly
communication.
Core Operations:
1. CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance):
Devices sense the medium and avoid collisions using backoff algorithms.
2. RTS/CTS Mechanism:
Used to reduce the hidden node problem. Sender transmits RTS; receiver responds with CTS.
3. Frame Types:
o Data frames
o Control frames (RTS, CTS, ACK)
o Management frames (Beacon, Probe)
4. Acknowledgment Mechanism:
Each unicast frame must be acknowledged to ensure reliability.
5. Fragmentation & Reassembly:
MAC layer breaks large frames to reduce error impact.
6. NAV (Network Allocation Vector):
Virtual sensing mechanism to avoid collisions.
The MAC layer enhances reliability in the noisy wireless medium and ensures effective utilization of
bandwidth.

6. Explain the MAC Management Sublayer and its key functions.


Answer:
The MAC Management Sublayer handles the control and management tasks required for stations to join,
leave, or maintain connection with a WLAN.
Key Functions:
1. Authentication:
Verifies the identity of a station using mechanisms like Open System, WPA2, WPA3.
2. Association & Re-association:
Enables a station to connect with an AP and move between APs during roaming.
3. Beaconing:
APs periodically transmit beacon frames to announce SSID, capabilities, and supported data rates.
4. Synchronization:
Ensures all stations operate with synchronized clocks.
5. Power Management:
Stations can enter sleep mode; AP buffers frames until they wake up.
6. Roaming:
Maintains seamless connectivity across an ESS by switching APs smoothly.
This sublayer ensures efficient management of wireless connections and supports mobility.

7. Discuss the major IEEE 802.11 standards and their features.


Answer:
IEEE 802.11 has evolved through multiple standards with increasing speed, efficiency, and frequency band
support.
Major Standards:
1. 802.11b:
o 2.4 GHz
o Speeds up to 11 Mbps
o Uses DSSS
2. 802.11a:
o 5 GHz
o 54 Mbps
o Uses OFDM
3. 802.11g:
o 2.4 GHz
o 54 Mbps
o Backward compatible with 802.11b
4. 802.11n:
o 2.4/5 GHz
o Up to 600 Mbps
o Uses MIMO and channel bonding
5. 802.11ac (Wi-Fi 5):
o 5 GHz
o Up to several Gbps
o Uses MU-MIMO and wide channels (80/160 MHz)
6. 802.11ax (Wi-Fi 6):
o 2.4/5/6 GHz
o 10 Gbps+
o Uses OFDMA and improved efficiency
7. 802.11ad/ay:
o 60 GHz
o Multi-Gbps short-range communication
Significance:
These standards define how WLANs evolve to support higher data rates, less interference, better spectrum
utilization, and improved performance in dense environments.

_____________________________________________________________________________
Part – E
1. What is Subnetting? Why is it used?
Answer:
Subnetting is the process of dividing a large IP network into smaller logical networks called subnets.
Uses:
• Efficient utilization of IP addresses
• Improved network performance and reduced congestion
• Enhanced security by isolating network segments
2. What is Multicasting in IPv4?
Answer:
Multicasting is a communication method where data is sent from one sender to multiple specific receivers
simultaneously using a multicast group address ([Link]–[Link]).
It optimizes bandwidth by sending a single stream of data to many clients.
3. What is IGMP and why is it needed?
Answer:
IGMP (Internet Group Management Protocol) is used by hosts and routers to manage multicast group
membership.
Needed for:
• Informing routers about joining/leaving multicast groups
• Efficient multicast traffic distribution
4. What is PIM (Protocol Independent Multicast)?
Answer:
PIM is a multicast routing protocol used to route multicast packets across different networks.
It is independent of the unicast routing protocol, meaning it works with any routing table.
Used in large-scale multicast environments like video streaming.
5. Explain DVMRP.
Answer:
DVMRP (Distance Vector Multicast Routing Protocol) uses a distance-vector algorithm to forward multicast
packets. It employs a flood-and-prune method:
• Floods packets to all routers
• Prunes routers that do not need multicast traffic
Useful in early multicast implementations.
6. What is TCP Flow Control?
Answer:
TCP flow control ensures the sender does not overwhelm the receiver.
It uses the receiver window (RWND) field to control how much data the sender can transmit before receiving
an acknowledgment.
7. What is TCP Congestion Avoidance?
Answer:
TCP congestion avoidance prevents network congestion by controlling the sending rate.
Mechanisms include:
• Slow Start
• Congestion Avoidance (AIMD)
• Fast Retransmit & Fast Recovery
8. What is Protocol Spoofing?
Answer:
Protocol spoofing is a method used in high-latency networks (e.g., satellite links) where an intermediate device
fakes TCP acknowledgments to improve performance.
Reduces delays and improves throughput.
9. What is IPv6? Mention its advantages.
Answer:
IPv6 is the next-generation IP protocol with 128-bit addresses, replacing IPv4.
Advantages:
• Huge address space
• Simplified header
• Built-in security (IPsec mandatory)
• Better support for mobility and multicast
10. What is Dual-Stack in IPv6 Deployment?
Answer:
Dual-stack allows devices to run both IPv4 and IPv6 simultaneously.
This ensures a smooth transition from IPv4 to IPv6 without needing to replace existing infrastructure.

_____________________________________________________________________________
Part – F
1. Explain Subnetting in IPv4. Why is it required? Give an example.
Answer:
Subnetting is the technique of dividing a large IP network into smaller logical networks called subnets. It
modifies the subnet mask to borrow bits from the host portion of the IP address.
Need for Subnetting:
1. Efficient IP Address Utilization: Avoids wastage of IP addresses.
2. Improved Network Performance: Decreases broadcast domain size.
3. Better Security: Each department or group can be isolated.
4. Simplifies Network Management: Easier troubleshooting and control.
Example:
IP: [Link]/24, subnet into 4 subnets
Borrow 2 bits → New mask = /26 → Subnets:
• [Link] – 63
• [Link] – 127
• [Link] – 191
• [Link] – 255
Each subnet has 64 addresses.
Thus, subnetting increases flexibility and efficiency of IPv4 networks.

2. Define Multicasting. Explain how it works in IPv4 with advantages.


Answer:
Multicasting is a communication mechanism in which packets are transmitted from one sender to multiple
selected receivers forming a multicast group. IPv4 reserves address block [Link] to [Link] for
multicast.
Working Process:
1. Sender sends data to a multicast group address.
2. Hosts join the group using IGMP.
3. Multicast routers listen for group memberships.
4. Routers forward packets only to segments with active group members.
5. Data is delivered efficiently using a multicast distribution tree.
Advantages:
• Saves bandwidth by sending a single data stream.
• Ideal for real-time applications like IPTV, video conferencing.
• Reduces network congestion.
• Supports dynamic group membership.
Multicasting is essential for scalable communication in modern networks.

3. Compare IGMP, PIM, and DVMRP as multicast routing protocols.


Answer:
IGMP (Internet Group Management Protocol):
• Works between hosts and local routers.
• Manages multicast group membership.
• Versions: IGMPv1, v2, v3 (supports source filtering).
• Does not route packets; only manages group join/leave.
PIM (Protocol Independent Multicast):
• A routing protocol used between routers.
• Independent of the unicast routing protocol.
• Two modes:
o PIM-DM (Dense Mode): Flood-and-prune, good for dense networks.
o PIM-SM (Sparse Mode): Uses shared Rendezvous Point (RP), for sparse networks.
• Highly scalable.
DVMRP (Distance Vector Multicast Routing Protocol):
• One of the first multicast routing protocols.
• Uses distance-vector algorithm and flood-and-prune technique.
• Creates source-based multicast trees.
• Less scalable compared to PIM.
Summary:
• IGMP manages group membership only.
• DVMRP provides basic multicast routing using distance-vector.
• PIM is the most flexible and scalable for modern networks.

4. Explain TCP Flow Control and Congestion Avoidance mechanisms.


Answer:
TCP Flow Control:
Ensures the sender does not transmit data faster than the receiver can process.
• Achieved using Receiver Window (rwnd) advertised in TCP header.
• If rwnd = 0, sender pauses transmission.
• Prevents buffer overflow.
TCP Congestion Avoidance:
Prevents congestion inside the network by regulating transmission rate.
Mechanisms include:
1. Slow Start:
• Sender starts with a small congestion window (cwnd).
• cwnd doubles every RTT (exponential growth).
2. Congestion Avoidance (AIMD):
• After threshold, cwnd increases linearly.
• Prevents network overload.
3. Fast Retransmit:
• When 3 duplicate ACKs are received, packet loss is assumed.
• Immediate retransmission without timeout.
4. Fast Recovery:
• cwnd reduced to half instead of resetting to 1.
• Prevents performance drop.
Together, these mechanisms maintain reliable, efficient, and stable TCP communication.

5. What is Protocol Spoofing in TCP? Explain with applications.


Answer:
Protocol spoofing is a technique used to enhance performance over high-latency or low-bandwidth networks,
especially satellite connections.
Working Principle:
• An intermediate device (proxy/router) intercepts TCP traffic.
• It spoofs TCP acknowledgments to the sender.
• Sender believes packets have been acknowledged early.
• Reduces waiting time and increases throughput.
Applications:
1. Satellite networks (high latency): Speeds up TCP responses.
2. Wireless and WAN connections: Minimizes delay caused by long ACK cycles.
3. VPN performance optimization.
Advantages:
• Improves responsiveness.
• Enhances file transfer speed.
• Reduces TCP timeout occurrences.
Protocol spoofing is thus crucial for performance optimization in long-distance network communication.

6. Discuss the key features and benefits of IPv6 compared to IPv4.


Answer:
IPv6 is a 128-bit addressing protocol developed to overcome IPv4 limitations.
Key Features:
1. Huge Address Space:
o IPv4: 32-bit (~4.3 billion)
o IPv6: 128-bit (3.4 × 10³⁸ addresses)
2. Simplified Header Format:
o Faster processing by routers.
3. Auto-configuration:
o Stateless Address Auto-Configuration (SLAAC).
4. Built-in IPsec Security:
o Authentication and encryption are mandatory.
5. Better Multicasting Support:
o No broadcast; reduces congestion.
6. Mobility Support:
o Mobile IPv6 for seamless roaming.
Benefits:
• Solves IPv4 exhaustion.
• Improves routing efficiency.
• Enhances security and QoS.
• Supports new Internet devices (IoT, 5G).
IPv6 is designed to support future global Internet growth with scalability and security.

You might also like