SlideShare a Scribd company logo
1 of 9
Download to read offline
Question 1
IP addresses are used at the data link layer.
True
False
Question 2
Client computers provide services to users on the Internet.
True
False
Question 3
A packet with a source port number of 65 is coming from a server.
True
False
Question 4
If a reliable data communication was desired, TCP would be used.
True
False
Question 5
Encapsulation refers to the process of attaching a series of control information to a block of data.
True
False
Question 6
The IP protocol relies on ICMP to send error messages on its behalf
True
False
Question 7
Acknowledgements (ACKs) are used in TCP to ensure reliable delivery of packets.
True
False
Question 8
The digital equivalent of "wiretapping" is known as sniffing.
True
False
Question 9
The emergence of electronic voting machines has eliminated the possibility of error.
True
False
Question 10
MAC addresses are used in the application layer.
True
False
Question 11
Which of the following is not a layer in the TCP/IP protocol suite:
A.
Application layer
B.
Transport layer
C.
Delivery layer
D.
Internet (IP) layer
Question 12
In order for a packet to be directly delivered to a physical machine on a local area network, it
requires:
A.
An IP address
B.
A MAC address
C.
A web address
D.
None of the above
Question 13
A port number is used to identify _________ .
A.
the location of a computer on a network
B.
the type of network hardware being used
C.
whether TCP or UDP is being used
D.
the application on a machine that is sending and/or receiving data
Question 14
Domain names are mapped to IP addresses using _________ .
A.
HTTP
B.
DNS
C.
RARP
D.
MAC Daddy
Question 15
A denial of service attack where an attacker disables a computer in the middle of a network
connection, then impersonates the disabled computer is known as _______ .
A.
a resource-based attack
B.
SQL injection
C.
a ping of death
D.
session hijacking
Question 16
In the TCP/IP protocol suite, the network layer (or IP) is primarily responsible for ______ .
A.
generating electromagnetic signals to propagate data transmission
B.
setting up and maintaining reliable connections
C.
routing
D.
providing a user interface
Question 17
External privilege escalation typically involves:
A.
one step: use an exploit over the Internet to gain normal user access
B.
one step: run a program with an exploit to gain administrative access
C.
two steps: 1: use an exploit over the Internet to gain normal user access; 2: run a program with an
exploit to gain administrative access
D.
two steps: 1: run a program with an exploit to gain administrative access; 2: use an exploit over
the Internet to gain normal user access
Question 18
A webpage corruption attack (breaking in and changing a webpage) is an example of ______ .
A.
MAC attack
B.
denial of service attack
C.
resource-based attack
D.
service interruption-based attack
Question 19
Due to the lack of reliability measures, UDP is ______ than TCP.
A.
slower and more complicated
B.
faster and more complicated
C.
slower and less complicated
D.
faster and less complicated
Question 20
TCP uses ______ to preserve order and to recognize and eliminate duplicate packets.
A.
sequence numbers
B.
port numbers
C.
IP addresses
D.
MAC addresses
Question 21
Packets contain ______ .
A.
just blocks of data
B.
blocks of data and control fields/headers
C.
just control fields/headers
D.
none of the above
Question 22
which of the following is not a valid IP address:
A.
10.20.30.40
B.
5.0.0.5
C.
3.33.333.3
D.
1.11.111.1
Question 23
Occasionally, a router (or other device) does not know the MAC address of a computer on the
network. What protocol can be used to find the MAC address if we know the IP address?
A.
UDP
B.
ARP
C.
RARP
D.
ICMP
Question 24
A ______ attack broadcasts a “ping” to all machines on a network with a forged return address.
This results in some poor computer being bombarded with packets.
A.
ping of death
B.
session hijacking
C.
port scanning
D.
smurf
Question 25
TCP maintains two connections (client to server AND server to client) and requires a ______
handshake for connection establishment
A.
one-way
B.
two-way
C.
three-way
D.
four-way
A.
Application layer
B.
Transport layer
C.
Delivery layer
D.
Internet (IP) layer
Solution
Question 1
IP addresses are used at the data link layer.
False. MAC address used in Data LInk Layer.
Question 2
Client computers provide services to users on the Internet.
False. Servers attched to internet provides service to users.
Question 3
A packet with a source port number of 65 is coming from a server.
False. Port 65 is not a system port or well known port.
Question 4
If a reliable data communication was desired, TCP would be used.
True. Because TCP has abilityto retrunsmit packets if it's lost in transmission od the packet is
corrupted.
Question 5
Encapsulation refers to the process of attaching a series of control information to a block of data.
True. This includes informations abount source and destination IP and other protocol oriented
informations.
Question 6
The IP protocol relies on ICMP to send error messages on its behalf
True.
Question 7
Acknowledgements (ACKs) are used in TCP to ensure reliable delivery of packets.
True. For every successful packet delivery one ACK packet is send to sender.
Question 8
The digital equivalent of "wiretapping" is known as sniffing.
True. Packets are digotally captured in sniffing.
Question 9
The emergence of electronic voting machines has eliminated the possibility of error.
True. This eleminates the posibility of human error.
Question 10
MAC addresses are used in the application layer.
False. MAC addresses are used in DATA link layer.
Question 11
Which of the following is not a layer in the TCP/IP protocol suite:
C.Delivery layer
Question 12
In order for a packet to be directly delivered to a physical machine on a local area network, it
requires:
B. A MAC address
Question 13
A port number is used to identify ______.
D.the application on a machine that is sending and/or receiving data
Question 14
Domain names are mapped to IP addresses using _________ .
B.DNS
Question 15
A denial of service attack where an attacker disables a computer in the middle of a network
connection, then impersonates the disabled computer is known as _______ .
D.session hijacking
Question 16
In the TCP/IP protocol suite, the network layer (or IP) is primarily responsible for ______ .
B.setting up and maintaining reliable connections
Question 17
External privilege escalation typically involves:
C.two steps: 1: use an exploit over the Internet to gain normal user access; 2: run a program with
an exploit to gain administrative access
Question 18
A webpage corruption attack (breaking in and changing a webpage) is an example of ______ .
C.resource-based attack
Question 19
Due to the lack of reliability measures, UDP is ______ than TCP.
D.faster and less complicated
Question 20
TCP uses ______ to preserve order and to recognize and eliminate duplicate packets.
A.sequence numbers
Question 21
Packets contain ______ .
B.blocks of data and control fields/headers
Question 22
which of the following is not a valid IP address:
C.3.33.333.3 The max value of a IP field cannot exceed 255
Question 23
Occasionally, a router (or other device) does not know the MAC address of a computer on the
network. What protocol can be used to find the MAC address if we know the IP address?
B.ARP. Address resolution protocol(ARP) used to translate IP address to MAC address.
Question 24
A ______ attack broadcasts a “ping” to all machines on a network with a forged return address.
This results in some poor computer being bombarded with packets.
D.smurf
Question 25
TCP maintains two connections (client to server AND server to client) and requires a ______
handshake for connection establishment
C.three-way

