Networking 101 Flashcards

1
Q

What is an IP Address

A

Internet Protocol is the principle set of digital message formats and rules for exchanging messages between computers across a single network of a series of interconnected networks

An Internet Protocol Address is a logical numeric address that is assigned to every single computer, printer, switch, router or an other device that is apart of TCP/IP-based network

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

Name the three different network configuration concepts

A

IP Addressing
DNS
DHCP

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

Name the Two different types of Network Ports an Protocols

A

TCP and UDP

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

IPV4 Address Basics

A

Defined in RFC 791 in 1981
Internet Assigned Number Authority (IANA)
32-bits - 4.2 Billion Addresses

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

Subnet Mask

A

Used to Determine what subnet a host is on.
Subnet = Sub Network

Parts of the IP Address used for network and host are not fixed.

Subnet Mask is a 32-bit Number

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

What is Classless Inter-Domain Routing

A

255.0.0.0 /8 A
255.255.0.0 /16 B
225.225.225.0 /24 C

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

What is NAT (Network Address Translation)?

A

NAT on router will remap (translate) to a public IP Address as we go onto the internet.

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

What is the Automatic Private IP Addressing (APIPA)

A

APIPA assigns an IP address if DHCP is not available, also called local-link address

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

Domain Name System

A

Core component of every network, Translates Domain Names to IP addresses

Pluralsight.com > 35.161.255.88

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

Gateway

A

Device Located at the boundary of a network

Transfers communication between your local network and the internet

The router on a home network

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

What is TCP and UDP

A

Both Protocols Send information from one device to another, They both work on top of the IP Protocol

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

TCP - Transmission Control Protocol

A

Connection-oriented protocol

It establishes a connection in which data can be sent both ways

TCP is all about reliability, built-in systems to check for errors, and guaranteed that data will be delivered in the right order

TCP is great for images, data files, web pages and emails

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

UDP - User Datagram Protocol

A

Connectionless Protocol

Data is continuously sent to the recipient, whether or not they receive it, no error checking or conformation

Great for real-time communications, Live broadcast, Online Multiplayer games

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

Network Ports

A

A network port is a process-specific or an application specific software construct serving as a communication endpoint, which is used by the Transport Layer Protocols of Internet Protocol Suite, such as UDP and TCP.

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

What is FTP and what Port does it run on?

A

One of the most used file transfer protocols

Moves files from one system to another

Uses TCP 20/21

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

What is Secure Shell (SSH) and what port does it run on?

A

Secure shell is the Secure Management of network devices at the command level.

Uses TCP Port 22

17
Q

What is Telnet

A

Telnet is the Management of network devices at the command level, the difference between Telnet and SSH is that Telnet only provided an unsecured connection.

It is not recommended over public networks.

Uses TCP Port 23

18
Q

What is SMTP and what Port does it work off?

A

SMTP - Simple Mail Transfer Protocol

Used to transfer e-mail between mail servers

Used when end-users send an email to a mail system

Uses TCP Port 25

19
Q

What is DNS and what Port does it use?

A

Translate domain names to IP Addresses

Used on public and private networks

Uses TCP/UDP port 53

20
Q

What is DHCP and what Port does it use?

A

Dynamic Host Configuration Protocol - Is used to assign an IP to devices

Uses Ports UDP 67/68

DHCP uses UDP since it need to create a connection with a device before it has a confirmed IP Address. TCP needs both IP addresses to be confirmed before it is able to send data

21
Q

What is HTTP

A

The Hypertext Transfer Protocol is used to display web pages

Http://

Data Transfer is unsecured/Unencrypted

Uses Port 80

22
Q

What is HTTPS and what port does it use?

A

Hypertext transfer protocol SECURE is also used by browsers to display pages

Encryption done via SSL or TLS

SSL - Secure Socket Layer
TLS - Transport Layer Security

Uses Port 443

23
Q

What is POP version 3

A

Post Office Protocol is used to retrieve emails from a server

Uses TCP port 110

24
Q

What is IMAP

A

Internet Message Access Protocol - used to retrieve email from a server, supports a wider array of remote mailbox operations,

Uses TCP port 143

25
Q

What is SNMP and what Port does it use?

A

The Simple Network Management Protocol - Collects and organizing information about managed devices

Uses TCP/UDP Port 161/162

26
Q

What is NetBIOS over TCIP/IP

A

NetBIOS is a central protocol used to interconnect Microsoft Windows Devices

Communicates on TCP/UDP Ports 137/138/139

27
Q

What is LADP and what ports does it use?

A

Lightweight Directory Access Protocol is the mechanism for accessing and maintaining distributed directory information.

Uses TCP/UDP port 389

28
Q

What is SMB

A

The Server Message Block is the foundation of Microsoft’s Windows networking capability

Common Internet File system (CIFS)

Uses TCP 445

29
Q

What is RDP

A

Remote Desktop Protocol is a way for a user to view a remote desktop of a device across the network,

Uses Port 3389