1. AD
- Computer object
- User object
- Domain controller
- OU
- Policy
2. Policy
- mat khau: do dai, do phuc tap, password history, maximum...
Sunday, July 3, 2016
Sunday, June 19, 2016
Saturday, June 18, 2016
2:04:00 PM
Unknown
CNAM (Labs)
No comments
1. ACL
2. DHCP
Mot Router co the tao nhieu Pool tuong ung voi nhieu dai dia chi cap IP
R(Config)#ip dhcp excluded-address 192.168.10.1 192.168.10.9
R(Config)#ip dhcp excluded-address 192.168.10.254
R(Config)#ip dhcp pool LAN-POOL-1
R(Config)#network 192.168.10.0 255.255.255.0
R(Config)#default-router 192.168.10.1
3. NAT
Cho phep cac di chi IP private ra ngoai duoc internet
NAT tĩnh:
Thuong dung cho cac server public
R2(config)#ip nat...
Thursday, June 16, 2016
7:56:00 AM
Unknown
CNAM (Labs)
No comments

1. HDLC encapsulation
Router(config-if)#encapsulation HDLC
2. PPP encapsulation
HDLC is default encapsulation on cisco router, PPP using to connect non-cisco router
Authentication: PAP or CHAP
Pap - send password
Chap - same password
PAP
Router#username r3 password 0 ccna123
interface Serial0/1/0
ip address 10.0.1.2 255.255.255.0
encapsulation...
Sunday, June 12, 2016
4:19:00 PM
Unknown
CNAM
No comments
Liên quan đến firewall, NAT...
Access list bản chất như câu lệnh IF THEN: thực hiện tuần tự từ trên xuống dưới
Access list được đặt tại các cổng vào hoặc ra của Router
Có 2 kiểu ACL:
1. ACL chuẩn: đặt gần đích nhất
dùng kiểu số 1-99
dùng bởi tên
2. ACL extended: có thêm cả hỗ trợ giao thức với port, nên đặt gần nguồn nhất
Mặc định access list thêm vào câu lệnh deny all
standard
access-list 101 permit ip 192.168.0.0 0.0.0.255 192.168.30.0 0.0.0.255
any
access-list...
Tuesday, June 7, 2016
6:09:00 AM
Unknown
CNAM (Labs)
No comments
1. Vlan
interface FastEthernet0/11
switchport access vlan 10
switchport mode access
2. DTP
3. Inter Vlan
switchport mode trunk
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 172.17.10.1 255.255.255.0
inter fa0/0 no shut
4. VTP
Switch(config)# vtp domain name
Switch(config)# vtp mode mode
Switch(config)# vtp password password
show vtp
status
show vtp
counters
5. Port security
wg_sw_2950(config)#interface fa0/1
wg_sw_2950(config-if)#switchport...
Monday, June 6, 2016
10:29:00 PM
Unknown
CNAM (Labs)
No comments
0. Dinh Tuyen Tinh
Cau hinh defaut route: de mac dinh chuyen tiep goi tin ra ngoai
ip route 0.0.0.0 0.0.0.0 200.1.1.2
1. RIP
router rip
version 2
network 172.16.0.0
network 192.168.1.0
network 192.168.10.0
2. EIGRP
router eigrp 1 -- Giá trị AS, các router có cùng giá trị này
network 192.168.1.0
network 192.168.10.0
3. OSPF
router ospf 3
network 172.16.1.0 0.0.0.7 area 0
network 192.168.10.4 0.0.0.3 area 0
network 192.168.10.8...
Saturday, June 4, 2016
3:09:00 PM
Unknown
CNAM
No comments
Cơ chế dự phòng - backup mạng Lan
1. Spaning tree
2. Ethernet channel
Cơ chế dự phòng cho đường Internet
1. HSRP
- Định nghĩa 1 nhóm router, trong đó 1 con active, còn lại là standby
- Có 1 địa chỉ IP, Mac ảo giữa các router
- Xác định trạng thái HSRP, dùng câu lệnh show standby
- HSRP là giao thức cisco
2. VRRP
-VRRP là giao thức các hãng
3. GLBP
Ví dụ:
RouterA(config)# interface GigabitEthernet0/0
RouterA(config-if)# ip address 10.1.10.2...
Sunday, May 15, 2016
2:28:00 PM
Unknown
CNAM
No comments
Classess: Router trao đổi thông tin định tuyến mang theo subnet mask
Classful: Router mang thông tin miền mạng cha để trao đổi thông tin
- Miền mạng cha (major network) : Vùng mạng private (10.0.0.0/8; 172.16 -> 172.31/16; 192.168.0.0/24)
- Miền mạng con (Child network): Các vùng mạng con của Major, ví dụ: 10.0.0.0/16...
OSPF thuộc kiểu classess, RIP là classful
5 Loại bản tin OSPF:
1. Hello
- Bản tin xác định hàng xóm
- Liên tục gửi...
Saturday, May 14, 2016
3:55:00 PM
Unknown
CNAM
No comments
1. Metric
Càng thấp thì độ ưu tiên đường đi càng cao
2. OSPF
Sử dụng 2 tham số:
- Bandwith : Băng thông (100M, 1G)
- delay : Độ trễ
Wild card mask = 255.255.255.255 - subnet mask
area 0 - là area chính
3. EIGRP
Sử dụng 5 tham số:
- load
- metric
- delay
- MTU
- Reliability : Độ tin cậy đường đi
=> Tính toán ra 1 giá trị trung bình Metri...
Thursday, May 12, 2016
4:59:00 PM
Unknown
Single Sign on (SSO)
No comments
http://www.codeproject.com/Articles/429166/Basics-of-Single-Sign-on-S...
Wednesday, May 11, 2016
Tuesday, May 10, 2016
7:28:00 AM
Unknown
Framework
No comments

