Networks Flashcards
1st OSI layer
Physical
Bit stream going through the wires
Cables connected to devices
Hubs
2nd OSI layer
Data Link
Error-free data frame transfer over physical Frames (envolopes) Switches Mac addresses ARP
What does OSI stand for?
Open Source Interconnection
3rd OSI layer
Network
Control operation of the subnet, decide which physical path to take
Packets (letters)
Routers, Subnets, default gateways
IP/ICMP
4th OSI layer
Transport
Message transfer guarantee, in order, without duplicates or losses
TCP/UDP
Message ACK
Message Segmentation
5th OSI layer
Session
Session establishment and termination
Logical ports
Sockets
6th OSI layer
Presentation
Format the data to feed into the Application layer (if needed), mostly controlled by the Operating System Data/image compression Character set translation Data encrypt/decrypt SSL TLS
7th OSI layer
Application
Whatever the user/app wants to use and do
SMTP/HTTP
What are the OSI layers
Application Presentation Session Transport Network Data Link Physical
How many versions of SSL/TLS?
SSL 1.0 (unpublished), 2.0, 3.0
TLA 1.0, 1.1, 1.2, 1.3 (draft )
How many versions of HTTP?
HTTP 0.9, 1.0, 1.1, 2.0
What is the purpose of the ARP protocol?
Provide a mapping between the MAC and IP addresses in a network
Number of bits in IPv4 and IPv6 addresses
32 for IPv4
128 for IPv6
Format and size of an IPv4 address
4 octects of bits
from 0.0.0.0 to 255.255.255.255
Format and size of an IPv6 address
8 groups of 4 hexs
from 0000:0000:0000:0000:0000:0000:0000:0000
to FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF