



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Focused study notes featuring a collection of important questions and detailed answers on Computer Networks. Covering key topics like networking models, protocols, data transmission, and more. Ideal for quick revision, exam preparation, and mastering core concepts effectively.
Typology: Study notes
1 / 5
This page cannot be seen from the preview
Don't miss anything!
1. What is a Computer Network?
Answer: A computer network is a collection of interconnected devices (such as computers, servers, and network devices) that can communicate with each other to share resources like data, files, and hardware devices. Networks can be classified into various types, including Local Area Networks (LAN), Wide Area Networks (WAN), and Metropolitan Area Networks (MAN), based on their size and scope.
2. What are the types of Computer Networks?
Answer: Computer networks can be classified into several types:
LAN (Local Area Network): A network that is confined to a small geographical area, like a home, office, or building.
WAN (Wide Area Network): A network that spans a large geographical area, often connecting cities or countries.
MAN (Metropolitan Area Network): A network that covers a larger area than LAN but smaller than WAN, usually within a city or large campus.
PAN (Personal Area Network): A network used for personal devices, typically within a range of 10 meters.
CAN (Campus Area Network): A network used within a campus like a university or corporate campus.
3. What is OSI Model?
Answer: The OSI (Open Systems Interconnection) model is a conceptual framework used to understand and describe how different networking protocols work together in a communication system. It divides network communication into seven layers:
4. What is the difference between TCP and UDP?
Answer:
TCP (Transmission Control Protocol): TCP is a connection-oriented protocol that guarantees reliable data delivery. It ensures that data is received in order and without errors, which is useful for applications that require reliability, such as web browsing and email.
Answer: Transmission media refer to the physical pathways that data travels through in a network. The main types include:
Wired Media:
Twisted Pair Cable: Commonly used in LANs, consisting of pairs of wires twisted together.
Coaxial Cable: Used for cable television and broadband internet connections.
Fiber Optic Cable: Uses light signals to transmit data at high speeds over long distances.
Wireless Media:
Radio Waves: Used for Wi-Fi, mobile networks, and Bluetooth.
Microwaves: Used for point-to-point communication.
Infrared: Used for short-range communication, such as remote controls.
9. What is a Router?
Answer: A router is a device that connects different networks and forwards data packets between them. It determines the optimal path for data to travel based on IP addresses and routing protocols. Routers are commonly used to connect local networks to the internet.
10. What is a Switch in a Computer Network?
Answer: A switch is a network device that operates at the Data Link Layer and is responsible for forwarding data frames between devices within the same network. Unlike hubs, which broadcast data to all connected devices, switches only send data to the device that requires it, improving efficiency and reducing network traffic.
11. What is Network Security?
Answer: Network security refers to the protection of a computer network from unauthorized access, misuse, and attacks. It includes measures like firewalls, encryption, intrusion detection systems (IDS), and secure protocols (e.g., HTTPS) to safeguard data and prevent cyber threats.
12. What are the different types of network topologies?
Answer: Network topology refers to the arrangement of devices in a network. Common topologies include:
Bus Topology: All devices are connected to a single central cable (the bus).
Star Topology: Devices are connected to a central hub or switch.
Ring Topology: Devices are connected in a closed loop, and data circulates in one direction.
Mesh Topology: Every device is connected to every other device in the network.
Tree Topology: A hybrid topology that combines characteristics of bus and star topologies.