Improve your reading skill first
Recipe
1. the description of the class of problem data;
2. the informal specification of a program's behavior;
3. the illustration of the behavior with examples;
4. the development of a program template or layout;
5. the transformation of the template into a complete definition;...
Saturday, May 7, 2016
3:42:00 PM
Unknown
CNAM (Labs)
No comments
0. Xem cấu hình thiết bị
show version
show run
show ip inter brief -- xem trạng thái cổng
show inter description
show ip route
Lưu cấu hình thiết bị:
copy running-config startup-config
do write
1. Đặt tên, password
Đặt Banner:
banner motd $ten_banner$
Đặt tên host:
hostname ten_host
password enable:
enable password ten_password
enable secrect ten_password
password telnet:
line vty 0 4
password ten_password
2. Cấu hình...
2:09:00 PM
Unknown
Framework
No comments
Link
http://voer.edu.vn/m/cac-van-de-ve-thiet-ke-kien-truc/ae88851b
http://webtienich.vn/11-php-framework-hay-va-thong-dung-trong-thiet-ke-web/n2775.html
Book
http://pdfbook.gq/pdf/simple-program-design-a-step-by-step-approach-fifth-edition
http://www.htdp.org/2003-09-26/Book/curriculum-Z-H-1.html
link down:
.Net
https://msdn.microsoft.com/en-us/library/ms229042(v=vs.110).aspx
http://ptgmedia.pearsoncmg.com/images/9780321545619/samplepage...
Thursday, May 5, 2016
6:55:00 PM
Unknown
Desktop apps
No comments
Portal là gì ? - Cổng thông tin điện tử(4/26/2012 4:40:01 PM)
Bài viết này xin giới thiệu một khái niệm về portal để quý vị có cái nhìn tổng quát về một hệ thống cổng thông tin điện tử tích hợp (portal) là gì, có những tính năng cơ bản nào và có thể phục vụ cho hoạt động điều hành và cung cấp thông tin ra sao.Khái niệm cổng thông tin (portal)Có nhiều khái niệm/định nghĩa về cổng thông tin điện tử tích hợp khác nhau, và cho đến nay chưa có khái niệm/định...
Subscribe to:
Posts (Atom)