You are on page 1of 22

COMPUTER COMMUNICATION AND NETWORKING

DSL Network Configuration on Packet Tracer 5.3

Presented by: MEHWISH MANZOOR(09-TE-09) AROOJ MANZOOR(09-TE-19)

Packet

Tracer is an interactive learning tool for Networking students. It allows users to create network topologies, configure devices, inject packets, and simulate the network in multiple visual representations

Simulating DSL working on packet tracer 5.3

DIGITAL SUBSCRIBER LINE


An

internet connection requires a server (the ISP) and a client. The ISP provides the service and clients at the home network end use these internet services to browse the web.

Internet service provider


An

ISP is a company that provides access to the internet. In addition to serving individuals, ISPs also serve large companies, providing a direct connection from the company's networks to the Internet.

DHCP SERVER
Dynamic

host control protocol allows the assignment of dynamic addresses to clients that connect to the internet. The router in this network is acting as the main dhcp server providing dynamic addresses to all linked devices

CONFIGURATION
Router(config)#ip

dhcp pool net Router(dhcp-config)#network 192.13.10.0 255.255.255.0 Router(dhcp-config)#default-router 192.13.10.1

Router(dhcp-config)#dns-server 194.20.1.3 Router (dhcp-config)#exit Router(config)#ip dhcp excluded-address 192.13.10.1 Router(config)#ip dhcp excluded-address 194.20.1.3 Router(config)#exit

DNS SERVER
DNS

server assigns domain names to groups of internet resources and users in a meaningful way, independent of each entitys physical location. Thus mapping those names to IP addresses by designating authoritative name servers for each domain.

FILE SERVER
File

server is designed to enable the storage and retrieval of data. The file servers have the TFTP and HTTP services turned on. On browsing the site, the text content under the http service appears as the home page.

CLOUD
The

packet tracer cloud has multiple interfaces namely modem, serial, Ethernet and coaxial. It acts as an interface for connecting devices with two different ports.

CLOUD
It

also has a connection for DSL functionality which provides the functionality of a DSLAM-digital subscriber line multiple access technology.

DSL MODEM
The

DSL modem in this network allows packetizing of data to be sent on the line. It also provides BRI to PRI conversion and vice versa, that is shifts the internet connection speed from the standard 56kbps to 100mbps theoretically.

DSL MODEM
It

gets internet connection from the telephone company at the modem port and provides a high speed connection to the user at the Ethernet port.

SUMMARY
The dhcp server assigns an ip to each client from the pool allocated. The switches just simulate a network connection. The cloud provides an interface for providing connectivity at different ports through its multiple interfaces. The dsl modem does the packetizing for data to be sent on the line and provides a high speed connection on the same telephone line. At the isp all domain names are registered with their ip with the dns. . The file servers allow browsing for the clients.

You might also like