TCP/IP Model Flashcards

(42 cards)

1
Q

tcp/ip layer

A

application
transport
internet
network interface

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

osi to tcp/ip model

A

application, presentation, session –> application
transport –> transport
network –> internet
data link, physical –> network interface

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

network interface

A

transmit bits across network

ethernet, token ring, fddi, rs-232

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

internet

A

packages data into ip datagrams and routes externally

ip, icmp, arp, rarp

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

transport

A

communication and session management

tcp, udp, rtp

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

application

A

how programs interface with transport
user interaction
http, telnet, ftp, snmp, dns, smtp, ssl, tls

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

ports

A

0 to 65,535

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

well known and reserved ports

A

0 to 1023

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

ephemeral ports

A

short-lived transport

1024 to 65,535

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

overhead of tcp and udp

A

tcp header 20 bytes

udp header 8 bytes

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

ipv4 packets

A

src addr
dest addr
ip flags
protocol (tcp/udp)

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

ftp

A

file transfer protocol
ports 20,21
transfer files, unsecure

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

ssh

A

secure shell
port 22
remote login to computer systems

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

sftp

A

ssh file transfer protocol
port 22
file access, file transfer, file management, secure

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

telnet

A

port 23

insecure ssh, dont use

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

smtp

A

simple mail transfer protocol
port 25
internet standard for sending electronic mail

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

dns

A

domain name system
port 53
domain names to ips

18
Q

dhcp

A

dynamic host configuration protocol
ports 67,68
assign ip, subnet mask, default gateway and dns server dynamically

19
Q

tftp

A

trivial file transfer protocol
port 69
booting an OS from LAN file server
stripped down ftp

20
Q

http

A

hyper text transfer protocol

port 80

21
Q

pop3

A

post office protocol v3
port 110
retrieve email from remote server

22
Q

ntp

A

network time protocol
port 123
clock sync

23
Q

netbios

A

port 139

allows communication over windows lan for file and printer sharing

24
Q

imap

A

internet mail application
port 143
pop3+: end user can manipulate the messages as if they were stored locally

25
snmp
simple network management protocol ports 161, 162 collect data about network devices and monitor their status
26
ldap
lightweight directory access protocol port 389 vendor neutral directory access like active directory
27
https
hypertext transfer protocol secure | port 443
28
smb
server message block port 445 windows file/printer sharing
29
syslog
system logging protocol port 514 send logging data back to central server
30
smtp tls
simple mail transfer protocol transport layer security port 587 secure and encrypted way to send emails
31
ldaps
lightweight directory access protocol secure | port 636
32
imap over ssl
internet message access protocol over secure socket layer port 993 secure and encrypted way to receive emails
33
pop3 over ssl
post office protocol version 3 over secure socket layer port 995 secure pop3
34
sql protocol
port 1433 | client to database communication
35
sqlnet protocol
port 1521 | client to oracle database communication
36
mysql protocol
port 3306 | client to mysql database communication
37
rdp
remote desktop protocol port 3389 windows gui for remote access
38
sip
session initiation protocol ports 5060, 5061 initialize voip and video calls
39
gre
generic routing encapsulation protocol simple way to create tunnel over public network check MTU, no encryption
40
ipsec
internet protocol security protocol set of secure communication protocols, protect data flows between peers over public wan used in vpns ah, esp
41
ah
authentication header in ipsec provides integrity and authentication
42
esp
encapsulating security payload for data packets with ipsec provides integrity and authentication