3 Protocols and Models Flashcards

Advanced

1
Q

Message encoding

A

Encoding is the process of converting information into another acceptable form, for transmission.

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

Message formatting and encapsulation

A

Converting message to specific format or structure which depends on the type of message and the channel that is used to deliver the message.

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

Common computer protocol requierments

A

Message encoding
Message formatting and encapsulation
Message size
Message timing
Message delivery options

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

Message timing

A

Flow Control - process of managing the rate of data transmission
Response Timeout - response waiting time and further actions based on protocols
Access method - defines when someone can send a message ( collisions )

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

Message delivery options

A

Unicast - one reciver
Multicast - multiple recivers
Broadcast - all avliable recivers

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

Network Communications Protocols

A

Enable two or more devices to communicate over one or more networks
-IP
-Transmission Control Protocol (TCP)
-HyperText Transfer Protocol (HTTP)

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

Network Security Protocols

A

Secure data to provide authentication, data integrity, and data encryption
-Secure Shell (SSH)
-Secure Sockets Layer (SSL)
-Transport Layer Security (TLS)

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

Routing Protocols

A

Enable routers to exchange route information, compare path information, and then to select the best path to the destination network
- Open Shortest Path First (OSPF)
- Border Gateway Protocol (BGP)

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

Service Discovery Protocols

A

For the automatic detection of devices or services
-Dynamic Host Configuration Protocol (DHCP)
-Domain Name System (DNS)

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

Network protocol functions : Addressing

A

Identifies the sender and the intended receiver of the message
-Ethernet
-IPv4
-IPv6

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

Network protocol functions : Reliability

A

Provides guaranteed delivery mechanisms in case messages are lost or corrupted in transit
-TCP

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

Network protocol functions : Flow control

A

Ensures that data flows at an efficient rate between two communicating devices
-TCP

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

Network protocol functions : Sequencing

A

Uniquely labels each transmitted segment of data
-TCP

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

Network protocol functions : Error Detection

A

Used to determine if data became corrupted during transmission
-Ethernet
-IPv4
-IPv6
-TCP

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

Network protocol functions : Application Interface

A

Contains information used for process-to-process communications between network applications
-HTTP or HTTPS

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

HTTP - hypertext transfer protocol

A

Governs the way web server and web client interact. It defines the content and formatting of the requests and responses that are exchanged between client and server

17
Q

TCP - transmission control protocol

A

Provides reliable delivery of information and managing flow control between end devices

18
Q

IP - Internet Protocol

A

Responsible for delivering messages from the sender to reciver

19
Q

Application Layer : DNS - Domain Name System

A

Translates domain names such as cisco.com, into IP addresses

20
Q

Ethernet

A

Responsible for delivery of messages from one NIC to another NIC

21
Q

Application Layer : DHCPv4, DHCPv6

A

Dynamically assigns IPv4/IPv6 addressing information to DHCPv4/DHCPv6 clients at start-up

22
Q

Application Layer : SLAAC - Stateless Address Autoconfiguration

A

Allows a device to obtain its IPv6 addressing information without using a DHCPv6 server