Home » Jaringan Komputer 2
TUGAS IV JARKOM 2




APPLICATION


PENGERTIAN
NAME SYSTEM
DNS
 ð Translates domain names,such as cisco.com, into IP   addresses

HOST CONFIG
BOOTP
 ð  Enables a diskless workstation to discover its own IP address,the IP address of a BOOTP server on the network,and a file to be loaded into memory to boot the machine

 ð  BOOTP is being superseded by DHCP
DHCP
 ð  Dynamically assigns IP addresses to client stations at start-up

 ð  Allows the addresses to be re-used when no longer needed

EMAIL
SMTP 
 ð  Enables client to send email to a mail server
 ð  Enables servers to send email to other servers
POP      
 ð  Enables clients to retrieve email from a mail server
 ð  Downloads email from the mail server to the dekstop
IMAP
 ð  Enables clients to access email stored on a mail server
 ð  Maintais email on the server

FILE TRANSFER
FTP
 ð  Sets rules that enable a user on one host to access and transfer files to and from another host over a network
 ð  A reliable,connection-oriented,and acknowledged file delivery protocol
TFTP
 ð  Asimple,connentionless file transfer protocol
 ð  A best-effort,unacknowledged file delivery protocol
 ð  Utilizes less overhead than FTP

WEB
HTTP
 ð  Set of rules for exchanging text,graphic images,sound,video,and other multimedia files on the world wide web

TRANSPORT

UDP
 ð  Enablea a process running on one host to send packets to a process running on another host
 ð  Does not confirm successful datagram transmission
TCP
 ð  Enables reliable communication between processes running on separate hosts
 ð  Reliable,acknowledged transmissions that confirm successful delivery
INTERNET
IPV4
NAT
 ð  Translates IP addresses from a private network into globally unique public IP addresses

IP SUPPORT
ICMP
 ð  Provides feedback from a destination host to a source host about errors in packet delivery

ROUTING PROTOCOLS
RIP
 ð  Distance vectir routing protocol
 ð  Metric based on hop count
 ð  Version 2 Supports VLSM and CIDR
OSPF
 ð  Link State routing protocol
 ð  Hierarchical design based on areas
 ð  Open standard interior routing protocol
EIGRP
 ð  Cisco Proprietary Routing Protocol
 ð  Uses Composite metric based on bandwidth,delay,load,reliability and MTU
BGP 
 ð  BGP4 latest version
 ð  External Routing used between Autonomous Systems

NETWORK ACCESS
ARP
 ð  Provides dynamic address mapping between an IP address and a hardware address
PPP
 ð  Provides a means of encapsulating packets for transmission over a serial link
ETHERNET
 ð  Defines the rules for wiring and signalling standards of the Network Access Layer
INTERFACE DRIVERS
 ð  Provides intruction to a mavhine for the control of a specific on a network device


TUGAS III JARKOM 2

A. LANGKAH TOPOLOGI


1.      Alat yang dibutuhkan :
a.       Siapkan 4 PC Komputer
b.      Siapkan 2 Switch
c.       Siapkan 1 Router

2.      Dengan Setting Sebagai Berikut :
NO
NAMA
IP ADDRESS
SUBNETMASK
GATEWAY
1.
PC0
10.0.0.1
255.0.0.0
10.0.0.5
2.
PC1
10.0.0.2
255.0.0.0
10.0.0.5
3.
PC2
192.168.1.1
255.255.255.0
192.168.1.5
4.
PC3
192.168.1.1
255.255.255.0
192.168.1.5
5.
Router
Eth0 = 10.0.0.5
255.0.0.0
-
Eth1 = 192.168.1.5
255.255.255.0
-

3.      Skema Topologi :

B. SINTAK/ COMMAND LINE INTERFACES

System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
cisco 2811 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory

Self decompressing the image :
########################################################################## [OK]
              Restricted Rights Legend

Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

           cisco Systems, Inc.
           170 West Tasman Drive
           San Jose, California 95134-1706

Cisco IOS Software, 2800 Software (C2800NM-ADVIPSERVICESK9-M), Version 12.4(15)T1, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Wed 18-Jul-07 06:21 by pt_rel_team
Image text-base: 0x400A925C, data-base: 0x4372CE20

This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.
cisco 2811 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory
Processor board ID JAD05190MTZ (4292891495)
M860 processor: part number 0, mask 49
2 FastEthernet/IEEE 802.3 interface(s)
239K bytes of non-volatile configuration memory.
62720K bytes of  ATA CompactFlash (Read/Write)
Cisco IOS Software, 2800 Software (C2800NM-ADVIPSERVICESK9-M), Version 12.4(15)T1, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Wed 18-Jul-07 06:21 by pt_rel_team


         --- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: n


Press RETURN to get started!



Router>enable
Router#configure terminal

Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 10.0.0.5 255.0.0.0
Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/1
Router(config-if)#ip address 192.168.1.5 255.255.255.0
Router(config-if)#no shutdown

 %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
Router(config-if)#

 


C. UJIAN (PING)

      1. Dari PC0 ke PC1 dan PC3



    2. Dari PC3 ke PC2 dan PC1

 

















Related Posts Plugin for WordPress, Blogger...