Domain 4 -- Communication and Network Security Flashcards
(262 cards)
What does the OSI Application Layer do?
The Application Layer does not provide Actual applications, but rather the protocols that support that applications.
The app layer works closest to the user and provides:
- file transmissions
- message exchanges
- Terminal sessions
- much more
What layer in the OSI Model is the Application Layer and what does it provide?
The application layer is layer 7 and it provides:
- File Transmissions
- Message Exchanges
- Terminal sessions
- And more
What does the OSI Presentation Layer do?
The presentation layer (Layer 6) receives information from the application layer and puts it in a format that any process operating at the same layer on a destination computer following the OSI model can understand.
It provides a common means of representing data in a structure that can be properly processed by the end system. (Think Tiff and JPEG)
Presentation layer also handles compression and encryption issues
Which layer is the Session Layer and what does it do?
- The Session Layer is Layer 5
- It is responsible for establishing communication between the two systems
- Think Telephone conversation
- Example protocols that work at this layer:
- Password Authentication Protocol (PAP)
- Point to Point Tunneling Protocol (PPTP)
- Network Basic Input output System (NetBIOS)
- Remote Procedure Call (RPC)
- Session layer has 3 modes
- Simplex
- Half duplex
- Full duplex
- Session layer protocols provide interprocess communication channels
- Session level protocols are the least used and only required within a network. Thus, firewall rules should shut them down.
What’s the difference between what happens at the Session Layer and what happens at the Transport Layer?
- The Session Layer protocols control Application to Application communication
- The Transport Layer protocols control computer to computer communication
What layer is the Transport Layer and what does it do?
- The transport layer is Layer 4
- When connection oriented protocols are used between two systems, they must go through a handshaking process and exchange parameters. This handshaking process happens at Layer 4
- The transport layer protocols are for systems, not applications
- The transport layer recieves data from many different applications and assembles the data into a stream to be properly transmitted over the network.
What layer in the OSI model is the Network Layer and what does it do?
- The Network layer is layer 3
- The main responsibilities of it are to:
- insert information into the packet’s header so it can be properly addressed and routed
- And then to actually route the packets to their proper destination
- Protocols at the network layer need to determine the best path for a packet to take to get to the destination
- Routing protocols build and maintain their routing tables
- Example Network Layer protocols:
- IP
- Internet Control Message Protocol
- Routing Information Protocol (RIP)
- Open Shortest Path First (OSPF)
- Border Gateway Protocol (BGP)
- Internet Group Management Protocol (IGMP)
What Layer of the OSI Model is the Data Link Layer and what does it do?
- The Data Link Layer is Layer 2
- It translates the packet into the LAN or WAN technology binary format for proper line transmission.
What are the two sub-layers in the data link layer?
- The Logical Link Control layer (LLC)
- The Network layer above communicates with the LLC layer. It does not know whether the underlying network is Ethernet, or ATM or ___________.
- It takes care of flow control and error checking
- Media Access Control
- The Media Access Control layer communicates with the physical layer
- It knows what the underlying network type is (Ethernet, etc.) and so addes the appropriate header/trailer records
Note –
What do the 802.XX specifications refer to? And where do they belong in the OSI stack?
The IEEE MAC spefications are:
- 802.3 - Ethernet
- 802.5 - Token Ring
- 802.11 - Wireless LAN
- Others
These protocols are at the MAC sublayer of the data link layer.
Give examples of protocols that work at the data link layer
- Point to Point Protocol (PPP)
- ATM
- Layer 2 Tunneling protocol (L2TP)
- FDDI
- Ethernet
- Token Ring
When the data link layer applies the last header and trailer to the data message, what is this called?
It is called framing.
The unit of data is called a frame.
What is the purpose of the physical layer? Which layer is it?
This layer controls synchronization, data rates, linie noise and transmission techniques.
Name the 7 layers of the OSI model in order from top to bottom.
All People Seem To Need Data Processing
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical
Name Six Protocols That operate at the Application Layer
- File Transfer (FTP)
- Trivial File Transfer Protocol (TFPT)
- Simple Network Management Protocol (SNMP)
- Simple Mail Transfer Protocol (SMTP)
- Telnet
- Hypetext Transfer Protocol (HTTP)
Name the Presentation Layer Services
- Note that the Presentation Layer only has services, not protocols
- ASCII
- EBCDIC
- TIFF (Tagges Image File Format)
- Joint Photographic Experts Group (JPEG)
- MPEG
- MIDI
Name the Session Layer Protocols
It’s all about establishing connections between apps, dialog control, negotiation and tear down.
- NetBIOS
- Password Authentication Protocol (PAP)
- Point to Point Tunneling Protocol (PPTP)
- RPC (Remote procedure call)
Name the main purpose of the Transport Layer protocol and name some key protocols that operate at this layer
Transport layer protocols handle end-to-end transmission and segmentation of a data stream.
- TCP
- UDP
- SPX (Sequenced Packet Exchange)
Name the key purpose of Network Layer Protocols and give examples
The responsibilities of the network layer protocols include internetworking, addressing and routing.
- IP
- Internet Control Message protocol (ICMP)
- IGMP (Internet Group Management Protocol)
- Routing Information Protocol (RIP)
- Open Shortest Path First (OSPF)
- Internet Packet Exchange (IPX)
What is the purpose of protocols at the data link layer and give examples of.
These protocols convert data into LAN or WAN frames for transmission and define how a computer accesses a network. It’s divided into the Logical Link Control and MAC sublayers
- ARP
- RARP (Reverse ARP)
- PPP (Point to Point Protocol)
- Serial Line Internet Protocol (SLIP)
- Ethernet (IEEE 802.3)
- Token Ring (IEEE 802.5
- Wireless Ethernet (IEEE 802.3)
What does the physical layer do? Give examples of the interfaces that operate at this layer
Network interface cards and drivers convert signals and control the phscial aspects of data transmission, including optcal, electrical and mechanical requirements.
- RS422
- 10Base-T, 10-Base2, 10Base5, 100Base-TX, 100Base FX, 100Base-T, 1000Base-T, 1000Base-SX
- ISDN
- DLS
- SONET (Synchronous Optical Networking)
Which OSI layers can a computer process data on?
computers can access data at all of the 7 layers
What layer does a router operate at?
A router operates at the Network Layer (L3)
Name two types of devices that only understand up to the Data Link Layer1
Bridges and Switches

