Lab 10 Report
.docx
keyboard_arrow_up
School
Northern Kentucky University *
*We aren’t endorsed by this school
Course
247
Subject
Computer Science
Date
Feb 20, 2024
Type
docx
Pages
4
Uploaded by MagistrateRoseOwl35
[Student’s Name] [Lab Partner’s Name*]
[Instructor’s Name]
CIT 247
[Date of Submission]
CIT 247 Lab 10: IPv6 Addressing
Instructions:
Please answer the questions below and include screenshots when requested.
When you are finished, add your last name or NKU username to the beginning of this
document’s filename. After this, upload this lab report alongside your GNS3 work to Canvas.
*If you worked with a lab partner, please add his or her name after yours and separate the names
with a semicolon. If not, simply delete the partner’s placeholder text.
Questions:
Q1.1: What are the IPv6 addresses configured on the PCs? You may type them out or use
screenshots to answer.
Q1.2: What IPv6 address type is configured on the PCs? Please explain how they were
generated with EUI-64, starting with the MAC address of one of the PCs. Pages 560 to 561
of your textbook will be helpful here. (4 sentences required)
The EUI-64 format for IPv6 addresses is derived from a 48-bit MAC address. This MAC address
is split into two segments: the first 24 bits as the Organizationally Unique Identifier and the latter
24 bits as the NIC specific part. A 16-bit sequence, 0xFFFE, is then inserted between these two
halves to create a 64-bit EUI address. Following this, the seventh bit in the interface ID portion is
modified to complete the process.
Q1.3: What are the IPv6 addresses configured on the two router interfaces? What are their
IPv6 address types? Each interface should have two IPv6 addresses.
The IPv6 addresses configured on the router interfaces are:
FastEthernet0/0:
fe80::250:79ff:fe66:6800/64
fd00:1:1:1:2050:79ff:fe66:6800/64
FastEthernet0/1:
fe80::250:79ff:fe66:6801/64
fd00:1:1:2:2050:79ff:fe66:6801/64
Q2.1: List the new IPv6 addresses on the PCs (they should start with FD). These will be
different than the ones in your answer to Q1.1. You may type out the addresses or use
screenshots to answer.
Q2.2: Please explain the specific purposes of the IPv6 addresses that start with FE80 and
FD.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
• Improve your script by plotting the graph of the File Edit View Insert Tools Desktop Window Help
polynomíal equation.
> Plot the curve in x-y space.
> Display the equation on the graph.
> Display the location and the value of the roots, if
120
100
there áre any real roots.
Hints:
1x-2x-10-0
> Build your plot data as two vectors for x and y
40
values, respectively.
> Use text (x, y,str) to display text on the graph.
> Use sprintf to generate your strings for text
20
-2.32
4.32
function.
> To display a left arrow, use \leftarrow.
> You can get axis limits using xlim and ylim.
arrow_forward
True or false :
1-In html form, dropdown box selected attribute will not select option by default.
2- In HTML form, post method will hide data inside the request.
arrow_forward
https://drive.google.com/file/d/1WvadErM-1ffp8gm2LcdqdMrtZ0gv3fJv/view?usp=sharing
here in that link there is my code can please add comments to my code and describe me what is happening
arrow_forward
You create one folder named as “FCS-your student id number”. Encrypt the content of the folder “FCS-your student id number” and attach the screenshot below.
arrow_forward
Html
arrow_forward
THIS SHOULD BE LIKE A LOG IN SIGN UP TYPE OF PAGE
Create a html sign-in page for a website. The page should obtain the following information: the user’s first and last names, street address, city, state, zip code, email address, and phone number. The phone number should be entered in the form (XXX)XXX-XXXX (where X is a digit). Validate the phone number entry to ensure that the user has entered 10 digits with the area code in parentheses and the three-digit extension separated from the last four digits by a hyphen. Save your page as sign_in2.html and be sure to include an appropriate page title. PartB: Add a username and password to PartA. The username should be between 4 and 20 characters. The password should be between 4 and 12 characters, contain at least one digit, and contain at least one uppercase and one lowercase character. Select four special characters and require that the password contain at least one of them. Save your page as sign_in3.html and be sure to include an…
arrow_forward
q4-
Which tag is used to create a new heading cell in a table?
Select one:
a.
<tr>
b.
<td>
c.
<table>
d.
<colspan>
e.
<th>
Clear my choice
arrow_forward
Your First Form
Setting Up:
Add the following HTML after the Level One Section Heading in forms.html
Part 1
Directions:
You are a frontend developer working with a backend developer. The backend developer
needs the following data sent to the path "/api/user" in order to create a User record on the
server:
Data requirements:
• First Name
• Last Name
• Email
o perform standard e-mail validation on this field
Password
o The password should be at least 7 characters long
o The text in this field should be obscured so that it cannot be read
HTML element Requirements:
1 x Form element
1 x Fieldset element
1 x Legend element
4 x Label elements
5 x Input elements
Your job is to create an HTML form in forms.html that satisfies the data and HTML
requirements above.
arrow_forward
Save : You'll use this command to create a copy of a document while
keeping the original. When you use Save As, you'll need to choose a
different name and/or location for the copied version.
O True
O False
Word includes different options for customizing a table, including adding
rows or columns and changing the table style.
O True
False
If there is text you want to move from one area of the document to
another. you can copy and paste or drag and drop the text.
O True
False
arrow_forward
Code 44.
Desgn
arrow_forward
Edit the following code to ensure FTP passive mode is used in your PHP script.
ftp_pasv($conn, ___);
arrow_forward
user entered, as well as the results in a table. Style the table as shown below (though exact colors don't have to
match). Include a link back to the input form. Format the numbers in your output.
Input Form:
Filename
Last Updated
Available Actions
hw05-input html May 05 2020 10:07:31.
hw05-results php May 05 2020 10.07.31.
Delete View Source Open In New Tab Open Here
Delete View Source Open ln New Tab Open Here
hw0S.css
May 05 2020 10:07:31. Daleta View Source
-New File-
hw05 - Population Growth
Years to forecast: 10
Current Population: 10000
Growth Rate: 8
Calculatel
arrow_forward
Create Kotlin Project (Mobile Application)
Create a Birthday Card app that accepts a person's name and date of birth. Clicking the Submit button will load a new activity which will display the person's name, age, birthstone, and Chinese Zodiac sign.
Submit layout files (.xml), code behind file(s) (.kt), and manifest file.
arrow_forward
Create a web form to help in creating simple random passwords. Your web form should have four text fields named Field1, Field2, Field3, and Field4, as well as “Reset” and “Submit” buttons. You need to create a separate PHP form-processing script that verifies that all four words are entered, that all of them contain only letters, and that all four are between 4 and 7 characters long. Once all of the words have been verified as correct, use the strtoupper() and str_shuffle() functions to produce four suggested jumbled sets of passwords using the words entered in the text fields
Note: you need to perform the validation on the server side using PHP scripts. use the preg_match() function to check for letters
arrow_forward
Offive365.
arrow_forward
Visit the following webpage: https://archive.org/details/National_Geographic_Wallpapers This webpage hosts a collection of 506 images from National Geographic Magazine with most of these images previously being part of an international photography contest. Your task is to randomly choose 5 images and identify the objects within those images using Google’s vision API. Submit your iPython notebook code, and screenshots of output as shown below.
You may need to reactivate your Google vision API account (or billing information for trial cycles) if you haven’t used it recently.
Here is the sample code
import base64
import urllib
import os
import io
import PIL
from IPython.display import display, Image
GOOGLE_API_KEY = '' #Use your Google API key here
pip install google-api-python-client
from googleapiclient.discovery import build
service = build('vision', 'v1', developerKey=GOOGLE_API_KEY)
cat = 'C:\\Users\\Instagram and neural networks\\cat.jpg'
def label_image(path=None, URL=None,…
arrow_forward
Which Property Of A Hyperlink Signifies Unvisited Hyperlinks?
arrow_forward
using date object how can i add this to my jscode. Please the coding should not be in html script but should be in my jscode. the html code below is for reference only to validate form.
Expiry Date (Month)
Required field
Expiry Date
Valid expiry date to ensure the card being used has not expired
NOTE: regarding the expiry date, you MUST use the date object to ensure that your date check is dynamic.
<label for="month">Expiry Date</label> <select id="month" name="month"> <option>- Month -</option> <option value="1">January</option> <option value="2">February</option> <option value="3">March</option> <option value="4">April</option> <option…
arrow_forward
PHP page. This page should ask a name from the user and then when submitted via POST method; should display the name as it is submitted, in capital letters, in small letters, and also should display the length of the name
arrow_forward
Please help me
arrow_forward
Table rows are created by using which tag?
Group of answer choices
<tablerow>
<row>
<tr>
<trow>
this is for HTML
arrow_forward
Microsoft Word training courses
Make a title for the document.
You can connect to another server by giving a hyperlink to a file on that server.
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning
Related Questions
- • Improve your script by plotting the graph of the File Edit View Insert Tools Desktop Window Help polynomíal equation. > Plot the curve in x-y space. > Display the equation on the graph. > Display the location and the value of the roots, if 120 100 there áre any real roots. Hints: 1x-2x-10-0 > Build your plot data as two vectors for x and y 40 values, respectively. > Use text (x, y,str) to display text on the graph. > Use sprintf to generate your strings for text 20 -2.32 4.32 function. > To display a left arrow, use \leftarrow. > You can get axis limits using xlim and ylim.arrow_forwardTrue or false : 1-In html form, dropdown box selected attribute will not select option by default. 2- In HTML form, post method will hide data inside the request.arrow_forwardhttps://drive.google.com/file/d/1WvadErM-1ffp8gm2LcdqdMrtZ0gv3fJv/view?usp=sharing here in that link there is my code can please add comments to my code and describe me what is happeningarrow_forward
- You create one folder named as “FCS-your student id number”. Encrypt the content of the folder “FCS-your student id number” and attach the screenshot below.arrow_forwardHtmlarrow_forwardTHIS SHOULD BE LIKE A LOG IN SIGN UP TYPE OF PAGE Create a html sign-in page for a website. The page should obtain the following information: the user’s first and last names, street address, city, state, zip code, email address, and phone number. The phone number should be entered in the form (XXX)XXX-XXXX (where X is a digit). Validate the phone number entry to ensure that the user has entered 10 digits with the area code in parentheses and the three-digit extension separated from the last four digits by a hyphen. Save your page as sign_in2.html and be sure to include an appropriate page title. PartB: Add a username and password to PartA. The username should be between 4 and 20 characters. The password should be between 4 and 12 characters, contain at least one digit, and contain at least one uppercase and one lowercase character. Select four special characters and require that the password contain at least one of them. Save your page as sign_in3.html and be sure to include an…arrow_forward
- q4- Which tag is used to create a new heading cell in a table? Select one: a. <tr> b. <td> c. <table> d. <colspan> e. <th> Clear my choicearrow_forwardYour First Form Setting Up: Add the following HTML after the Level One Section Heading in forms.html Part 1 Directions: You are a frontend developer working with a backend developer. The backend developer needs the following data sent to the path "/api/user" in order to create a User record on the server: Data requirements: • First Name • Last Name • Email o perform standard e-mail validation on this field Password o The password should be at least 7 characters long o The text in this field should be obscured so that it cannot be read HTML element Requirements: 1 x Form element 1 x Fieldset element 1 x Legend element 4 x Label elements 5 x Input elements Your job is to create an HTML form in forms.html that satisfies the data and HTML requirements above.arrow_forwardSave : You'll use this command to create a copy of a document while keeping the original. When you use Save As, you'll need to choose a different name and/or location for the copied version. O True O False Word includes different options for customizing a table, including adding rows or columns and changing the table style. O True False If there is text you want to move from one area of the document to another. you can copy and paste or drag and drop the text. O True Falsearrow_forward
- Code 44. Desgnarrow_forwardEdit the following code to ensure FTP passive mode is used in your PHP script. ftp_pasv($conn, ___);arrow_forwarduser entered, as well as the results in a table. Style the table as shown below (though exact colors don't have to match). Include a link back to the input form. Format the numbers in your output. Input Form: Filename Last Updated Available Actions hw05-input html May 05 2020 10:07:31. hw05-results php May 05 2020 10.07.31. Delete View Source Open In New Tab Open Here Delete View Source Open ln New Tab Open Here hw0S.css May 05 2020 10:07:31. Daleta View Source -New File- hw05 - Population Growth Years to forecast: 10 Current Population: 10000 Growth Rate: 8 Calculatelarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- COMPREHENSIVE MICROSOFT OFFICE 365 EXCEComputer ScienceISBN:9780357392676Author:FREUND, StevenPublisher:CENGAGE LNp Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:CengageProgramming with Microsoft Visual Basic 2017Computer ScienceISBN:9781337102124Author:Diane ZakPublisher:Cengage Learning
- New Perspectives on HTML5, CSS3, and JavaScriptComputer ScienceISBN:9781305503922Author:Patrick M. CareyPublisher:Cengage Learning
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning