IP (internet protocol Flashcards

1
Q

Two common protocols

A

TCP (transmission control protocol)
UDP (User datagram protocol)

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

protocol characteristics

A

inside IP packet
common ways of moving data
Operate at transport layer of OSI
provides multiplexing (different apps using server at the same time)

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

characteristics of TCP

A

connection required
reliable delivery (data verification)
manages out of order messages
manage amount of data sent

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

characteristics of UDP

A

no connection required
unreliable delivery (no data verification)
cannot manage sent data

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

Why UDP

A

useful for real time communication
used to assign IP addresses DHCP
used for TFTP- trivial file transfer protocol

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

Why TCP

A

confirm data transfer
no need to worry about missing data
https- send information to web browser
SSH- provides encrypted comms to our systems

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

what requirements for delivery ?

A

IP address/ client IP
protocol/ protocol
port number for application/port number for the client to send data

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

tcp 80, tcp 443

A

port numbers commonly used for web servers

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

FTP

A

File Transfer Protocol,
tcp 20/21
transfer of files between systems

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

SSH

A

Secure Shell,
tcp/22,
sends comms as encrypted data
provides a secure connection to remote device console

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

Telnet

A

Telecommunication Network,
tcp/23
remote access to devices via terminal or command line, not secure communication

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

SMTP

A

simple mail transfer protocol
tcp/25
transfer of mail between servers

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

DNS

A

domain name system,
udp/53
makes the connection to the ip address of a website name

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

DHCP

A

dynamic host configuration protocol
udp 67/68
leases a custom IP address to a device on a dhcp server

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

HTTPS/HTTP

A

hyper text transfer protocol
tcp 80/ tcp 443
encrypted communication with web server for web browsers

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

POP3

A

Post Office Protocol
tcp/ 110
basic retrieval from an email server

17
Q

IMAP

A

Internet Message Access Protocol
tcp/143
sync multiple devices to an email inbox

18
Q

SMB

A

Server Message Block
tcp/ 445
used by windows for file transfers and sharing printers

19
Q

SNMP

A

Simple Network Management Protocol
udp 161/162
gatherers performance details from network device

20
Q

SNMP versions

A

Ver1 sent info in the clear
Ver2 bulk transfers of info in the clear
Ver3 message integrity and authentication of data

21
Q

LDAP

A

Lightweight Directory Access Protocol
tcp/ 389
queries directory servers

22
Q

RDP

A

remote desktop protocol
tcp/ 3389
allows control of entire desktop or a certain app