IICT (Computer Networks)
IICT (Computer Networks)
Computer Networks
Networking and the Internet
The Terminologies
Computer Network: Connectivity between 2 or more computers.
Or It is a interconnection between two or more computers and/or other
network devices so that they can communicate with each other to share
network resources(both hardware and software).
Data Communications:
• The movement of computer information from one point to another
by means of electrical or optical transmission systems (called
networks).
• Data Communication is the process of transforming information from
one point to another in a network environment.
Internet : Network of networks
The following are different types of networks based on the size and
physical area they cover.
• Local area network (LAN)
• Metropolitan area (MAN)
• Wide area network (WAN)
• Global Area Network (GAN Internet)
• LAN covers the smallest area; MAN covers an area larger than LAN
and WAN comprises the largest of all.
Local area network (LAN)
• It connects two or more computers that are apart but reside in the
same or different cities. It covers a large geographical area and may
serve as an ISP (Internet Service Provider).
• MAN is designed for customers who need high-speed connectivity.
• Examples of a MAN are the part of the telephone company network
that can provide a high-speed DSL line to the customer or the cable
TV network in a city.
Wide area network (WAN)
• The Application Layer in the OSI model is the layer that is the “closest
to the end user”. It receives information directly from users and
displays incoming data to the user.
The presentation layer is also called the Translation layer. The data from
the application layer is extracted here and manipulated as per the
required format to transmit over the network.
Presentation Layer (Layer 6):
5. Session Layer (Layer 5) :
The transport layer is also responsible for flow control and error
control.
4. Transport Layer (Layer 4) :
• It is responsible for the End to End Delivery of the complete message.
The transport layer also provides the acknowledgement of the
successful data transmission and re-transmits the data if an error is
found.
• At sender’s side: Transport layer receives the formatted data from the
upper layers, performs Segmentation, and also implements Flow &
Error control to ensure proper data transmission.
3. Network Layer (Layer 3) :
• 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 network layer breaks up segments from the transport layer into smaller
units, called packets, on the sender’s device, and reassembling these packets on
the receiving device. The network layer also finds the best physical path for the
data to reach its destination; this is known as routing.
2. Data Link Layer (DLL) (Layer 2) :
• 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.
• The data link layer takes packets from the network layer and breaks
them into smaller pieces called frames.
1. Physical Layer (Layer 1) :
• 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.
The OSI Networking Reference Model
Requirement of Multi-layer Network Models
The process of transferring a message between sender and receiver is more easily implemented by breaking it
down into simpler components.
The best known network model is the OSI. Open Systems Interconnect. Created by the International Standards
Organization (OSI) in 1984 as a network standards framework.
34
35