Chapter 2 - Vocal Flashcards
(45 cards)
Formal Standard
A standard developed by an official industry or government body.
De Facto Standard
Unofficial standards that emerge in the marketplace.
Standardization Process
The formal process by which standards are developed. Made up of 3 stages; 1). Specification Stage. 2). Identification of choices Stage. 3). Acceptance stage.
Standardization Process Step 1
Specification Stage consists of developing the nomenclature and identifying problems.
Standardization Process Step 2
Identification of Choices Stage consists of identifying the various solutions and choosing the the optimum solution from among the alternatives.
Standardization Process Step 3
Acceptance Stage is the most difficult, it consists of defining the solution and getting recognized industry leaders to agree on a single, uniform solution.
Request for Comment (RFC)
The documents in which formal standards are developed and published.
Encapsulation (!!!)
The process by which header and trailer information is appended to a data packet as it passes from computer to computer over a network. It helps the receiving computer understand how to process the information.
Header (!!!)
The set of information that is added to the beginning of a data packet layer. Describes the packet, including the source and destination computers and something about what is contained.
Trailer (!!!)
Information that is added to the end of a data packet. Identifies the end of the packet, includes data that helps identify transmission errors when they occur.
Decapsulation (!!!)
The process by which the header and trailer information is stripped from a data packet.
Vertical Relationship
Communication from one layer to the layer above or below on the same device.
Horizontal Relationship
Communication from one device to another on the same layer. This is known as Peer Layer Communication.
Peer layer Communication
Another name for horizontal relationships.
Application Layer
The network layer that houses the applications that allow users to access the network.
What are the 5 categories of services that are very common to most Internet and network users.
1) . Files Services
2) . E-mail Services
3) . Network printing services
4) . Application services
5) . Database services
Simple Mail Transfer Protocol (SMTP)
A communication protocol used to define how e-mail is sent and received.
Hypertext Transfer Protocol (HTTP)
A linking protocol that is used for accessing web pages over the internet.
File Transfer Protocol (FTP)
A transmission protocol used for sending files.
Presentation layer
The network layer that makes data viewable by the user. It has 3 main jobs. 1).Data Presentation 2).Data Compression 3).Data Encryption
Data Presentation (Presentation)
Formatting data so that is viewable by the recipient.
Data Compression (Presentation)
Resizing the data to speed transmission.
Data Encryption (Presentation)
Making data unreadable by unintended recipients.
Session Layer
The network layer that controls the communication between computers. Responsible for initiating, maintaining, and terminating each logical session. Also handles dialog control and dialog separation.