Quiz Let Flashcards
(137 cards)
osi model Application
Provides access to the network for applications and certain end-user functions. Displays incoming information and prepares outgoing information for network access.
osi model presentation layer
Converts data from the application layer into a format that can be sent over the network. Converts data from the session layer into a format that the application layer can understand. Encrypts and decrypts data. Provides compression and decompression functionality.
osi model session layer
Synchronizes the data exchange between applications on separate devices. Handles error detection and notification to the peer layer on the other device.
osi model transport layer
Establishes, maintains, and breaks connections between two devices. Determines the ordering and priorities of data. Performs error checking and verification and handles retransmissions if necessary.
osi model network layer
Provides mechanisms for the routing of data between devices across single or
multiple network segments. Handles the discovery of destination systems and
addressing.
osi model data link layer
Has two distinct sublayers: LLC and MAC. Performs error detection and handling for the transmitted signals. Defines the method by which the medium is accessed. Defines hardware addressing through the MAC sublayer.
osi model physical layer
Defines the network’s physical structure. Defines voltage/signal rates and the physical connection methods. Defines the physical topology.
TCP/IP Model Compared to OSI Model
Application layer: Application, Presentation and Session layer of the osi model
Transport layer:Transport layer
Internet layer: Network layer
Network interface layer: Data link layer
Physical layer
Loopback address
IPv4 127.0.0.1
IPv6 0:0:0:0:0:0:0:1 (::1)
Networkwide addresses
IPv4 public address
Global unicast IPv6 address ranges
Private network addresses
IPv4
- 0.0.0
- 16.0.0
- 168.0.0
IPv6
Site-local address ranges (FEC0::)
Autoconfigured addresses
IPv4
Automatic private IP addressing (169.254.0.0)
IPv6
Link-local addresses of FE80:: prefix
FTP
20 data transfres and 21 for listen to commands
SSH
22 TCP
Telnet
23 TCP
SMTP
25 TCP
DNS
53 TCP
POP3
110 TCP
NNTP
119 TCP
NTP
123 TCP
IMAP4
143 TCP
HTTPS
443 TCP
DNS
udp port 53
TFTP
UDP port 69