More Related Content

Similar to Question 1IP addresses are used at the data link layer.True Fa.pdf

Cmit 321 final exam new spring 2016
Cmit 321 final exam new  spring 2016 Cmit 321 final exam new  spring 2016
Cmit 321 final exam new spring 2016 oking2777
 
Cmit 321 final exam new spring 2016
Cmit 321 final exam new  spring 2016 Cmit 321 final exam new  spring 2016
Cmit 321 final exam new spring 2016 andrey_milev
 
Final exam review answer(networking)
Final exam review answer(networking)Final exam review answer(networking)
Final exam review answer(networking)welcometofacebook
 
FP 303 COMPUTER NETWORK PAPER FINAL Q
FP 303 COMPUTER NETWORK PAPER FINAL QFP 303 COMPUTER NETWORK PAPER FINAL Q
FP 303 COMPUTER NETWORK PAPER FINAL QSyahriha Ruslan
 
REVIEW FINAL STUDY GUIDEQuestion 1 A _____ is used in large en.docx
REVIEW FINAL STUDY GUIDEQuestion 1 A _____ is used in large en.docxREVIEW FINAL STUDY GUIDEQuestion 1 A _____ is used in large en.docx
REVIEW FINAL STUDY GUIDEQuestion 1 A _____ is used in large en.docxjoellemurphey
 
Connecting Network
Connecting NetworkConnecting Network
Connecting Networkimacomobio
 
200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020tadeseguchi
 
200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020tadeseguchi
 
