Chapter 6 - Network Security Flashcards
(156 cards)
What is the tcp/ip model
Predecessor to the OSI model, had 4 layers instead of 7 application is one instead of 3 layers
What ISO is the OSI model
ISO 7498
What are the OSI layers?
Physical Data link Network Transport Session Presentation Application
Open network architecture
A non proprietary architecture no one owns
Encapsulation
Appending data to a packet one OSI layer at a time in a wrapper
Application Layer 7
Application protocol layer, software accesses API to common protocols like HTTP SMTP FTP each of which starts the OSI process and hands off to the presentation layer
Presentation layer 6
Data is converted to a standard and may be encrypted and/or compressed.
Ex word 2010 document is made in application layer, at presentation layer this becomes ASCII and at another workstation this ASCII is opened in open office to view the file
Session Layer 5
This is where the data is sent from application to application.. This is where the server/client pieces have relevant association. The session is controlled by the software still at this point, authentication requirements live here
Transport layer 4
TCP/UDP type network sessions are handled and maintained at this layer
SSL resides here due to network level encryption
Network layer 3
IP and routing protocols live here
Data link layer 2
Logical link control - LLC
Media access control - MAC
Logical link control
Interprets network data and converts it to a MAC addressing aware format
Media access control MAC
This is what specifies the appropriate voltage output. MAC addressing is also encapsulated in the packet. Different media requires different voltages, these decisions occur here
Physical layer 1
Transmits the voltage specified by the MAC into or from the wire
What are the port ranges?
Well known 0-1024
Registered 1024-49151
Dynamic 49152-65535
SYN proxy
Software that will hold onto the connection until the tcp handshake is complete
TCP session hijacking
This is done by predicting the sequence number and inserting packets into the stream
Protocol data units
Data - application layer Transport - segments Network - packets Data link - frames Physical - bits
CIDR
Classless inter domain routing / supernetting
Type of service
QoS?
IPng
IPv6
Jumbo grams
Massive oversize packets, aka jumbo packets
Automatic tunneling
A technique used to autonegotiate and build tunnels
6to4
Embeds ipv4 in ipv6 remotely