CCNA Chapter 2 Flashcards

1
Q

TCP/IP model layers

A

Application Layer, Transport Layer, Internet Layer, Link Layer

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

Application Layer

A

Apps communicate with this layer’s protocols in order to be networked successfully. Commonly used protocols include HTTP(S), FTP, TFTP, Telnet, SSH, and SMTP

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

HTTP

A

Hypertext transfer Protocol. used for web browsing. HTTPS is its secure version

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

FTP

A

file transfer protocol. used to transfer computer files from a server to a client.

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

TFTP

A

trivial file transfer protocol. unsecured version of FTP

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

Telnet/SSH

A

used to allow someone to remotely connect to a Linux computer to run an application as a virtual terminal. Also allow you to connect to a Cisco switch or router to reconfigure remotely

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

SMTP

A

Simple mail transport protocol. Used for e-mail.

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

Transport Layer

A

Two main protocols: TCP and UDP.

Identifies the port number of the application protocol being used and adds that port number to the data

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

TCP

A

Transmission control protocol.

Ensures the target host is there before sending data (called handshaking). Ensures target host received previous piece of data before sending next piece of data.

Provides sequencing; puts sequence numbers on each piece of data so that if data arrives out of order it can be put back in order

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

UDP

A

User datagram protocol

no handshaking or sequencing, but faster than TCP

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

Internet Layer

A

Primary protocol is IP (Internet Protocol).

adds an IP address to the data, part of which is the network segment the workstation is on, and part of which represents the node.

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

Link Layer

A

often broken into two layers:

Data Link Layer
Physical Layer

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

Data Link Layer

A

packages the data with physical addresses (MAC addresses) that identify both the card that sent the data and the card which the data is supposed to go to.

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

Functions of the TCP/IP model

A

Provides a common reference point for network professionals.

Divides networking tasks into logical layers for easier comprehension.

Promotes standards between networks and devices.

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

Limitations of the TCP/IP model

A

Layers are theoretical and do not actually perform real functions.

Industry implementations rarely have a layer-to-layer correspondence with the TCP/IP layers.

A particular protocol implementation may not represent every layer or may be spread across multiple layers.

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

Well known port numbers in TCP/UDP

A

TCP:
FTP - Ports 20, 21
HTTP - Port 80
POP3 (Post Office Protocol) - Port 110
NNTP (Network News Transport Protocol) - Port 119
IMAP4 (Internet Message Access Protocol) - Port 143
SNMP (Simple Network Management Protocol) - Ports 161, 162
LDAP (Lightweight Directory Access Protocol) - Port 389
HTTP with SSL(Secure Sockets Layer) - Port 443

UDP:
DHCP (Dynamic Host Configuration Protocol) - Ports 67, 68
TFTP (Trivial File Transfer Protocol) - Port 69
NTP (Network Time Protocol) - Port 123

TCP/UDP:
SSH - Port 22
Telnet - Port 23
SMTP - Port 25
DNS - Port 53