Computer Networking Multiple Choice Questions
Computer Networking Multiple Choice QuestionsComputer Networking Multiple Choice Questions
Computer Networking Multiple Choice QuestionsShusil Baral
 
CCNA TCP/IP Questions
CCNA TCP/IP QuestionsCCNA TCP/IP Questions
CCNA TCP/IP QuestionsDsunte Wilson
 
Ccn aquestions sep_2017
Ccn aquestions sep_2017Ccn aquestions sep_2017
Ccn aquestions sep_2017Trang Nguyen
 

Similar to Question 1IP addresses are used at the data link layer.True Fa.pdf (20)

Cmit 321 final exam new spring 2016
Cmit 321 final exam new  spring 2016 Cmit 321 final exam new  spring 2016
Cmit 321 final exam new spring 2016
 
Cmit 321 final exam new spring 2016
Cmit 321 final exam new  spring 2016 Cmit 321 final exam new  spring 2016
Cmit 321 final exam new spring 2016
 
Final exam review answer(networking)
Final exam review answer(networking)Final exam review answer(networking)
Final exam review answer(networking)
 
Network (IP)
Network (IP)Network (IP)
Network (IP)
 
FP 303 COMPUTER NETWORK PAPER FINAL Q
FP 303 COMPUTER NETWORK PAPER FINAL QFP 303 COMPUTER NETWORK PAPER FINAL Q
FP 303 COMPUTER NETWORK PAPER FINAL Q
 
REVIEW FINAL STUDY GUIDEQuestion 1 A _____ is used in large en.docx
REVIEW FINAL STUDY GUIDEQuestion 1 A _____ is used in large en.docxREVIEW FINAL STUDY GUIDEQuestion 1 A _____ is used in large en.docx
REVIEW FINAL STUDY GUIDEQuestion 1 A _____ is used in large en.docx
 
Connecting Network
Connecting NetworkConnecting Network
Connecting Network
 
200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020
 
200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020200+ [updated] computer networking mc qs and answers 2020
200+ [updated] computer networking mc qs and answers 2020
 
Wn vt
Wn vtWn vt
Wn vt
 
Wireless networks mcq
Wireless networks mcqWireless networks mcq
Wireless networks mcq
 
Cn
CnCn
Cn
 
Computer Networking Multiple Choice Questions
Computer Networking Multiple Choice QuestionsComputer Networking Multiple Choice Questions
Computer Networking Multiple Choice Questions
 
Ccna guide
Ccna guideCcna guide
Ccna guide
 
CCNA TCP/IP Questions
CCNA TCP/IP QuestionsCCNA TCP/IP Questions
CCNA TCP/IP Questions
 
Icmp
IcmpIcmp
Icmp
 
Security (FE)
Security (FE)Security (FE)
Security (FE)
 
Mod3-LITE-Micarandayo.pdf
Mod3-LITE-Micarandayo.pdfMod3-LITE-Micarandayo.pdf
Mod3-LITE-Micarandayo.pdf
 
Ccn aquestions sep_2017
Ccn aquestions sep_2017Ccn aquestions sep_2017
Ccn aquestions sep_2017
 
Transport_layer.ppt
Transport_layer.pptTransport_layer.ppt
Transport_layer.ppt
 

More from udit652068

Discuss briefly and with examples, What key measures need to be take.pdf
Discuss briefly and with examples, What key measures need to be take.pdfDiscuss briefly and with examples, What key measures need to be take.pdf
Discuss briefly and with examples, What key measures need to be take.pdfudit652068
 
Did BP respond in a manner that was appropriate with the oil spill t.pdf
Did BP respond in a manner that was appropriate with the oil spill t.pdfDid BP respond in a manner that was appropriate with the oil spill t.pdf
Did BP respond in a manner that was appropriate with the oil spill t.pdfudit652068
 
Describe and provide at least two examples of direct transmission of.pdf
Describe and provide at least two examples of direct transmission of.pdfDescribe and provide at least two examples of direct transmission of.pdf
Describe and provide at least two examples of direct transmission of.pdfudit652068
 
Define VRIO in business strategy Define VRIO in business strat.pdf
Define VRIO in business strategy Define VRIO in business strat.pdfDefine VRIO in business strategy Define VRIO in business strat.pdf
Define VRIO in business strategy Define VRIO in business strat.pdfudit652068
 
