Networking
Networking
Two computers are said to be interconnected .if they are capable of sharing and exchanging
information or resources.
Advantages of networking:
Internet
The Internet, which is a network of networks, came into existence. The internet has evolved from
ARPANET. The internet is a globally connected network system that utilizes TCP/IP to transmit
information. It allows computers of different types to exchange information and is known as the
internet.
Interspace
An interspace is a software that allows multiple users in a client-server environment to
communicate with each other to send and receive data of various types such as data files,
video, audio, and textual data.
Interspace gives the most exceptional type form of communication available on the Internet
today.
Mac address: The MAC Address is also known as the Physical Address of a network device.
To understand what is MAC address is, it is very important that first you understand the format of the
MAC Address. So a MAC Address is a 12-digit hexadecimal number (6-bit binary number), which is
mostly represented by Colon-Hexadecimal notation.
The First 6 digits (say 00:40:96) of the MAC Address identify the manufacturer, called the OUI
(Organizational Unique Identifier). IEEE Registration Authority Committee assigns these MAC
prefixes to its registered vendors.
Therefore, there are some set of rules (protocols) that is followed by every computer connected to the
internet and they are:
TCP(Transmission Control Protocol): It is responsible for dividing messages into packets on the
source computer and reassembling the received packet at the destination or recipient computer. It
also makes sure that the packets have the information about the source of the message data, the
destination of the message data, the sequence in which the message data should be re-
assembled, and checks if the message has been sent correctly to the specific destination.
IP(Internet Protocol): Do You ever wonder how does computer determine which packet
belongs to which device. What happens if the message you sent to your friend is received by
your father? Scary Right. Well! IP is responsible for handling the address of the destination
computer so that each packet is sent to its proper destination.
Modes of data transmission:
Data Transmission mode defines the direction of the flow of information between two
communication devices . It is also called Data Communication or Directional Mode. It specifies
the direction of the flow of information from one place to another in a computer network.
a) Analog transmission
In analog communication the data is transferred with the help of analog signal in between
transmitter and receiver.
Any type of data is transferred in analog signal.
Any data is converted into electric form first and after that it is passed through communication
channel.
Analog communication uses a continuous signal which varies in amplitude, phase, or some
other property with time in proportion to that of a variable.
b) Digital transmission
In digital communication digital signal is used rather than analog signal for communication in
between the source and destination.
The digital signal consists of discrete values rather than continuous values.
In digital communication physical transfer of data occurs in the form of digital bit stream i.e 0
or 1 over a point-to-point or point-to-multipoint transmission medium.
c) Parallel communication
In parallel mode of transfer, there is a onetime transfer of data from source to destination. This is
possible using multiple channels for data transfer between transmitter and receiver.
e)In synchronous communicationthere is no need to use the gaps, start bits and stop bits. The
time taken by the sender and receiver is synced that's why the frequency of timing error will be
less, and the data will move faster. On the basis of the timing being synced correctly between
the sender and receiver devices, the data accuracy is totally dependent. The synchronous serial
transmission is more expensive as compared to asynchronous serial transmission.
These bits are useful to ensure that the data is correctly sent. The time taken by data bits of
sender and receiver is not constant, and the time between transmissions will be provided by
the gaps.
SWITCHING TECHNIQUES
CIRCUIT SWITCHING
MESSAGE SWITCHING
PACKET SWITCHING
In the Circuit Switching Technique, once the connection is established then the dedicated path
will remain to exist until the connection is terminated.
The dedicated path/circuit established between sender and receiver provides a guaranteed
data rate. Data can be transmitted without any delays once the circuit is established.
Telephone system network is one of the example of Circuit switching.
PACKET SWITCHING:
IN THIS SWITCHING FIXED SIZE OF PACKETS CAN BE TRANSMITTED ACROSS THE NETWORK.
Packet switching is a technique used in computer networks to transmit data in the form of packets,
which are small units of data that are transmitted independently across the network. Each packet
contains a header, which
includes information about the packet’s source and destination
Message switching: In this technique, the entire message is transmitted without any break from one
node to another. It firstly stores and then forwards information that requires more time. Due to this,
the access time is increased. No direct link is present between the sender and the receiver.