KnowledgeBoat Logo
OPEN IN APP

Chapter 6

Computer Networks

Class 12 - Computer Science with Python Preeti Arora



Fill in the Blanks

Question 1

Through internet, we can establish contact with anyone in the world.

Question 2

The main function of TCP is to divide the message or data into packets of a definite size on the source computer.

Question 3

Wi-Fi refers to wireless fidelity which enables us to connect to the ISP without any cable.

Question 4

Web browser is a software that enables us to access the internet and explore websites.

Question 5

A web page whose content is fixed and appears the same every time it is loaded is called a Static web page.

Question 6

The first network that planted the seed of internet was ARPANET.

Question 7

The protocol used for internet is TCP/IP.

Question 8

A device used to connect dissimilar networks is called gateway.

Question 9

IP is responsible for handling the address of the destination computer so that each packet is delivered to its proper destination.

Question 10

To connect computers located in a specific building or campus is known as LAN.

Question 11

Wi-Fi, infrared and Bluetooth are examples of Wireless communication/Unguided medium.

Question 12

Interspace is a network.

Question 13

A server that provides its services to other workstations on a network is a Dedicated server.

Question 14

The technique of switching in which data is divided into smaller fragments is called Packet switching.

Question 15

Circuit switching is a dedicated link between the sender and the receiver.

Question 16

bits/second is the measuring unit of speed at which the data transfer takes place.

Question 17

All the computers are connected with each other in an unorganized manner in Mesh topology.

Question 18

In peer-to-peer network, all computers share equivalent responsibility for processing data.

State True or False

Question 1

A set of rules that governs internet is called protocol.

Answer

True

Reason — Protocol means a set of rules and regulations that governs a network. It represents the communication methods which are to be followed by the sending and receiving devices.

Question 2

A repeater handles different protocols.

Answer

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.

Question 3

A hub is known as an intelligent device on the network.

Answer

False

Reason — A hub is known as an unintelligent device on the network that simply transfers data from one port of the network to another.

Question 4

A location on a net server is called a website.

Answer

True

Reason — A website is a location on a web server where users can access and interact with digital assets (web pages, images, videos, audios etc) through a web browser.

Question 5

A document that uses HTTP is called a web page.

Answer

True

Reason — A document that uses the HTTP (Hypertext Transfer Protocol) to be accessed and retrieved from a web server is called a web page.

Question 6

A switch is a device used to segment networks into sub-networks or subnets.

Answer

False

Reason — A router is a device used to segment networks into sub-networks or subnets, while a switch is a network device used to interconnect computers or devices on a network.

Question 7

Email helps us to send and receive messages through video conferencing.

Answer

False

Reason — Email helps us to send and receive messages through text using SMTP (Simple Mail Transfer Protocol) and POP3 (Post Office Protocol 3) protocols.

Question 8

The degeneration of a signal over a distance on a network is called attenuation.

Answer

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.

Question 9

Coaxial cable possesses higher tensile strength than optical fibre.

Answer

False

Reason — Optical fiber has higher tensile strength compared to coaxial cable due to the materials used in their construction, such as glass.

Question 10

When two entities are communicating and do not want a third party to listen, this situation is defined as secure communication.

Answer

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.

Multiple Choice Questions

Question 1

A computer network ............... .

  1. Is a collection of hardware components and computers
  2. Is interconnected by communication channels
  3. Allows sharing of resources and information
  4. All of these

Answer

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.

Question 2

What is the use of Bridge in the network?

  1. To connect LANs
  2. To separate LANs
  3. To control network speed
  4. All of these

Answer

To connect LANs

Reason — Bridges are devices that connect one LAN to another LAN that uses the same protocol.

Question 3

Each IP packet must contain:

  1. Only Source address
  2. Only Destination address
  3. Source and Destination address
  4. Source or Destination address

Answer

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.

Question 4

Which of these is not a communication channel?

  1. Satellite
  2. Microwave
  3. Radio wave
  4. WAN

Answer

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.

Question 5

MAN Stands for ............... .

  1. Metropolitan Area Network
  2. Main Area Network
  3. Metropolitan Access Network
  4. Metro Access Network

Answer

Metropolitan Area Network

Reason — MAN stands for Metropolitan Area Network.

Question 6

Which of these is not an example of unguided media?

  1. Optical Fibre Cable
  2. Radio wave
  3. Bluetooth
  4. Satellite

Answer

Optical Fibre Cable

Reason — An optical fiber cable is an example of guided media, also known as wired networking technology.

