8.2 Ports, Protocols, and the OSI Mode Flashcards
Networks use __________ to ensure messages are fully sent and understood.
Networks use protocols to ensure messages are fully sent and understood.
Similar to the military’s use of “over,” a network uses
the TCP message FIN to indicate the end of the transmission.
PAP is used for ______________.
PAP is used for authenticating a user.
SMB is a Windows-based protocol for _________.
SMB is a Windows-based protocol for sharing files.
NetBIOS allows computers to communicate on ___________.
NetBIOS allows computers to communicate on a local network.
NetBIOS allows computers to communicate on ___________.
NetBIOS allows computers to communicate on a local network.
What are the three parts of packets?
Header - Sender’s IP address, receiver’s IP address, protocol
Payload - Data
Trailer - Indicates end of packet, error correction
For example, the version field is indicated in the header. As the first field, it starts at the first bit and ends at the fourth bit.
True or False
The receiver will always find this information in this exact location.
True
What does PAP stand for?
PAP (Password Authentication Protocol)
Ex. PAP Two-Way Handshake
True or False
Ports are like doors that can be opened, closed, or accessible only to certain individuals. Ports are the access points for transmitting and receiving data.
True
It’s important that IT professionals do not allow unauthorized access to these points of entry.
Unauthorized access can potentially lead to a breach.
Computers don’t have enough physical space for every protocol, so we use software to create_________.
Computers don’t have enough physical space for every protocol, so we use software to create virtual ports.
Every protocol is assigned a numerical virtual port number.
The corresponding port is the destination port. It’s where other machines send data to communicate with that protocol.
For example: A machine sending an HTTP message to
a web server sends traffic to the server’s port 80.
True or False
There are 65,536 virtual ports, numbered from 0 to 65535.
True
True or False
System Ports Range 1024-49151
False
System ports range from 0 - 49151
What are common ports?
Port 80 Sending web traffic.
Port 443 Sending encrypted web traffic.
Port 21 Sending files.
Port 22 Securely operating network services.
Port 25 Sending emails.
Port 53 Translating domains into IP addresses.
What is port 80 commonly used for?
Sending web traffic
What is port 443 commonly used for?
Sending ecrypted web traffic
Wha is port 21 commonly used for?
Sending files
What is poer 22 commonly used for?
Securely operating network services