Networking 2.1 - Ports & Protocols Flashcards

1
Q

TCP/IP Protocol

A

Transmission Control Protocol/Internet Protocol (TCP/IP)

set of rules that govern communications, much like a language in human terms.

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

socket

A

TCP/IP applications combine the host’s IP address with the port number in order to communicate. This combination is known as a socket. Eg 192.168.2.115:80

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

TCP v UDP

A

TCP = Connection oriented
Guaranteed packet delivery, acknowledgement
Eg HTTPS, SSH
UDP = Connectionless
Eg DHCP, TFTP, NFS, SNMP

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

FTP

A

20, 21
File transfer
Upload download files
Unsecure, TCP

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

SSH

A

22
Secure shell
Connection oriented, encrypted
Replaced Telnet for remote logins/programs & file transfers

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

Telnet

A

23
Unsecured, used to “see” another computer

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

SMTP

A

25
Simple Mail Transfer (emails)
MX (mail exchange record)

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

DNS

A

53
TCP/UDP - Domain name
Host names/URLs –> IP addresses

DNS is down if you can’t get to website by name but can get there by IP address

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

DHCP

A

UDP

67, 68

dynamically assigns IP addresses to clients. Has nothing to do with accessing a website

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

TFTP

A

UDP connectionless

69

Trivial File transfer - transmit configurations to/from networks

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

HTTP

A

80
View Internet content
Unsecure, replaced by HTTPS

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

POP3

A

110
Download email
Replaced by IMAP

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

NetBIOS/NetBT

A

137, 139
Computers on network communicate

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

IMAP4

A

143
Internet Message Access
Emails on server so can sync unlike pop3

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

SNMP

A

UDP

161, 162
Simple network management
SNMP servercan be set up to collect data from network connectivity devices (routers & switches calledagents) and ensure that your network is operating properly
Use SNMP to enable routers on the network to send you notices when they have exceeded specified performance thresholds (it will send a trap message)

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

LDAP

A

389
Lightweight Directory Access
access information stored in an information directory/database
Use ACL to grant access for viewing/editing

17
Q

HTTPS

A

443
encrypt traffic between a web server and client securely, Hypertext Transfer Protocol Secure (HTTPS) can be used. HTTPS connections are secured using either Secure Sockets Layer (SSL) or Transport Layer Security (TLS).

18
Q

SMB/CIFS

A

445
Server Message Block (SMB)
shared access to files, printers, and other network resources and is primarily implemented by Microsoft systems
Common Internet File System - enhanced SMB, regardless of OS

19
Q

RDP

A

3389
Remote desktop
Handy for fixing remote problems

20
Q

Address Resolution Protocol (ARP) is used on a TCP/IP network to resolve

A

IP addresses –> media access control (MAC) addresses

21
Q

ipconfig /all

A

Displays all the TCP/IP configuration for the computers

22
Q

ipconfig /registerdns
ipconfig /displaydns
ipconfig /flushdns

A

Registers the computer’s DNS host name with the DNS server
Displays the contents of the computer’s DNS cache
Empties the DNS cache

23
Q

ipconfig /renew
ipconfig /release

A

Renews the client’s DHCP lease (renew6 obtains a new IPv6 address)

Releases the client’s DHCP lease (release6 releases an IPv6 address)

24
Q

ipconfig /showclassid
ipconfig /setclassid

A

Displays the DHCP class ID assigned to the client computer
Configures the DHCP class ID for the client computer

25
Q
A