Question 7

In which topology are all the nodes connected through a single Coaxial cable?

  1. Star
  2. Tree
  3. Bus
  4. Ring

Answer

Bus

Reason — Bus topology is a multi-point configuration, i.e., several devices are connected to a main long cable (usually co-axial cable) which acts as a backbone.

Question 8

Which of the following is the smallest network?

  1. WAN
  2. MAN
  3. LAN
  4. PAN

Answer

PAN

Reason — PAN is the smallest network, it covers a very small area, usually within the range of 10 meters.

Question 9

Which protocol is used for the transfer of hypertext content over the web?

  1. HTML
  2. HTTP
  3. TCP/IP
  4. FTP

Answer

HTTP

Reason — Hyper Text Transfer Protocol (HTTP) is the set of rules for transferring hypertext content on World Wide Web.

Question 10

"One device per connection" is an advantage of:

  1. Star topology
  2. Tree topology
  3. Bus topology
  4. Ring topology

Answer

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.

Question 11

Ping command is used to:

  1. Test a keyboard
  2. Test a network device
  3. Test power cable
  4. Debug an application

Answer

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.

Question 12

............... is a communication methodology designed to deliver both voice and multimedia communications over Internet Protocol.

  1. VoIP
  2. SMTP
  3. PPP
  4. HTTP

Answer

VoIP

Reason — VoIP (Voice over Internet Protocol) is a communication methodology designed to deliver both voice and multimedia communications over Internet protocol.

Assertions and Reasons

Question 1

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.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.

Answer

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.

Question 2

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.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.

Answer

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.

Question 3

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.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.

Answer

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.

Question 4

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.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.

Answer

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.

Question 5

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.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.

Answer

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.

Question 6

Assertion (A): Bus topology is based on a central node which acts as a hub.

Reasoning (R): Bus topology installation involves low cost.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.

Answer

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.

Question 7

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.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.

Answer

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.

Question 8

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.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.

Answer

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.

Question 9

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.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.

Answer

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.

Solutions to Unsolved Questions

Question 1

What is Internet?

Answer

The Internet is a world-wide network of computer networks. It connects many smaller networks together and allows all the computers to exchange information with each other.

Question 2

What is network?

Answer

A network is a collection of interconnected computers and other devices to share data and other resources (hardware and software resources).

Question 3

What are the various types of topologies?

Answer

The various types of topologies are as follows:

  1. Bus or Linear topology
  2. Ring or Circular topology
  3. Star topology
  4. Tree topology
  5. Mesh topology

Question 4

What is the range of frequency for radio waves?

Answer

The range of frequency for radio waves is between 3 KHz to 1 GHz.

Question 5

18 Gbps is equal to how many bits per second?

Answer

1 Gbps is equal to 1000000000 bits per second. Therefore, to convert 18 Gbps to bits per second:

18 Gbps = 18 * 1000000000 = 18000000000 bits per second

So, 18 Gbps is equal to 18,000,000,000 bits per second.

Question 6

Write short notes on the following:

(a) Bandwidth

(b) Bluetooth

(c) DNS

(d) Data transfer rate

(e) HTTP

Answer

