Hands-On Project 15-4 Make Network Cables
Using the tools and skills you learned about in this chapter, practice making a straight-through cable and a crossover cable. Use a cable tester to test both cables. Answer the following questions:
1. Which wiring standard did you use for the straight-through cable? List the pinouts (pin number and wire color) for each of the eight pins on each connector.
2. Will your crossover cable work on a Gigabit Ethernet network? List the pinouts (pin number and wire color) for each of the eight pins on each connector.

Answers

Answer 1

Answer:

1. You can use either standard (T-568A or T-568B) - but must keep the standard throughout the installation (can't mix A with B).

The B standard is preferred in the US.  A is mostly used overseas (Europe)

For A the proper wiring sequence is:

1 - Orange/White

2 - Orange

3 - Green / White

4 - Blue

5 - Blue / White

6 - Green

7 - Brown / White

8 - Brown

2. Cross over connections use a different pinout for one side of the cable.  The second side is wired normally.

Crossover connections are only used for device to device connections.  ( as in the case of connecting two NIC cards together directly).  They will not work if plugged into a switch or other network device.

Normal side - use the pinout from question #1

Crossover side:

1 Green / White

2 Green

3 Orange / White

4 Brown / White

5 Brown

6 Orange

7 Blue

8 Blue / White

Explanation:


Related Questions

Which of the following statements about markup languages is true?
• Markup languages are used to write algorithms.
Markup languages are used to structure content for computers to interpret
JavaScript is an example of a markup language.
Markup languages are a type of programming language.

Answers

The most widely used markup languages are SGML (Standard Generalized Markup Language), HTML (Hypertext Markup Language), and XML (Extensible Markup Language).

B .Markup languages are used to structure content for computers to interpret is true.

What is a markup language in programming?

A markup language is a type of language used to annotate text and embed tags in accurately styled electronic documents, irrespective of computer platform, operating system, application or program.

What does a markup language used to identify content?

Hypertext markup language is used to aid in the publication of web pages by providing a structure that defines elements like tables, forms, lists and headings, and identifies where different portions of our content begin and end.

To learn more about A markup language, refer

https://brainly.com/question/12972350

#SPJ2

Discuss some of the reasons you feel that people have for either liking or disliking Excel

Answers

It depends on what you’re talking about liking or disliking like are you talking about food or people

what’s the correct order of the boxes

whats the correct order of the boxes

Answers

The  correct order of the step boxes are:

13542

What is saving on the flash drive?

In order to be able to save, from any  application you are said to be using, one need to click on File, then one can also select Save As.

Note that by then one can  click on the My Computer icon, and also double-click on the USB drive.

A flash drive is known to be a computer tool that is often used in savings files and also used in moving files from one point to the other as well as editing.

Note therefore, The  correct order of the step boxes are:

13542

Learn more about flash drive from

https://brainly.com/question/27800037

#SPJ1

How do you setup Synapse x? Please explain each step

Answers

1. You download the compressed file from the website

2. Create a new folder on your desktop, then copy the file location.

3. Right click on the compressed file that contains Synapse X

4. Select “Extract all,” then paste the file location of the folder you wish to keep it in, and click “Extract.”

5. Make sure Windows Real-time Protection is OFF before trying to run the .exe file, otherwise your OS will automatically delete the .exe file then you'll have to delete all the contents from your folder and restart from step 3.

You can find the Windows Real-time Protection option by going to the Windows search bar and typing "Virus and Threat Protection,"

then clicking on the "Manage Settings" button underneath the "Virus & threat protection" tab, then disabling Real-time Protection.

It will give you a prompt warning you that your PC could be open to threats, however as long as if you're not downloading shady things from shady sites, and you're not discoverable on your Wi-Fi network, you'll be fine without it.

Keep in mind, Real-time Protection automatically turns itself back on after a set amount of time of it being disabled. So you'll have to disable it every time you wish to use Synapse X.

6. Once you've done all of that, just follow the prompts that Synapse X gives you, give your whitelist code, log in, and you're set.


Select the correct answer.
For her homework, Annie has added the picture of a fruit in a document. She wants to enhance it to give a cut-out look. Which feature or menu
option should she use?

ОА SmartArt
OB. Clip Art
OC Charts
OD Shapes

Reset
Next

PLEASE HELP!!

Answers

Answer: B- Clip art

Explanation:

Answer:

Clip Art

Explanation:

Select the correct text in the passage.
Olivia is creating a résumé. Which parts of her résumé has she done correctly?
Olivia has mentioned her skills in the heading of the résumé. She has also
mentioned her age, personal email address, and marital status. She has created a
bulleted list of her achievements. Olivia has used a decorative font to make her
résumé look attractive. She has listed her work experience in chronological
order,starting with the most recent and ending with the oldest.

Answers

Olivia has done the following parts of her résumé correctly:
1. Mentioned her skills in the heading of the résumé.
2. Created a bulleted list of her achievements.
3. Listed her work experience in chronological order, starting with the most recent and ending with the oldest.

However, she has made some mistakes:
1. Olivia should not mention her age, personal email address, or marital status in her résumé as these details are not relevant to her qualifications for a job.
2. Using a decorative font to make the résumé look attractive is not recommended as it can make the document difficult to read and may not be compatible with different devices or software. It is better to use a professional and easily readable font.

For more such questions chronological,Click on

https://brainly.com/question/3271312

#SPJ8

A client has the right to receive ethically conducted research. Discuss this statement with examples.

Answers

A client has the right to receive ethically conducted research. This means that the researcher should adhere to the principles of scientific research, which includes honesty, objectivity, integrity, and respect for human subjects. In addition, the researcher should ensure that the research is conducted in a safe and responsible manner.

What is research?
Research is defined as "creative and methodical activity done to improve the body of knowledge." It entails the objective gathering, organising, and analysis of data in order to improve comprehension of a subject or issue. A research effort could build on prior contributions to the field. Research may duplicate portions of earlier projects or the project as a complete to verify the accuracy of instruments, processes, or experiments.

Documentation, discovery, interpretation, as well as the research and development (R&D) of methods & systems again for advancement of human knowledge are the main goals of basic research (as opposed to applied research). Research methodologies are based on epistemologies, which differ greatly within and between the humanities and sciences.

To learn more about research
https://brainly.com/question/25257437
#SPJ13

Which tab can be used to change the theme and background style of a presentation?
O Design
O Home
O Insert
O View

Answers

Answer:

Design

Explanation:

seems the most correct one..

I would say design as well.

Consider bears = {"Grizzly":"angry", "Brown":"friendly", "Polar":"friendly"}. Can you replace #blank# so the code will print a greeting only to friendly bears? Your code should work even if more bears are added to the dictionary. for bear in bears: if #blank#: print("Hello, "+bear+" bear!") else: print("odd") Enter your code here.

Answers

Answer:

bears = {"Grizzly":"angry", "Brown":"friendly", "Polar":"friendly"}

for bear in bears:

   if bears[bear] == "friendly":

       print("Hello, "+bear+" bear!")

   else:

       print("odd")

Explanation:

A dictionary called bears is given. A dictionary consists of key-value pairs.

You need to check each key-value pairs in bears and find the ones that have "friendly" as value using a for loop and if-else structure. In order to access the values of the dictionary, use the dictionary name and the key (inside the loop, the key is represented as bear variable). If a key has a value of "friendly", print the greeting. Otherwise, print "odd".

Type the correct answer in the box. Spell all words correctly.

What is the person creating the technical design or drawing known as?

The person creating the technical design or drawing is known as a blank ?

Type the correct answer in the box. Spell all words correctly.What is the person creating the technical

Answers

Note that the person creating the technical design or drawing known as drafts man.

How are drafts men useful?

We must note that drafts men are those who are very proficient at creating engineering designs. They can function in Architecture, Engineering, Automobile Engineering etc.

Their job, mainly is to translate the idea of a project into the first pictorial representation that will guide the building engineers into translating same into reality.

Learn more about technical design at:

https://brainly.com/question/5498990?

#SPJ1

Describe three ways in which your activities affect the environment.

Answers

Answer:

Opening loud music , cleaning and ... I don't know

What is the main difference between Trademarks and Copyrights?



Trademarks have not enter the Public Domain as long as the company exists.


Trademarks convert any mark you make into a copyrightable IP


Trademarks give you the right to trade IPs with other companies.


Trademarks allow you to get around the copyright laws and keep your IP from entering Public Domain.


Giving brainliest if it’s right.

Answers

Answer:

copyrights protect creative or intellectual works, and trademarks apply to commercial names, phrases, and logos

Explanation:

I bring my _____ computer to work
a. in box
b. ebook​

Answers

B. Ebook is the correct answer

_____ can be lost or stolen by cybercriminals. Select 2 options.

Free WiFi

Computer devices

Computer networks

Antivirus software

Portable devices

Answers

Answer:

Free WiFi

Computer networks

Explanation:

They cant really take your stuff they can only take virtual objects.

Free Wifi and Computer Networks

A __________ is a sequence of characters.

Answers

string i think:)))))

