Domain 4 Flashcards

1
Q

What is Simplex?

A

Simplex is one-way communication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Half-Duplex

A

Half-Duplex communication sends or receives at one time only.
the communication is either A to B or B to A. it is NOT bidirectional communication.

(think of a walkie talkie, when the button is pressed you are sending and are unable to receive and vice versa)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Full-Duplex?

A

Full-Duplex communication sends and receives simultaneously.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Baseband?

A

Baseband networks have one channel and can only send one signal at a time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Broadband?

A

Broadband networks have multiple channels and can send and receive multiple signals at a time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define what the internet is.

A

the internet is a global collection of peered WAN networks, it is really a patchwork of ISPs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Circuit Switching

A

Circuit switching is a type of network configuration in which a physical path is obtained and dedicated to a single connection between two endpoints

it is expensive but is always available but today it is less commonly used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define what an Extranet is

A

an extranet is a connection between private intranets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define what an Intranet is

A

An intranet is an organisations privately owned network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Packet Switching

A

a mode of data transmission in which a message is broken into a number of parts which are sent independently, over whatever route is optimum for each packet, and reassembled at the destination.

it is cheap but there is no capacity guarantee. today it is widely used (how routers send information)

because of how packet switching works, QoS (Quality of Service) gives specific traffic priority over other traffic. example: live video call is prioritised over downloading data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is UDP

A

User Datagram Protocol

a communications protocol primarily used to establish low-latency and loss-tolerating

UDP is connectionless

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is TCP

A

Transmission Control Protocol (TCP) is a transport protocol that is used on top of IP to ensure reliable transmission of packets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a PAN

A

PAN is Personal Area Network. Its is a computer network used for communication among computers and other IT devices close to one person.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is LAN

A

Lan is Local Area Network. its a network that connects computers and devices in a limited geographical area.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a MAN

A

a MAN is a Metropolitan Area Network. it is a large computer network that usually covers a city or large campus.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

in the OSI model what is layer 7?

A

Application Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

in the OSI model what is layer 6?

A

Presentation Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

in the OSI model what is layer 5?

A

Session Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

in the OSI model what is layer 4?

A

Transport Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

in the OSI model what is layer 3?

A

Network Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

in the OSI model what is layer 2?

A

Data Link Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

in the OSI model what is layer 1?

A

Physical Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

in the Protocol Data Units (PDU) model, what are the layers?

A

Bits, Frames, Packets, Segments, Data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

in the TCP/IP model, what are the layers?

A

Application Layer, Transport Layer, Internetwork Layer, Link and Physical Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What layer of the osi model does a hub reside?
Layer 1
26
Layer 1 of the osi model is vulnerable to what threats?
Data emanation, theft, eavesdropping, sniffing, interference
27
What osi layer uses logical link control for error detection
layer 2
28
MAC addresses belong to what layer on the OSI model?
layer 2
29
what are some MAC address threats?
MAC spoofing, MAC flooding
30
What Protocols belong to layer 3 of the osi model?
IP, ICMP, IPSEC, IGMP, IGRP, IKE, ISAKMP, IPX
31
What threats target layer 3 of the osi model?
Ping of death, Ping flood, Smurf spoof source and directed broadcast, IP modification, DHCP attacks
32
What Protocols belong to layer 4 of the osi model?
Transmission control protocol (TCP) User datagram protocol (UDP)
33
What protocols belong to layer 2 of the osi model?
ARP, CSMA/CD - ethernet, CSMA/CA - wireless, token passing
34
a SYN flood targets which layer of the OSI model?
layer 4
35
What is a SYN flood?
half open TCP sessions, client sends 1000's of SYN requests but never the ACK
36
What protocols belong to layer 5 of the osi model?
NetBIOS, Password authentication protocol (PAP), Point ot point tunneling protocol (PPTP)
37
What protocols belong to layer 7 of the osi model?
HTTP, HTTPS, FTP, SNMP, IMAP, POP
38
what is the order of a 3 way handshake?
client sends SYN to server server sends SYN/ACK to client client sends ACK to server
39
Virus, worms, trojans, buffer overflow, application, or OS vulnerabilities target what layers in the osi model?
5 - 7
40
in the tcp/ip model, the application layer spans which layers in the osi model?
5 -7 application, presentation and session layers
41
in the tcp/ip model , the transport layer spans which layers in the osi model?
layer 4 transport layer
42
in the tcp/ip model, the internetwork layer spans which layers in the osi model?
network layer 3
43
in the tcp/ip model, the link and physical layer spans which layers in the osi model?
data link and physical layers, layers 1 and 2
44
ports 0 - 1023 are known as what and are used for what
well known ports, mostly used for protocols
45
ports 1024 - 49151 are known as what and are used for what
registered ports, mostly used for vender specific applications
46
ports 49152 - 65535 are known as what and are used for what
dynamic, private or ephemeral ports, used by anyone for anything
47
port 20 uses which protocol?
TCP
48
port 20 is used for what
FTP data transfer
49
port 21 uses which protocol
TCP
50
port 21 is used for what
FTP control
51
port 22 uses which protocol
TCP/UDP
52
Port 22 is used for what
SSH
53
port 23 uses which protocol
TCP
54
port 23 is used for what
telnet unencrypted text communications
55
port 25 uses which protocol
TCP
56
port 25 is used for what
simple mail transfer protocol (SMTP)
57
port 110 uses what protocol
TCP
58
port 110 is used for what
post office protocol version 3 (POP3)
59
port 143 uses which protocol
TCP
60
port 143 is used for what
internet message access protocol (IMAP)
61
port 80 uses whih protocol
TCP/UDP
62
port 80 is used for what
HTTP
63
what ports can HTTP use?
80, 8080, 8008
64
what ports can SMTP use?
2525 and 25
65
port 443 uses which protocol
TCP
66
port 443 is used for what
HTTPS
67
port 137 uses which protocol
UDP
68
port 137 is used for what
NetBIOS name service - used for name registration
69
port 138 uses what protocol
TCP/UDP
70
port 138 is used for what
netBIOS datagram service
71
port 3389 uses what protocol
TCP/UDP
72
port 3389 is used for what
Microsoft terminal server (RDP)
73
port 53 is used for what
DNS
74
What does ARP do?
translates IP addresses into MAC addresses
75
What is ARP (cache) poisoning?
an attacker sends fake responses to arp requests
76
What is ICMP
internet control message protocol
77
what does ICMP do?
ICMP is used for IP addressing, it is also used for ping and TTL (time to live) exceeds in traceroute
78
Explain symmetric encryption
Symmetric encryption uses one key (shared key) for both encrypting and decrypting
79
explain asymmetric encryption
the sender of the message uses the receivers public key the recipient of the message then uses their private key to decrypt the message