Lab Manual UGCA 1916
Lab Manual UGCA 1916
Submitted to
Submitted by
The Computer Networks laboratory works and methodical guidelines are designed
to help students to acquire knowledge about computer network technologies, net-
work equipment, network design principles, configuration and troubleshooting
tasks.
Contents
Laboratory task 1
Computer Networks, Communication Technologies and
Topologies
Laboratory task 2
Design of Local Area Computer Network
Laboratory task 3
Investigation of Internet Protocol (IP) Addressing
Laboratory task 4
Application of Windows OS Built-in Networks Diagnostic
Tools
Laboratory task 1
Objectives
The aim of the laboratory work is to get acquainted with com-
puter network topologies, cables, connectors and wireless technolo-
gies. Analyse their main characteristics, advantages and disadvan-
tages.
Dielectric
Outer jacket strengthening
material Fiber core
Coating
Cladding
Fig. 1.13. Category 5e, UTP cable and its cross-section: 1 – jacket,
2 – solid twisted pair
Fig. 1.14. Category 5e, FTP cable and its cross-section: 1 – jacket,
2 – shield foil, 3 – solid twisted pair, 4 – drain wire, 5 – rip-cord
Fig. 1.15. Category 5e, S/FTP cable and its cross-section: 1 – jacket,
2 – shield-braid, 3 – drain wire, 4 – shield foil, 5 – stranded twisted pair
Category 6 – a cable that can transmit data up to 600 Mbps.
Used in networks, operating in Ethernet 1000Base-T
standard technology, as well as other network technologies
such as 10BaseT Ethernet, 100BaseTX Fast Ethernet,
1000BaseTX, 155 MBit ATM, 622 MBit ATM, 1.2 GBit
ATM. Category 6, UTP cable and its cross-section is shown
in Figure 1.16.
Fig. 1.16. Category 6, UTP cable and its cross-section: 1 – jacket, 2 – sol-
id twisted pair, 3 – spacer
c) d)
Fig. 1.18. Various types of sockets: a) phone line socket; b) category 6
socket; c) category 5e not shielded socket; d) category 5e shielded socket
Figure 1.19 shows the RJ-45 connection for a twisted pair 8-
wire cable connected to a computer network, while the similar RJ-
11 is used to connect phone lines to modem and telephone sets and
has only 4 wires.
a) b)
Objectives
The aim of the laboratory work is to get acquainted with
design principles of local networks and to design local area
computer net- work. Base the decision by which specific
technologies and equip- ment were selected.
a) b)
Objectives
To become acquainted with the Open System Interconnection
(OSI) model and Transfer Control Protocol and Internet Protocol
(TCP/IP) stack.
Basic knowledge and theory
A computer network is an intricate complex of hardware and
software components. The entire software-hardware complex of the
network can be described by a multilayer model. Such description
of the complex enables standardisation of the characteristics of its
various layers. Standardisation allows interconnection of networks
employing various technologies, us-
ing hardware and software of different
manufacturers.
Considering this, International
OrganizationforStandardization (ISO)
has developed an Open System
Interconnection (OSI) model in the
early 80-ties.
OSI model provides communi-
cation layers between systems, their
names and functions. The model con- Fig. 3.1. OSI model layers
sists of seven layers (Fig. 3.1). The
lay-
ers were established according to the following basic principles:
1. a layer is established when a new layer of abstraction is neces-
sary;
2. each layer executes its closely specified functions;
3. functions of each layer have to be chosen considering the
inter- national protocol standards;
4. information flow between the interfaces of various layers has to
be minimised;
5. number of layers has to be sufficient to prevent unnecessary
in- stances of different functions occurring at the same layer,
and small enough that the entire architecture does not become
cum- bersome.
OSI model does not specify exact services and protocols which
have to be used at each layer. It only describes what each layer should
do.
The data sent by computer A have to pass all layers to reach the
lowest physical layer and will be sent to the switch. The switch
reads the data link layer header which indicates to which network
device the data is addressed. Further on, the data are transferred to
the router which transfers data to the recipient, in this case
computer B, accord- ing to the address (IP) in the network layer
header. Before reaching a computer B the user data pass the reverse
path, i.e. from physical to the application layer in which headers of
each layer are removed.
OSI seven layer model describes general principles of data
trans- mission in a network. Protocols and interfaces are used to
describe the interconnection of software and hardware elements.
Protocol – a set of rules of interconnection between objects of a
single layer, de- scribing formats of data transferred between
objects.
The most frequently used protocol stack in computer networks
is TCP/IP.
The TCP/IP model is based on the TCP/IP stack. The compari-
son of this model and OSI model is presented in Figure 3.3. The
main difference – number of layers. The TCP/IP model has 4
layers. The application layer corresponds to the 3 upper layers of
the OSI model, and the data link – two lower layers of the OSI
model, other layers are the same. Note: different number of TCP/IP
stack layers is given in various sources: 4 or 5 layers. The
literature which indi- cates that the TCP/IP stack has 4 layers, the
data link and the physi- cal layers of the OSI model are usually
merged into one, and in case of 5 layers, the data link and the
physical layer are separated.
ARP (Address Resolution Protocol) is designed to link the ad-
dress of the network adapter (Media Access Control – MAC) with
the IP address.
TCP/IP Stack
main protocols TCP/IP model OSI model
Application layer
HTTP, FTP,
Application layer Presentation layer
SMTP, POP
Session layer
Objectives
Get acquainted with Windows OS command-line network
diag- nostic, monitoring and management tools and their
application for network troubleshooting.