Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 31 pages
Exam (elaborations)

CPSA || Possible Questions Accurately Answered.

Document preview thumbnail
Preview 4 out of 31 pages

TCP correct answers Transmission Control Protocol UDP correct answers User Datagram Protocol ICMP correct answers Internet Control Message Protocol IP correct answers Internet Protocol 10BaseT correct answers 10 Mpbs (10 Mega Buts Per Second) 802.11 correct answers 2.4GHz / 1 or 2Mbps / DSSS or FHSS / 20 m indoors or 100 m outdoors 802.11a correct answers 5GHz 6-54mbps 802.11b correct answers 2.4 GHz / 11 Mbps 802.11g correct answers 2.4 GHz, 54 Mbps 802.11n correct answers 2.4GHz or 5GHz up to 600mbps VLAN hopping attack correct answers Based on dynamic trunk protocol. DTP is used for negotiating trunking on a link between 2 devices and for negotiating the type of trunking (802.1Q) Double encapsulation VLAN hopping attack correct answers As basic VLAN hopping sttack hs been defeated. Attackers has found a new way to implement VLAN Hopping

Content preview

CPSA || Possible Questions Accurately Answered.


TCP correct answers Transmission Control Protocol


UDP correct answers User Datagram Protocol


ICMP correct answers Internet Control Message Protocol


IP correct answers Internet Protocol


10BaseT correct answers 10 Mpbs (10 Mega Buts Per Second)


802.11 correct answers 2.4GHz / 1 or 2Mbps / DSSS or FHSS / 20 m indoors or 100 m outdoors


802.11a correct answers 5GHz 6-54mbps


802.11b correct answers 2.4 GHz / 11 Mbps


802.11g correct answers 2.4 GHz, 54 Mbps


802.11n correct answers 2.4GHz or 5GHz up to 600mbps


VLAN hopping attack correct answers Based on dynamic trunk protocol. DTP is used for
negotiating trunking on a link between 2 devices and for negotiating the type of trunking
(802.1Q)


Double encapsulation VLAN hopping attack correct answers As basic VLAN hopping sttack hs
been defeated. Attackers has found a new way to implement VLAN Hopping

,ARP Attacks correct answers ARP is based on ARP spoofing. Gratuitous is used by host to
announce their IP address to local network and avoid duplicate IP address


SPANNING TREE Attack correct answers STP is used to maintain loop free topologies in a
redundant layer 2 infrastructure. Messages are sent using Bridge Protocol Data Unit (BPDU).
The attacker send BPDU which can force a root bridge change and thus create a DOS condition
on the network. The attacker also has the ability to see frames he couldn't. There are tools that
are used to replay this attack (brconfig + macof).
A bad idea, would be to disable STP. Introducing loops would introduce another source of attack.
There are two features which are called BPDU Guard and Root Guard. BDPU Guard disables
interfaces using portfast upon detection of a BDPU message on the interface (spanning-tree
portfast dpguard). Root Guard disables interfaces who become the root bridge due to their BDPU
advertisement (spanning-tree guard root).


VLAN Trunking Protocol Attack correct answers VLAN Trunking = to extend VLAN across
multiple switches.
This attack is based on spanning tree. The VTP reduces administration in a switched network.
When configuring a new VLAN on one VTP server. The VLAN is distributed through all
switches in the domain. This reduces the need of configuring the same VLAN everywhere. VTP
is a Cisco proprietary protocol that is available on most Cisco Catalayst family products.


VMPS / VPQ Attack correct answers This is a slightly unlikely attack as it requires the network
to use VMPS. It is unusual as it imposes a significant load on the administrative resources of a
company and Cisco, whose protocol this is, is moving towards 802.1X for the same functionality.
However, if implemented, VMPS allows VLANs to be assigned based on the MAC address of
the host and these relationships are stored in a database. This database is usually downloaded to
the VMPS and then queried using VQP, an unauthenticated protocol that uses UDP (User
Datagram Protocol), making it very easy to manipulate by an attacker. As a result, by using VQP,
it is very easy to impersonate hosts as there is no authentication, which allows the attacker to join
a VLAN that he or she is not authorised to access. The mitigation is to either monitor the
network for misbehaviour, send VQP queries out of band or to disable it the protocol.

,Analysis of output from tools used to map the route between the engagement point and a number
of targets. correct answers · Querying Domain WHOIS Registrars
· Querying Netcraft
· DNS Querying
· Forward DNS Querying - eg. NSLookup
· DNS Zone Transfer - eg. Host -t axfr zonetransfer.me nsztm1.digi.ninja.


Network Sweeping Techniques to prioritise a target list and potential for false positive correct
answers Ping sweep $ nmap -sn [ip] / (previously) $nmap -sP [ip]
TCP Port Scan $ nmap -sT [ip]
UDP Port Scan $ nmap -sU [ip]
Top 10 ports $ nmap --top-ports 10 [ip]
Service Scan $ nmap -sV [ip]
No Ping Scan $ nmap -Pn [ip]
Scan All Ports $ nmap -p1-65535 [ip] / $ nmap -p- [ip]
Script Scan $ nmap --script=... [ip]


Egress Filtering correct answers Egress filtering is the control of traffic leaving the network.
Egress filtering prevents from sending unwanted traffic out of the internet. This could include
leaking out private network address space or stopping compromised system attempting to
communicate with remote hosts. Egress filtering can help in preventing information leaks due to
misconfiguration.


Port consider blocking correct answers MSRPC - TCP / UDP 135
NetBIOS - TCP / UDP 137 - 139
SMB / IP - TCP 445
TFTP - UDP 69
Syslog - UDP 514
SNMP - UDP

, SMTP - TCP 25


Ingress Filtering correct answers Ingress filtering is a method of verifying inbound packet
arriving at a network from the source computer.
Ingress filtering is one method to reduce DDOS attacks which uses forged IP address to be
propagated. While ingress traffic reduces the possibility of source address spoofing. It does not
include preclude an attacker using a forged source address of another hosts within the permitted
prefix filter range. It however ensures that when an attack occurs a network administrator will
know where the originating prefixes that are being advertised.


Active Operating System Fingerprinting correct answers Active Fingerprinting is the process of
transmitting of packets to a remote hosts and analysing the corresponding replies.
Nmap
OS Detection $ nmap -O [ip]
Aggressive Scan (equiv. -O -sV -sC --traceroute) $ nmap -A [ip]


Active Operating System Fingerprinting correct answers Passive fingerprinting is the process of
analysing packets from a host on a network. In this case a finger printer act as a sniffer and
doesn't put any traffic on the network.
Tools:
· NetworkMiner
· P0F
· Satori


Check of NMAP for services using aggressive scanning correct answers # nmap -sV -T4 -F
insecure.org


Starting Nmap ( http://nmap.org )
Nmap scan report for insecure.org (74.207.254.18)
Host is up (0.016s latency).

Document information

Uploaded on
August 9, 2025
Number of pages
31
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$15.79

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
SirAnton
3.7
(118)
Sold
798
Followers
438
Items
40095
Last sold
1 day ago




Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions