SlideShare a Scribd company logo
1 of 48
Download to read offline
B.SC.IT: SEMESTER – VI
[CBSGS – 75:25 Pattern]
INTERNET
TECHNOLOGY
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
1
PAGE
PRACTICAL – #01
AIM: Use Of Ping and Tracert/Traceroute and ARP Utilities
Software: Cisco Packet Tracer
SOLUTION
Diagnostic commands help you detect TCP/IP networking problems. Some of the diagnostic commands are
arp, hostname, ipconfig, netstat, ping, route, and tracert.
(i) arp:
This diagnostic command displays and modifies the IP-to-Ethernet or Token Ring physical address
translation tables used by the Address Resolution Protocol (ARP).
Syntax:
arp -a [inet_addr] [-N [if_addr]] arp -dinet_addr [if_addr]
arp -sinet_addrether_addr [if_addr]
Parameters:
-a – Displays current ARP entries by querying TCP/IP. If inet_addr is specified, only the IP and physical
addresses for the specified host are displayed.
-d – Deletes the entry specified by inet_addr.
-s – Adds an entry in the ARP cache to associate the IP address inet_addr with the physical address
ether_addr. The physical address is given as 6 hexadecimal bytes separated by hyphens. The IP address
is specified using dotted decimal notation. The entry is static. It will not be automatically removed from
the cache after the timeout expires and will not exist after a reboot of your computer.
-N – [if_addr] Displays the ARP entries for the network interface specified by if_addr.
ether_addr Specifies a physical address. if_addr Specifies, if present, the IP address of the interface
whose address translation table should be modified. If not present, the first applicable interface will be
used. inet_addr Specifies an IP address in dotted decimal notation.
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
2
PAGE
(ii) hostname:
This command has no parameters.
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
3
PAGE
(iii) ipconfig:
This diagnostic command displays all current TCP/IP network configuration values. This command is useful
on computers running DHCP because it enables users to determine which TCP/IP configuration values have
been configured by DHCP. If you enter only ipconfig without parameters, the response is a display of all of
the current TCP/IP configuration values, including IP address, subnet mask, and default gateway.
Syntax:
ipconfig [/all | /renew [adapter] | /release [adapter]]
Parameters:
all – Produces a full display. Without this switch, ipconfig displays only the IP address, subnet mask, and
default gateway values for each network card.
renew [adapter] – Renews DHCP configuration parameters. This option is available only on
computers running the DHCP Client service. To specify an adapter name, type the adapter name that
appears when you use ipconfig without parameters.
release [adapter] – Releases the current DHCP configuration. This option disables TCP/IP on the
local computer and is available only on DHCP clients. To specify an adapter name, type the adapter name
that appears when you use ipconfig without parameters.
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
4
PAGE
(iv) netstat:
This diagnostic command displays protocol statistics and current TCP/IP network connections.
Syntax:
netstat [-a] [-e][-n][-s] [-p protocol] [-r] [interval]
Parameters:
-a – Displays all connections and listening ports; server connections are usually not shown.
-e – Displays Ethernet statistics. This can be combined with the -s option.
-n – Displays addresses and port numbers in numerical form (rather than attempting name lookups).
-s – Displays per-protocol statistics. By default, statistics are shown for TCP, UDP, ICMP, and IP;
-p – The -p option can be used to specify a subset of the default.
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
5
PAGE
-p protocol – Shows connections for the protocol specified.
-r – Displays the contents of the routing table.
interval – Redisplays selected statistics, pausing interval seconds between each display.
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
6
PAGE
(v) ping:
This diagnostic command verifies connections to one or more remote computers.
Syntax:
ping [-t] [-a] [-n count] [-l length] [-f] [-i ttl] [-v tos] [-r count] [-s count] [[-
j host-list] | [-k host-list]] [-w timeout] destination-list
Parameters:
-t – Pings the specified host until interrupted.
-a – Resolves addresses to host names.
-n count – Sends the number of ECHO packets specified by count. The default is 4.
-l length – Sends ECHO packets containing the amount of data specified by length. The default is 64
bytes; the maximum is 8192.
-f – Sends a Do Not Fragment flag in the packet. The packet will not be fragmented by gateways on the
route.
-i ttl – Sets the time to live field to the value specified by ttl.
-v tos – Sets the type of service field to the value specified by tos.
-r count – Records the route of the outgoing packet and the returning packet in the record route
field. A minimum of 1 to a maximum of 9 hosts must be specified by count.
-s count – Specifies the timestamp for the number of hops specified by count.
-j host-list – Routes packets via the list of hosts specified by host-list. Consecutive hosts can be
separated by intermediate gateways (loose source routed). The maximum number allowed by IP is 9.
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
7
PAGE
-k host-list – Routes packets via the list of hosts specified by host-list. Consecutive hosts cannot be
separated by intermediate gateways (strict source routed). The maximum number allowed by IP is 9.
-w timeout – Specifies a timeout interval in milliseconds.
destination-list – Specifies the remote hosts to ping.
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
8
PAGE
(vi) route:
This diagnostic command manipulates network routing tables.
Syntax:
route [-f] [command [destination] [MASK netmask] [gateway] [METRIC metric]]
Parameters:
-f – Clears the routing tables of all gateway entries. If this parameter is used in conjunction with one of
the commands, the tables are cleared prior to running the command.
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
9
PAGE
command – Specifies one of four commands below:
(1) print: Prints a route.
(2) add: Adds a route.
(3) delete: Deletes a route.
(4) change: Modifies an existing route.
destination – Specifies the host to send command.
MASK – Specifies, if present, that the next parameter be interpreted as the netmask parameter.
netmask – Specifies, if present, the subnet mask value to be associated with this route entry. If not
present, this parameter defaults to 255.255.255.255.
gateway – Specifies the gateway.
METRIC – Specifies the route metric (cost) for the destination.
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
10
PAGE
(vii ) tracert
This diagnostic utility determines the route taken to a destination by sending Internet Control Message
Protocol (ICMP) echo packets with varying time-to-live (TTL) values to the destination. Each router along
the path is required to decrement the TTL on a packet by at least 1 before forwarding it, so the TTL is
effectively a hop count. When the TTL on a packet reaches 0, the router is supposed to send back an ICMP
Time Exceeded message to the source computer.
Tracert determines the route by sending the first echo packet with a TTL of 1 and incrementing the TTL by
1 on each subsequent transmission until the target responds or the maximum TTL is reached. The route is
determined by examining the ICMP Time Exceeded messages sent back by intermediate routers. Notice
that some routers silently drop packets with expired TTLs and will be invisible to tracert.
Syntax:
tracert[-d] [-h maximum_hops] [-j host-list] [-w timeout] target_name
Parameters:
-d – Specifies not to resolve addresses to host names.
-h maximum_hops – Specifies maximum number of hops to search for target.
-j host-list – Specifies loose source route along host-list.
-w timeout – Waits the number of milliseconds specified by timeout for each reply.
target_name – Name of the target host.
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
11
PAGE
PRACTICAL – #02
AIM: Configuring IP Static Routing
Software: Cisco Packet Tracer
SOLUTION
Devices: router (2811), Switch (2960), PC's
Setting IP(Router0)
Interface 0/0
Double Click → Config → FastEnternet0/0
IP Address: 172.16.0.1 & Subnet Mask: 255.255.255.0
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
12
PAGE
Setting IP(Router0)
Interface 0/1
Double Click → Config → FastEnternet0/1
IP Address: 100.0.0.1 & Subnet Mask: 255.0.0.0
Setting IP(Router0)
Interface 1/0
Double Click → Config → FastEnternet1/0
IP Address: 192.168.0.1 & Subnet Mask: 255.255.255.0
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
13
PAGE
Setting Static Route(Router0)
Double Click → Config → Static
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
14
PAGE
Setting IP(Router1)
Interface 0/0
Double Click → Config → FastEnternet0/0
IP Address: 10.0.0.1 & Subnet Mask: 255.0.0.0
Setting IP(Router1)
Interface 0/1
Double Click → Config → FastEnternet0/1
IP Address: 100.0.0.2 & Subnet Mask: 255.0.0.0
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
15
PAGE
Setting Static Route (Router1)
Double Click → Config → Static
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
16
PAGE
PC's Setting
Double Click → Desktop → IP Configuration → Static
IP Address: 172.16.0.2
Subnet Mask: 255.255.0.0
Default Gateway: 172.16.0.1
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
17
PAGE
PC's Setting
Double Click → Desktop → IP Configuration → Static
IP Address: 192.168.0.2
Subnet mask: 255.255.255.0
Default Gateway: 192.168.0.1
PC's Setting
Double Click → Desktop → IP configuration → Static
IP Address: 10.0.0.2
Subnet mask: 255.0.0.0
Default Gateway: 10.0.0.1
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
18
PAGE
Testing The Configuration:
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
19
PAGE
PRACTICAL – #03
AIM: Configuring IP Routing Using RIP
Software: Cisco Packet Tracer
SOLUTION
Devices: Router (2811), Switch (2960), PC's
Setting IP(Router0)
Interface 0/0
Double Click → Config → FastEnternet0/0
IP Address: 172.16.0.1
Subnet Mask: 255.255.255.0
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
20
PAGE
Setting IP(Router0)
Interface 0/1
Double Click → Config → FastEnternet0/1
IP Address: 100.0.0.1
Subnet Mask: 255.0.0.0
Setting IP(Router0)
Interface 1/0
Double Click → Config → FastEnternet1/0
IP Address: 192.168.0.1
Subnet Mask: 255.255.255.0
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
21
PAGE
Setting RIP(Router0)
Double Click → Config → RIP
Network: 10.0.0.0 Add
Network: 100.0.0.0 Add
Network: 192.168.0.0 Add
Network: 172.16.0.0 Add
Setting IP(Router1)
Interface 0/0
Double Click → Config → FastEnternet0/0
IP Address: 10.0.0.1
Subnet Mask: 255.0.0.0
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
22
PAGE
Setting IP(Router1)
Interface 0/1
Double Click → Config → FastEnternet0/1
IP Address: 100.0.0.2
Subnet Mask: 255.0.0.0
Setting RIP(Router1)
Double Click → Config → RIP
Network: 10.0.0.0 Add
Network: 100.0.0.0 Add
Network: 192.168.0.0 Add
Network: 172.16.0.0 Add
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
23
PAGE
PC's Setting
Double Click → Desktop → IP Configuration → Static
IP Address: 172.16.0.2
Subnet Mask: 255.255.0.0
Default Gateway: 172.16.0.1
PC's Setting
Double Click → Desktop → IP Configuration → Static
IP Address: 192.168.0.2
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.0.1
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
24
PAGE
PC's Setting
Double Click → Desktop → IP Configuration → Static
IP Address: 10.0.0.2
Subnet Mask: 255.0.0.0
Default Gateway: 10.0.0.1
Testing The Configuration:
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
25
PAGE
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
26
PAGE
PRACTICAL – #04
AIM: Configuring DHCP and DNS
Software: Cisco Packet Tracer
SOLUTION
Devices: 2 Generic Server PT, Switch (2960), 4 PC
Configuration: Server 1 (DHCP and HTTP)
Setting IP:
Double Click → Desktop → IP Configuration
IP Address: 192.168.0.1
Subnet Mask: 255.255.255.0
Default Gateway:
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
27
PAGE
Setting DHCP:
Double Click → Config → DHCP
Select on (Radio Button)
DNS Server: 192.168.0.2
Start IP Address: 192.168.0.0
Click Add/Save
Setting HTTP:
Double Click → Config → HTTP
http: Select on (Radio Button) https: Select on (Radio Button)
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
28
PAGE
Server 2 (DNS Server)
Setting IP:
Double Click → Desktop
IP Address: 192.168.0.2
Subnet Mask: 255.255.255.0
Setting DNS:
Double Click → Config → DNS
DNS Services: Select On (Radio Button)
Name: mvm.com //any URL you need
Address : 192.168.0.1 //ip address to be redirected
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
29
PAGE
Click Add/Save
PC's Setting
Double Click → Desktop → IP Configuration → DHCP
Checking DNS:
Double Click → Desktop → Web Browser
Enter in URL 192.168.0.1 //display web pages
OR
Enter in URL mvm.com //Display web pages
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
30
PAGE
PRACTICAL – #05
AIM: Configuring TELNET
Software: Cisco Packet Tracer
SOLUTION
5.1 Using Switch
Click Switch → CLI
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#line console 0
Switch(config-line)#pass megabytes
Switch(config-line)#login
Switch(config-line)#exit
Switch(config)#line vty 0 4
Switch(config-line)#pass megabytes
Switch(config-line)#login
Switch(config-line)#exit
Switch(config)#enable pass megabytes
Switch(config)#int vlan 1
Switch(config-if)#ip add 192.168.1.1 255.255.255.0
Switch(config-if)#no shutdown
Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
Switch(config-if)#end
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
31
PAGE
Switch#wr
Building configuration...
[OK]
PC's Setting
Double Click → Desktop → IP Configuration → Static
IP Address: 192.168.1.2
Subnet mask: 255.255.255.0
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
32
PAGE
5.2 Using Router
Configuration Commands:
Router Configuration
Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#enable password cisco
Router(config)#interface fa0/0
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
33
PAGE
Router(config-if)#ip address 192.168.1.1 255.255.255.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)#exit
Router(config)#line vty 0 4
Router(config-line)#login local
Router(config-line)#exit
Router(config)#username pvgcst password pvgcst123
Router(config)#exit
Router#
PC's Setting
PC>telnet 192.168.1.1
Trying 192.168.1.1 ...Open
User Access Verification
Username: pvgcst
Password:
Router>enable
Password:
Router#
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
34
PAGE
PRACTICAL – #06
AIM: Configuring FTP Using FTP Commands
Software: Cisco Packet Tracer
SOLUTION
Configuration: Server-PT(FTP Server)
Setting IP: Double Click → Desktop → IP Configuration
IP Address: 172.16.0.1
Subnet Mask: 255.255.0.0
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
35
PAGE
PC0's Setting
Double Click → Desktop → IP Configuration → Static
IP Address: 172.16.0.3
Subnet Mask: 255.255.0.0
PC1's Setting
Double Click → Desktop → IP Configuration → Static
IP Address: 172.16.0.4
Subnet Mask: 255.255.0.0
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
36
PAGE
PC0's Setting
Select Text Editor & create test.txt file and save it.
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
37
PAGE
Test the FTP Server & check test.txt file.
Login To FTP Server:
ftp 172.16.0.1
username:-admin
password:-admin
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
38
PAGE
Next Download "test.txt" File In ftp dir:
> Put test.txt
Use dir Command To Check Downloaded File:
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
39
PAGE
To Rename The Current Downloaded File:
> Rename "test.txt" to "testnew.txt"
To Upload The Current Renamed File:
> Get "testnew.txt"
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
40
PAGE
PRACTICAL – #07
AIM: Configuring SMTP and POP3
Software: Cisco Packet Tracer
SOLUTION
Devices: 2 Generic Server PT, Switch (2960), 4 PC
Configuration: Server 1 (DHCP and HTTP)
Setting IP:
Double Click → Desktop → IP Configuration
IP Address: 192.168.0.1
Subnet Mask: 255.255.255.0
Default Gateway:
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
41
PAGE
Setting DHCP:
Double Click -> Config -> DHCP
Select On (Radio Button)
DNS Server: 192.168.0.2
Start IP Address: 192.168.0.0
Click Add/Save
Setting HTTP:
Double Click → config → HTTP
http: Select on (Radio Button) https: Select on (Radio Button)
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
42
PAGE
Server 2 (DNS Server)
Setting IP:
Double Click → Desktop
IP Address: 192.168.0.2
Subnet Mask: 255.255.255.0
Setting DNS:
Double Click → Config → DNS
DNS Services: Select On (Radio Button)
Name: pvg.com //any URL you need
Address: 192.168.0.1 //ip address to be redirected
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
43
PAGE
Click Add/Save
PC's Setting
Double Click → Desktop → IP Configuration → DHCP
Checking DNS:
Double Click → Desktop → Web Browser
Enter in URL 192.168.0.1 //Display Web Pages
OR
Enter in URL pvg.com //Display Web Pages
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
44
PAGE
Setting Email:
Go To Services
Click On EMAIL: Select On (Radio Button) for SMTP & POP3 Service
Domain Name: pvg.com //DNS Server Name → Click On Set Button
User Setup
Add any 4 Username and Password
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
45
PAGE
Consider 4 PC's as Your Four Users
Configure Email Service For All Users:
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
46
PAGE
Save The Setting:
Next Try To Send A Mail To shravanti From priya.
Mumbai University
B.SC.IT: SEM – VI
PRACTICAL QUESTION
INTERNET TECHNOLOGIES (2017)
Practical Question With Solution
47
PAGE
Send Successfully:
Next Check Shravanti's MailBox.

