0% found this document useful (0 votes)
80 views3 pages

Network Protocols Overview for Class 12 CS

Chapter 8 discusses network protocols, defining a network as an interconnection of devices that share resources. It outlines advantages of networks, differences between LAN, MAN, WAN, and PAN, and explains key concepts such as nodes, topology, MAC and IP addresses, DNS, circuit vs. packet switching, bandwidth, data transfer rate, and email protocols like SMTP and POP3. Additionally, it covers remote access via TELNET and the functionality of VoIP.

Uploaded by

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

Network Protocols Overview for Class 12 CS

Chapter 8 discusses network protocols, defining a network as an interconnection of devices that share resources. It outlines advantages of networks, differences between LAN, MAN, WAN, and PAN, and explains key concepts such as nodes, topology, MAC and IP addresses, DNS, circuit vs. packet switching, bandwidth, data transfer rate, and email protocols like SMTP and POP3. Additionally, it covers remote access via TELNET and the functionality of VoIP.

Uploaded by

arun tiwari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

CHAPTER 8- NETWORK PROTOCOL (PART 1&2)

OF CLASS 12 CS
Write question and answer .
1. What do you understand by the term network?

Answer: The interconnection between two or more devices is known as a


network. This network can communicate with other devices and share
resources. These resources can be files, information, internet access, printers,
etc. The term network means group of computer connected each other using
communication medium.

2. Mention any two main advantages of using a network of computing


devices.

Answer: The two main advantages of computer network are –

 Resource Sharing: Computer networks can share resources with


other computers, like printers and storage. Files can be shared with
other computers using the network.
 Reduce Cost: This network can reduce cost, for example if i want to
share file to any other organization, we can use internet for sharing file
instead of going to the organization physically.
3. What are the key differences between LAN, MAN, WAN, and PAN?

Answer: The key differences between LAN, MAN, WAN and PAN are

 LAN: LAN stands for Local Area Network, which basically connects
computers within small geographical areas like homes, offices, and
schools.
 MAN: MAN stands for metropolitan area network, connecting
computers within a large geographical area like a city or town.
 WAN: WAN stands for Wide Area Network. This type of network
connects computers within wide geographical areas, like countries or
worldwide.
 PAN: PAN stands for personal area network. This type of network uses
a very small area, like two mobiles connecting with Bluetooth, etc.
4. What do you mean by node in reference to computer networks?

Answer: A node is a point or device within a computer network that can send,
receive or transmit data. like server, desktop, laptop, cellular phones.
5. Define the term topology. What are the popular network topologies?

Answer: The arrangement of computer and other peripherals in a network is


called topology. The most popular topologies in computer networks are bus,
star and tree.

6. What is the significance of a MAC address?

Answer: The MAC address is known as the physical or hardware address of


the device. It is unique address associated with a network adapter. This MAC
address is given to the network interface card at the time of manufacturing
and thus is a permanent address.

7. How is an IP address different from a MAC address? Discuss briefly.

Answer: IP and MAC addresses have the same purpose but in different ways.
The IP address are assigned by the network and can be change, but MAC
addresses are unique hardware address which is assigned by the
manufacuture comany and cannot be change.

8. What is DNS? What is a DNS server?

