NCERTCh 5Free

Internet and Web

🎓 Class 12📖 Informatics Practices📖 11 notes🧠 15 Q&A⏱️ ~17 min

Internet and WebStudy Notes

NCERT-aligned · 11 notes · 3 shown free

5.1 INTRODUCTION TO COMPUTER NETWORKS

Explanation

5.1 INTRODUCTION TO COMPUTER NETWORKS

In today's connected world, information is produced, exchanged, and traced globally in real time due to the interconnection of digital entities. A network is defined as a group of two or more similar things or people interconnected with each other. Networks are prevalent in everyday life, such as social networks, mobile networks, computer networks, and networks in airlines, railways, banks, and hospitals. Specifically, a computer network is an interconnection among two or more computers or computing devices that allows sharing of data and resources. The size of a network can vary from a few computers in a room to millions of devices spread worldwide. Hosts or nodes in a network can be servers, desktops, laptops, or mobile devices. Data communication in networks is achieved by dividing data into smaller chunks called packets, which are transmitted over wired or wireless media. Nodes in a network include any device capable of receiving, creating, storing, or sending data, such as modems, hubs, switches, routers, printers, or computers. The interconnectivity enables simultaneous information exchange through emails, websites, audio/video calls, and resource sharing like printers or storage. Personal networks can be created using hotspots, connecting devices wirelessly in a small area.

  • A network is a group of interconnected similar entities.
  • Computer networks connect two or more computing devices for data and resource sharing.
  • Network size varies from small (few devices) to large (millions of devices).
  • Nodes include devices like servers, desktops, laptops, mobile phones, modems, hubs, switches, routers, and printers.
  • Data is transmitted in packets over wired or wireless media.
  • Networks enable simultaneous communication and resource sharing.
  • 📌 Network: A group of interconnected similar entities.
  • 📌 Computer Network: Interconnection of two or more computers for sharing data and resources.
  • 📌 Node: Any device in a network that can receive, create, store, or send data.

5.2 TYPES OF NETWORKS

Explanation

5.2 TYPES OF NETWORKS

Computer networks vary widely in size, coverage area, and data transfer rates. Based on geographical coverage and speed, networks are broadly classified into Local Area Network (LAN), Metropolitan Area Network (MAN), and Wide Area Network (WAN). A LAN connects devices within a limited area such as a room, office, or campus, typically up to 1 km. It uses wired media like Ethernet cables or wireless media like Wi-Fi. LANs are secure and provide high data transfer rates ranging from 10 Mbps (Ethernet) to 1000 Mbps (Gigabit Ethernet). Ethernet is a set of rules governing LAN communication. MAN covers a larger area such as a city or town, extending up to 30-40 km. It is an extended form of LAN and often formed by connecting multiple LANs. Cable TV networks and broadband services are examples of MAN. WAN connects computers and networks spread over large geographical areas, including countries and continents. WANs connect multiple LANs and MANs via wired or wireless media. The Internet is the largest example of a WAN, connecting billions of devices worldwide. These networks enable communication, resource sharing, and access to global information.

  • LAN connects devices within a limited area (up to 1 km) with high data transfer rates.
  • MAN covers a city or town area, extending up to 30-40 km, connecting multiple LANs.
  • WAN connects networks over large geographical areas, including countries and continents.
  • Ethernet is the protocol set used in LANs for wired communication.
  • Data transfer rates decrease from LAN to MAN to WAN.
  • The Internet is the largest WAN connecting millions of networks globally.
  • 📌 LAN (Local Area Network): Network covering a small geographical area.
  • 📌 MAN (Metropolitan Area Network): Network covering a city or town.
  • 📌 WAN (Wide Area Network): Network covering large geographical areas across countries or continents.

5.3 NETWORK DEVICES

Explanation

5.3 NETWORK DEVICES

Computer networks require various hardware devices to facilitate communication and data transmission. Key devices include modems, Ethernet cards (NIC), repeaters, hubs, switches, routers, and gateways. A modem (MOdulator DEModulator) converts digital