More Related Content

What's hot

Matlab source codes section | Download MATLAB source code freerce-codes
Matlab source codes section | Download MATLAB source code freerce-codesMatlab source codes section | Download MATLAB source code freerce-codes
Matlab source codes section | Download MATLAB source code freerce-codeshafsabanu
 
Chap2. ipv4-arp-icmp
Chap2. ipv4-arp-icmpChap2. ipv4-arp-icmp
Chap2. ipv4-arp-icmp東原 李
 
Arp and rarp
Arp and rarpArp and rarp
Arp and rarpMohd Arif
 
RARP, BOOTP, DHCP and PXE Protocols
RARP, BOOTP, DHCP and PXE ProtocolsRARP, BOOTP, DHCP and PXE Protocols
RARP, BOOTP, DHCP and PXE ProtocolsPeter R. Egli
 
FEC-Forward Error Correction for Optics Professionals..www.mapyourtech.com
FEC-Forward Error Correction for Optics Professionals..www.mapyourtech.comFEC-Forward Error Correction for Optics Professionals..www.mapyourtech.com
FEC-Forward Error Correction for Optics Professionals..www.mapyourtech.comMapYourTech
 
Networks lab manual ecp62
Networks lab manual ecp62Networks lab manual ecp62
Networks lab manual ecp62Basil John
 