Answer: DNS stands for Domain Name System, Every website having a IP
address remembring this IP address is very difficult, DNS helps to convert this
IP address to human-friendly web address. For example, if you want to open
the [Link] website, then the IP address of this website
is [Link]. Instead of using the IP address, you are using a human-
friendly web address ([Link] to open a website; this
method is easy to remember. DNS server is a computer that convert this IP
address to human-friendly web address.

9. Differentiate between circuit switching and packet switching.

Answer: Circuit switching and packet switching are two different techniques
used for data transmission. Circuit switching has a fixed route for the
communication. The circuit switching is basically used in voice
communication. In Packet switching the data is divided into smaller unit called
packets.
10. Explain the concept of bandwidth and data transfer rate.

Answer: The bandwidth refers to the maximum amount of data that can be
transmitted over a network connection in a given time. Whereas the data
transfer rate refers to the actual speed at which data is transmitted between
devices.

11. What is the significance of IP addresses in networking?

Answer: An IP address is very important in a computer network. The IP


addresses are assigned to each node in a network that uses the Internet
Protocol for communication. Thus, if we know a computer’s IP address, we
can communicate with that computer from anywhere in the world.

12. Compare SMTP and POP3 protocols.

Answer: SMTP and POP3 are both email protocols. SMTP is used for
sending mail, while POP3 is used for receiving emails.

13. Explain the role of TELNET in remote server access.

Answer: Telnet is a network protocol that allows you to connect and


communicate with a remote computer using the TCP/IP protocol. It is just like
a virtual terminal for communication remotely.

14. What is VoIP, and how does it function?

Answer: VoIP stands for Voice Over Internet Protocol; it is a terminology that
allows you to make phone calls using the internet. VoIP converts analogue
voice to digital data packets and sends them over the internet.

Common questions

Powered by AI

DNS plays a crucial role in simplifying user interactions by translating human-friendly domain names into IP addresses which computers use to identify resources on the network. This translation makes it easier for users to access websites using easily memorable names rather than cumbersome numeric IP addresses .

Packet switching, unlike circuit switching, does not require a dedicated path and can effectively utilize bandwidth by transmitting data in packets, optimizing network resources, and enhancing efficiency. It is better suited for data applications like email and internet browsing. However, it can introduce latency and packet loss under high network traffic. Circuit switching, though less efficient, provides a constant transmission path, making it reliable for voice communications where such consistency is crucial .

The arrangement of computers and peripherals in a network, known as topology, significantly impacts performance, reliability, and the network's scalability. Different topologies—such as bus, star, and tree—offer unique benefits and drawbacks. For instance, a star topology can offer better fault tolerance since failure in one link does not affect others, but it requires more cabling. Meanwhile, tree topology allows for scalable and organized data management but can be complex to implement .

Computer networks facilitate resource sharing by allowing devices to share printers, storage, and files over the network, negating the need for each device to have its own resources. This capability also leads to cost reduction as it reduces the need for physical presence for file sharing and allows shared use of expensive resources .

Circuit switching and packet switching cater to distinct communication needs; circuit switching establishes a dedicated communication path, ensuring consistent latency and bandwidth, essential for applications like traditional telephony. Packet switching, by dividing data into packets, optimizes network utilization, handling variable data flows efficiently, which is ideal for web browsing and email services. These methods accommodate the varying requirements of voice and data communication, highlighting their complementary nature .

An IP address is crucial for establishing remote communication as it uniquely identifies nodes in a network using the Internet Protocol, enabling data to be correctly routed to the desired destination. With a device's IP address, communication can be initiated from anywhere globally, facilitating remote access and connectivity .

TELNET is distinguished by its ability to allow users to establish a command-line interface session with a remote server over TCP/IP. While it provides flexible remote management and diagnostics, its potential security concerns stem from the lack of encryption in data transmission, making it vulnerable to eavesdropping and data interception, necessitating the use of secure alternatives like SSH for encrypted communication .

SMTP and POP3 complement each other in email communication by handling different aspects of email exchange. SMTP is responsible for sending emails from a client to a server or between servers, while POP3 handles the retrieval of emails from a server to the client's device, thus collectively offering a complete email functionality .

VoIP utilizes existing internet infrastructure to convert analog voice signals into digital data packets, which are then transmitted over the internet. This conversion allows for voice communication to be conducted alongside regular internet data traffic, reducing costs associated with traditional telephone networks while utilizing the widespread availability of the internet .

IP addresses are logical addresses assigned by the network, providing a way to identify and locate a device globally and facilitating communication over the Internet Protocol. MAC addresses, on the other hand, are unique hardware addresses assigned by the manufacturer, identifying devices on the local network level and are permanent . These distinctions enable a dual-layer addressing system essential for network operations, with IP for broader internet communications and MAC for local network traffic management.

You might also like