TCP/IP Model Flashcards

1
Q

How many layers are in TCP/IP Model and what are they?

A

4 layers. Application < Transport < Internet < Network Interface

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

Network Interface Layer

A

How to transmit bits and what network medium used

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

Internet layer

A

Data packaged into IP datagram pushed around using routing by a router

This occurs externally from my network to some remote network

Our network connects w the INTRANET

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

Transport layer

A

Same as OSI

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

Application layer

A

How program interface w transport by session management

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

FTP (File Transfer)

A

Ports 20, 21
Usage: Provides insecure file transfer between client and server
No encryption -> insecure

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

SSH (Secure Shell)

A

Port: 22
Usage: Provides secure remote control of another using a text based environment. Yes encryption -> secure

Best use: remote log in

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

SFTP (Secure File Transfer Protocol)

A

Port: 22
Tunneling FTP thru SSH
Same but secure

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

Telnet

A

Port 23
Provides insecure remote control if another machine using a text based environment (no encryption)
Provides bi-directional interactive text communication using virtual terminal connection

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

SMTP (Simple Mail Transfer)

A

Port 25
Provides the ability to send emails over a network

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

DNS (Domain Name System)

A

Port 53
Convert domain name to IP address, and vice versa

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

DHCP (Dynamic Host Control)

A

Port 67, 68
Automatically assign network parameters like IP addresses, subnet mask, default gateway, and DNS server to use

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

TFTP (Trivial FTP)

A

Port 69
Lightweight file transfer method to send config files or network booting of an OS
Both direction, no authentication/encryption

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

HTTP (Hypertext Transfer)

A

Port 80
Used for insecure web browsing

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

POP3 (Post Office Protocol v3)

A

Port 110
Used for receiving incoming emails

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

NTP (Network Time)

A

Port 123
Keep accurate time for clients in a network (reference clock)

17
Q

NetBIOS (Network Basic I/O System)

A

Port 139
For file or printer sharing in a window network

18
Q

IMAP (Internet Mail Application)

A

Port 143
Newer method -> improve POP3 -> to receive mails

19
Q

SNMP (Simple Network Management)

A

Port 161, 162
Collect data about network devices and monitor their status

20
Q

LDAP (Lightweight Directory Access)

A

Port 389
Provides directory services to your network (Active Directory)

21
Q

HTTPS (Hyper-text Transfer Secure)

A

Port 443
Secure web browsing
Work via an encrypted tunnel
- SSL: Secure Socket Layer
- TLS: Transport Layer Security

22
Q

SMB (Sever Message Block)

A

Port 445
Window file and sharing services
Operates with NetBIOS. While NetBIOS is used to do the authentication, SMB passing out files

23
Q

Syslog (System Logging)

A

Port 514
Send logging data back to a centralized server

24
Q

SMTP TLS

A

Port 587
Secure version of SMTP

25
LDAPS
Port 636
26
IMAP over SSL
Port 993
27
POP3 over SSL
Port 995
28
SQL (Structure Query Language)
Port 1433 Communication from a client to the database engine
29
SQLnet
Port 1521 Communication from a client to the MySQL database engine
30
MySQL
Port 3306 Communication from a client to the MySQL database engine
31
RDP (Remote Desktop)
Port 3389 Provides graphical remote control of another client or server
32
SIP (Session Initiation)
Port 5060, 5061 Initiate VOIP and video calls