Networking Fundamentals: Transport Protocols (TCP and UDP)
Networking Fundamentals: Transport Protocols (TCP and UDP)Networking Fundamentals: Transport Protocols (TCP and UDP)
Networking Fundamentals: Transport Protocols (TCP and UDP)Andriy Berestovskyy
 
Exercises TCP/IP Networking With Solutions
Exercises TCP/IP Networking With SolutionsExercises TCP/IP Networking With Solutions
Exercises TCP/IP Networking With SolutionsFelipe Suarez
 
Internet technology unit 2
Internet technology unit 2Internet technology unit 2
Internet technology unit 2WE-IT TUTORIALS
 
Quanta zqta, zqsa_r1a_20111111_schematics
Quanta zqta, zqsa_r1a_20111111_schematicsQuanta zqta, zqsa_r1a_20111111_schematics
Quanta zqta, zqsa_r1a_20111111_schematicsdoubletonine
 
Internet Technology Practical (Mumbai University) -2017
Internet Technology Practical  (Mumbai University) -2017Internet Technology Practical  (Mumbai University) -2017
Internet Technology Practical (Mumbai University) -2017Satyendra Singh
 
Networking basics and basic cisco commands
Networking basics and basic cisco commandsNetworking basics and basic cisco commands
Networking basics and basic cisco commandsKrishna Mohan
 