Suppose the state machine shown below is in State C and receives the string 100010. What is its ending
state?

Suppose the state machine shown below is in State C and receives the string 100010. What is its ending

Answers

The given state machine is in State C and receives the string 100010, the ending state of the state machine will be State B (option B).

What is the state machine? A state machine is a mathematical model of a system. It is an abstract machine that can be in exactly one of a finite number of states at any given time. State machines are often used for stateful entities such as computers, processors, and other electronic devices.

How to solve the problem? We start from the starting state State A and follow the given string 100010.

State A: The first symbol of the string is 1, so we move from state A to state B.

State B: The second symbol of the string is 0, so we move from state B to state D.

State D: The third symbol of the string is 0, so we move from state D to state E.

State E: The fourth symbol of the string is 0, so we move from state E to state F.

State F: The fifth symbol of the string is 1, so we move from state F to state B.

State B: The sixth and last symbol of the string is 0, so we remain in state B, and it's our ending state. Therefore, the ending state of the state machine will be State B.

For more questions on processors, click on:

https://brainly.com/question/614196

#SPJ8

Can someone help me with this? Heres the question.


Use the function written in the last lesson to calculate the gold medalists’ average award money for all of their gold medals. Define another function in your program to calculate the average.

Your program should then output the average award money, including the decimal place. Your program should use a total of two functions. You may assume that the user will provide valid inputs.

