Essays24.com - Term Papers and Free Essays
Search

Networking Case Study

Essay by   •  November 11, 2010  •  2,419 Words (10 Pages)  •  1,254 Views

Essay Preview: Networking Case Study

Report this essay
Page 1 of 10

Chapter Introduction

1

1.1 Introduction

The task of the assignment is to configure a fully work network for company XYZ. The company XYZ currently has two main offices located in London and in Glasgow. Also near the London based office is the existing ISP connection.

A list of specifications was supplied in order to complete the assignment. The following features were needed to make sure the network worked efficiently:

 EIGRP

 Frame Relay

 DHCP

 Network security (NAT & PAT)

The rest of this report will explain in detail the setup of the network and its main features. It will also show a copy of the router configurations that were used to set up the network.

The configurations for the network setup have been appendix at the end of the report.

Chapter Network Address Translation (NAT)

2

2.1 What is NAT?

Network Address Translation (NAT) is an IETF standard that enables a local area network (LAN) to use one set of IP addresses for internal traffic and a second set of addresses for external traffic. All necessary IP address translations occur where the LAN interfaces with the broader Internet. NAT converts the packet headers (and in some cases the port numbers in the headers) for incoming and outgoing traffic and keeps track of each session. This does mean, however, that NAT overrides "Internet transparency", a practice in which packets remain intact throughout their transmission. NAT is also provided with Windows Internet Connection Sharing.

NAT also acts as a firewall by hiding internal IP addresses, and allows an enterprise to bundle multiple ISDN connections into one Internet connection.

Below is a diagram showing how NAT translate traffic coming into and leaving the private network:

Diagram taken from http://www.howstuffworks.com

The benefits of using NAT are;

* It eliminates the need to readdress all internal hosts that require access to the external network. This in return saves time and ultimately capital

* When networks are made using NAT to control external activity, they remain quite secure as these networks don't tend to advertise their IP addresses

* Only one registered IP address is needed by the internal host to access external networks when using NAT. This then saves on IP addresses.

Chapter Port Address Translation (PAT)

3

3.1 Port Address Translation (PAT)

Port Address Translation, also know as PAT, is a feature of a NAT device that translates TCP or UDP connections made to a host and port on an outside network to a host and port on an inside network.

PAT allows one single IP address to be used for many internal hosts. With PAT one outside IP address can account for over 64000 inside hosts. PAT relies on the fact that the source port is not important for most protocols. Similar to NAT, port translation makes changes to the sender's address and recipient's address on data packets. However, any IP address change involves the PAT devices outside IP address rather than a pool of addresses. Port numbers, not IP addresses, are used to designate different computers on the inside network.

When a computer on the inside network sends a packet to the outside network, we still want to hide its sender's address. The PAT device replaces the inside IP address in the packet header's source field (sender's address) with the PAT devices outside IP address. It then assigns the connection a port number from a pool of available ports, inserts this port number in the packet header source port field, and places the packet on the outside network. The NAT device then makes an entry in its translation table containing the inside IP address, inside source port, and outside port. Subsequent packets from the same connection on the inside IP address are translated to the same outside port number translation.

With a packet arriving from the outside, the process operates on the packet header's destination port. First, if the destination port number of the incoming packet is not found as an outside port in the translation table, the packet is simply dropped because the NAT device doesn't know where to send it. Otherwise, the corresponding inside IP address and inside port number from the translation table replace the destination IP address and the destination port number in the incoming packet header. The packet is then placed on the inside network.

Chapter Enhanced Interior Gateway Routing Protocol (EIGRP)

4

4.1 Enhanced Interior Gateway Routing Protocol (EIGRP)

Enhanced Interior Gateway Routing Protocol , also known as EIGRP, is a Cisco proprietary routing protocol based on their original IGRP. EIGRP has optimizations with the use of bandwidth and processing power in the router.

The data EIGRP collects is stored in three tables:

* Neighbour Table: Stores data about the neighbouring routers, i.e. those directly accessible through directly connected interfaces.

* Topology Table: Confusingly named, this table does not store an overview of the complete network topology; rather, it effectively contains the aggregation of the routing tables gathered from all the neighbours. This table actually contains only those routes which are considered not to potentially be part of routing loops, they are considered "Feasible Successors".

* Routing table: Stores the actual routes to all destinations; routes may be marked either as "Passive", which is the normal state when the routing has stabilized, or "Active" when the topology has changed, and the router is in the process of updating its route to that destination. 224.

EIGRP is able to deal with classless routing allowing

...

...

Download as:   txt (17.3 Kb)   pdf (185.6 Kb)   docx (15.7 Kb)  
Continue for 9 more pages »
Only available on Essays24.com