Practice QuestionsInternet and Web

Includes NCERT exercise questions with answers

Q1.............. helps to access memory locations by specifying memory address directly.
A.Pointer
B.Structure
C.Array
D.None of the above

Answer:

Pointer

MediumNCERT
Q2.Fill in the blanks: a) To transmit data for sharing on a network, it has to be divided into smaller chunks called ___________. b) The set of rules that decide the functioning of a network is called ___________. c) A LAN can be extended up to a distance of ________ km. d) The ___________ connects a local area network to the internet. e) The ___________ topology is of hierarchical nature. f) ___________ is a standard naming convention used for accessing resources over the Internet. g) ___________ is a collection of related web pages. h) A ___________ is a computer that provides services to other programs or computers.

Answer:

a) Packets b) Protocol c) 10 km d) Router e) Tree f) URL g) Website h) Server

Explanation:

a) Data is divided into packets for transmission over networks. b) Protocols define rules for network communication. c) LANs typically extend up to 10 km. d) Routers connect LANs to the internet. e) Tree topology is hierarchical. f) URL (Uniform Resource Locator) is used to access internet resources. g) Website is a collection of related web pages. h) Server provides services to other computers.

EasyNCERT
Q3.Expand the following: a) ARPANET b) ISP c) URL

Answer:

a) ARPANET: Advanced Research Projects Agency Network b) ISP: Internet Service Provider c) URL: Uniform Resource Locator

Explanation:

a) ARPANET was the first operational packet switching network and the precursor to the Internet. b) ISP is a company that provides Internet access to users. c) URL is the address used to access resources on the Internet.

EasyNCERT
Q4.Name the device for the following: a) It stands for Modulator Demodulator b) It regenerates the signals.

Answer:

a) Modem b) Repeater

Explanation:

a) Modem stands for Modulator Demodulator, used to convert digital signals to analog and vice versa. b) Repeater regenerates and amplifies signals to extend transmission distance.

EasyNCERT
Q5.Differentiate between: a) MAN and WAN b) Website and web page c) Router and Gateway d) Bus and Star topology e) Static and Dynamic web pages

Answer:

a) MAN (Metropolitan Area Network) covers a city or large campus; WAN (Wide Area Network) covers large geographical areas, often countries or continents. b) Website is a collection of related web pages; a web page is a single document on the web. c) Router connects different networks and routes data packets; Gateway acts as a translator between different network protocols. d) Bus topology connects all nodes with a single cable; Star topology connects all nodes to a central hub. e) Static web pages have fixed content; Dynamic web pages display content that can change based on user interaction or other factors.

Explanation:

a) MAN is larger than LAN but smaller than WAN; WAN is the largest network type. b) Website contains multiple web pages linked together. c) Router operates at network layer; Gateway can operate at various layers to connect different network architectures. d) Bus topology uses a single backbone cable; Star topology uses a central device to connect nodes. e) Static pages are simple HTML; Dynamic pages use server-side scripts to generate content.

MediumNCERT
Q6.Define a network. What is the need of forming a network?

Answer:

A network is a collection of two or more interconnected computers that can communicate and share resources. Need for forming a network: - To share resources like printers, files, and internet connections. - To facilitate communication through emails, chats, and video calls. - To enable centralized data management and backup. - To reduce costs by sharing hardware and software.

Explanation:

A network connects multiple devices to enable resource sharing and communication, improving efficiency and reducing costs.

EasyNCERT
Q7.Give any two examples of networks.

Answer:

Two examples of networks are: 1) Local Area Network (LAN) 2) Wide Area Network (WAN)

Explanation:

LAN connects computers in a small area like an office; WAN connects computers over large geographical areas.

EasyNCERT
Q8.Give any three applications on the Internet.

Answer:

Three applications on the Internet are: 1) Email communication 2) Online banking 3) Social networking

Explanation:

Internet applications enable communication, financial transactions, and social interactions among users worldwide.

EasyNCERT