Sample Run
Enter Gold Medals Won: 3
How many dollars were you sponsored in total?: 20000
Your prize money is: 245000
Your average award money per gold medal was 81666.6666667

Answers

The written programme that determines the average reward sum for a specified number of gold medals and total prize money is provided below.

What does the code above refer to?

The entire award money is determined by dividing the total reward money by the number of gold medals using the first function, calculate award money. Therefore, The average prize money is determined by dividing the total prize money by the number of gold medals using the second function, calculate average.

Return calculate award money(gold medals, total prize money) / gold medals in the function def calculate average(gold medals, total prize money).

medals gold = int

"Enter Gold Medals Won: " input

ttal prize money = int("How much money were you sponsored overall? ");

Gold medals and the total reward money are used to compute the award money.

calculate average(gold medals, total prize money) = average award money

print(award money, "Your prize money is:")

print("Your average gold medal award was," average award money) ("Your average gold medal award was," average award money)

To know more about programme visit:-

https://brainly.com/question/30307771

#SPJ1

Write some keywords about touchscreen

Answers

\({\huge{\underline{\bold{\mathbb{\blue{ANSWER}}}}}}\)

______________________________________

\({\hookrightarrow{Keywords}}\)

touchscreentouch inputmulti-touchgesturesstylusresistivecapacitivehaptic feedbacktouch latencytouch accuracytouch sensitivitytouch screen technologytouch screen interfacetouch screen displaytouch screen monitortouch screen laptoptouch screen phone

Please help me with this
For the three Ontario University (U or T, York, Ryerson) are the courses that I have taken good when wanting to get admitted into Computer Science

6 U/M Courses:

- ENG 4UO (English)
- SPH 4UO (Physics)
- ICS 4UO (Computer Science)
- MHF 4UO (Advanced Functions)
- MCV 4UO (Calculus and Vectors)
- TEJ 4MO (Computer Engineering Technology)

* DO I NEED SCH 4UO (Chemistry) for computer science

Answers

Although Chemistry (SCH 4UO) is not usually a mandatory prerequisite for entering Computer Science programs, it is wise to carefully scrutinize the individual admission standards of the universities that catch your eye to guarantee that you satisfy their prerequisites.

What are the Courses about

Judging from the courses above,  Having a good grasp of written communication is often a prerequisite for enrollment in a wide range of university programs, and taking English (ENG 4UO) serves as proof of this skillset.

Your interest and background in the field are evident through your enrollment in Computer Science (ICS 4UO). Enrolling in this course can significantly enhance your chances of getting accepted into a Computer Science program, and it offers significant practical benefits.

Learn more about University  from

https://brainly.com/question/1086066

#SPJ1

Which is the best Graphic Design training institute In Jaipur ?

Answers

How to identify a good graphic design training institute in Jaipur, or any other location:

Reputation: Look for institutes with a good reputation in the industry. Check their reviews, testimonials, and ratings from previous students or alumni to get an idea of their quality of education.

What is Graphic Design training institute In Jaipur?

Others are:

Curriculum: Review the curriculum of the graphic design course offered by the institute. It should cover relevant topics such as design principles, software skills (e.g., Adobe Photoshop, Illustrator, InDesign), typography, branding, and user experience (UX) design.

Faculty: Check the credentials and experience of the faculty members who will be teaching the graphic design course. Experienced and knowledgeable faculty can greatly impact the quality of education.

Lastly, Infrastructure: Evaluate the infrastructure of the institute, including classrooms, computer labs, design studios, and other facilities required for learning graphic design.

Read more about Graphic Design here:

https://brainly.com/question/28807685

#SPJ1

Waht is information technology

Answers

I think you mean what is information technology

Information technology is the study/ use of using human-made systems to retrive or send information.

pleassssseee help
what is High Level programming
Language ​

Answers

Answer:

High level programming language is a language that simplifies computer programming.

Examples are python, visual basic,java,JavaScript .It is a language with abstraction from details of the computer.

import random
def loadWordList(path):
lines=[]
try:
fileObj = open (path,"r")
for line in fileObj:
lines.append(line)
except:
print(f"Error with file: {path}")
return None
return lines
def guessWord(mWord):
asteriskWord = "*" * (len(mWord) - 1)
# convert each character in asteriskWord to a list
asteriskList = list(asteriskWord)

# repeat until all * have been converted to their matching letter
while ("*" in asteriskWord):
letterFound = False
print("\n\n")
print (asteriskWord)
letter = input("Enter a letter to guess --> ")
letter = letter[0]
for i in range(len(asteriskList)+1):
if letter == mWord[i]:
asteriskList[i] = letter
letterFound = True
if not letterFound:
print (f"{letter} is not in the mystery word")
# convert list back to a string
asteriskWord = "".join(asteriskList)
print(f"\n\nCongradulations: you guessed the word {mWord}")
def main():
wordList = loadWordList("c:\\user\\sandy\\wordlist.txt")
mysteryWord = wordList[random.randrange(0,len(wordList))]
guessWord(mysteryWord)
main()

I need to fix the bugs and also add the word "bomb" to the code as a mystery word