Bootp and dhcp
Bootp and dhcpBootp and dhcp
Bootp and dhcpMohd Arif
 

What's hot (20)

Matlab source codes section | Download MATLAB source code freerce-codes
Matlab source codes section | Download MATLAB source code freerce-codesMatlab source codes section | Download MATLAB source code freerce-codes
Matlab source codes section | Download MATLAB source code freerce-codes
 
System Software
System SoftwareSystem Software
System Software
 
Chap2. ipv4-arp-icmp
Chap2. ipv4-arp-icmpChap2. ipv4-arp-icmp
Chap2. ipv4-arp-icmp
 
Arp and rarp
Arp and rarpArp and rarp
Arp and rarp
 
RARP, BOOTP, DHCP and PXE Protocols
RARP, BOOTP, DHCP and PXE ProtocolsRARP, BOOTP, DHCP and PXE Protocols
RARP, BOOTP, DHCP and PXE Protocols
 
FEC-Forward Error Correction for Optics Professionals..www.mapyourtech.com
FEC-Forward Error Correction for Optics Professionals..www.mapyourtech.comFEC-Forward Error Correction for Optics Professionals..www.mapyourtech.com
FEC-Forward Error Correction for Optics Professionals..www.mapyourtech.com
 
Networks lab manual ecp62
Networks lab manual ecp62Networks lab manual ecp62
Networks lab manual ecp62
 
Networking Fundamentals: Transport Protocols (TCP and UDP)
Networking Fundamentals: Transport Protocols (TCP and UDP)Networking Fundamentals: Transport Protocols (TCP and UDP)
Networking Fundamentals: Transport Protocols (TCP and UDP)
 
Exercises TCP/IP Networking With Solutions
Exercises TCP/IP Networking With SolutionsExercises TCP/IP Networking With Solutions
Exercises TCP/IP Networking With Solutions
 
rip, ospf 13-14
rip, ospf 13-14rip, ospf 13-14
rip, ospf 13-14
 
Internet technology unit 2
Internet technology unit 2Internet technology unit 2
Internet technology unit 2
 
Chapter 21
Chapter 21Chapter 21
Chapter 21
 
Quanta zqta, zqsa_r1a_20111111_schematics
Quanta zqta, zqsa_r1a_20111111_schematicsQuanta zqta, zqsa_r1a_20111111_schematics
Quanta zqta, zqsa_r1a_20111111_schematics
 
Multipath TCP
Multipath TCPMultipath TCP
Multipath TCP
 
Internet Technology Practical (Mumbai University) -2017
Internet Technology Practical  (Mumbai University) -2017Internet Technology Practical  (Mumbai University) -2017
Internet Technology Practical (Mumbai University) -2017
 
On tap ccent
On tap ccentOn tap ccent
On tap ccent
 
Ccna 1 5
Ccna 1  5Ccna 1  5
Ccna 1 5
 
Arp and rarp
Arp and rarpArp and rarp
Arp and rarp
 
Networking basics and basic cisco commands
Networking basics and basic cisco commandsNetworking basics and basic cisco commands
Networking basics and basic cisco commands
 
Bootp and dhcp
Bootp and dhcpBootp and dhcp
Bootp and dhcp
 

Similar to Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017 - Manual}

Similar to Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017 - Manual} (20)

acn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdfacn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdf
 
nwlab-ex1.pdf
nwlab-ex1.pdfnwlab-ex1.pdf
nwlab-ex1.pdf
 
CN 1.docx
CN 1.docxCN 1.docx
CN 1.docx
 
IP Utilites
IP UtilitesIP Utilites
IP Utilites
 
