4. Communications And Network Security Flashcards
What is the OSI model mnemonic?
All People Seem To Need Data Processing
What is the 7th level of the OSI model, and an example?
Application
Example: data
What is the 6th level of the OSI model, and an example?
Presentation
Example: data
Present data in a format that all computers can understand.
The ONLY layer without any protocols.
Concerned with (file level) encryption, compression and formatting.
What is the 5th level of the OSI model, and an example?
Session
Example: data
Responsible for establishing a connection between two applications (either on the same or different computers).
What is the 4th level of the OSI model, and an example?
Transport
Example: segments
Pervades end-to-end data transport between two machines.
Protocols used here: SSL/TLS, TCP, UDP.
What is the 3th level of the OSI model, and an example?
Network
Example: packets
What is the 2nd level of the OSI model, and an example?
Data
Example: frame, dumb switches.
What is the 1st level of the OSI model, and an example?
Physical
Example: bits
What are common threats to the 1st level of the OSI model?
Theft, unauthorized access, vandalism, sniffing, data emanation.
How do switches in the 2nd layer of the OSI model direct traffic?
They use IP addressing to direct traffic and isolate traffic into broadcast domains.
Is a layer 3 switch necessary for inter-VLAN communication?
No, layer 2 switches can perform this function.
What are the frequently exploited attacks for layer 3 of the OSI model?
Loki - sending data in ICMP headers(as a covert channel).
Ping of Death - violates the MTU (maximum transmission unit) size.
Ping floods - lots of ping traffic
SMURF - uses spoofed source address (target) and directed broadcasts to launch a DDoS.
In what case is UDP better to use then TCP?
When “real time” transfer is essential. Media streaming, gaming, etc.
What kind of firewall is at the 3rd layer of the OSI model?
Packet filters
- uses ACL to control access.
- not stateful, just looks at the network and transport layers.
What kind of firewall is at the 5th layer of the OSI model?
Stateful Firewalls
- router keeps track of connections table.