Define e-commerce and describe how it differs from e-business.So.pdf
Define e-commerce and describe how it differs from e-business.So.pdfDefine e-commerce and describe how it differs from e-business.So.pdf
Define e-commerce and describe how it differs from e-business.So.pdfudit652068
 
Building Social Business - EssaySolutionBuilding social busine.pdf
Building Social Business - EssaySolutionBuilding social busine.pdfBuilding Social Business - EssaySolutionBuilding social busine.pdf
Building Social Business - EssaySolutionBuilding social busine.pdfudit652068
 
You are to write a C++ program to produce an inventory repor.pdf
You are to write a C++ program to produce an inventory repor.pdfYou are to write a C++ program to produce an inventory repor.pdf
You are to write a C++ program to produce an inventory repor.pdfudit652068
 
Working with Layout Managers. Notes 1. In part 2, note that the Gam.pdf
Working with Layout Managers. Notes 1. In part 2, note that the Gam.pdfWorking with Layout Managers. Notes 1. In part 2, note that the Gam.pdf
Working with Layout Managers. Notes 1. In part 2, note that the Gam.pdfudit652068
 
Write a java program that would ask the user to enter an input file .pdf
Write a java program that would ask the user to enter an input file .pdfWrite a java program that would ask the user to enter an input file .pdf
Write a java program that would ask the user to enter an input file .pdfudit652068
 
Which of the following defines a method doubleEach that returns an ar.pdf
Which of the following defines a method doubleEach that returns an ar.pdfWhich of the following defines a method doubleEach that returns an ar.pdf
Which of the following defines a method doubleEach that returns an ar.pdfudit652068
 
When the Fed provides more reserves toprovides more reserves to.pdf
When the Fed provides more reserves toprovides more reserves to.pdfWhen the Fed provides more reserves toprovides more reserves to.pdf
When the Fed provides more reserves toprovides more reserves to.pdfudit652068
 
What is a common infrastructure and what does it provideSolutio.pdf
What is a common infrastructure and what does it provideSolutio.pdfWhat is a common infrastructure and what does it provideSolutio.pdf
What is a common infrastructure and what does it provideSolutio.pdfudit652068
 
What are the eukaryotic kingdomsQuestion 4 optionsBacteria, Ar.pdf
What are the eukaryotic kingdomsQuestion 4 optionsBacteria, Ar.pdfWhat are the eukaryotic kingdomsQuestion 4 optionsBacteria, Ar.pdf
What are the eukaryotic kingdomsQuestion 4 optionsBacteria, Ar.pdfudit652068
 
What are some of the commonly seen WLAN devices What role does each.pdf
What are some of the commonly seen WLAN devices What role does each.pdfWhat are some of the commonly seen WLAN devices What role does each.pdf
What are some of the commonly seen WLAN devices What role does each.pdfudit652068
 
Using the header(dlist) and mainline file (dlistapp) belowYou are .pdf
Using the header(dlist) and mainline file (dlistapp) belowYou are .pdfUsing the header(dlist) and mainline file (dlistapp) belowYou are .pdf
Using the header(dlist) and mainline file (dlistapp) belowYou are .pdfudit652068
 
Virology.Explain the make up and role of different complexes for .pdf
Virology.Explain the make up and role of different complexes for .pdfVirology.Explain the make up and role of different complexes for .pdf
Virology.Explain the make up and role of different complexes for .pdfudit652068
 
TOPOLOGY 541Let M be a set with two members a and b. Define the fu.pdf
TOPOLOGY 541Let M be a set with two members a and b. Define the fu.pdfTOPOLOGY 541Let M be a set with two members a and b. Define the fu.pdf
TOPOLOGY 541Let M be a set with two members a and b. Define the fu.pdfudit652068
 
These are the outputs which should match they are 4 of them -outp.pdf
These are the outputs which should match they are 4 of them -outp.pdfThese are the outputs which should match they are 4 of them -outp.pdf
These are the outputs which should match they are 4 of them -outp.pdfudit652068
 
The test solution is made basic and drops of 0.1 M Ca(NO3)2 are adde.pdf
The test solution is made basic and drops of 0.1 M Ca(NO3)2 are adde.pdfThe test solution is made basic and drops of 0.1 M Ca(NO3)2 are adde.pdf
The test solution is made basic and drops of 0.1 M Ca(NO3)2 are adde.pdfudit652068
 
