Read and download free pdf of CBSE Class 12 Computer Science Communication And Network Concepts Worksheet. Students and teachers of Class 12 Computer Science can get free printable Worksheets for Class 12 Computer Science Communication And Network Concepts in PDF format prepared as per the latest syllabus and examination pattern in your schools. Class 12 students should practice questions and answers given here for Computer Science in Class 12 which will help them to improve your knowledge of all important chapters and its topics. Students should also download free pdf of Class 12 Computer Science Worksheets prepared by teachers as per the latest Computer Science books and syllabus issued this academic year and solve important problems with solutions on daily basis to get more score in school exams and tests
Worksheet for Class 12 Computer Science Communication And Network Concepts
Class 12 Computer Science students should refer to the following printable worksheet in Pdf for Communication And Network Concepts in Class 12. This test paper with questions and answers for Class 12 will be very useful for exams and help you to score good marks
Class 12 Computer Science Worksheet for Communication And Network Concepts
Key Points
• A network is a collection of interlinked computers by means of a communication system.
• Switching techniques are used for transmitting data across networks.
• A network can have any of these transmission media or connecting media: twisted pair cable, coaxial cable, optical fibre, microwave, radio wave, satellite etc.
• The pattern of interconnection of nodes in a network is called topology.
• Most popular topologies are star , bus , ring , graph and mesh, tree
• RJ 45 (Registered Jack 45) is a eight wire connector, which is commonly used to connect computers on LANs – especially Ethernets.
• Protocol:- A protocol means the rules that are applicable for a network. Protocol defines standardized formats for data packets, techniques for detecting and correcting errors and so on.
• Some most common protocols are HTTP ,FTP, TCP/IP
• Wireless communication is simply data communications without the use of landlines.
• TDMA:-Time Division Multiple Access technology divides a radio frequency into time slots and then allocates allots to multiple calls.
• CDMA:-Code division Multiple access uses a spread spectrum technique where data is sent in small pieces over a number of discrete frequencies available for use. Each user’s signal is spread over the entire bandwidth by unique spreading code. At the receivers end, the same unique code is used to recover the signal.
• SMS is the transmission of short text message to and from a mobile phone, fax machine and/or IP address.
• Email (Electronic Mail) is sending and receiving message by computer.
• A web Browser is a WWW client that navigates through the World Wide Web and displays web pages .A web server is a WWW server that responds to the request made by web browser.
• A URL(Uniform Resource Locator) specifies the distinct address for each resource on the internet. An Internet address, which is character, based is called domain name.
• Cookies are messages that a Web server transmits to a web browser so that the web server can keep track of the user’s activity on a specific Web site.
Solved Questions
Question. What factors affect data transmission?
Answer : Several factors affect how data is transmitted. They include the following
(i) Transmission rate-Frequency and bandwidth
(ii) Line Configurations-Point to point versus multipoint.
(iii) Serial and Parallel transmission
(iv) Direction of transmission-Simplex, Half Duplex, and Full Duplex
(v) Transmission Mode-Asynchronous and synchronous.
(vi) Circuit switching and Packet switching
(vii) Multiplexing (viii)Protocols
Question. What is a Network? What are the benefits of networks?
Answer : A network or communications network, is a system of interconnected computers, telephones or other communications devices that can communicate with one another and share applications and data.
The benefit of networks are given below:
(i) Sharing of peripheral devices.
(ii) Sharing of programs and data
(iii) Better communications
(iv) Security of information
(v) Access to databases
Question. Define the following terms:
(i) Node (ii) Hub (iii) Backbone (iv) Router (v) Bridge (vi) Gateway
Answer : (i) Node:- A node is a piece of hardware on the system that can be addressed by a message from another node, that is , a computer, printer , fax, modem or CD-ROM drive.
(ii) Hub:- Node are connected to a hub, also called a concentrator, whose purpose is to simplify wiring of nodes to each other and to route signals between the nodes.
(iii) Backbone:-A backbone is a high –capacity link to which many nodes or hub can be connected ,it is design to carry lots of traffic.
(iv) Router:-A router is a special computer that direct communicating messages when several networks are connected together.
(v) Bridge:-A bridge is an interface used to connect the same type of networks.
(vi) Gateway:- A gateway is an interface permitting communication between dissimilar networks-for instance ,between a LAN and a WAN or between two LANs based on different network operating system or different layouts.
Question. What are the major difference between LAN and WAN?
Answer : The major differences between LAN and WAN
LAN :
• LAN are small sized networks
• Range of LAN may vary from 10m to 1.5 km.
• LAN operate between 10Mbps and 2 Gbps
• They offer very low delay
• Complete ownership by a single organization
• Very low error rates
WAN :
• WAN are geographically spread over wide area.
• There is no limitation on the distance it spans.
• Typical speed of WAN varies from 56Kbps to 155 Mbps.
• They offer very high delay
• Owned by multiple organizations
• Comparatively higher error rates
Question. Give two major reasons to have network security.
Answer : Two major reasons to have network security are given below:
(i) Secrecy:- Keeping information out of the reach of unauthorized users.
(ii) Authentication:- Determining the authorized users before sharing sensitive information with or entering into a business contract.
Question. What is the purpose of using a Web Browser? Name any one commonly used Web Browser.
Answer : The Web Browser fetches the page requested, interprets the text and formatting commands that it contains and display the page property formatted on the screen.
Question. Write two advantages and disadvantages for STAR topology.
Answer : Advantages of STAR topology:
(i) One device per connection.
(ii) Easy to access
Disadvantages of STAR topology:
(i) Central node dependency
(ii) Long cable length.
Question. Write one difference between Telnet and FTP.
Answer : Telnet-to connect to remote computers. Telnet is a program or command that allows the user to connect to remote computers on the Internet using a user name and password.
FTP(File transfer protocol) is a method whereby the user can connect to a remote computer known as FTP site and transfer files to his/her own microcomputer’s hard disk. Some FTP files are open to the public, some are not
Question. Explain the following terms in short:
(i) DHTML (ii) ISP
Answer : DHTML is the next generation of HTML.It describes how text and images are displayed on a web page. Dynamic HTML, developed by Netscape and the World Wide Web Consortium (W3C) is based entirely on industry standard HTML and Java. New features in Dynamic HTML, such as absolute positioning and layers , give designers and developers much greater control over the look and feel of web pages.
ISP(Internet Service Provider) is a company that connects your communication line to is servers, or central (host)computer, which connects you to the internet via another company’s network access points. ISP’s have a wide range of prices and packages for users to choose from
Question. What are firewalls?
Answer : Firewalls are defensive barriers that fence off a private network from the internet.
Question. What is the difference between Message Switching technique and Packet Switching technique?
Answer : Message Switching:-It is better known as store and forward. In this mechanism a node on receiving a message, stores it till the appropriate route is not free, then forwards it on the route when the route is free.
Packet Switching:-It is best for data. In a packet –switched network, data are transmitted in discrete units called packets. A packet is a fixed length block of data for transmission. The maximum length of the packet is established by the network. Longer transmissions are broken up into multiple packets. The packets have headers with priority codes and source and destination addresses along with data to be sent. The packets are sent over the network node to node, kept there for a small time and then routed according to the information in its header
Question. Write two applications of Cyber –Law
Answer : Two applications of Cyber –Law are given below
(i) Restricting/Penalising unathorised user
(ii) Promoting , coordinating and controlling e-Business.
Question. Write a not on Fast Ethernet Technology.
Answer : The growing importance of LANs and the increasing complexity of desktop computing applications are fueling the need for high performance networks. 100BASE-T(Fast Ethernet) provides a cost effective and high-performance for small workgroups. SMBs(Small to Medium Business), and any network supporting bandwidth-intensive applications. Fast Ethernet technology operates at 10 times the speed of traditional Ethernet, offering maximum performance and enhanced capability for existing Ethernet- based networks.
Question. What is the diffrence between XML and HTML? Write two differences.
Answer : The major differences between XML and HTML
XML | HTML |
Does’nt specify either semantics or tag set. It is a language for documents containing structured information and all semantics are defined by the applications that process them. | The semantics and tag set are fixed. It is a language used to design the layout of a document and to specify the hyperlinks |
Question. Expand the following terminologies:
(i) TCP/IP (ii) XML (iii) CDMA (iv) WLL
Answer : (i) TCP/IP:-Transmission Control Protocol/Internet Protocol
(ii) XML:-eXtensible Markup Language
(iii) CDMA:-Code division Multiple access
(iv) WLL:-Wireless Local Loop.
Question. What is a Modem?What is its function?
Answer : A modem is a computer peripheral that connects a worstation to other workstation via telephones lines and facilitates communications.It is short form for modulation/Demodulation.
Modem converts digital signals to A/F(Audio Frequncy) tones which are in the frequency range that the telephone lines can transmit and aloso it can convert transmitted tones back to digital information.
Question. Differentiate between Internet and Intranet.
Answer : The internet is world wide network of computer networks around the globe.Internet uses a set of protocols called TCP/IP .
On the other hand Intranet is a network ,whichi is privately owned. Intranet also uses a set of protocols as internet.
Question. Define the following :
(i) Data channel (ii) Baud (iii)bps (iv) Bps (v) Bandwidth
Answer : (i) A data channel is a medium used to carry information or data from one point to the other.
(ii) Baud is the unit of measurment for the information carrying capacity of a communication channel.It is synonymous with bits per second.
(iii) bps:- bits per second.It refers to a thousand bits transmitted per second
(iv) Bps:- bytes per second.It refers to a thousand bytes transmitted per second
(v) Bandwidth:-It refers to the diffrence between the highest and lowest fequencies of a transmission channel.This term is also sometimes used to refer to the amount of information travelling through a single channel at any one point of time.
Question. Differentiate between tree and Bus topologies of a network.
Answer : Tree topology is a network with the shape of an inverted tree with the central root branching and sub-branching to the extremities of the network.
Bus topology:-In this topology , all devices on network are connected to a single continous cable called a bus.This topolgy can be used for for smaller networks.
Unsolved Questions
Q1) What do you mean by network topology ? What are the most popular topologies.
Q2) What are repeaters and routers?
Q3) What are protocols
Q4) Differentiate between GSM and CDMA
Q5) Write a short note on WLL.
Q6) Differentiate between downloading and uploading.
Q7) Give one advantage and one disadvantage of optical fibre cable and coaxial cable used in communication.
High Order Thinking Skills(HOTS)
Question. What do you mean by a backbone network?
Answer : A backbone network is a network that is used as a backbone to connect the connect several LAN’S together to form a WAN.
FDDI (Fiber Distribute Data Interface) is such a network. FDDI is a high performance fiber optic token ring LAN running at 100 Mbps over distances up to 200 kms with up to 1000 stations connected.
Question. What are cookies?
Answer : Cookies are messages that a web server transmits to a web browser so that the web server can keep track of the user’s activity on a specific web site.
Question. What is XML? How is it different from HTML?
Answer : XML is a markup language for creating documents containing structured information.
In HTML both tag semantics and tag are fixed but XML specifies neither semantics nor tagset.Rather it provides a facility to define tags and relationships among them.
Question. What are switched LANs/Switched Ethernet LANS?
Answer : LANs that are segmented through switches are called switched LANs. In case of Ethernet LANs they are called Switched Ethernet LANS.
Question. What is a communication channel? What choices do u have while choosing a communication channel for a network?
Answer : Communication channels mean the connecting cables that link various workstations. There are three basic types of cables:
(i) Twisted Pair Cables:- These cables consist of two insulated copper wires twisted around each other. These are also used for short and medium range telephone communication.
(ii) Coaxial Cables:- A coaxial cable consist of one or more small cables in protective covering. These are more expensive than twisted pair cable but perform better.
(iii) Fiber-optic Cables:- These cables are made of plastic and glass and are about as thick as human hair. These cables are highly durable and offer excellent performance but are expensive.
Question. What do you mean by topology? What are the most popular topologies?
Answer : Topology refers to the way which the workstations attached to the network are interconnected.
The most popular topologies are:
Bus, Ring ,Star,Tree
Question. What is firewall? What are different firewall techniques?
Answer : The system designed to prevent unauthorized access to or form a private network is called FIREWALL.
There are several types of firewall techniques:
Packet Filter, Application Gateway, Circuit-level Gateway, Proxy Server
Question. What is the significance of anonymous user in FTP? What is uploading? Can an anonymous user upload? If yes, how? If no, why?
Answer : In order to use FTP effectively, one needs to be an authorized user. However, anonymous FTP is a method whereby FTP server allows the general public to access files on the FTP.
Uploading of files refers to the transfer of files from one’s computer onto FTP server. An anonymous user generally is not allowed to do so and anonymous users have permission to download only.
However, on many UNIX FTP servers, there is a / incoming directory. If this directory is there, then an anonymous users have permissions to upload only in this directory and no where else.
Question. What is Ethernet? What is Ethernet Card?
Answer : Ethernet is a LAN architecture developed by Xerox Corp in association with DEC and Intel.
Ethernet uses bus or star topologies and can support data transfer rates of up to 10 Mbps.
The omputers that are the part of Ethernet have to install a special card called Ethernet Card.
Question. What is 80-20 rule of network design?
Answer : The 80-20 rule of network says that : 80% of the traffic on a given network segment should be local and not more than 20% of the network traffic should need to move across a backbone i.e. the spine connecting various sub networks.
Question. What is the general process of designing networks?
Answer : The general process of designing networks is described through following flow chart:
Worksheet for CBSE Computer Science Class 12 Communication And Network Concepts
We hope students liked the above worksheet for Communication And Network Concepts designed as per the latest syllabus for Class 12 Computer Science released by CBSE. Students of Class 12 should download in Pdf format and practice the questions and solutions given in the above worksheet for Class 12 Computer Science on a daily basis. All the latest worksheets with answers have been developed for Computer Science by referring to the most important and regularly asked topics that the students should learn and practice to get better scores in their class tests and examinations. Expert teachers of studiestoday have referred to the NCERT book for Class 12 Computer Science to develop the Computer Science Class 12 worksheet. After solving the questions given in the worksheet which have been developed as per the latest course books also refer to the NCERT solutions for Class 12 Computer Science designed by our teachers. We have also provided a lot of MCQ questions for Class 12 Computer Science in the worksheet so that you can solve questions relating to all topics given in each chapter.
You can download the CBSE Printable worksheets for Class 12 Computer Science Communication And Network Concepts for latest session from StudiesToday.com
There is no charge for the Printable worksheets for Class 12 CBSE Computer Science Communication And Network Concepts you can download everything free
Yes, studiestoday.com provides all latest NCERT Communication And Network Concepts Class 12 Computer Science test sheets with answers based on the latest books for the current academic session
CBSE Class 12 Computer Science Communication And Network Concepts worksheets cover all topics as per the latest syllabus for current academic year.
Regular practice with Class 12 Computer Science worksheets can help you understand all concepts better, you can identify weak areas, and improve your speed and accuracy.