computer networking
computer networking
Semester: 6th
Total Marks: 30
Time Allowed: 1 hour 30 minutes
Instructions:
Write neatly.
Characteristics:
1.
File sharing
2.
Device sharing (like printers)
3.
Centralized data
4.
Easy communication
5.
Internet sharing
Q2: What are the types of networks? Explain any two. (4 Marks)
Answer: Types of networks:
1.
LAN – Small area like office/home.
2.
MAN – Medium area like city.
3.
WAN – Large area like countries.
4.
Wireless – No wires, uses Wi-Fi or Bluetooth.
Example:
Answer:
Topology is the shape or structure of how computers are connected in a network.
1.
Bus Topology: One main cable connects all computers.
Easy to set up
If cable breaks, all fail.
2.
Star Topology: All connect to one hub or switch.
Easy to manage
If hub fails, network fails.
3.
Ring Topology: Devices form a circle and pass data in one direction.
No collisions
One break = total failure.
Answer:
1.
Computers connect (via cables or Wi-Fi).
2.
Each gets an IP address.
3.
Data is split into packets.
4.
Packets travel through routers and switches.
5.
Receiver gets and uses the data.
Answer:
The OSI model is a 7-layer model that explains how data moves in a network.
Layers:
1.
Physical
2.
Data Link
3.
Network
4.
Transport
5.
Session
6.
Presentation
7.
Application
Answer:
Packets are small pieces of data sent over a network.
Why used:
Helps share the network fairly.
Reduces delay.
Answer:
1.
Single-bit error: Only one bit changes.
2.
Multiple-bit error: Many random bits change.
3.
Burst error: Several bits in a row are changed.
Answer:
1.
Parity Check: Adds one extra bit to check even or odd number of 1s.
2.
Checksum: Adds all values together to check if the total matches at the receiver’s side.