2.1 Ports & Protocols Flashcards

1
Q

Internet protocol package

A

(Ethernet header, ip, tcp, http data, ethernet trailer)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

TCP

A

Transmission control protocol

  • Formal connection setup and close
  • reliable, has recovery for errors
  • flow control
  • –> can manage how much data is sent, because TCP ack messages are sent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

UDP

A

User datagram protocol

  • connectionless, no formal open or close connection (no handshakes)
  • unreliable
    • no acknowledgement of data reception, no recovery

No flow control
- sender just decides how much to send

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Packet transportation (IP)

A
  • goes from IP address to another IP (house)
  • MAC to enter lock in door
  • room number - Port
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Ipv4 sockets

A

Server IP address, protocol, server app port number

Client IP address, protocol, client port number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Non-ephermal ports-

A

permanent port #’s

Usually port numbers assigned to applications on server

Server ports: 0-1023

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Ephermal ports

A

Temporary port numbers

Client ports: 1024 - 65 535

Chosen in realtime by client

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

TCP ports

A

Can range from 0 - 65,535

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Udp ports

A

Can range from 0 - 65,535

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

FTP

A

File transfer protocol, transfers files between systems

Tcp/20 (active mode data port)

Tcp/21(controls communication)

Authentication:

  • can use security username and password
  • can use anonymously by typing in anonymous

Full featured functionality
-list,add,delete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

SSH & port

A

Secure shell

Allows for encrypted communication on console level (ex. Command line)

Tcp/ Port 22

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Telnet

A

Communication to console but not encrypted

Tcp/port 23

  • not commonly used on network - outdated
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

SMTP

A

Simple mail transfer protocol

Used to send messages from a mobile device or server to server

-port: tcp/25

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

DNS & port

A

Domain name system

Converts names to IP addresses

Port: UDP/53

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

HTTP & port

A

Hypertext transfer protocol

Communication with web browser to web server

Port: tcp/80

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

HTTPS

A

Encrypted version of HTTP

Port TCP/443

17
Q

Pop3 & port

A

Post office protocol version 3

Receives emails from email server and authenticates

Tcp/110

More outdated

18
Q

IMAP4 & port

A

Internet message access protocol

Receives emails from server

Port: Tcp/143

19
Q

Remote desktop protocol & port

A

Allows for remote desktop control

Port: TCP 3389

20
Q

SMP

A

server message protocol

Aka: CIFS ( common internet file system)

Used by Microsoft windows instead of FTP.

Allows for file sharing

Port tcp/445 (no netbios)

21
Q

AFP & port

A

Apple filing protocol

File service in Mac OS

Port: tcp/548

Allows for file management: delete, move

22
Q

SLP

A

Service location protocol

Populates lots of available devices for use with AFP

Ports: TCP/427 & UDP/427

23
Q

DHCP & port

A

Dynamic host configuration protocol

Automated configuration of IP address and subnet

UDP/67 & UDP/68

Has lease time, for how long it can use

24
Q

LDAP & port

A

Lightweight directory access protocol

Database used for authentication

Credentials stored in it, commonly in active directory

TCP/389

25
Q

SNMP & port

A

Simple network management protocol

Monitors and gathers statistics from devices

Ports - quieries: Udp/161
Traps: udp/162

V3- provides message integrity, authentication, encryption