Protocols Flashcards
How many layers in OSI model ?
7
What is the application layer in OSI model ?
HTTPS HTTP FTP SMTP etc
What is the role of the presentation layer of the OSI model ?
Translate binary to ASCII + Data Compression (lossy and lossless) + Encryption/Decryption
What is the role of the session layer in the OSI Model ?
Manages the session. For example; Authentication and Authorisation. Overlooking & Managing the data packets for that session
What is the role of Transport layer in OSI model ?
Segmentation(breaking down data into segments with a sequence number and port number), Flow Control(deciding the Mbps the data is sent at), Error Control(performs “checksum” to check no loss of data packets and resends if data packet was lost)
What is the Network layer in the OSI model ?
Logical addressing(IP addressing of segments to and from), Path determination(deciding the fastest route for the packets to travel), Routing(sending the packets to the right network and end device via IP address on packets)
What is the Data Link layer in OSI model ?
Assigns physical addressing to data packet segments (MAC address) to form a “frame” for the data packet. Performing encapsulation of data packets. Adding a header and tail to the data packet segments that are decapsulated by the router and encapsulated again before sending.
Also provides CSMA carrier sense multiple access; where it makes sure communication from devices on the same network do not have their data packets collide and cause error when trying to send to the media or receive from.
What is the role of the physical layer in the OSI model ?
Physical layer converts the binary digits to the signal (media) it is being transmitted through. Radio waves, light pulses, electric currents.