Preview

IP Array

Satisfactory Essays
Open Document
Open Document
644 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
IP Array
Student Name

Class

Comp 230

Date

VBScript IP Array Report
In the space provided below, copy and paste your IP_Array.vbs Program Code. If it doesn’t fit, use the next page for the continuation of your sourcecode program
' VBScript: IP_Array.vbs
' Written by: Student Name
' Date: Today's Date
' Class: COMP230
' Professor: Professor Name
' ===================================
' Below is an initialize a 2-dimension
' array of IP Address. The first index
' +100 is the room# and the second index
' +1 is the computer# in the room. dim ipAddress(5,3) ipAddress(0,0)="192.168.10.11" ipAddress(0,1)="192.168.10.12" ipAddress(0,2)="192.168.10.13" ipAddress(0,3)="192.168.10.14" ipAddress(1,0)="192.168.10.19" ipAddress(1,1)="192.168.10.20" ipAddress(1,2)="192.168.10.21" ipAddress(1,3)="192.168.10.22" ipAddress(2,0)="192.168.10.27" ipAddress(2,1)="192.168.10.28" ipAddress(2,2)="192.168.10.29" ipAddress(2,3)="192.168.10.30" ipAddress(3,0)="192.168.10.35" ipAddress(3,1)="192.168.10.36" ipAddress(3,2)="192.168.10.37" ipAddress(3,3)="192.168.10.38" ipAddress(4,0)="192.168.10.43" ipAddress(4,1)="192.168.10.44" ipAddress(4,2)="192.168.10.45" ipAddress(4,3)="192.168.10.46" ipAddress(5,0)="192.168.10.51" ipAddress(5,1)="192.168.10.52" ipAddress(5,2)="192.168.10.53" ipAddress(5,3)="192.168.10.54"
'Define Script Variable roomStr="" compStr="" ansStr="" room=0 computer=0 ans=0
DO
WScript.StdOut.Write("Please Enter the Room Number (100-105) .....") roomStr = WScript.StdIn.Readline() room = CInt(roomStr)
If room < 100 OR room > 105 Then
WScript.StdOut.WriteLine(chr(7) & chr(7) & "Error, 100 to 105 Only!!!")
WScript.echo
End If
COMP230_Wk4_IP_Array_Report.docx
Revision Date: 1213
1
Loop While room < 100 OR room > 105
Do
WScript.StdOut.Write("Please Enter the Computer Number (1-4) ...... ")

In the space provided below to copy and paste the remainder of your IP_Array.vbs sourcecode. WScript.echo
End If
Loop While room <

You May Also Find These Documents Helpful

  • Satisfactory Essays

    Unit 5 Lab JM

    • 625 Words
    • 5 Pages

    2. If not found build ARP request frame containing MAC address, IP Address, and forwarding IP address.…

    • 625 Words
    • 5 Pages
    Satisfactory Essays
  • Powerful Essays

    Week 4 B IP Subnetting Lab

    • 2462 Words
    • 19 Pages

    Develop a subnetting plan and implement it in the lab. Configure RIP as a routing protocol.…

    • 2462 Words
    • 19 Pages
    Powerful Essays
  • Satisfactory Essays

    Nt1310 Unit 7

    • 458 Words
    • 2 Pages

    Since it’s a class B address. I took the first and second set of number from the IP address and added them to the first and second part of the subnet mask. Pushing the first 2 numbers of the subnet mask to the third and fourth spot.…

    • 458 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    In the space provided below, copy and paste your IP_FileWrite.vbs program sourcecode. If it doesn’t fit, use the next page for the continuation of your program sourcecode.…

    • 1328 Words
    • 6 Pages
    Satisfactory Essays
  • Powerful Essays

    Nt1330 Unit 1 Assignment

    • 3253 Words
    • 14 Pages

    After entering all the details you need to restart networking services using the following command…

    • 3253 Words
    • 14 Pages
    Powerful Essays
  • Satisfactory Essays

    The scenario is I am an IT Administrator for a newly founded company and have been tasked with designing am IP addressing scheme and a plan for allocation and management of IP addresses. The company will currently have a single, physical location with approximately 145 hosts (computers, printers, etc.). IT plans should accommodate 50% growth in the next 2 years.…

    • 530 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    NT1210 Lab 2

    • 86 Words
    • 1 Page

    Subnet Mask . . . . . . . . . . . : 255.255.255.0…

    • 86 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    Comp230 Week 1 Lab Report

    • 941 Words
    • 4 Pages

    Copy and paste the specified ipconfig /all command output from the Windows CLI into the Task 1 box provided below.…

    • 941 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    moaclabsonline

    • 891 Words
    • 5 Pages

    2. Type c:\begin.cmd and press enter. Type c:\netw.cmd and press enter. If Netw.cmd command fails, please try again for 4-5 times till is successful. Note: This command will not be successful till the VM acquires IP from DHCP.…

    • 891 Words
    • 5 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Comp230 wk4 Ilab

    • 822 Words
    • 4 Pages

    In the space provided below, copy and paste your IP_Array.vbs Program Code. If it doesn’t fit, use the next page for the continuation of your sourcecode program…

    • 822 Words
    • 4 Pages
    Satisfactory Essays
  • Powerful Essays

    The total number of network and subnet bits equal an address’s prefix. If a Class A address of 10.10.33.46 has a mask of 255.255.224.0, then all of the 1s in the binary form of that mask, which totals 19, would be the prefix. In CIDR notation, the address would be seen as 10.10.33.46/19.…

    • 2698 Words
    • 9 Pages
    Powerful Essays
  • Good Essays

    NETW204week1labreport

    • 436 Words
    • 3 Pages

    Task 4, Step 2: Paste a screenshot AFTER you execute the “show ip route” command (2 points)…

    • 436 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Ip Assignment 1

    • 322 Words
    • 2 Pages

    2. Lowest The more fat a person has, the less water present. Female facing forward 40%…

    • 322 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Week 3 Ilab

    • 367 Words
    • 2 Pages

    Student Name | | Class | | Date | | VBScript Network Shares Lab Key ' VBScript: NetShareServer.vbs ' Written by: Student Name ' Date: Today's Date ' Class: COMP230 ' Professor: Professor Name ' = == == ==…

    • 367 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Database

    • 504 Words
    • 4 Pages

    Copy and paste the specified ipconfig /all command output from the Windows CLI into the Task 1 box provided below.…

    • 504 Words
    • 4 Pages
    Satisfactory Essays

Related Topics