Loading...
Please wait while we prepare your content
Please wait while we prepare your content
Solutions for Computer Science, Class 12, CBSE
Assertion (A): ARPANET was the first computer network created in the year 1969 by Advanced Research Projects Agency (ARPA) of the Pentagon, USA.
Reasoning (R): The objective of creating ARPANET was to develop a reliable communication network for the US military defence services for sending and receiving instant messages.
Both A and R are true and R is the correct explanation of A.
Explanation
ARPANET, jointly designed and named by the Advanced Research Projects Agency (ARPA) and the US Department of Defense (DoD), was the first computer network and came into existence in 1969. The objective of creating ARPANET was to develop a reliable communication network for the US military defense services, enabling them to send and receive instant messages and share data.
Assertion (A): A Router is more reliable and intelligent device than a Hub or Switch.
Reasoning (R): Router has advanced capabilities as it can analyze the data being sent over a network and decide/alter how it is packaged before sending it to another network.
Both A and R are true and R is the correct explanation of A.
Explanation
A router is considered as a more reliable and intelligent device than a hub or switch because it has advanced capabilities to analyze the data being sent over a network, decide or alter how it is packaged, and send it to different computer networks.
Assertion (A): A PAN (Personal Area Network) is established within the vicinity of a room (20 to 30 sq.ft.) for sharing information with the computers.
Reasoning (R): A WAN (Wide Area Network) spans thousands of kilometres and is used to establish connectivity across several countries and continents.
Both A and R are true but R is not the correct explanation of A.
Explanation
PANs (Personal Area Networks) are small networks used to establish communication between a computer and other devices in proximity, typically up to 10 meters (20 to 30 sq.ft.). On the other hand, a WAN (Wide Area Network) spans a large geographical area across countries and continents. A WAN can cover an area with a radius spanning hundreds of kilometers.
Assertion (A): A Repeater is a device that amplifies the network over geographical distance.
Reasoning (R): A Hub is a device which is used to connect more than one device in the network.
Both A and R are true but R is not the correct explanation of A.
Explanation
A repeater is a device that amplifies a signal transmitted across the network so that the signal is received in the same way it is sent. A hub is a hardware device used to connect several computers together using different ports.
Assertion (A): VoIP stands for Voice over Internet Protocol.
Reasoning (R): VolP is a technology that allows us to make voice calls using a broadband connection instead of a regular phone line.
Both A and R are true and R is the correct explanation of A.
Explanation
VoIP stands for Voice over Internet Protocol, and it is a technology that allows us to make voice calls using a broadband connection instead of a regular phone line. The voice calls are first digitized, compressed, and then fragmented into small packets, which are then relayed by Internet Protocol (IP) across the network.
Assertion (A): Bus topology is based on a central node which acts as a hub.
Reasoning (R): Bus topology installation involves low cost.
A is false but R is true.
Explanation
Bus topology is a multi-point configuration where several devices are connected to a main long cable, usually a coaxial cable, which acts as a backbone. This topology is cost-effective to install compared to other network topologies due to the simplicity of its design. Because there is only one communication line (the bus) and no additional networking hardware like switches or hubs needed, the overall setup cost is lower.
Assertion (A): Infrared (IR) is a wireless technology used for data communication.
Reasoning (R): Infrared involves the usage of electromagnetic radiation whose wavelength is shorter than the visible light but can penetrate easily through walls and obstacles; thus, it is used where there is an obstacle between two devices under communication.
A is true but R is false.
Explanation
Infrared (IR) is a wireless technology used for data communication. Infrared involves the usage of electromagnetic radiation, specifically infrared light, to send data. The data is transmitted through the air and can propagate in open space; however, it cannot penetrate the walls of a room and is affected by distance, noise, and heat. It is an example of a short-range wireless network.
Assertion (A): A protocol defines the set of rules that are applicable for data sharing and communication over a network.
Reasoning (R): Local Area Network (LAN) is an example of protocol.
A is true but R is false.
Explanation
A protocol defines the set of rules and regulations applicable for data sharing and communication over a network. It is a formal description of message formats and the rules that devices must follow to exchange those messages. However, Local Area Network (LAN) is not an example of a protocol, rather, it is a type of computer network.
Assertion (A): A Gateway is a network device that connects dissimilar networks.
Reasoning (R): A Gateway establishes a connection between local network and external network.
Both A and R are true and R is the correct explanation of A.
Explanation
A Gateway is a network device that connects dissimilar networks. Gateway provides the necessary translation of data received from network into a format or protocol recognized by devices within the internal network establishing an intelligent connection between the two.
All of these
Reason — A computer network is a collection of interconnected computers and other hardware devices using communication channels to share data and various resources, including hardware and software resources.
Source and Destination address
Reason — Each IP packet in a computer network must contain both the source address (the address of the sender or originator) and the destination address (the address of the intended recipient). This ensures that the packet is routed correctly through the network to reach its destination.
WAN
Reason — A WAN is a type of computer network that spreads over a large geographical area across countries and continents, while satellite, microwave, and radio wave are different communication channels.
Star topology
Reason — In a star topology, each communicating device is connected to a central controller called a hub or switch. This setup ensures that each device has its own dedicated connection to the central hub.
Test a network device
Reason — The ping command is used to test a network device by sending ICMP (Internet Control Message Protocol) echo request packets and receiving ICMP echo reply packets. This process helps determine the connectivity and responsiveness of the network device, such as a router, server, or another computer on the network.
VoIP
Reason — VoIP (Voice over Internet Protocol) is a communication methodology designed to deliver both voice and multimedia communications over Internet protocol.
(a) Bandwidth — Bandwidth of a channel is the range of frequencies available for the transmission of data through that channel. The higher the bandwidth, the higher the data transfer rate. Bandwidth is calculated as the difference between the maximum and minimum frequencies contained in the composite signals, and it is measured in Hertz (Hz).
(b) Bluetooth — Bluetooth is a short-range wireless technology used to connect devices like mobile phones, mouse, headphones, keyboards, and computers wirelessly over short distances. It enables tasks such as printing documents with Bluetooth-enabled printers without the need for physical connections. These devices utilize a low-cost transceiver chip that operates within the unlicensed frequency band of 2.4 GHz for data transmission and reception. Bluetooth devices can communicate within a range of 10 meters, achieving speeds of 1-2 Mbps. The technology allows up to 255 devices to form a network, with 8 devices capable of simultaneous communication while others remain inactive until prompted by the master device.
(c) DNS — DNS, known as the Domain Name System, serves as the phonebook of the Internet. It provides a character-based naming system for servers, allowing users to access websites using easy-to-remember domain names like google.com instead of numeric IP addresses such as 8.8.8.8. DNS is essential for internet navigation as it translates domain names into IP addresses, enabling seamless communication and resource access across the web.
(d) Data transfer rate — Data transfer rate is the number of bits transmitted between source and destination in one second. It is also known as bit rate. It is measured in terms of bits per second (bps). The higher units for data transfer rates are: 1 Kbps = 210 bps = 1024 bps 1 Mbps = 220 bps = 1024 Kbps 1 Gbps = 230 bps = 1024 Mbps 1 Tbps = 240 bps = 1024 Gbps
(e) HTTP — HTTP stands for HyperText Transfer Protocol, which is the primary protocol used to access the World Wide Web. It is a request-response protocol (also called client-server) that runs over TCP. HTTP facilitates access to hypertext from the World Wide Web by defining how information is formatted and transmitted, and how web servers and browsers should respond to various commands.
For example, whenever we enter the URL http://www.ncert.nic.in
in a browser, it sends an HTTP request to the web server where ncert.nic.in
is hosted. The HTTP response from the web server fetches and sends the requested web page, which is then displayed on the browser.
When two universities located in different states want to transfer information between them, they would use a Wide Area Network (WAN). WANs are designed to connect devices over long distances, such as between different cities, states, or countries.
The World Wide Web (WWW) is a set of protocols that allows us to access any document on the Net through a naming system based on URLs. The WWW also specifies a way, known as the Hypertext Transfer Protocol (HTTP), to request and send hypermedia documents over the Internet.
The Internet is a worldwide network of computer networks that allows all computers to exchange information with each other. They follow protocols like TCP/IP (Transmission Control Protocol/Internet Protocol) for communication.
The WWW is a small part of the Internet. We can say that the Internet is a highway that offers many services and features, and the WWW is a vehicle (like a truck) that uses this highway to transport information.
(a) Baud — Baud refers to the number of discrete signal elements transmitted per second. It is the measuring unit of the data transfer rate.
(b) Communication channel — Communication channel is also known as transmission media through which data or signal is transferred between two communicating devices, i.e., from one system to another system, through wires or without wires.
(c) Hub — A hub is a networking device having multiple ports that are used for connecting multiple computers or segments of a LAN together.
(d) Repeater — A repeater is a device that amplifies a signal transmitted across the network so that the signal is received in the same way it is sent.
A MODEM (Modulator Demodulator) is an electronic device that enables a computer to transmit data over telephone lines. It is a device used to convert digital signals into analog signals and vice versa.
The functioning of internal modem and external modem is as follows:
(a) PPP — Point-to-Point Protocol (PPP) is one of the most commonly used data link protocols. It is utilized to establish a direct connection between two nodes and can provide various functionalities such as connection authentication, transmission, encryption, and compression. Communication occurs through a high-speed modem, and PPP is used to connect telephone dial-up lines to the internet.
(b) POP3 — Post Office Protocol version 3 (POP3) is a simple and standard method for accessing mailboxes and downloading messages to local computers. Users can receive messages using the POP3 protocol. An advantage of POP3 is that once messages are downloaded, an internet connection is no longer necessary to read the mail, as they are saved on the computer's hard disk.
(c) VoIP — Voice over Internet Protocol (VoIP) is utilized for transmitting voice communications. Voice calls undergo digitization, compression, and fragmentation into small packets, which are then transmitted across Internet Protocol (IP) networks. VoIP implementation allows users to carry voice traffic efficiently over an IP network.
(d) IRC — Internet Relay Chat (IRC) is an application layer protocol that enables users to share text messages. The sender sends a request to an IRC server, which then forwards the request to another client, facilitating communication between users.
(a) Routers — A router is a networking device that forwards data packets from the source machine to the destination machine over a network using the shortest path available. It can handle different protocols and operates at the network layer, the third layer of the OSI model. Routers utilize IP addresses to connect local area networks to the Internet. In contrast to a hub or a switch, a router possesses advanced capabilities as it can analyze the data being transmitted over a network, make decisions on how it is packaged, and route it to different computer networks.
(b) Bridges — A bridge is a device that operates at both the physical layer and the data link layer of the OSI model. It connects multiple network segments (LANs) at the data link layer (Layer 2) of the OSI model. It is a smarter hub as it can filter network traffic on the basis of the MAC addresses.
(c) Gateways — A gateway is a network device that connects dissimilar networks. It provides the necessary translation of data received from one network into a format or protocol recognized by devices within another network. A gateway establishes an intelligent connection between a local area network and external networks with completely different structures.
A WiFi card is either an internal or external Local Area Network adapter with a built-in wireless radio and antenna. It is used in a desktop computer to enable a user to establish an Internet connection. WiFi cards are known as wireless fidelity cards because they allow users to set up connections without any wires.
A communication protocol is a formal description of message formats and the rules that two or more machines must follow to exchange those messages.
The reason that the Internet works at all is that every computer connected to it uses the same set of rules for communication. The communication protocol used by Internet is TCP/IP.
The TCP or Transmission Control Protocol is responsible for dividing the file/message into packets on the source computer. It is also responsible for reassembling the received packets at the destination or recipient computer.
The IP or Internet Protocol is responsible for handling the address of destination computer so that each packet is routed (sent) to its proper destination.
HTTPS stands for Hypertext Transfer Protocol Secure. It's a protocol that secures communication between two systems, like a browser and a web server, by encrypting data during transmission. When a user accesses a website using HTTPS, a secure connection is established, verifying the server's identity with digital certificates. This encryption and authentication ensure data privacy and integrity, crucial for protecting sensitive information such as passwords and financial data from interception or tampering by malicious entities on the Internet.
Ethernet is a LAN architecture developed by Xerox Corp along with DEC and Intel. It uses either a bus or star topology and supports data transfer rates of up to 10 mbps. Ethernet can connect devices in wired LAN or WAN.
An Ethernet card, also known as a network card, network adapter, or NIC (Network Interface Card), is a hardware device that facilitates the connection of nodes within a network. It enables computers to communicate over a computer network. It contains connections for either coaxial or twisted pair cables.
A hub is a multi-port and unintelligent network device that simply transfers data from one port of the network to another. It is a hardware device used to connect several computers together using different ports.
Active hubs electrically amplify the signal as it passes from one connected device to another. They are often used like repeaters to extend the length of a network. In contrast, passive hubs allow the signal to pass from one computer to another without any alteration or amplification.
Some services provided by a server on a network are:
In harsh industrial environments where there's a risk of extreme temperatures, moisture, chemicals, or physical damage, Fiber Optic cables must be used as they are immune to corrosion, water damage, and can withstand a wide range of temperatures.
Microwave Transmission | Radio Wave Transmission |
---|---|
Microwave transmission is a line-of-sight transmission as signal travels in a straight line. | Radio Wave transmission is not line-of-sight transmission as signal travels in all directions. |
In microwave communication, two directional parabolic antennas are mounted on towers, buildings or hills to send and receive signals through air. | A radio set-up uses transmitter and receiver. A transmitter sends radio waves and encodes them in sine waves which, when received by a receiver, are decoded and the message is received. Both the transmitter and receiver use antennas to radiate and fetch radio signals. |
These waves have frequencies ranging from about 1 gigahertz (GHz) to several hundred gigahertz (GHz). | These waves have frequencies ranging from a few kilohertz (kHz) to several gigahertz (GHz). |
They are used for point-to-point communication links, satellite communication, radar systems etc. | They are used for broadcasting, AM/FM radio transmission, television signals etc. |
A network is an interconnected collection of autonomous computers that can share and exchange information and resources.
Major goals and applications of networks are :
Some advantages of optical fibres are:
Some disadvantages of optical fibres are:
Some advantages of coaxial cables are:
Some disadvantages of coaxial cables are:
Some advantages of twisted pair cables are:
Some disadvantages of twisted pair cables are:
Some advantages of radio waves are:
Some disadvantages of radio waves are:
Some advantages of micro waves are:
Some disadvantages of micro waves are:
Some advantages of satellites are:
Some disadvantages of satellites are:
HTTP (Hypertext Transfer Protocol) is used to transfer all files and other data (collectively called resources) from one computer to another on the World Wide Web. This protocol is used to transfer hypertext documents over the Internet and defines how data is formatted and transmitted across the network. When an HTTP client (a browser) sends a request to an HTTP server (web server), the server responds by sending back data to the client.
Hub | Switch |
---|---|
Ports of hub do not have individual addresses assigned to them. | Switch is aware of the addresses assigned to each of its ports. |
It simply transfers data from one port of the network to another without any filter. | It filters and forwards data packets only to one or more devices for which the packet is intended across a network. |
It is multi-port and unintelligent network device. | It is also a multi-port device but with some intelligence. |
Hub replicates what it receives on one port onto all the other ports. | Switch sends the incoming data it receives only to the correct port. |
Circuit Switching | Packet Switching |
---|---|
Circuit Switching is the method of switching which is used for establishing a dedicated communication path between the sender and the receiver. | Packet switching is the method of switching where no dedicated path is established from the source to the destination. |
Data is processed and transmitted at the source only. | Data is processed and transmitted, not only at the source but at each switching station. |
It is more reliable. | It is less reliable. |
A switch is a device that is used to segment networks into different sub-networks, called subnets or LAN segments to prevent traffic overloading.
A switch is responsible for filtering i.e., transforming data in a specific way and for forwarding packets between LAN segments. To insulate the transmission from the other ports, the switch establishes a temporary connection between source and destination and then terminates the connection once the conversation is done.
MAC address | IP address |
---|---|
The MAC (Media Access Control) address is a fixed physical address assigned to the hardware network card (NIC) of a host computer. | An IP (Internet Protocol) address is a unique identifier used to distinguish nodes in a network. |
It remains constant and uniquely identifies the machine on which the NIC is installed. | An IP address can change if a device moves between networks. |
A sample MAC address looks like: FC:F8:AE:CE:7B:16. | A sample IP address looks like: 192.168.0.178. |
HTTP (Hypertext Transfer Protocol) is used to transfer all files and other data (collectively called resources) from one computer to another on the World Wide Web. This protocol is used to transfer hypertext documents over the Internet. HTTP defines how the data is formatted and transmitted over the network. When an HTTP client (a browser) sends a request to an HTTP server (web server), the server sends responses back to the client.
The main features of an HTTP protocol are:
The IP protocol deals only with packets, while TCP (Transmission Control Protocol) enables two hosts to establish a connection and exchange streams of data. TCP operates in conjunction with the Internet Protocol (IP), which defines how computers send packets of data to each other. These packets are initially delivered randomly, and TCP at the receiver side collects and arranges them in sequential order. IP is the primary protocol in the Internet layer of the Internet Protocol suite, responsible for delivering packets from the source host to the destination host based on the IP addresses mentioned in the packet headers, following the shortest route.
File Transfer Protocol is the simplest and most secure way to exchange files over the Internet. It is used to transfer files from server system to requesting node, primarily for information sharing. The main objectives of FTP are:
We prefer switch over other network devices when we need to establish two-lane communication, facilitating send and receives at the same time. A switch provides full bandwidth to each connection and sends traffic only to appropriate connections, thus preventing traffic overload.
Web browser | Web server |
---|---|
A web browser is a world wide web client that navigates through the world wide web and displays web pages. | A web server is a world wide web server that responds to the requests made by web browsers. |
It operates on the client-side, allowing users to access and navigate web pages. | It operates on the server-side of web communications, processing requests from clients (such as web browsers) and sending back responses. |
For example : Internet Explorer, Google chrome | For example : Apache Tomcat, Webserver IIS |
False
Reason — A repeater is a network device that amplifies a signal transmitted across the network, ensuring that the signal is received in the same way as it is sent. It operates at the physical layer of the OSI model and does not handle different protocols. On the other hand, a router operates at the network layer and is capable of handling different protocols.
True
Reason — Attenuation refers to the weakening or loss of signal strength as it travels over a distance in a network or communication system. This can occur due to various factors such as resistance, interference, and absorption.
True
Reason — Secure communication refers to the process of exchanging information between two entities (such as individuals, devices, or systems) in a way that prevents unauthorized third parties from accessing or intercepting the communication.