The selection of officials in which of the following branches of the.pdf
The selection of officials in which of the following branches of the.pdfThe selection of officials in which of the following branches of the.pdf
The selection of officials in which of the following branches of the.pdfudit652068
 

More from udit652068 (20)

Discuss briefly and with examples, What key measures need to be take.pdf
Discuss briefly and with examples, What key measures need to be take.pdfDiscuss briefly and with examples, What key measures need to be take.pdf
Discuss briefly and with examples, What key measures need to be take.pdf
 
Did BP respond in a manner that was appropriate with the oil spill t.pdf
Did BP respond in a manner that was appropriate with the oil spill t.pdfDid BP respond in a manner that was appropriate with the oil spill t.pdf
Did BP respond in a manner that was appropriate with the oil spill t.pdf
 
Describe and provide at least two examples of direct transmission of.pdf
Describe and provide at least two examples of direct transmission of.pdfDescribe and provide at least two examples of direct transmission of.pdf
Describe and provide at least two examples of direct transmission of.pdf
 
Define VRIO in business strategy Define VRIO in business strat.pdf
Define VRIO in business strategy Define VRIO in business strat.pdfDefine VRIO in business strategy Define VRIO in business strat.pdf
Define VRIO in business strategy Define VRIO in business strat.pdf
 
Define e-commerce and describe how it differs from e-business.So.pdf
Define e-commerce and describe how it differs from e-business.So.pdfDefine e-commerce and describe how it differs from e-business.So.pdf
Define e-commerce and describe how it differs from e-business.So.pdf
 
Building Social Business - EssaySolutionBuilding social busine.pdf
Building Social Business - EssaySolutionBuilding social busine.pdfBuilding Social Business - EssaySolutionBuilding social busine.pdf
Building Social Business - EssaySolutionBuilding social busine.pdf
 
You are to write a C++ program to produce an inventory repor.pdf
You are to write a C++ program to produce an inventory repor.pdfYou are to write a C++ program to produce an inventory repor.pdf
You are to write a C++ program to produce an inventory repor.pdf
 
Working with Layout Managers. Notes 1. In part 2, note that the Gam.pdf
Working with Layout Managers. Notes 1. In part 2, note that the Gam.pdfWorking with Layout Managers. Notes 1. In part 2, note that the Gam.pdf
Working with Layout Managers. Notes 1. In part 2, note that the Gam.pdf
 
Write a java program that would ask the user to enter an input file .pdf
Write a java program that would ask the user to enter an input file .pdfWrite a java program that would ask the user to enter an input file .pdf
Write a java program that would ask the user to enter an input file .pdf
 
Which of the following defines a method doubleEach that returns an ar.pdf
Which of the following defines a method doubleEach that returns an ar.pdfWhich of the following defines a method doubleEach that returns an ar.pdf
Which of the following defines a method doubleEach that returns an ar.pdf
 
When the Fed provides more reserves toprovides more reserves to.pdf
When the Fed provides more reserves toprovides more reserves to.pdfWhen the Fed provides more reserves toprovides more reserves to.pdf
When the Fed provides more reserves toprovides more reserves to.pdf
 
What is a common infrastructure and what does it provideSolutio.pdf
What is a common infrastructure and what does it provideSolutio.pdfWhat is a common infrastructure and what does it provideSolutio.pdf
What is a common infrastructure and what does it provideSolutio.pdf
 
What are the eukaryotic kingdomsQuestion 4 optionsBacteria, Ar.pdf
What are the eukaryotic kingdomsQuestion 4 optionsBacteria, Ar.pdfWhat are the eukaryotic kingdomsQuestion 4 optionsBacteria, Ar.pdf
What are the eukaryotic kingdomsQuestion 4 optionsBacteria, Ar.pdf
 
What are some of the commonly seen WLAN devices What role does each.pdf
What are some of the commonly seen WLAN devices What role does each.pdfWhat are some of the commonly seen WLAN devices What role does each.pdf
What are some of the commonly seen WLAN devices What role does each.pdf
 
Using the header(dlist) and mainline file (dlistapp) belowYou are .pdf
Using the header(dlist) and mainline file (dlistapp) belowYou are .pdfUsing the header(dlist) and mainline file (dlistapp) belowYou are .pdf
Using the header(dlist) and mainline file (dlistapp) belowYou are .pdf
 
Virology.Explain the make up and role of different complexes for .pdf
Virology.Explain the make up and role of different complexes for .pdfVirology.Explain the make up and role of different complexes for .pdf
Virology.Explain the make up and role of different complexes for .pdf
 
TOPOLOGY 541Let M be a set with two members a and b. Define the fu.pdf
TOPOLOGY 541Let M be a set with two members a and b. Define the fu.pdfTOPOLOGY 541Let M be a set with two members a and b. Define the fu.pdf
TOPOLOGY 541Let M be a set with two members a and b. Define the fu.pdf
 
These are the outputs which should match they are 4 of them -outp.pdf
These are the outputs which should match they are 4 of them -outp.pdfThese are the outputs which should match they are 4 of them -outp.pdf
These are the outputs which should match they are 4 of them -outp.pdf
 
The test solution is made basic and drops of 0.1 M Ca(NO3)2 are adde.pdf
The test solution is made basic and drops of 0.1 M Ca(NO3)2 are adde.pdfThe test solution is made basic and drops of 0.1 M Ca(NO3)2 are adde.pdf
The test solution is made basic and drops of 0.1 M Ca(NO3)2 are adde.pdf
 
The selection of officials in which of the following branches of the.pdf
The selection of officials in which of the following branches of the.pdfThe selection of officials in which of the following branches of the.pdf
The selection of officials in which of the following branches of the.pdf
 

Recently uploaded

21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptxJoelynRubio1
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17Celine George
 
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdfUGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdfNirmal Dwivedi
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111GangaMaiya1
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonhttgc7rh9c
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
PANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptxPANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptxakanksha16arora
 
What is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxWhat is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxCeline George
 
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaEADTU
 
diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....Ritu480198
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsSandeep D Chaudhary
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsNbelano25
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...EADTU
 

Recently uploaded (20)

21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17
 
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdfUGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
PANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptxPANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptx
 
What is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxWhat is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptx
 
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
 
diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf arts
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
 