Ccna 2 Final V4 1
Ccna 2 Final V4 1Ccna 2 Final V4 1
Ccna 2 Final V4 1
 
Free CCNA workbook by networkers home pdf
Free CCNA workbook by networkers home pdfFree CCNA workbook by networkers home pdf
Free CCNA workbook by networkers home pdf
 
CCNA
CCNACCNA
CCNA
 
Saad baig practical file
Saad baig practical fileSaad baig practical file
Saad baig practical file
 
IP Routing
IP RoutingIP Routing
IP Routing
 
ccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answers
 
16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)
 
Chapter_6_ Network Layer.pptx
Chapter_6_ Network Layer.pptxChapter_6_ Network Layer.pptx
Chapter_6_ Network Layer.pptx
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
 
TCP/IP Basics
TCP/IP BasicsTCP/IP Basics
TCP/IP Basics
 
Training Day Slides
Training Day SlidesTraining Day Slides
Training Day Slides
 
computerNetworkSecurity.ppt
computerNetworkSecurity.pptcomputerNetworkSecurity.ppt
computerNetworkSecurity.ppt
 
Networking chapter VI
Networking chapter VINetworking chapter VI
Networking chapter VI
 
Troubleshooting basic networks
Troubleshooting basic networksTroubleshooting basic networks
Troubleshooting basic networks
 
CCNA 1 Final v5.0 2014
CCNA 1 Final  v5.0 2014CCNA 1 Final  v5.0 2014
CCNA 1 Final v5.0 2014
 
Session 2 Tp 2
Session 2 Tp 2Session 2 Tp 2
Session 2 Tp 2
 

More from Mumbai B.Sc.IT Study

Linux System Administration (November – 2018) [Choice Based | Question Paper]
Linux System Administration (November – 2018) [Choice Based | Question Paper]Linux System Administration (November – 2018) [Choice Based | Question Paper]
Linux System Administration (November – 2018) [Choice Based | Question Paper]Mumbai B.Sc.IT Study
 
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]Mumbai B.Sc.IT Study
 
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]Mumbai B.Sc.IT Study
 
Software Project Management (November – 2018) [Choice Based | Question Paper]
Software Project Management (November – 2018) [Choice Based | Question Paper]Software Project Management (November – 2018) [Choice Based | Question Paper]
Software Project Management (November – 2018) [Choice Based | Question Paper]Mumbai B.Sc.IT Study
 
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]Mumbai B.Sc.IT Study
 
Internet Of Things (November – 2018) [Choice Based | Question Paper]
Internet Of Things (November – 2018) [Choice Based | Question Paper]Internet Of Things (November – 2018) [Choice Based | Question Paper]
Internet Of Things (November – 2018) [Choice Based | Question Paper]Mumbai B.Sc.IT Study
 
Enterprise Java (November – 2018) [Choice Based | Question Paper]
Enterprise Java (November – 2018) [Choice Based | Question Paper]Enterprise Java (November – 2018) [Choice Based | Question Paper]
Enterprise Java (November – 2018) [Choice Based | Question Paper]Mumbai B.Sc.IT Study
 
Enterprise Networking (May – 2019) [Choice Based | Question Paper]
Enterprise Networking (May – 2019) [Choice Based | Question Paper]Enterprise Networking (May – 2019) [Choice Based | Question Paper]
Enterprise Networking (May – 2019) [Choice Based | Question Paper]Mumbai B.Sc.IT Study
 
Business Intelligence (May – 2019) [Choice Based | Question Paper]
Business Intelligence (May – 2019) [Choice Based | Question Paper]Business Intelligence (May – 2019) [Choice Based | Question Paper]
Business Intelligence (May – 2019) [Choice Based | Question Paper]Mumbai B.Sc.IT Study
 
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]Mumbai B.Sc.IT Study
 
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}Mumbai B.Sc.IT Study
 
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}Mumbai B.Sc.IT Study
 
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}Mumbai B.Sc.IT Study
 
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}Mumbai B.Sc.IT Study
 
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}Mumbai B.Sc.IT Study
 
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}Mumbai B.Sc.IT Study
 
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}Mumbai B.Sc.IT Study
 
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}Mumbai B.Sc.IT Study
 
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}Mumbai B.Sc.IT Study
 
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Mast...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Mast...Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Mast...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Mast...Mumbai B.Sc.IT Study
 

More from Mumbai B.Sc.IT Study (20)

Linux System Administration (November – 2018) [Choice Based | Question Paper]
Linux System Administration (November – 2018) [Choice Based | Question Paper]Linux System Administration (November – 2018) [Choice Based | Question Paper]
Linux System Administration (November – 2018) [Choice Based | Question Paper]
 
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
 
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
 
Software Project Management (November – 2018) [Choice Based | Question Paper]
Software Project Management (November – 2018) [Choice Based | Question Paper]Software Project Management (November – 2018) [Choice Based | Question Paper]
Software Project Management (November – 2018) [Choice Based | Question Paper]
 
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
 
Internet Of Things (November – 2018) [Choice Based | Question Paper]
Internet Of Things (November – 2018) [Choice Based | Question Paper]Internet Of Things (November – 2018) [Choice Based | Question Paper]
Internet Of Things (November – 2018) [Choice Based | Question Paper]
 
Enterprise Java (November – 2018) [Choice Based | Question Paper]
Enterprise Java (November – 2018) [Choice Based | Question Paper]Enterprise Java (November – 2018) [Choice Based | Question Paper]
Enterprise Java (November – 2018) [Choice Based | Question Paper]
 
Enterprise Networking (May – 2019) [Choice Based | Question Paper]
Enterprise Networking (May – 2019) [Choice Based | Question Paper]Enterprise Networking (May – 2019) [Choice Based | Question Paper]
Enterprise Networking (May – 2019) [Choice Based | Question Paper]
 