(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.

Question 7

Two universities in different states want to transfer information. Which type of network do they need to use for this?

Answer

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.

Question 8

Draw a network layout of star topology and bus topology connecting five computers.

Answer

Star Topology

Draw a network layout of star topology and bus topology connecting five computers. NCERT Computer Science Solutions CBSE Class 12

Bus Topology

Draw a network layout of star topology and bus topology connecting five computers. NCERT Computer Science Solutions CBSE Class 12

Question 9

Rohit, a Class XI student, has just started understanding the basics of internet and web technologies. He is a bit confused about the terms "World Wide Web" and "Internet". Help him understand both the terms with the help of suitable examples of each.

Answer

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.

Question 10

Describe bus topology and star topology.

Answer

  1. Bus topology — Bus topology is a multi-point configuration, i.e., several devices are connected to a main long cable (usually co-axial cable) which acts as a backbone. Nodes are connected by drop lines and taps. A drop line is a connection between long cable and devices and taps are the connectors that are punctured inside the main cable. The data flows from one end of the cable to the other. The cable has terminators at both ends which absorb signals when the signal reaches the end, preventing signal bounce. However, as the signal travels a long distance, it becomes weaker and weaker. It works well for small networks.
  2. Star Topology — In star topology, each communicating device is connected to a central controller called a hub or switch. The devices in star topology send and receive data indirectly, the data passes to and from the hub. The central node can be either a broadcasting device (hub) or a unicast device (switch).

Question 11

Define the following terms:

(a) Baud

(b) Communication channel

(c) Hub

(d) Repeater

Answer

(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.

Question 12

What is modem? Define the functioning of internal modem and external modem.

Answer

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:

  1. Internal modem — These are attached to the internal slot of the motherboard. They modulate digital data into analog signals for transmission and demodulate incoming analog signals into digital data.
  2. External modem — It is a small box connected to the communication port of the computer. It works similarly to the internal modem. The only difference is that it is placed outside the CPU box.

Question 13

Expand and explain the following terms:

(a) PPP

(b) POP3

(c) VoIP

(d) IRC

Answer

(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.

Question 14

Describe the following networking devices:

(a) Routers

(b) Bridges

(c) Gateways

Answer

(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.

Question 15

What are Wi-Fi cards? Explain.

Answer

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.

Question 16

What is a communication protocol? What is its role in networking?

Answer

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.

  1. 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.

  2. 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.

Question 17

What is https? How does it work?

Answer

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.

Question 18

What is Ethernet? What is Ethernet Card?

Answer

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.

Question 19

What are hubs? How are active hubs different from passive hubs?

Answer

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.

Question 20

What are the facilities provided by the Server in a network environment?

Answer

Some services provided by a server on a network are:

  1. Equipment/Resource Sharing — High quality printers and photocopiers are often designed to connect directly to a network and all authorised users can share the equipment. A server is responsible for such a resource sharing request.
  2. Centralised File Saving for Data Sharing — Servers help the user save files to their home directories on the file server, workers can load their documents on any networked computer.
  3. Centralised Virus Scanning — Most file servers run virus scanners constantly to detect and take care of viruses introduced by any user on any computer.
  4. Centralised Backups — High-capacity tape devices in the file server back up all users' work, usually every night. In case of system failure (or worker failure), lost work can be recovered quickly and easily.

Question 21

Which communication medium is to be suggested for very effective and fast communication in guided medium?

Answer

Fiber optic cable is recommended for very effective and fast communication in a guided medium.

Question 22

In a harsh industrial environment, which cable would you like to use?

Answer

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.

Question 23

Which media have the ability to communicate over oceans?

Answer

Unguided media or wireless networking technology, such as microwaves, can effectively communicate over oceans.

Question 24

What is the difference between microwave and radio wave transmission?

Answer

Microwave TransmissionRadio 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.

Question 25

Which transmission medium is useful for sparsely populated areas?

Answer

Satellite transmission medium is useful for sparsely populated areas.

Question 26

Which network topology is easy to expand?

Answer

Mesh network topology is easy to expand.

Question 27

Which device filters the data and which device can handle different protocol?

Answer

Switch filters the data and router handles different protocol.

Question 28

What is a network? What are its goals and applications?

Answer

A network is an interconnected collection of autonomous computers that can share and exchange information and resources.

Major goals and applications of networks are :

  1. Resource Sharing — Through a network, data, software and hardware resources can be shared irrespective of the physical location of the resources and the user.
  2. Reliability — A file can have its copies on two or more computers of the network, so if one of them is unavailable, the other copies could be used. That makes a network more reliable.
  3. Reduced Costs — Since resources can be shared, it greatly reduces the costs.
  4. Fast communication — With networks, it is possible to exchange information at very fast speeds.

Question 29(a)

Write some advantages and disadvantages of Optical fibres.

Answer

Some advantages of optical fibres are:

  1. It is immune to electrical and magnetic interference.
  2. It is highly suitable for harsh industrial environments.
  3. It guarantees secure transmission and has a very high transmission capacity.
  4. Fiber optic cables can be used for broadband transmission.

Some disadvantages of optical fibres are:

  1. Fiber optic cables are quite fragile and may need special care to make them sufficiently robust.
  2. Connecting either two fibers together or a light source to a fiber is a difficult process.
  3. In order to incept the signal, the fiber must be cut and a detector inserted.
  4. Light can reach the receiver out of phase.
  5. Connection losses are common problems.
  6. They are more difficult to solder.
  7. They are the most expensive of all the cables.

Question 29(b)

Write some advantages and disadvantages of Coaxial cables.

Answer

Some advantages of coaxial cables are:

  1. The data transmission characteristics of coaxial cables are considerably better than that of twisted-pair cables.
  2. They can be used as the basis for a shared cable network.
  3. They can be used for broadband transmission.
  4. They offer higher bandwidths — upto 400 Mbps.

Some disadvantages of coaxial cables are:

  1. They are expensive as compared to twisted pair cables.
  2. They are not compatible with twisted pair cable.

Question 29(c)

Write some advantages and disadvantages of Twisted pair cables.

Answer

Some advantages of twisted pair cables are:

  1. It is simple.
  2. It is easy to install and maintain.
  3. It is physically flexible.
  4. It has a low weight.
  5. It can be easily connected.
  6. It is very inexpensive.

Some disadvantages of twisted pair cables are:

  1. It is incapable of carrying a signal over long distances without the use of repeaters.
  2. It is unsuitable for broadband applications due to its low bandwidth capabilities.
  3. It supports maximum data rates of 1 Mbps without conditioning and 10 Mbps with conditioning.

Question 29(d)

Write some advantages and disadvantages of Radio waves.

Answer

Some advantages of radio waves are:

  1. Its transmission offers mobility.
  2. It proves cheaper than cables.
  3. It offers freedom from land acquisition rights.
  4. It offers ease of communication over difficult terrain.

Some disadvantages of radio waves are:

  1. Communication is highly insecure.
  2. Its propagation is susceptible to weather effects like rains, thunder storms etc.

Question 29(e)

Write some advantages and disadvantages of Micro waves.

Answer

Some advantages of micro waves are:

  1. It proves cheaper than cables.
  2. It offers freedom from land acquisition rights.
  3. It offers ease of communication over difficult terrain.
  4. Microwaves have the ability to communicate over oceans.

Some disadvantages of micro waves are:

  1. It is an insecure communication.
  2. Signals from a single antenna may split up and propagate by slightly different paths to the receiving antenna. When these out-of-phase signals recombine, they interfere, reducing the signal strength.
  3. Its propagation is susceptable to weather effects like rains, thunder storm, etc.
  4. Bandwidth allocation is extremely limited in case of microwaves.
  5. The cost of design, implementation, and maintenance of microwave links is high.

Question 29(f)

Write some advantages and disadvantages of Satellites.

Answer

Some advantages of satellites are:

  1. The area coverage is quite large.
  2. The laying and maintenance of intercontinental cable is difficult and expensive and this is where the satellite proves to be the best alterative.
  3. The heavy usage of intercontinental traffic makes the satellite commercially attractive.
  4. Satellites can cover large areas of the Earth. This is particularly useful for sparsely populated areas.

Some disadvantages of satellites are:

  1. Technological limitations preventing the deployment of large, high gain antennas on the satellite platform.
  2. Over-crowding of available bandwidths due to low antenna gains.
  3. The high investment cost and insurance cost associated with significant probability of failure.
  4. High atmospheric losses above 30 GHz limit carrier frequencies.

Question 30

Explain the role of HTTP protocol.

Answer

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.

Question 31

Differentiate between Hub and Switch.

Answer

HubSwitch
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.

Question 32

Differentiate between Circuit and Packet Switching.

Answer

Circuit SwitchingPacket 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.

Question 33

What is the role of a switch in a network?

Answer

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.

Question 34

Differentiate between MAC and IP address.

Answer

MAC addressIP 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.

Question 35(a)

Explain HTTP briefly.

Answer

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:

  1. It is a stateless protocol, this means that HTTP server need not keep track of any command and each command is independent of any other command.
  2. It is an object-oriented protocol that uses the client server model.

Question 35(b)

Explain TCP/IP briefly.

Answer

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.

Question 35(c)

Explain FTP briefly.

Answer

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:

  1. Indirect or implicit use of remote computers.
  2. To shield a user from variations in file storage systems among different hosts.
  3. To transfer data reliably and efficiently.
  4. FTP uses the Internet's TCP/IP protocols to enable data transfer.

Question 36(i)

When would you prefer hubs over repeaters.

Answer

Hubs are preferred over repeaters when the distance between the terminals of the network is less and signals are not lost during transmission.

Question 36(ii)

When would you prefer bridges over hubs.

Answer

Bridges are preferred over hubs when we need to connect multiple networks.

Question 36(iii)

When would you prefer switches over other networking devices.

Answer

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.

Question 37

Differentiate between web server and web browser. Write any two popular web browsers.

Answer

Web browserWeb 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 chromeFor example : Apache Tomcat, Webserver IIS

Question 38

Name the protocol that is used to send emails.

Answer

SMTP (Simple Mail Transfer Protocol) is the standard protocol for sending emails across the Internet.

PrevNext