Question 1IP addresses are used at the data link layer.True Fa.pdf

  • 1. Question 1 IP addresses are used at the data link layer. True False Question 2 Client computers provide services to users on the Internet. True False Question 3 A packet with a source port number of 65 is coming from a server. True False Question 4 If a reliable data communication was desired, TCP would be used. True False Question 5 Encapsulation refers to the process of attaching a series of control information to a block of data. True False Question 6 The IP protocol relies on ICMP to send error messages on its behalf True False Question 7 Acknowledgements (ACKs) are used in TCP to ensure reliable delivery of packets. True False Question 8 The digital equivalent of "wiretapping" is known as sniffing. True False Question 9 The emergence of electronic voting machines has eliminated the possibility of error. True
  • 2. False Question 10 MAC addresses are used in the application layer. True False Question 11 Which of the following is not a layer in the TCP/IP protocol suite: A. Application layer B. Transport layer C. Delivery layer D. Internet (IP) layer Question 12 In order for a packet to be directly delivered to a physical machine on a local area network, it requires: A. An IP address B. A MAC address C. A web address D. None of the above Question 13 A port number is used to identify _________ . A. the location of a computer on a network B. the type of network hardware being used C. whether TCP or UDP is being used D. the application on a machine that is sending and/or receiving data
  • 3. Question 14 Domain names are mapped to IP addresses using _________ . A. HTTP B. DNS C. RARP D. MAC Daddy Question 15 A denial of service attack where an attacker disables a computer in the middle of a network connection, then impersonates the disabled computer is known as _______ . A. a resource-based attack B. SQL injection C. a ping of death D. session hijacking Question 16 In the TCP/IP protocol suite, the network layer (or IP) is primarily responsible for ______ . A. generating electromagnetic signals to propagate data transmission B. setting up and maintaining reliable connections C. routing D. providing a user interface Question 17 External privilege escalation typically involves: A. one step: use an exploit over the Internet to gain normal user access B.
  • 4. one step: run a program with an exploit to gain administrative access C. two steps: 1: use an exploit over the Internet to gain normal user access; 2: run a program with an exploit to gain administrative access D. two steps: 1: run a program with an exploit to gain administrative access; 2: use an exploit over the Internet to gain normal user access Question 18 A webpage corruption attack (breaking in and changing a webpage) is an example of ______ . A. MAC attack B. denial of service attack C. resource-based attack D. service interruption-based attack Question 19 Due to the lack of reliability measures, UDP is ______ than TCP. A. slower and more complicated B. faster and more complicated C. slower and less complicated D. faster and less complicated Question 20 TCP uses ______ to preserve order and to recognize and eliminate duplicate packets. A. sequence numbers B. port numbers C. IP addresses D.
  • 5. MAC addresses Question 21 Packets contain ______ . A. just blocks of data B. blocks of data and control fields/headers C. just control fields/headers D. none of the above Question 22 which of the following is not a valid IP address: A. 10.20.30.40 B. 5.0.0.5 C. 3.33.333.3 D. 1.11.111.1 Question 23 Occasionally, a router (or other device) does not know the MAC address of a computer on the network. What protocol can be used to find the MAC address if we know the IP address? A. UDP B. ARP C. RARP D. ICMP Question 24 A ______ attack broadcasts a “ping” to all machines on a network with a forged return address. This results in some poor computer being bombarded with packets. A.
  • 6. ping of death B. session hijacking C. port scanning D. smurf Question 25 TCP maintains two connections (client to server AND server to client) and requires a ______ handshake for connection establishment A. one-way B. two-way C. three-way D. four-way A. Application layer B. Transport layer C. Delivery layer D. Internet (IP) layer Solution Question 1 IP addresses are used at the data link layer. False. MAC address used in Data LInk Layer. Question 2 Client computers provide services to users on the Internet. False. Servers attched to internet provides service to users.
  • 7. Question 3 A packet with a source port number of 65 is coming from a server. False. Port 65 is not a system port or well known port. Question 4 If a reliable data communication was desired, TCP would be used. True. Because TCP has abilityto retrunsmit packets if it's lost in transmission od the packet is corrupted. Question 5 Encapsulation refers to the process of attaching a series of control information to a block of data. True. This includes informations abount source and destination IP and other protocol oriented informations. Question 6 The IP protocol relies on ICMP to send error messages on its behalf True. Question 7 Acknowledgements (ACKs) are used in TCP to ensure reliable delivery of packets. True. For every successful packet delivery one ACK packet is send to sender. Question 8 The digital equivalent of "wiretapping" is known as sniffing. True. Packets are digotally captured in sniffing. Question 9 The emergence of electronic voting machines has eliminated the possibility of error. True. This eleminates the posibility of human error. Question 10 MAC addresses are used in the application layer. False. MAC addresses are used in DATA link layer.
  • 8. Question 11 Which of the following is not a layer in the TCP/IP protocol suite: C.Delivery layer Question 12 In order for a packet to be directly delivered to a physical machine on a local area network, it requires: B. A MAC address Question 13 A port number is used to identify ______. D.the application on a machine that is sending and/or receiving data Question 14 Domain names are mapped to IP addresses using _________ . B.DNS Question 15 A denial of service attack where an attacker disables a computer in the middle of a network connection, then impersonates the disabled computer is known as _______ . D.session hijacking Question 16 In the TCP/IP protocol suite, the network layer (or IP) is primarily responsible for ______ . B.setting up and maintaining reliable connections Question 17 External privilege escalation typically involves: C.two steps: 1: use an exploit over the Internet to gain normal user access; 2: run a program with an exploit to gain administrative access Question 18 A webpage corruption attack (breaking in and changing a webpage) is an example of ______ . C.resource-based attack Question 19 Due to the lack of reliability measures, UDP is ______ than TCP. D.faster and less complicated
  • 9. Question 20 TCP uses ______ to preserve order and to recognize and eliminate duplicate packets. A.sequence numbers Question 21 Packets contain ______ . B.blocks of data and control fields/headers Question 22 which of the following is not a valid IP address: C.3.33.333.3 The max value of a IP field cannot exceed 255 Question 23 Occasionally, a router (or other device) does not know the MAC address of a computer on the network. What protocol can be used to find the MAC address if we know the IP address? B.ARP. Address resolution protocol(ARP) used to translate IP address to MAC address. Question 24 A ______ attack broadcasts a “ping” to all machines on a network with a forged return address. This results in some poor computer being bombarded with packets. D.smurf Question 25 TCP maintains two connections (client to server AND server to client) and requires a ______ handshake for connection establishment C.three-way