Answer: TELNET
Answer: A protocol is a set of rules and conventions that govern communication between network devices.
Answer: Bridge (Multiport Bridge)
Answer: Source IP Address and Destination IP Address
Answer: Leaky Bucket Algorithm
Answer: SMTP (Simple Mail Transfer Protocol)
Answer: 127.0.0.1
Answer: 1. Quantitative Attributes, 2. Qualitative Attributes
Answer: Generic Domains, Country Domains, Inverse Domains
Answer: It provides network services directly to end users such as e-mail, file transfer, web browsing.
Answer: Greater than 1 (More than one frame)
Answer: Because IP provides best-effort delivery and does not guarantee packet delivery, sequencing, or error recovery.
Physical Layer functions: transmission of raw bits, defines electrical/mech specs, data rate, bit sync, line configuration, transmission mode, topology.
Data Link Layer functions: framing, error detection & correction, flow control, access control, reliable node-to-node delivery, MAC addressing.
| CSMA/CD | CSMA/CA |
|---|---|
| Collision Detection | Collision Avoidance |
| Used in Ethernet | Used in Wireless LAN |
| Detects collision after occurrence | Tries to avoid collision before occurrence |
| Less overhead | More overhead (RTS/CTS) |
| Suitable for wired networks | Suitable for wireless networks |
Repeater (Physical Layer): regenerates weak signals, extends distance. Router (Network Layer): forwards packets via IP addresses, path selection. Gateway: connects heterogeneous networks, protocol conversion.
Firewall monitors & filters traffic: packet filtering, blocks unauthorized access, prevents malware, enforces policies, hides internal network. Acts as barrier between trusted/untrusted networks.
Bit stuffing: inserting extra 0 after five consecutive 1s. Example: 11111011111 → 1111100 1111101. Purpose: frame synchronization, avoid flag confusion, error-free delimitation. Used in HDLC.
Working: Electrical signals via copper wires; twisting reduces EMI. Types: UTP (unshielded, low cost) and STP (shielded, better noise immunity). Advantages: low cost, easy install, flexible. Disadvantages: limited bandwidth, short distance. Applications: Ethernet LAN, telephone systems, DSL.
Optical fiber: uses light signals via total internal reflection (core + cladding). Advantages: very high bandwidth, low attenuation, long distance, immune to EMI, high security, lightweight, corrosion resistant, low error rate. Disadvantages: expensive installation, fragile. Applications: internet backbone, cable TV, medical instruments.
Stop-and-Wait: sender sends one frame, waits for ACK; simple but low channel utilization. Selective Repeat ARQ: only erroneous/lost frames retransmitted; requires buffering, higher throughput, complex.
VRC (Vertical Redundancy Check): parity bit added for error detection. Example: data=1011001 (4 ones) → even parity bit 0 → transmitted 10110010. Detects single-bit errors but fails for even number of errors. Simple, low overhead.
Token Bucket: tokens generated at fixed rate, stored in bucket. Packet transmitted only if enough tokens; allows bursts. Components: bucket, tokens, queue. Advantages over leaky bucket: supports bursts, better QoS, traffic shaping. Used in congestion control.
Fields: Source/Destination Port (identify endpoints), Sequence/Acknowledgment Numbers (reliability), Flags (SYN, ACK, FIN, etc), Window Size (flow control), Checksum (error detection), Urgent Pointer, Options.
| Static Routing | Dynamic Routing |
|---|---|
| Manually configured | Automatically updated |
| No routing protocol | Uses RIP, OSPF, etc. |
| Low overhead, more secure | Higher overhead, flexible |
| Slow adaptation | Fast adaptation, complex |
RIP (Routing Information Protocol): distance-vector protocol, hop count metric (max 15, 16=unreachable). Updates every 30 sec. Advantages: easy config, low complexity. Disadvantages: slow convergence, limited scalability. Versions: RIPv1, RIPv2. Suitable for small networks.
FTP (File Transfer Protocol): transfers files using TCP ports 21 (control) & 20 (data). For websites: clients upload/download web files, manage directories, publish content. Browsers support FTP URLs. Provides authentication, reliable file transfer, used for website maintenance.
Bluetooth (2.4 GHz short-range). Layers: Radio → Baseband → LMP → HCI → L2CAP → RFCOMM → SDP. Piconet: 1 master + 7 slaves; Scatternet: interconnected piconets. Advantages: low power, low cost, cable replacement. Applications: wireless headphones, IoT, file sharing.
✔ Complete coverage of MAKAUT Computer Networks (ECC602/PCC-CS602) 2022–23 – all groups.
✔ Includes physical layer, data link functions, CSMA/CD vs CA, routers, firewalls, bit stuffing, optical fiber, TCP header, token bucket, RIP, FTP, Bluetooth architecture.
✔ Answers structured for 1, 5, and 15-mark questions with clear headings, tables, and diagrams in exam style.