25 октября 2009, 1:19
Ethernet operates across two layers of the OSI model. The model provides a reference to which Ethernet can be related but it is actually implemented in the lower half of the Data Link layer, which is known as the Media Access Control (MAC) sublayer, and the Physical layer only.
Continue reading ‘Cisco CCNA1 Chapter 9 некоторые выдержки’ »
Метки:
CCNA,
Cisco
24 октября 2009, 22:12
Некоторые выдержки из курса CCNA1 – chapter 8
Data transfer can be measured in three ways:
- Bandwidth
- Throughput
- Goodput
Continue reading ‘Cicsco CCNA1 – Chapter 8 – некоторые выдержки’ »
Метки:
CCNA,
Cisco
23 октября 2009, 0:07
The Application layer, Layer seven, is the top layer of both the OSI and TCP/IP models. It is the layer that provides the interface between the applications we use to communicate and the underlying network over which our messages are transmitted. Application layer protocols are used to exchange data between programs running on the source and destination hosts. There are many Application layer protocols and new protocols are always being developed.
Далее
Метки:
CCNA,
Cisco
14 октября 2009, 12:24
Сброс пароля в Cisco IOS, используя физический доступ:
- Подключиться к консольному порту
- Включить питание. На экране отобразиться процесс загрузки.
- Через 25-60 сек – сигнал – “Ctrl+Break”:
- В режиме ROM Monitor на экране появится приглашение rommon 1>
- Установить значение конфигурационного регистра 0х2142 (позволит киске игнорировать сохраненную конфигурацию)
Далее
Метки:
Cisco
12 октября 2009, 16:50
Заметка по структуре модели OSI (Open Systems Interconnection ):
Далее
Метки:
OSI
8 октября 2009, 13:29
Просмотр температуры HDD в Debian:
Устанавливаем:
# apt-get install hddtemp
Просмотр:
# hddtemp /dev/sda1
# hddtemp -n /dev/sda1 – только цифра.
В записи нет меток.
8 октября 2009, 13:25
Появилась необходимость мониторить температуру HDD в OS FreeBSD.
Для этого воспользуемся следующей утилитой – smartmontools.
cd /usr/ports/sysutils/smartmontools
make install clean
Для вывода только цифр:
# smartctl -a /dev/ad1 | grep Temp | awk -F ” ” ‘{print $10}’
В записи нет меток.
8 октября 2009, 13:19
Небольшая заметка по Solaris, как можно посмотреть некоторые параметры системы:
prtconf -v
prtpicl
Температура: prtpicl -v -c temperature-sensor
Вентиляторы: prtpicl -v -c fan
HDD: prtpicl -v -c block
Дерево процессов: ptree
Метки:
Solaris
4 октября 2009, 19:22
CCNA ENetwork Chapter 2
CCNA ENetwork Chapter 3
CCNA ENetwork Chapter 4
CCNA ENetwork Chapter 5
CCNA ENetwork Chapter 6
Читать далее
Метки:
CCNA,
Cisco