0% found this document useful (0 votes)
18 views4 pages

8th Computer CH-5

Uploaded by

Thomas Shelby
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views4 pages

8th Computer CH-5

Uploaded by

Thomas Shelby
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Q.1 What is the need of Network?

Network: A network refers to a collection of interconnected nodes or entities that are linked
together to share resources, information, or services. In the context of information technology
and telecommunications, a network typically involves the connection of computers, devices,
or systems to enable communication, data sharing, and collaboration. Networks can exist on
various scales, from small local networks within a home or office to large global networks
like the internet.
Networks play a crucial role in various fields and have become an integral part of our daily
lives. The need for networks can be understood in different contexts, including technology,
communication, business, and social aspects. Here are some key reasons highlighting the
need for networks:
1. Communication: Networks enable communication and information exchange between
individuals, devices, and systems. This includes voice communication, data sharing, and
multimedia transmission. Email, instant messaging, video calls, and social media platforms
are examples of communication facilitated by networks.
2. Resource Sharing: Networks allow for the sharing of resources such as printers, files, and
storage devices. This promotes efficiency and collaboration in both personal and business
environments.
3. Access to Information: The internet, which is a global network of networks, provides
access to a vast amount of information. Networks enable users to browse websites, access
online databases, and retrieve information from various sources.
4. Business Operations: In the business world, networks are essential for internal
communication, data storage, and collaboration. They facilitate the smooth flow of
information within an organization, supporting functions such as email communication, file
sharing, and collaborative work on documents.
5. Remote Access and Mobility: Networks enable remote access to resources, allowing
individuals to connect to their workplace or access data from different locations. Mobile
networks further enhance this capability, supporting communication and data access on the
go.
6. Entertainment: Networks provide the infrastructure for streaming services, online
gaming, and other forms of digital entertainment. The distribution of content, such as movies,
music, and games, relies heavily on network connectivity.
7. Education: Networks play a significant role in educational institutions by connecting
students, teachers, and resources. They support online learning platforms, virtual classrooms,
and collaborative projects.
8. Research and Development: In scientific and research communities, networks facilitate
collaboration among researchers, enabling the exchange of ideas, data, and findings. High-
performance computing clusters are often interconnected to process complex simulations and
analyses.
9. Security and Privacy: Networks support the implementation of security measures to
protect data and communication. This includes encryption, firewalls, and secure protocols to
safeguard information from unauthorized access and cyber threats.
10. Infrastructure for IoT: The Internet of Things (IoT) relies on networks to connect and
enable communication between various smart devices. This interconnected ecosystem
enhances automation and data exchange in both domestic and industrial settings.
Q.2 What is the difference between LAN and WAN?
Here are the key differences between LAN and WAN:
1. Geographic Scope:
LAN (Local Area Network): LANs are designed to cover a small geographic area, typically
within a single building, campus, or office. They provide high data transfer rates and are
commonly used for connecting devices like computers, printers, and servers within a
confined space.
WAN (Wide Area Network): WANs cover a larger geographic area and can span across cities,
countries, or even continents. They connect multiple LANs and facilitate communication
over longer distances.
2. Size:
LAN: LANs are relatively smaller in size and are confined to a specific location, such as a
home, office, or campus.
WAN: WANs cover larger areas and can extend over considerable distances, connecting
multiple LANs.
3. Data Transfer Rates:
LAN: LANs typically offer higher data transfer rates compared to WANs. Local connections
allow for faster communication and lower latency.
WAN: WANs may have lower data transfer rates compared to LANs due to the extended
distances and the use of various network infrastructure components.
4. Ownership and Control:
LAN: LANs are often owned, set up, and maintained by a single organization or entity. The
organization has direct control over the LAN infrastructure.
WAN: WANs may involve multiple organizations and service providers. Different entities
may own and manage various segments of the WAN, and control is distributed among them.
5. Components and Technologies:
LAN: LANs typically use technologies like Ethernet and Wi-Fi for connectivity. Components
may include switches, routers, and access points.
WAN: WANs use a variety of technologies, including leased lines, satellite links, and internet
connections. Routers and other networking equipment are crucial for connecting different
LANs within the WAN.
6. Cost:
LAN: Setting up and maintaining a LAN can be more cost-effective since it covers a smaller
area and requires less infrastructure.
WAN: Establishing and maintaining a WAN, especially over long distances, can involve
higher costs due to the need for specialized infrastructure and connectivity options.
7. Examples:
LAN: A LAN could be a network within a single office building, connecting computers,
printers, and servers for internal communication.
WAN: The internet itself is an example of a WAN, connecting networks across the globe.
Q.3 What is Guided Transmission Media?
Guided Transmission Media is a physical medium that provides a path for data transmission
and guides the data signals from the source to the destination using a wire or cable. It
includes three main types: Twisted Pair Cable, Coaxial Cable, and Optical Fiber Cable.
Twisted Pair Cable: It consists of two insulated copper wires twisted together, available in
two variants - unshielded twisted pair (UTP) and shielded twisted pair (STP). UTP is the
most widely used and least expensive type, while STP provides better performance and
eliminates crosstalk. Twisted pair cables are easy to install and support high-speed data
transmission, but they are susceptible to external interference and have a lower capacity
compared to other guided media.
Coaxial Cable: It has an inner copper conductor, an outer copper shield, and a di-electric
insulating material between them. Coaxial cables are used in cable TV networks, trunk lines
between telecommunication equipment, and as internet access lines. They support medium to
high data rates and cover longer distances than twisted pair cables.
Optical Fiber Cable: It uses the concept of refraction of light through a core made up of
glass or plastic, surrounded by a cladding. Optical fiber cables are used for transmitting large
volumes of data and can be unidirectional or bidirectional. They provide higher data rates, are
immune to electromagnetic interference, and can cover longer distances than twisted pair or
coaxial cables.
Q.4 which protocols are used for E-mail? Explain them.
Simple Mail Transfer Protocol (SMTP): SMTP is a communication protocol used for
sending E-mail messages between servers. It follows a client-server model, where the
sender's server acts as a client and connects to the recipient's server, which acts as a server.
SMTP uses TCP port 25 for communication.
Post Office Protocol (POP): POP is a protocol used by email clients to retrieve messages
from the server. It allows users to download messages from the server to their local device.
POP uses TCP port 110 for communication.
Internet Message Access Protocol (IMAP): IMAP is another protocol used by email clients
to retrieve messages from the server. It allows users to access their emails on the server itself,
without downloading them to their local device. IMAP uses TCP port 143 for
communication.
Hypertext Transfer Protocol (HTTP): HTTP is a protocol used for transmitting web pages
and other web-related data. It is commonly used for sending E-mails through web-based
email clients. HTTP uses TCP port 80 for communication.
Secure Sockets Layer (SSL) and Transport Layer Security (TLS): SSL and TLS are
cryptographic protocols used for secure communication over a computer network. They are
commonly used to secure E-mail communication, particularly when using web-based email
clients.
Multipurpose Internet Mail Extensions (MIME): MIME is a standard for sending
multimedia messages, such as images and audio files, over email. It allows email clients to
interpret and display the attached files correctly.
Q.5 How is Switch different from hub?
A switch and a hub are both networking devices used to connect multiple devices together,
but they differ in their functioning and capabilities.
Functionality: A hub is a simple networking device that transmits data to all connected
devices, regardless of the destination. It is a passive device that receives data on one port and
transmits it to all other ports. In contrast, a switch is an intelligent networking device that
forwards data to a specific device based on the destination MAC address. A switch can
receive data on one port and transmit it only to the intended recipient's port.
Data Transmission: Hubs transmit data in a broadcast manner, meaning data is sent to all
connected devices, leading to increased network traffic and security risks. Switches transmit
data to a specific device, reducing network traffic and improving security.
Performance: Switches offer better performance compared to hubs. Since switches transmit
data to a specific device, there is less network congestion and faster data transfer. Hubs, on
the other hand, can cause network congestion, leading to slower data transfer.
Security: Switches offer better security compared to hubs. Since switches transmit data to a
specific device, there is less chance of data interception compared to hubs.
Cost: Hubs are less expensive compared to switches. However, switches offer better
performance and security, making them a preferred choice for modern networking.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy