COMPUTER NETWORKS - Final
COMPUTER NETWORKS - Final
CASE STUDY
COLLEGE NETWORK SYSTEM
GROUP NUMBER 16
Content Page no
1.Introduction 3
2.Problem Statement 4
3.protocols used 5
4.Network devices used 7
5.Performance parameters 8
6.Ip adressing plan 10
7.Architecture design 13
8.server room 14
9.Implementation 15
10.RIP 17
11.Departments 19
12.Results 20
13.Analytical Questions 24
14.Table 25
2. Resource Sharing:
5. Student Services:
7. Administrative Functions:
Problem: The current state of our college network lacks a well-organized and
optimized LAN topology. This deficiency leads to inefficiencies in communication,
resource sharing, and administrative functions. The absence of a cohesive network
design hinders the seamless exchange of data and information between
departments, impacting collaboration and the overall efficiency of academic and
administrative processes.
Objective: The primary goal of this project is to design and implement an optimized
LAN topology for our college network, addressing the identified issues. This includes
enhancing interdepartmental communication, improving resource sharing,
strengthening security measures, streamlining administrative processes.
3. Router Configuration:
Protocols Used:
Cisco Packet Tracer is a widely used network simulation tool for learning and
practicing networking concepts. It allows users to design, configure, and
simulate network topologies. The report mentions the use of Cisco Packet
Tracer in designing and implementing the college network scenario.
Cisco IOS is the operating system used on Cisco routers and switches. In the
context of the report, the routers and switches in the college network scenario
may be running Cisco IOS.
The end devices, such as computers and servers, in the college network may
run operating systems like Windows or Linux.
Web Servers:
The web server mentioned in the report could be running a web server
software like Apache, Nginx, or Microsoft IIS. The specific operating system
for the web server is not mentioned.
Programming Languages:
a) Java
b) C
e) C++
Network Requirements
We have used Cisco 4500 switches, which are likely part of the Cisco
Catalyst 4500 Series. These switches are often used in campus networks.
Mobility Services Engine (MSE) and Cisco Aironet 1140 Access Points:
The Mobility Services Engine (MSE) and Cisco Aironet 1140 access points
are part of the Cisco Unified Wireless Network. They are used for wireless
connectivity within the college network.
Web Server:
A web server is used in the proje t, indicating the presence of a server that
hosts web content, potentially used for the college website or other web
applications.
FTP Server:
An FTP server is mentioned, which could be used for file transfer purposes
within the college network.
DNS Server:
The report mentions various end devices, such as computers, laptops, and
printers, connected to different departments in the college.
Firewall
Used for server side as only ip protocols are enabled and others are disabled
For security reasons.
SECURITY DEVICES
2. FIREWALL RULES
- Firewalls for securing the network and controlling traffic
Performance parameters:
Packet Loss Packet loss occurs when one or more packets Efficiency = 100% * (transferred -
of data travelling across a computer network retransmitted) / transferred
fail to reach their destination.Due to network
congestion Network Loss = 100 - Efficiency
Transmission time The time required for transmission of a Transmission time=Message size /
message depends on the size of the message Bandwidth
and the bandwidth of the channel.
Propagation Time Propagation time measures the time required Propagation time = Distance
for a bit to travel from the source to the /Propagation speed
destination. The propagation time is
calculated by dividing the distance by the
propagation speed.
IP Addressing Plan
1.IT DEPARTMENT:
IT DEPARTMENT (192.168.1.0)
IT LAB 1 192.168.1.3
IT LAB 2 192.168.1.4
IT LAB 3 192.168.1.5
IT LAB 4 192.168.1.6
Printer 0 192.168.1.7
2.Computer Department:
COMPUTER DEPARTMENT (192.168.2.0)
CS LAB 1 192.168.2.3
CS LAB 2 192.168.2.4
CS LAB 3 192.168.2.5
CS LAB 4 192.168.2.6
Printer 7 192.168.2.7
3.OTHERS :
OTHERS (192.168.3.0)
OFFICE 192.168.3.2
Printer 2 192.168.3.6
Printer 3 192.168.3.7
ENQUIRY 192.168.3.4
TPO 192.168.3.5
Printer 4 192.168.3.8
4..SERVER ROOM :
PC2 128.168.0.2
PC3 128.168.0.3
PC4 128.168.0.4
PC5 128.168.0.5
Printer 5 128.168.0.6
6.PRINCIPLE ROOM
PC 0 192.168.4.2
LAPTOP 0 192.168.4.3
Architecture diagram:
1. server room
Contains dns,web,ftp servers with the subnet ip 1.0.0.0
` firewall configured for the web server (only ip is allowed)
Users can access web browser,dns ,ftp by ips
Implementation
1. firewall blocking
ICMP protocol blocked for all ips
2. Web page
We have made a webpage users can acess
3. FTP
Created ftp users with password so that one can access ftp from their pcs
Ex:username-sami password-boya
Here we have taken domain name as amrita.com and created student ids as per their
respective reg nos now from any dept students can use the mail server and
send/receive mails
What is it?
RIP is a way for routers in a network to talk to each other and figure out the
best paths for sending data from one place to another.
Routers share information about the networks they know. They decide the
best way to reach a destination based on the number of routers (hops)
involved.
Key Points:
RIP uses the "hop count" to measure distance. Fewer hops mean a better path.
Routers tell each other about the networks they know by broadcasting updates.
To avoid confusion, routers don't share information back through the same path they
received it (split horizon).
For r1,r2,r0
###code
Router#
Router#show ip protocols
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 2 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: rip
Default version control: send version 1, receive any version
Interface Send Recv Triggered RIP Key-chain
FastEthernet1/0 12 1
Serial2/0 12 1
FastEthernet0/0 12 1
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
10.0.0.0
192.168.1.0
192.168.2.0
Passive Interface(s):
Routing Information Sources:
Gateway Distance Last Update
10.10.0.2 120 00:00:04
Distance: (default is 120)
Router#
%SYS-5-CONFIG_I: Configured from console by console
Departments Info:
Like the computer department we have 4 more rooms/departments where we have
one switch connected with the pcs,printers etc with the dedictaed ips for the
respective subnets connected with the same vlan as we have to transfer files across
the whole college so same vlan is reqd if possible we can changa vlan and use
access list to restrict the packet sending to private networks in our side we have used
firewall in the web server
Here in Others in Exam Cell lets define new vlan 7 with name Exam and add the
Exam-cell pc and printer 3 and others on default vlan so no others can access the
exam cell and printer other than themselves this is the concept of vlan
For PC
For Printer:
Results:
Pc to printer:
Other case:
Firewall check:
Lets check whether firewall is working or not as firewall is included for the wen server
as no icmp protocols are accessed
DNS:Results:
Email-results:
Lets say 21430 is in it lab wants to send the mail to 21412 in internet lab
21430-mail side
FTP:resullts
We can put files in the ftp and store there as per the users permissions given for the
user name as per the ftp server
Final Check:
Lets check the transfer of packets from departments
Analytical questions:
Question 1: What factors influenced the choice of the RIP routing protocol for
this network project?
Question: Describe how the RIP routing protocol adapts to changes in the
network topology, and discuss any potential drawbacks.
Question: Explain the role of a firewall in the college network and how it
enhances security.
Answer: A firewall controls incoming and outgoing traffic, acting as a barrier
between the internal network and the internet, preventing unauthorized
access and protecting against cyber threats.
Table
Purpose-
The Computer Department's
network serves as a vital
connectivity and communication
hub, fostering seamless
interaction and data exchange
Number of nodes:6 across various computing
resources. With a strategic
Range of IP address: allocation of IP addresses and
implementation of essential
192.168.2.1 protocols such as IP, DNS, and
Computer Dept CMP-SW To RIP, the network ensures
192.168.2.6 efficient resource management
and a secure environment. The
Subnet address: design caters to the specific
needs of computer labs, offering
192.168.2.0 an interconnected platform for
collaborative work, research, and
Subnet mask: shared access to resources like
printers. This holistic approach
"255.255.255.0"
contributes to an optimized and
productive learning environment
Protocols configured
within the Computer Department,
IP,DNS,RIP
supporting the diverse computing
needs of students and faculty
alike.
Number of nodes:6 Purpose:
The IT Department's network is
Range of IP address: designed to foster seamless
communication and collaboration
192.168.1.0 through strategically planned IP
To addressing and essential
192.168.1.6 protocols like IP, DNS, and RIP.
IT Dept IT-SW It prioritizes reliability, scalability,
Subnet address: and security to support the
diverse activities within the
192.168.1.0 department, ensuring efficient
information exchange and
Subnet mask: technology services. The network
serves as a robust foundation for
"255.255.255.0"
IT-related functions, promoting a
conducive environment for
Protocols configured
research, innovation, and
IP,DNS,RIP
academic endeavors.
Number of nodes:5 Purpose
Range of IP address:
128.168.0.0 The Internet Lab serves as a
To hands-on space for students to
Internet Lab IL-SW 128.168.1.5 explore and experiment with real-
world internet applications and
Subnet address: services. With a dedicated IP
address range and essential
192.168.0.0 protocols like IP, it enhances
Subnet mask: practical learning in web hosting,
"255.255.255.0" FTP servers, and other internet-
Protocols configured related functionalities within the
IP,DNS,RIP secure college network
environment.
Principle Room Principle-sw Number of nodes:3 Purpose-
Range of IP address: The Principal's Room in the
192.168.4.0 college network scenario serves
To as the administrative hub for the
192.168.4.4 college principal. It functions as a
space for decision-making,
Subnet address: communication, meetings, and
record-keeping. It is used for
192.168.0.0 administrative tasks, discussions
Subnet mask: with faculty, decision-making
"255.255.255.0" processes, and private
workspace for the principal.
Protocols configured Additionally, the room may be
IP,DNS,RIP utilized for counseling sessions,
visitor reception, and strategic
planning for the college's
development.
Other Exam Number of nodes:7 Purpose-
Range of IP address:
192.168.3.0 Exam Cell:
To Manages and coordinates the
192.168.3.6 examination process.
Handles exam scheduling,
Subnet address: question paper preparation, and
result declaration.
192.168.3.0 Ensures the integrity and security
Subnet mask: of the examination process.
"255.255.255.0"
Enquiry Department:
Protocols configured Addresses inquiries from
IP,DNS,RIP prospective students, parents,
and the community.
Provides information about
courses, admissions, and
general college details.
Adress:
1.0.0.4
Server Web,dns Cat:web For accessing IP protocols over
Firewall,access list the network
Adress:
1.0.0.3 for web
1.0.0.5 for dns