Introduction to Computer Network & Internet
Introduction to Computer Network & Internet
The first working network, called ARPANET, was created in the late 1960s and was funded
by the U.S. Department of Defense. Government researchers used to share information at a
time when computers were large and difficult to move.
There are different types of network listed as below:
1) LAN (Local Area Network)
2) MAN (Metropolitan Area Network)
3) WAN (Wide Area Network)
The lowest layer of the OSI reference model is the physical layer. It is responsible for the
actual physical connection between the devices.
The physical layer contains information in the form of bits. It is responsible for
transmitting individual bits from one node to the next.
When receiving data, this layer will get the signal received and convert it into 0s and 1s and
send them to the Data Link layer, which will put the frame back together.
Functions of the Physical Layer are Bit synchronization, Bit rate control, Physical
topologies, Transmission mode.
The data link layer is responsible for the node-to-node delivery of the message. The main
function of this layer is to make sure data transfer is error-free from one node to another,
over the physical layer.
When a packet arrives in a network, it is the responsibility of the DLL to transmit it to the
Host using its MAC address.
Functions of the Data Link Layer are framing, physical addressing, error control flow
control & Access control.
The network layer works for the transmission of data from one host to the other located in
different networks.
It also takes care of packet routing i.e. selection of the shortest path to transmit the packet,
from the number of routes available.
The sender & receiver’s IP addresses are placed in the header by the network layer.
The data in the transport layer is referred to as Segments. It is responsible for the End to
End Delivery of the complete message.
The transport layer also provides the acknowledgment of the successful data transmission
and re-transmits the data if an error is found.
Functions of the Transport Layer are Segmentation and Reassembly & Service Point
Addressing.
This layer is responsible for the establishment of connection, maintenance of sessions, and
authentication, and also ensures security.
At the very top of the OSI Reference Model stack of layers, we find the Application layer
which is implemented by the network applications.
These applications produce the data, which has to be transferred over the network. This
layer also serves as a window for the application services to access the network and for
displaying the received information to the user.
Functions of the Application Layer are Network Virtual Terminal, File transfer access and
management, Mail Services & Directory Services.