Class 3 - Introduction To TCP/IP Flashcards

1
Q

What is Telnet and what does it do?

A

-One of the first protocols used on ARPAnet

-Creates a virtual terminal (TTY) on the host computer

-No encryption - even passwords sent in clear text!

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

What is SSH and what does it do?

A

Secure Shell

-Similar to telnet

-All connections are encrypted

-Can be used to tunnel other protocols (useful for protocols that aren’t encrypted)

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

What is FTP and what does it do?

A

File Transfer Protocol

-Allows for viewing and transferring of files to and from a server

-Data is not encrypted

-Unusual protocol - uses 2 separate ports

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

What is TFTP and what does it do?

A

Trivial File Transfer Protocol

-Simple, stripped-down version of FTP

-No security

-No directory listings

-Client needs to know the name of the file

-Used extensively by Cisco for system recovery

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

What is SNMP and what does it do?

A

Simple Network Management Protocol

-Used for collecting and changing configuration and accounting data in a network

-Polls machines to ask for certain pieces of data, such as disk space, temperature, etc.

-Responds to messages sent directly from machines (called Traps) - usually because of an unusual event

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

What is HTTP and what does it do?

A

Hyper Text Transport Protocol

-The protocol responsible for transferring and displaying web pages

-Your browser can understand what you need when you enter a Uniform Resource Locator (URL), which we usually refer to as a web address, e.g. http://www.lammle.com/forum and http://www.lammle.com/blog.

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

What is NTP and what does it do?

A

Network Time Protocol

-Used to synchronise computer clocks

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

What is DNS and what does it do?

A

Domain Name Service

-Resolves hostnames (www.lammle.com) in to IP addresses (184.172.53.52)

-Distributed protocol - no single server has all of the data

-Requests are handed from server to server until the answer is obtained

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

What is ICMP and what does it do?

A

Internet Control Message Protocol

-Used for low-level network messages, for example “Destination unreachable”, “Ping”, “Time to live exceeded”

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

What is ARP and what does it do?

A

Address Resolution Protocol

-ARP resolves IP addresses to Ethernet (MAC) addresses.

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