4 Network Security Flashcards
(138 cards)
2 basic network connection options
1 Wired
2 Wireless
Ethernet cable =
RJ-45 connector (8 pin connector - 8 wires)
Telephone connectors =
RJ-11(6 pins)
Wi-Fi networks create -
wireless LANs
Internet Protocol main responsibilities (2)
1 providing an addressing scheme (IP addresses) that uniquely identify computers on a network
2 delivering information in chunks known as packets
3 TCP flags
1 SYN
2 ACK
3 FIN
The order of TCP flags
1 SYN
2 SYN/ACK
3 ACK
OSI Layer 7
7 Application
- determines how users interact with data
- web browsers, other client applications
OSI Layer 6
6 Presentation
- translates characters/bits
- encryption/decryption
OSI Layer 5
5 Session
- opening/maintaining/closing sessions between devices
OSI Layer 4
4 Transport
- (TCP/UDP)
- creates connections between systems and transports data in a reliable manner
OSI Layer 3
3 Network
- IP
- expands networks to many different nodes
OSI Layer 2
2 Data Link
- (MACs)
- transfers data between 2 nodes connected to the same physical network
OSI Layer 1
1 Physical
- responsible for sending bits over the network using cables, radio waves, fiber optics, etc
7 OSI layers
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
4 TCP layers
4 Application Layer (session, presentation, and application)
3 Transport Layer (same)
2 Internet layer (network)
1 Network interface (physical and data link)
IPv4 —- bit
32 bit, dotted quad, each number represented using 8 binary bits
NAT
(router/firewall) translates private IP addresses to public before sending packets
2 parts of an IP address
1 Network Portion (identifies the network that the device is connected to)
2 Host Portion (uniquely identifies the device on that network)
Subnetting is
The process of dividing a network into smaller networks
- network interfaces on devices within a subnet can communicate directly
- routers facilitate communication between different subnets
IPv6 —- bit
128 bit
- consist of eight groups of 4 hexadecimal numbers
- each number has 16 possible symbols (0-F)
Network ports are represented using a ____ with _____ possible values
16 bit binary number, 65,536 (0 - 65,535)
Well known ports (range)
0 -1023,
- ensures everyone on the internet will know how to find common services on a system
Registered ports (range)
1024 - 49151
- application vendors may register their applications to use these ports