Class 12 Computer Science
Ch-10 Computer Network
NCERT Book Exercise Solution
A Quick Review – Summary
• A computer network is an interconnection among two or more computers or computing devices.
• A computer network allows computers to share data and resources among each other.
• Networking devices are used to connect multiple computers in different settings.
• In a communication network, each device that is a part of a network and that can receive, create, store or send data to different network routes is called a node.
• Based on the geographical area covered and data transfer rate, computer networks are broadly categorised into LAN (Local Area Network), MAN (Metropolitan Area Network) and WAN (Wide Area Network).
• LAN is a network that connects a variety of nodes placed at a limited distance ranging from a single room, a floor, an office or a campus having one or more buildings in the same premises.
• Ethernet is a set of rules that decides how computers and other devices connect with each other through cables in a LAN.
• Metropolitan Area Network (MAN) is an extended form of LAN which covers a larger geographical area like a city or a town.
• Cable TV network or cable based broadband internet services are examples of MAN.
• Wide Area Network (WAN) connects computers and other LANs and MANs, which are spread across different geographical locations of a country or in different countries or continents.
• The Internet is the largest WAN that connects billions of computers, smartphones and millions of LANs from different continents.
• Modem stands for ‘MOdulator DEModulator’, is a device used for conversion between electric signals and digital bits.
• Ethernet card, also known as Network Interface Card (NIC card in short) is a network adaptor used to set up a wired network.
• Each NIC has a MAC address, which helps in uniquely identifying the computer on the network.
• A repeater is an analog device that regenerate the signals on the cables to which it is connected.
• A switch is a networking device used to connect multiple computers or communicating devices.
• A router is a network device that can receive the data, analyse it and transmit it to other networks.
• Gateway serves as the entry and exit point of a network, as all data coming in or going out of a network must first pass through the gateway in order to use routing paths.
• The arrangement of computers and other peripherals in a network is called its topology.
• Common network topologies are Mesh, Ring, Bus, Star and Tree.
• In mesh topology each communicating device is connected with every other device in the network.
• In ring topology, each node is connected to two other devices, one each on either side.
• In bus topology, a single backbone wire called bus is shared among the nodes, which makes it cheaper and easy to maintain.
• In star topology, each communicating device is connected to a central networking device like a hub or a switch.
• In tree or hybrid topology, there are multiple branches and each branch can have one or more basic topologies like star, ring and bus.
• The MAC address, also known as the physical or hardware address, is a unique permanent value associated with a network adapter called a NIC. It is used to physically identify a machine on the network.
• IP address, also known as Internet Protocol address, is a unique address that can be used to uniquely identify each node in a network.
• Unlike MAC address, IP address can change if a node is removed from one network and connected to another network.
• The Internet is the global network of computing devices.
• The World Wide Web (WWW) or web in short, is an ocean of information, stored in the form of trillions of interlinked web pages and web resources.
• Sir Tim Berners-Lee — a British computer scientist invented the revolutionary World Wide Web in 1990.
• HTML (HyperText Markup Language) is a language which is used to design standardised Web Pages so that the Web contents can be read and understood from any computer.
• URI (Uniform Resource Identifier) or URL (Uniform Resource Locator) is a unique address or path for each resource located on the web.
• HTTP – The HyperText Transfer Protocol is a set of rules which is used to retrieve linked web pages across the web. The more secure and advanced version is HTTPS.
• Each computer server hosting a website or web resource is given a name against its IP address. These names are called the Domain names or hostnames.
• Conversion of the domain name of each web server to its corresponding IP address is called domain name resolution. It is done through a server called DNS server.
NCERT Book Exercise Solution
Question and Answer
Ch. 10 – Computer Network
1. Expand the following: a) ARPANET b) MAC c) ISP d) URL
Answer: a) ARPANET : Advanced Research Project Agency Network
b) MAC : Media Access Control
c) ISP : Internet Service Provider
d) URL : Uniform Resource Locator
2. What do you understand by the term network?
Answer: A group of two or more similar things or people interconnected with each other is called network. For example : Social network, Mobile network, Network of computers , Airlines, railway, banks, hospitals networks, ect.
A computer network (Figure 10.2) is an interconnection among two or more computers or computing devices. Such interconnection allows computers to share data and resources among each other.
3. Mention any two main advantages of using a network of computing devices.
Answer: Advantages of using a Network of Computing devices are :-
(a) Resource Sharing : Through a network, data, software and hardware resource can be shared irrespective of the physical location of the resources and the user.
(b) Reliability : Files can be stored on many computer, so it makes a network more reliable.
(c) Reduced Cost : Resources can be shared, it greatly reduces the costs.
(d) Fast Communication : It helps in exchanging information very fast.
4. Differentiate between LAN and WAN.
Answer: LAN vs WAN
LAN | WAN |
i) LAN is spread over a small area. ii) It usually costs less to set it up. iii) It is usually a single network. | i) WAN spread over a very large area. ii) It costs higher to set it up. iii) It is usually a network of many networks. |
5. Write down the names of few commonly used networking devices.
Answer: Modem, Hub, Switch, Repeater, Router, Gateway
6. Two universities in different States want to transfer information. Which type of network they need to use for this?
Answer: WAN
7. Define the term topology. What are the popular network topologies?
Answer: The arrangement of computers and other peripherals in a network is called its topology.
Common network topologies are Mesh, Ring, Bus, Star and Tree.
Mesh Topology : In this topology, each communicating device is connected with every other device in the network. Such a network can handle large amounts of traffic since multiple nodes can transmit data simultaneously.
Ring Topology : In ring topology, each node is connected to two other devices, one each on either side, thus forms a ring. The link in a ring topology is unidirectional. Thus, data can be transmitted in one direction only (clockwise or counterclockwise).
Bus Topology : In bus topology, each communicating device connects to a transmission medium, known as bus. Data sent from a node are passed on to the bus and hence are transmitted to the length of the bus in both directions.
Star Topology : In star topology, each communicating device is connected to a central node, which is a networking device like a hub or a switch.
8. How is tree topology different from bus topology?
Answer: Tree Topology : In this topology the network is shaped as an inverted tree with the central root branching and sub-branching to the extremities of the network. Transmission in this topology takes place in the same way as in bus topology.
Bus Topology : In bus topology, each communicating device connects to a transmission medium, known as bus. Data sent from a node are passed on to the bus and hence are transmitted to the length of the bus in both directions.