F5F Stay Refreshed Power Users Networks OSI Model Question

OSI Model Question

OSI Model Question

A
AboooDy919
Member
207
06-30-2016, 06:52 PM
#1
The session ID serves to maintain distinct data flows, whereas port numbers help pinpoint communication methods and host locations. Your response clearly explains the purpose of each identifier, but you could expand by clarifying how they complement one another in system design.
A
AboooDy919
06-30-2016, 06:52 PM #1

The session ID serves to maintain distinct data flows, whereas port numbers help pinpoint communication methods and host locations. Your response clearly explains the purpose of each identifier, but you could expand by clarifying how they complement one another in system design.

S
soulminer141
Junior Member
39
06-30-2016, 07:07 PM
#2
Port numbers aren't always linked to specific protocols. Many services share the same port, like 22 for SSH, yet an SSH server can operate on any available port. It's a good security habit to avoid using standard ports for widely used services when exposing them externally.
S
soulminer141
06-30-2016, 07:07 PM #2

Port numbers aren't always linked to specific protocols. Many services share the same port, like 22 for SSH, yet an SSH server can operate on any available port. It's a good security habit to avoid using standard ports for widely used services when exposing them externally.

X
XxGrenidierXx
Posting Freak
813
07-02-2016, 12:59 AM
#3
I hadn't considered that before. It's a clever suggestion, though. Appreciate the feedback.
X
XxGrenidierXx
07-02-2016, 12:59 AM #3

I hadn't considered that before. It's a clever suggestion, though. Appreciate the feedback.