Title: Network Concepts
1Network Concepts
2Aims
- Discuss what is meant by a Standard
- Look into the different aspects of OSI and
- discuss what devices relate to the 7 layers
3OSI
- What is a standard?
- A principle commonly agreed to by experts in the
conduct and use of evaluation for the measure of
the value or quality of an evaluation. - ec.wmich.edu/glossary/prog-glossary.htf
4OSI
- What does OSI stand for?
- Open Systems Interconnection
- What is OSI for?
- Describe network communication between network
devices. - It is a standard that has been agreed by the ISO
international standards organisation. - Any two computers can communicate when connected
regardless of underlying architecture
Btec National Diploma Level 3
4
5OSI Cont.
- The OSI model is represented by seven layers.
- The seventh layer being the top which is nearest
the user. - One being the bottom for the communication medium
(the data leaving the computer).
Btec National Diploma Level 3
5
6Layer OSI Role Related to a Network
7 Application Email and web browsers many protocols associated to it.
6 Presentation Organisation of data into a format that can be used by humans ASCII - Plain text for web pages Doc Word documents
5 Session This allows you to have multiple browsers and resources open simultaneously without data conflicts in transmission.
4 Transport Firewalls, layer 4 switches operate at this level
3 Network Logical address for a server or workstation is managed here common protocol is TCP/IP. Routing takes place at this level
2 Data Link Physical address (Media access control (MAC)) Used to identify the device. Frame relay
1 Physical Cables/wireless encoding of bits of data 0001111010101, Hubs
Btec National Diploma Level 3
6
7Application Layer 7
- The application layer is the OSI layer closest to
the end user, which means that both the OSI
application layer and the user interact directly
with the software application. - This layer interacts with software applications
that implement a communicating component. - Examples?
- Web browser, Email
Btec National Diploma Level 3
7
8Presentation Layer 6
- Presents data to the user in understandable
format - Provides conversion functions for application
layer data. - Examples?
- Data representation graphic formats
- Character representation text / ASCII
Btec National Diploma Level 3
8
9Session Layer 5
- Manages connections between machines
- Determines whether all data transmitted /
received - It provides for full-duplex, half-duplex, or
simplex operation. - Enables the use of multiple browser, chat and
email to be opened simultaneously.
Btec National Diploma Level 3
9
10Transport Layer 4
- The Transport Layer provides transparent transfer
of data between end users, providing reliable
data transfer services to the upper layers. - Examples?
- Firewalls
- VOIP
Btec National Diploma Level 3
10
11Network Layer 3
- Routing and addressing functions correct
destinations - Receives incoming packets of data
- Routing decides what route to use
- Forwarding sends on packets to other hosts
Btec National Diploma Level 3
11
12Data Link Layer 2
- Organisation of data bits into frame structure
- The beginning and end of the data frame
- The address of the sender
- The address of the receiver
- Error checking of the data frame
Btec National Diploma Level 3
12
13Physical Layer 1
- Transmits / receives data bits as electrical
pulses - Controls physical link between communicating
systems - Describes network topology
- Transmission media cabling / broadcasting
- Transmission devices NICs / modems
- Electrical or optical (fibre optic) signalling
Btec National Diploma Level 3
13
14Conclusion
- Discussed what is meant by a Standard
- Look into the different aspects of OSI and
- discussed what devices relate to the 7 layers