Business Intelligence (May – 2019) [Choice Based | Question Paper]
Business Intelligence (May – 2019) [Choice Based | Question Paper]Business Intelligence (May – 2019) [Choice Based | Question Paper]
Business Intelligence (May – 2019) [Choice Based | Question Paper]
 
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
 
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
 
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Mast...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Mast...Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Mast...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Mast...
 

Recently uploaded

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 

Recently uploaded (20)

Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 

Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017 - Manual}

  • 1. B.SC.IT: SEMESTER – VI [CBSGS – 75:25 Pattern] INTERNET TECHNOLOGY
  • 2. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 1 PAGE PRACTICAL – #01 AIM: Use Of Ping and Tracert/Traceroute and ARP Utilities Software: Cisco Packet Tracer SOLUTION Diagnostic commands help you detect TCP/IP networking problems. Some of the diagnostic commands are arp, hostname, ipconfig, netstat, ping, route, and tracert. (i) arp: This diagnostic command displays and modifies the IP-to-Ethernet or Token Ring physical address translation tables used by the Address Resolution Protocol (ARP). Syntax: arp -a [inet_addr] [-N [if_addr]] arp -dinet_addr [if_addr] arp -sinet_addrether_addr [if_addr] Parameters: -a – Displays current ARP entries by querying TCP/IP. If inet_addr is specified, only the IP and physical addresses for the specified host are displayed. -d – Deletes the entry specified by inet_addr. -s – Adds an entry in the ARP cache to associate the IP address inet_addr with the physical address ether_addr. The physical address is given as 6 hexadecimal bytes separated by hyphens. The IP address is specified using dotted decimal notation. The entry is static. It will not be automatically removed from the cache after the timeout expires and will not exist after a reboot of your computer. -N – [if_addr] Displays the ARP entries for the network interface specified by if_addr. ether_addr Specifies a physical address. if_addr Specifies, if present, the IP address of the interface whose address translation table should be modified. If not present, the first applicable interface will be used. inet_addr Specifies an IP address in dotted decimal notation.
  • 3. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 2 PAGE (ii) hostname: This command has no parameters.
  • 4. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 3 PAGE (iii) ipconfig: This diagnostic command displays all current TCP/IP network configuration values. This command is useful on computers running DHCP because it enables users to determine which TCP/IP configuration values have been configured by DHCP. If you enter only ipconfig without parameters, the response is a display of all of the current TCP/IP configuration values, including IP address, subnet mask, and default gateway. Syntax: ipconfig [/all | /renew [adapter] | /release [adapter]] Parameters: all – Produces a full display. Without this switch, ipconfig displays only the IP address, subnet mask, and default gateway values for each network card. renew [adapter] – Renews DHCP configuration parameters. This option is available only on computers running the DHCP Client service. To specify an adapter name, type the adapter name that appears when you use ipconfig without parameters. release [adapter] – Releases the current DHCP configuration. This option disables TCP/IP on the local computer and is available only on DHCP clients. To specify an adapter name, type the adapter name that appears when you use ipconfig without parameters.
  • 5. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 4 PAGE (iv) netstat: This diagnostic command displays protocol statistics and current TCP/IP network connections. Syntax: netstat [-a] [-e][-n][-s] [-p protocol] [-r] [interval] Parameters: -a – Displays all connections and listening ports; server connections are usually not shown. -e – Displays Ethernet statistics. This can be combined with the -s option. -n – Displays addresses and port numbers in numerical form (rather than attempting name lookups). -s – Displays per-protocol statistics. By default, statistics are shown for TCP, UDP, ICMP, and IP; -p – The -p option can be used to specify a subset of the default.
  • 6. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 5 PAGE -p protocol – Shows connections for the protocol specified. -r – Displays the contents of the routing table. interval – Redisplays selected statistics, pausing interval seconds between each display.
  • 7. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 6 PAGE (v) ping: This diagnostic command verifies connections to one or more remote computers. Syntax: ping [-t] [-a] [-n count] [-l length] [-f] [-i ttl] [-v tos] [-r count] [-s count] [[- j host-list] | [-k host-list]] [-w timeout] destination-list Parameters: -t – Pings the specified host until interrupted. -a – Resolves addresses to host names. -n count – Sends the number of ECHO packets specified by count. The default is 4. -l length – Sends ECHO packets containing the amount of data specified by length. The default is 64 bytes; the maximum is 8192. -f – Sends a Do Not Fragment flag in the packet. The packet will not be fragmented by gateways on the route. -i ttl – Sets the time to live field to the value specified by ttl. -v tos – Sets the type of service field to the value specified by tos. -r count – Records the route of the outgoing packet and the returning packet in the record route field. A minimum of 1 to a maximum of 9 hosts must be specified by count. -s count – Specifies the timestamp for the number of hops specified by count. -j host-list – Routes packets via the list of hosts specified by host-list. Consecutive hosts can be separated by intermediate gateways (loose source routed). The maximum number allowed by IP is 9.
  • 8. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 7 PAGE -k host-list – Routes packets via the list of hosts specified by host-list. Consecutive hosts cannot be separated by intermediate gateways (strict source routed). The maximum number allowed by IP is 9. -w timeout – Specifies a timeout interval in milliseconds. destination-list – Specifies the remote hosts to ping.
  • 9. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 8 PAGE (vi) route: This diagnostic command manipulates network routing tables. Syntax: route [-f] [command [destination] [MASK netmask] [gateway] [METRIC metric]] Parameters: -f – Clears the routing tables of all gateway entries. If this parameter is used in conjunction with one of the commands, the tables are cleared prior to running the command.
  • 10. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 9 PAGE command – Specifies one of four commands below: (1) print: Prints a route. (2) add: Adds a route. (3) delete: Deletes a route. (4) change: Modifies an existing route. destination – Specifies the host to send command. MASK – Specifies, if present, that the next parameter be interpreted as the netmask parameter. netmask – Specifies, if present, the subnet mask value to be associated with this route entry. If not present, this parameter defaults to 255.255.255.255. gateway – Specifies the gateway. METRIC – Specifies the route metric (cost) for the destination.
  • 11. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 10 PAGE (vii ) tracert This diagnostic utility determines the route taken to a destination by sending Internet Control Message Protocol (ICMP) echo packets with varying time-to-live (TTL) values to the destination. Each router along the path is required to decrement the TTL on a packet by at least 1 before forwarding it, so the TTL is effectively a hop count. When the TTL on a packet reaches 0, the router is supposed to send back an ICMP Time Exceeded message to the source computer. Tracert determines the route by sending the first echo packet with a TTL of 1 and incrementing the TTL by 1 on each subsequent transmission until the target responds or the maximum TTL is reached. The route is determined by examining the ICMP Time Exceeded messages sent back by intermediate routers. Notice that some routers silently drop packets with expired TTLs and will be invisible to tracert. Syntax: tracert[-d] [-h maximum_hops] [-j host-list] [-w timeout] target_name Parameters: -d – Specifies not to resolve addresses to host names. -h maximum_hops – Specifies maximum number of hops to search for target. -j host-list – Specifies loose source route along host-list. -w timeout – Waits the number of milliseconds specified by timeout for each reply. target_name – Name of the target host.
  • 12. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 11 PAGE PRACTICAL – #02 AIM: Configuring IP Static Routing Software: Cisco Packet Tracer SOLUTION Devices: router (2811), Switch (2960), PC's Setting IP(Router0) Interface 0/0 Double Click → Config → FastEnternet0/0 IP Address: 172.16.0.1 & Subnet Mask: 255.255.255.0
  • 13. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 12 PAGE Setting IP(Router0) Interface 0/1 Double Click → Config → FastEnternet0/1 IP Address: 100.0.0.1 & Subnet Mask: 255.0.0.0 Setting IP(Router0) Interface 1/0 Double Click → Config → FastEnternet1/0 IP Address: 192.168.0.1 & Subnet Mask: 255.255.255.0
  • 14. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 13 PAGE Setting Static Route(Router0) Double Click → Config → Static
  • 15. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 14 PAGE Setting IP(Router1) Interface 0/0 Double Click → Config → FastEnternet0/0 IP Address: 10.0.0.1 & Subnet Mask: 255.0.0.0 Setting IP(Router1) Interface 0/1 Double Click → Config → FastEnternet0/1 IP Address: 100.0.0.2 & Subnet Mask: 255.0.0.0
  • 16. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 15 PAGE Setting Static Route (Router1) Double Click → Config → Static
  • 17. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 16 PAGE PC's Setting Double Click → Desktop → IP Configuration → Static IP Address: 172.16.0.2 Subnet Mask: 255.255.0.0 Default Gateway: 172.16.0.1
  • 18. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 17 PAGE PC's Setting Double Click → Desktop → IP Configuration → Static IP Address: 192.168.0.2 Subnet mask: 255.255.255.0 Default Gateway: 192.168.0.1 PC's Setting Double Click → Desktop → IP configuration → Static IP Address: 10.0.0.2 Subnet mask: 255.0.0.0 Default Gateway: 10.0.0.1
  • 19. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 18 PAGE Testing The Configuration:
  • 20. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 19 PAGE PRACTICAL – #03 AIM: Configuring IP Routing Using RIP Software: Cisco Packet Tracer SOLUTION Devices: Router (2811), Switch (2960), PC's Setting IP(Router0) Interface 0/0 Double Click → Config → FastEnternet0/0 IP Address: 172.16.0.1 Subnet Mask: 255.255.255.0
  • 21. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 20 PAGE Setting IP(Router0) Interface 0/1 Double Click → Config → FastEnternet0/1 IP Address: 100.0.0.1 Subnet Mask: 255.0.0.0 Setting IP(Router0) Interface 1/0 Double Click → Config → FastEnternet1/0 IP Address: 192.168.0.1 Subnet Mask: 255.255.255.0
  • 22. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 21 PAGE Setting RIP(Router0) Double Click → Config → RIP Network: 10.0.0.0 Add Network: 100.0.0.0 Add Network: 192.168.0.0 Add Network: 172.16.0.0 Add Setting IP(Router1) Interface 0/0 Double Click → Config → FastEnternet0/0 IP Address: 10.0.0.1 Subnet Mask: 255.0.0.0
  • 23. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 22 PAGE Setting IP(Router1) Interface 0/1 Double Click → Config → FastEnternet0/1 IP Address: 100.0.0.2 Subnet Mask: 255.0.0.0 Setting RIP(Router1) Double Click → Config → RIP Network: 10.0.0.0 Add Network: 100.0.0.0 Add Network: 192.168.0.0 Add Network: 172.16.0.0 Add
  • 24. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 23 PAGE PC's Setting Double Click → Desktop → IP Configuration → Static IP Address: 172.16.0.2 Subnet Mask: 255.255.0.0 Default Gateway: 172.16.0.1 PC's Setting Double Click → Desktop → IP Configuration → Static IP Address: 192.168.0.2 Subnet Mask: 255.255.255.0 Default Gateway: 192.168.0.1
  • 25. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 24 PAGE PC's Setting Double Click → Desktop → IP Configuration → Static IP Address: 10.0.0.2 Subnet Mask: 255.0.0.0 Default Gateway: 10.0.0.1 Testing The Configuration:
  • 26. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 25 PAGE
  • 27. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 26 PAGE PRACTICAL – #04 AIM: Configuring DHCP and DNS Software: Cisco Packet Tracer SOLUTION Devices: 2 Generic Server PT, Switch (2960), 4 PC Configuration: Server 1 (DHCP and HTTP) Setting IP: Double Click → Desktop → IP Configuration IP Address: 192.168.0.1 Subnet Mask: 255.255.255.0 Default Gateway:
  • 28. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 27 PAGE Setting DHCP: Double Click → Config → DHCP Select on (Radio Button) DNS Server: 192.168.0.2 Start IP Address: 192.168.0.0 Click Add/Save Setting HTTP: Double Click → Config → HTTP http: Select on (Radio Button) https: Select on (Radio Button)
  • 29. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 28 PAGE Server 2 (DNS Server) Setting IP: Double Click → Desktop IP Address: 192.168.0.2 Subnet Mask: 255.255.255.0 Setting DNS: Double Click → Config → DNS DNS Services: Select On (Radio Button) Name: mvm.com //any URL you need Address : 192.168.0.1 //ip address to be redirected
  • 30. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 29 PAGE Click Add/Save PC's Setting Double Click → Desktop → IP Configuration → DHCP Checking DNS: Double Click → Desktop → Web Browser Enter in URL 192.168.0.1 //display web pages OR Enter in URL mvm.com //Display web pages
  • 31. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 30 PAGE PRACTICAL – #05 AIM: Configuring TELNET Software: Cisco Packet Tracer SOLUTION 5.1 Using Switch Click Switch → CLI Switch>en Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#line console 0 Switch(config-line)#pass megabytes Switch(config-line)#login Switch(config-line)#exit Switch(config)#line vty 0 4 Switch(config-line)#pass megabytes Switch(config-line)#login Switch(config-line)#exit Switch(config)#enable pass megabytes Switch(config)#int vlan 1 Switch(config-if)#ip add 192.168.1.1 255.255.255.0 Switch(config-if)#no shutdown Switch(config-if)# %LINK-5-CHANGED: Interface Vlan1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up Switch(config-if)#end Switch# %SYS-5-CONFIG_I: Configured from console by console
  • 32. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 31 PAGE Switch#wr Building configuration... [OK] PC's Setting Double Click → Desktop → IP Configuration → Static IP Address: 192.168.1.2 Subnet mask: 255.255.255.0
  • 33. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 32 PAGE 5.2 Using Router Configuration Commands: Router Configuration Router>enable Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#enable password cisco Router(config)#interface fa0/0
  • 34. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 33 PAGE Router(config-if)#ip address 192.168.1.1 255.255.255.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)#exit Router(config)#line vty 0 4 Router(config-line)#login local Router(config-line)#exit Router(config)#username pvgcst password pvgcst123 Router(config)#exit Router# PC's Setting PC>telnet 192.168.1.1 Trying 192.168.1.1 ...Open User Access Verification Username: pvgcst Password: Router>enable Password: Router#
  • 35. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 34 PAGE PRACTICAL – #06 AIM: Configuring FTP Using FTP Commands Software: Cisco Packet Tracer SOLUTION Configuration: Server-PT(FTP Server) Setting IP: Double Click → Desktop → IP Configuration IP Address: 172.16.0.1 Subnet Mask: 255.255.0.0
  • 36. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 35 PAGE PC0's Setting Double Click → Desktop → IP Configuration → Static IP Address: 172.16.0.3 Subnet Mask: 255.255.0.0 PC1's Setting Double Click → Desktop → IP Configuration → Static IP Address: 172.16.0.4 Subnet Mask: 255.255.0.0
  • 37. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 36 PAGE PC0's Setting Select Text Editor & create test.txt file and save it.
  • 38. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 37 PAGE Test the FTP Server & check test.txt file. Login To FTP Server: ftp 172.16.0.1 username:-admin password:-admin
  • 39. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 38 PAGE Next Download "test.txt" File In ftp dir: > Put test.txt Use dir Command To Check Downloaded File:
  • 40. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 39 PAGE To Rename The Current Downloaded File: > Rename "test.txt" to "testnew.txt" To Upload The Current Renamed File: > Get "testnew.txt"
  • 41. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 40 PAGE PRACTICAL – #07 AIM: Configuring SMTP and POP3 Software: Cisco Packet Tracer SOLUTION Devices: 2 Generic Server PT, Switch (2960), 4 PC Configuration: Server 1 (DHCP and HTTP) Setting IP: Double Click → Desktop → IP Configuration IP Address: 192.168.0.1 Subnet Mask: 255.255.255.0 Default Gateway:
  • 42. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 41 PAGE Setting DHCP: Double Click -> Config -> DHCP Select On (Radio Button) DNS Server: 192.168.0.2 Start IP Address: 192.168.0.0 Click Add/Save Setting HTTP: Double Click → config → HTTP http: Select on (Radio Button) https: Select on (Radio Button)
  • 43. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 42 PAGE Server 2 (DNS Server) Setting IP: Double Click → Desktop IP Address: 192.168.0.2 Subnet Mask: 255.255.255.0 Setting DNS: Double Click → Config → DNS DNS Services: Select On (Radio Button) Name: pvg.com //any URL you need Address: 192.168.0.1 //ip address to be redirected
  • 44. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 43 PAGE Click Add/Save PC's Setting Double Click → Desktop → IP Configuration → DHCP Checking DNS: Double Click → Desktop → Web Browser Enter in URL 192.168.0.1 //Display Web Pages OR Enter in URL pvg.com //Display Web Pages
  • 45. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 44 PAGE Setting Email: Go To Services Click On EMAIL: Select On (Radio Button) for SMTP & POP3 Service Domain Name: pvg.com //DNS Server Name → Click On Set Button User Setup Add any 4 Username and Password
  • 46. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 45 PAGE Consider 4 PC's as Your Four Users Configure Email Service For All Users:
  • 47. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 46 PAGE Save The Setting: Next Try To Send A Mail To shravanti From priya.
  • 48. Mumbai University B.SC.IT: SEM – VI PRACTICAL QUESTION INTERNET TECHNOLOGIES (2017) Practical Question With Solution 47 PAGE Send Successfully: Next Check Shravanti's MailBox.