2 Marks CN
2 Marks CN
14.What is Multiplexing?
Multiplexing is a technique used to combine and send the multiple data streams over a
single medium. The process of combining the data streams is known as multiplexing and
hardware used for multiplexing is known as a multiplexer
15.Compare LAN and WAN.
20.Define Router.
Router is a device that connects the LAN to the internet. The router is mainly used to
connect the distinct networks or connect the internet to multiple computers.
21.What is Reservation ?
Whenever we travel from a train or an airplane, the first thing we do is to reserve our seats,
similarly here a station must make a reservation first before transmitting any data-frames.
• This reservation in Computer Network timeline consists of two kinds of periods:
1.Reservation interval of a fixed time duration
2.Data transmission period of variable frames
22.What is bridge? List down the different types of bridges.
Bridges are used to connect two subnetworks that use interchangeable protocols. It
combines two LANs to form an extended LAN.
• Transparent Bridge.
• Source-Route Bridge.
23.What is telnet?
Telnet is a network protocol used to virtually access a computer and to provide a two-way,
collaborative and text-based communication channel between two machines.
24.What is meant by protocol and internet protocol suite?
Internet Protocol suite (IP suite) is the standard network model and communication
protocol stack used on the Internet and on most other computer networks.
25.Define encoding and decoding.
encoding is the process of putting a sequence of characters (letters, numbers, punctuation,
and certain symbols) into a specialized format for efficient storage. Decoding is the
opposite process -- the conversion of an encoded format back into the original sequence of
characters.
26.What is piggybacking? What is its purpose?
Piggybacking is a method of attaching acknowledgment to the outgoing data packet . The
concept of piggybacking is explained as follows: Consider a two-way transmission between
host A and host B . When host A sends a data frame to B, then B does not send the
acknowledgment of the frame sent immediately.
27.What is the difference between ethernet and fast ethernet?
Fast Ethernet focused on increased network and network appliance speed over standard
Ethernet and Ethernet devices. Fast Ethernet provided uniform operability for data
transmission at over 100 megabits per second.
28.Define bit rate and baud rate.
The Baud rate refers to the total number of signal units transmitted in one second. The Bit
rate refers to the total Bits transmitted in one unit time.
Baud rate indicates the total number of times the overall state of a given signal changes/
alters. Bit rate indicates the total bits that travel per second.
29.What do you mean by Nyquist signalling rate? Explain.
the Nyquist rate, named after Harry Nyquist, is a value (in units of samples per second or
hertz, Hz) equal to twice the highest frequency (bandwidth) of a given function or signal.
30.What is CSMA and CSMA/CD?
Carrier Sense Multiple Access
• To minimize the chance of collision and, therefore, increase the performance.
• Principle of CSMA:"Sense before transmit"
• Carrier busy-Transmission is taking place
• Carrier idle-No transmission currently taken place
CSMA/CD is a media access control method that was widely used in Early Ethernet
technology(It is used in 802.3 Ethernet network cable)/LANs when there used to be shared
Bus Topology and each node ( Computers) were connected By Coaxial Cables.
31.What do you mean by IEEE 802.11 standards?
IEEE 802.11 refers to the set of standards that define communication for wireless LANs
(wireless local area networks, or WLANs
32.What do you mean by flooding? Explain.
Flooding is a non-adaptive routing technique following this simple method: when a data
packet arrives at a router, it is sent to all the outgoing links except the one it has arrived on.
33.Define datagram and packet.
Datagram" is a segment of data sent over a packet-switched network. A datagram contains
enough information to be routed from its source to its destination.
A network packet is a basic unit of data that's grouped together and transferred over a
computer network, typically a packet-switched network, such as the internet.