import randomdef loadWordList(path):lines=[]try:fileObj = open (path,"r")for line in fileObj:lines.append(line)except:print(f"Error

Answers

Using the knowledge in computational language in python it is possible to write a code that using a string that debug a code of the game.

Writting the code:

def loadWordList(path):

lines=[]

try:

fileObj = open (path,"r")

for line in fileObj:

lines.append(line)

except:

print(f"Error with file: {path}")

return None

return lines

def guessWord(mWord):

asteriskWord = "*" * (len(mWord) - 1)

while ("*" in asteriskWord):

letterFound = False

print("\n\n")

print (asteriskWord)

letter = input("Enter a letter to guess --> ")

letter = letter[0]

for i in range(len(asteriskList)+1):

if letter == mWord[i]:

asteriskList[i] = letter

letterFound = True

if not letterFound:

print (f"{letter} is not in the mystery word")

asteriskWord = "".join(asteriskList)

print(")

def main():

wordList = loadWordList("c")

mysteryWord = wordList[random.randrange(0,len(wordList))]

guessWord(mysteryWord)

main()

See more about python at brainly.com/question/18502436

#SPJ1

import randomdef loadWordList(path):lines=[]try:fileObj = open (path,"r")for line in fileObj:lines.append(line)except:print(f"Error

Which is a graphical tool used to represent task duration but not sequence?
A. CPM
B. Network Diagram
C. Pert
D. Gantt

Answers

CPM is a graphical tool used to represent task duration but not sequence.

What is the CPM used for?

The critical path method (CPM) is known to be a method  where a person identify tasks that that are essential for project completion and know its scheduling flexibilities.

Therefore, CPM is a graphical tool used to represent task duration but not sequence.

Learn more about graphical tool from

https://brainly.com/question/12980786

#SPJ1

true or false. Two of the main differences between storage and memory is that storage is usually very expensive, but very fast to access.​

Answers

Answer:

False. in fact, the two main differences would have to be that memory is violate, meaning that data is lost when the power is turned off and also memory is faster to access than storage.

Following program use in coding

Answers

Hmmmmmm..... I think its java if I'm correct

4. How do the words describing nature in
lines 12-14 contribute to the tone of the passage?


Answers

Can you add the passage ?

Question 2 (1 point) What should the main body paragraphs of a written document include?
identification of the subject

an outline

facts, statements, and examples a

summary of key points

Answers

The key concept or subject that will be covered in that specific paragraph should be introduced in the first sentence of that paragraph. Providing background information and highlighting a critical point can accomplish.

What information should a body paragraph contain?

At a minimum, a good paragraph should include the following four components: Transition, main idea, precise supporting details, and a succinct conclusion (also known as a warrant)

What constitutes a primary body paragraph in an essay?

The theme sentence (or "key sentence"), relevant supporting sentences, and the conclusion (or "transitional") sentence are the three main components of a strong body paragraph. This arrangement helps your paragraph stay on topic and provides a clear, concise flow of information.

To know more about information visit:-

https://brainly.com/question/15709585

#SPJ1

Explain expansion bus

Answers

Answer:

okay here

Explanation:

An expansion bus is an assortment of wires that allows for computer expansion with the use of an expansion board, a printed circuit board inserted into an expansion slot on the motherboard or backplane that provides additional features to a computer system.

The expansion bus is a collection of cables that facilitates the growth of a computer system by operating an expansion board, or by using a backplane, which facilitates the evolution of a computer system. In addition, the computer system will also be provided with additional features.

Hope this helps :)

it is a read mostly memory that can be electronically written into any time without arising prior contact
a. ROM
b.EPROM
c. cache
d. EEPROM​

Answers

Answer:

d. EEPROM

Explanation:

EEPROM stands for Electrically erasable programmable read-only memory which is characterized as a non-volatile working memory chipset capable of storing information and distaict on terms of its stability and data retention capability. EEPROM's are very advantageous and provide several up features than most other chipset. The retention ability of information on EEPROM'S such that initial content remains intact while writing even when power is removed. Other memory types mentioned also have their own features, however. EEPROM best suits the description.

Other Questions
imagine that all routers have 16 ports. in the best allocation of addresses, what is the size of the routing table required in each router? As you were holding your cousin's baby, you notice that her eyelids tremble because her eyes were darting underneath her eyelids. The baby is most likely experiencing ________ sleep. Which best explains how Selena can correct her error? She can change the magnets so like poles are facing each other. She can change the arrows so they show current traveling in opposite directions on the sides of the loop. She can change the arrows so they show the magnetic field reversing direction between the magnets. She can change the magnetic poles so they are both on one side of the loop. Explain how the discovery of mid-ocean ridges and sea-floor spreading help provide evidence that finally led to the acceptance of Alfred Wegener's theory of continental drift within the scientific field. Why do nonmetal atoms share electrons in covalent bonds expanded form of 73.09 What is the solution of equations 8x 3y 5 3x 2y 5 *? Line j passes through points 1,6 and 7,1 line k is parallel to line j. What is the slope of line k? ____44.Antivirus programs look for a specific pattern of virus code. What is this pattern called?a.virus mapc.virus indexb.virus signatured.virus identifier A red purse contains $7, and a black purse contains $10. Each package contains X red purses and Y black purses. If there are N packages (N 2) and the total value of them is $2021 and if each of X, Y, and N are positive integers, what is X+Y+N? What are political machines, how did they work with immigrants, andexplain two illegal activities they were associated with. A small block of mass 2m initially rests on a track at the bottom of the circular, vertical loop-the-loop shown above, which has a radius r. The surface contact between the block and the loop is frictionless. A bullet of mass m strikes the block horizontally with initial speed v_0 and remains embedded in the block as the block and bullet circle the loop. Determine each of the following in terms of m. r_0, r, and g. a. The speed of the block and bullet immediately after impact b. The kinetic energy of the block and bullet when they reach point P on the loopc. The minimum initial speed v_min of the bullet if the block and bullet are to successfully execute a complete circuit of the loop A football player can hear his coachs voice above the noise of the crowd and can sense an opponent about to run him down. These abilities are due to the action of what part of the brain? who is the richest busssiness men in world and country at present? A and B form a partnership; each contributes $500. They share all profits and losses equally. AB's initial Book Basis balance sheet is as follows: Assets Liabilities & CapitalCash $1,000 Capital - A $500 Capital - B $500Initial Transaction - The partnership buys a building for $1,200, paying $300 cash and giving an $900 mortgage for the balance. AB also invested some of the cash in some stock ($200) and bonds ($200). What does AB's balance sheet look like after these transactions? according to the reading renault-nissan alliance needs stronger ties , what ensured the introduction of double voting right for the long-time shareholders in renault? What angle is this is it a obtuse right or straight I need help it is important to use preview statements and transitions when giving a lecture. T/F When did the earliest primates appear on earth? a. 3.5 billion years ago b. 500 million years ago c. 65 million years ago d. 0.2 million years ago Which system of government to do regional governments, such as states, hold all of the power?